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/templates/admin.lang.php | 2 ++ language/templates/install.lang.php | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'language/templates') diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 3ba38540f..63b818c39 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -630,6 +630,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 was saved'; $lang['ranks'] = 'ranks'; +$lang['By rank'] = 'By rank'; +$lang['Manual order'] = 'Manual order'; $lang['Drag to re-order'] = 'Drag to re-order'; $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.'; $lang['Quick Local Synchronization'] = 'Quick Local Synchronization'; diff --git a/language/templates/install.lang.php b/language/templates/install.lang.php index dce0500f0..c0998da1d 100644 --- a/language/templates/install.lang.php +++ b/language/templates/install.lang.php @@ -37,7 +37,6 @@ $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to $lang['step1_err_server'] = 'Can\'t connect to server'; $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; $lang['step1_err_copy_next'] = 'next step'; -$lang['step1_err_copy'] = '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)'; $lang['step1_dbengine'] = 'Database type'; $lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in'; -- cgit v1.2.3