Clean-up languages
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['alpha_dash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, and full stops.';
|
||||
$lang['alpha_slash_dot'] = 'The %s field may only contain alpha-numeric characters, underscores, dashes, slashes, and full stops.';
|
||||
$lang['min_date'] = 'The %s field must be at least %s.';
|
||||
$lang['max_date'] = 'The %s field can not exceed %s.';
|
||||
$lang['min_size'] = 'The %s field must be at least %s.';
|
||||
$lang['max_size'] = 'The %s field can not exceed %s.';
|
||||
$lang['transaction'] = 'The %s failed to %s.';
|
||||
$lang['unique'] = 'The %s you supplied is already taken.';
|
||||
$lang['unique_pair'] = 'The combination of %s and %s you supplied is already taken.';
|
||||
$lang['valid_date'] = 'The %s field must contain a valid date.';
|
||||
$lang['valid_date_group'] = 'The %2$s fields must contain a valid date.';
|
||||
$lang['valid_match'] = 'The %s field may only be %s.';
|
||||
|
||||
$lang['related_required'] = 'The %s relationship is required.';
|
||||
$lang['related_min_size'] = 'The %s relationship must be at least %s.';
|
||||
$lang['related_max_size'] = 'The %s relationship can not exceed %s.';
|
||||
|
||||
/* End of file datamapper_lang.php */
|
||||
/* Location: ./application/language/english/datamapper_lang.php */
|
||||
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
$lang['unique'] = "A project with this name already exists.";
|
||||
$lang['required'] = "The %s field is required.";
|
||||
$lang['isset'] = "The %s field must have a value.";
|
||||
$lang['valid_email'] = "The %s field must contain a valid email address.";
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['done'] = "Complete";
|
||||
$lang['waiting'] = "Waiting for start...";
|
||||
$lang['failed'] = "Failed";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/english/jobs_lang.php */
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['project_own'] = "My project";
|
||||
$lang['projects_own'] = "My projects";
|
||||
$lang['project_shared'] = "Shared project";
|
||||
$lang['projects_shared'] = "Shared projects";
|
||||
$lang['project_public'] = "Public project";
|
||||
$lang['projects_public'] = "Public projects";
|
||||
|
||||
/* End of file projects_lang.php */
|
||||
/* Location: ./application/language/german/projects_lang.php */
|
||||
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
$lang['settings'] = "Settings";
|
||||
$lang['tab_personal'] = "Personal Information";
|
||||
$lang['tab_settings'] = "Settings";
|
||||
|
||||
$lang['projects_sortrecently'] = "Sort projects by date of the last access";
|
||||
$lang['projects_sortrecently_note'] = "If the projects are sorted by the data of the last access, the rarely used projects "slip" to the end of the list.";
|
||||
$lang['language_select'] = "Language";
|
||||
|
||||
/* End of file settings_lang.php */
|
||||
/* Location: ./application/language/german/settings_lang.php */
|
||||
Reference in New Issue
Block a user