diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-12-04 19:41:54 +0000 |
commit | 489beffd6e849c5b88dc967c07e68a816e9578e2 (patch) | |
tree | dfd27cdff9174479c31952b032cfccd4dc2c85f1 /language/en_UK | |
parent | 9a5d818b04907d3dcfafdab489e646d17c8d738e (diff) |
language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 14 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 8 |
2 files changed, 7 insertions, 15 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 224a35d04..1eb09125d 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -175,7 +175,6 @@ $lang['automatic order'] = 'automatic order'; $lang['Available only with HTML format'] = "Available only with HTML format"; $lang['Average rate'] = "Average rate"; $lang['average time'] = "average time"; -$lang['Batch management'] = "Batch management"; //TO delete $lang['Batch Manager'] = 'Batch Manager'; $lang['between'] = "between"; $lang['Bound Theme'] = 'Bound Theme'; @@ -201,7 +200,6 @@ $lang['Choose an option'] = "Choose an option"; $lang['Classic display'] = "Classic display"; $lang['clean'] = "clean up"; $lang['Comments for all'] = "Comments for all"; -$lang['Comments'] = "Comments"; //To delete - in common $lang['Complementary mail content'] = "Complementary mail content"; $lang['Configuration'] = "Configuration"; $lang['Confirm merge'] = 'Confirm merge'; @@ -266,8 +264,8 @@ $lang['Download,'] = 'Download,'; $lang['Downloads'] = "Downloads"; $lang['Drag to re-order'] = "Click-and-drag to re-order"; $lang['Drop into album'] = 'Select an album'; -$lang['Dump Database'] = 'Dump Database'; //TO delete -$lang['duplicates'] = 'duplicates'; +$lang['Dump Database'] = 'Dump Database'; +$lang['Duplicates'] = 'Duplicates'; $lang['Edit album permissions'] = "Edit album permissions"; $lang['Edit album'] = "Edit album"; $lang['Edit photo information'] = "Edit photo information"; @@ -336,7 +334,6 @@ $lang['group "%s" updated'] = "group \"%s\" updated"; $lang['Group management'] = "Groups management"; $lang['Group name'] = "Group name"; $lang['Group'] = "Group"; -$lang['group'] = "group"; $lang['Groups'] = "Groups"; $lang['Guest cannot be deleted'] = "Guest cannot be deleted"; $lang['Guest Settings'] = 'Guest settings'; @@ -687,8 +684,7 @@ $lang['Support'] = "Support"; $lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration'; $lang['synchronize files metadata with database photos informations'] = "synchronize database photos with files metadata"; $lang['synchronize files structure with database'] = "synchronize files structure with database"; -$lang['synchronize metadata'] = "synchronize metadata"; -$lang['synchronize'] = "synchronize"; +$lang['Synchronize metadata'] = "Synchronize metadata"; $lang['Synchronize'] = "Synchronize"; $lang['Tag "%s" already exists'] = "Tag \"%s\" already exists"; $lang['Tag "%s" was added'] = "Tag \"%s\" has been added"; @@ -759,9 +755,7 @@ $lang['Type here the author name'] = 'Type here the author name'; $lang['Type here the title'] = 'Type here the title'; $lang['Type in a search term'] = "Type in a search term"; $lang['Unable to check for upgrade.'] = "Unable to check for upgrade."; -$lang['Unable to dump database.'] = 'Unable to dump database.'; //TO delete -$lang['Unable to send template directory.'] = 'Unable to send template directory.'; //TO delete -$lang['Unable to write new local directory.'] = 'Unable to write new local directory.'; //TO delete +$lang['Unable to dump database.'] = 'Unable to dump database.'; $lang['Uncheck all'] = "Uncheck all"; $lang['Uninstall'] = "Uninstall"; $lang['Uninstalled Plugins'] = 'Uninstalled Plugins'; diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 810e9aad1..2b1534c92 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -32,7 +32,7 @@ $lang_info['language_name'] = "English"; $lang_info['country'] = "Great Britain"; $lang_info['direction'] = "ltr"; $lang_info['code'] = "en"; -$lang_info['zero_plural'] = "1"; +$lang_info['zero_plural'] = true; $lang['%d album updated'] = "%d album updated"; @@ -79,7 +79,6 @@ $lang['Any tag'] = "Any tag"; $lang['Are you sure?'] = "Are you sure?"; $lang['ascending'] = "ascending"; $lang['At least one listed rule must be satisfied.'] = "At least one listed criterion must be satisfied."; -$lang['At least one tag must match'] = "At least one tag must match"; $lang['Author'] = "Author"; $lang['author(s) : %s'] = "author(s) : %s"; $lang['Author: %s'] = "Author: %s"; @@ -293,14 +292,13 @@ $lang['Return to home page'] = 'Return to home page'; $lang['return to normal view mode'] = "return to normal view mode"; $lang['return to the display of all photos'] = "return to the display of all photos"; $lang['RSS feed'] = "RSS feed"; -$lang['Search by Date'] = "Search by date"; +$lang['Search by date'] = "Search by date"; $lang['Search for all terms'] = "Search for all terms"; -$lang['Search for any terms'] = "Search for any term"; +$lang['Search for any term'] = "Search for any term"; $lang['Search for Author'] = "Search for an author"; $lang['Search for words'] = "Search for words"; $lang['Search in albums'] = "Search in albums"; $lang['Search in sub-albums'] = "Search in sub-albums"; -$lang['Search Options'] = "Search options"; $lang['Search results'] = "Search results"; $lang['Search rules'] = "Search criteria"; $lang['Search tags'] = "Search tags"; |