diff options
author | plegall <plg@piwigo.org> | 2010-04-02 08:01:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-02 08:01:13 +0000 |
commit | 19f47434a7a93c62ef83bd5152f44de4b60b6a32 (patch) | |
tree | e086fe661278345f1f273b3b3ffb0effc271b3eb /tools/convert_language_to_2.1.pl | |
parent | 1850b89a2b6c338767a6c0c013a86bd9306aef6c (diff) |
Last steps to make the conversion remove the obsolete language keys.
git-svn-id: http://piwigo.org/svn/trunk@5563 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/convert_language_to_2.1.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/convert_language_to_2.1.pl b/tools/convert_language_to_2.1.pl index 353e801e4..b78547a33 100644 --- a/tools/convert_language_to_2.1.pl +++ b/tools/convert_language_to_2.1.pl @@ -43,11 +43,13 @@ my %ignore_keys = ( my %remove_keys = ( common => { - 'You can\'t upload pictures in this category' => '', + "You can\\'t upload pictures in this category" => '', 'display pictures added on' => '', 'Email address is missing' => '', 'Delete: %s' => '', 'All tags must match' => '', + 'Validate: %s' => '', + 'Upgrade from %s to %s' => '', }, admin => { 'nbm_content_goto_2' => '', @@ -77,6 +79,9 @@ my %remove_keys = ( 'Categories sorted in descending order ⇑' => '', 'Bugs' => '', 'Automatic installation' => '', + 'Upgrade from version %s to %s' => '', + 'Upgrade from %s to %s' => '', + 'Upload Form' => '', }, upgrade => { 'Are you sure?' => '', @@ -85,6 +90,8 @@ my %remove_keys = ( install => { 'Parameters are correct' => '', 'Installation finished' => '', + 'The next step of the installation is now possible' => '', + 'next step' => '', } ); |