From 3d20e56ada54a50b2c85dff71c5ee8f6e9a81a46 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sat, 10 Apr 2010 19:45:53 +0000 Subject: Fix some translation keys (unused, misspelling, or forgotten) git-svn-id: http://piwigo.org/svn/trunk@5780 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 2 ++ language/en_UK/install.lang.php | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'language/en_UK') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 18d9798fa..fddbe328e 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -611,6 +611,8 @@ $lang['Edit ranks'] = "Edit ranks"; $lang['No element in this category'] = "No element in this category"; $lang['Images manual order was saved'] = "Images manual order saved"; $lang['ranks'] = "ranks"; +$lang['By rank'] = 'By rank'; +$lang['Manual order'] = 'Manual order'; $lang['Drag to re-order'] = "Click-and-drag to re-order"; $lang['Quick Local Synchronization'] = "Quick Local Synchronization"; $lang['No photo can be deleted'] = "No photo can be deleted"; diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 2fe0ad051..433333d41 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -34,7 +34,6 @@ $lang['Webmaster login'] = "Webmaster login"; $lang['It will be shown to the visitors. It is necessary for website administration'] = "It will be shown to the visitors. It is necessary for website administration"; $lang['Connection to server succeed, but it was impossible to connect to database'] = "Connection to server successful, but the connection to the database is impossible"; $lang['Can\'t connect to server'] = "Cannot connect to server"; -$lang['Copy the text in pink between hyphens and paste it into the file "local/config/database.inc.php"(Warning : database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"local/config/database.inc.php\". (Warning: database.inc.php must only contain the pink text, without additional line return or space character)"; $lang['Database type'] = "Database type"; $lang['The type of database your piwigo data will be store in'] = "The type of database your Piwigo data will be store in"; $lang['Host'] = "Host"; -- cgit v1.2.3