aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-01 21:11:14 +0000
committerplegall <plg@piwigo.org>2010-04-01 21:11:14 +0000
commit70106a93e2f3107d3462bb79b2771a03de5c1299 (patch)
tree9d62741f8f8a0096cef227be15af7d0a3aac1155 /tools
parent734d08b97d80b607b97b7060a6022db4d89d831e (diff)
Fix missing keys: some keys have been removed by mistake during the massive
key conversion. Remove some language keys that are really obsolete. I've updated the script to convert language files to 2.1, I will apply "obsolete keys removal" process in a 2nd step on other languages. git-svn-id: http://piwigo.org/svn/trunk@5559 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/convert_language_to_2.1.pl27
-rw-r--r--tools/missing_keys.pl8
2 files changed, 35 insertions, 0 deletions
diff --git a/tools/convert_language_to_2.1.pl b/tools/convert_language_to_2.1.pl
index 535fec217..353e801e4 100644
--- a/tools/convert_language_to_2.1.pl
+++ b/tools/convert_language_to_2.1.pl
@@ -45,6 +45,9 @@ my %remove_keys = (
common => {
'You can\'t upload pictures in this category' => '',
'display pictures added on' => '',
+ 'Email address is missing' => '',
+ 'Delete: %s' => '',
+ 'All tags must match' => '',
},
admin => {
'nbm_content_goto_2' => '',
@@ -55,10 +58,34 @@ my %remove_keys = (
'No tag defined. Use Administration>Pictures>Tags' => '',
'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' => '',
'path' => '',
+ 'Unable to retrieve server informations since allow_url_fopen is disabled.' => '',
+ 'The following tag were deleted' => '',
+ 'Remote site' => '',
+ 'Piwigo home' => '',
+ 'Move up' => '',
+ 'Instructions' => '',
+ 'Hits' => '',
+ 'General' => '',
+ 'Gallery description' => '',
+ 'Extensions' => '',
+ 'Demo' => '',
+ 'Categories ascending alphanumerically ordered' => '',
+ 'Categories descending alphanumerically ordered' => '',
+ 'Categories sorted in ascending order ⇓' => '',
+ 'Categories sorted in ascending order &dArr;' => '',
+ 'Categories sorted in descending order ⇑' => '',
+ 'Categories sorted in descending order &uArr;' => '',
+ 'Bugs' => '',
+ 'Automatic installation' => '',
},
upgrade => {
'Are you sure?' => '',
+ 'In <i>%s</i>, before <b>?></b>, insert:' => '',
},
+ install => {
+ 'Parameters are correct' => '',
+ 'Installation finished' => '',
+ }
);
my %to_copy = ();
diff --git a/tools/missing_keys.pl b/tools/missing_keys.pl
index 88c8bdc2f..7f657a41d 100644
--- a/tools/missing_keys.pl
+++ b/tools/missing_keys.pl
@@ -63,6 +63,14 @@ my %ignore_keys = (
'other' => '',
'high' => '',
'Waiting page: %s' => '',
+ 'Admin: %s' => '',
+ 'Manage this user comment: %s' => '',
+ 'Main "guest" user does not exist' => '',
+ 'Main "guest" user status is incorrect' => '',
+ 'Main "webmaster" user does not exist' => '',
+ 'Main "webmaster" user status is incorrect' => '',
+ 'Default user does not exist' => '',
+ '(!) This comment requires validation' => '',
);