aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-01 14:14:21 +0000
committerplegall <plg@piwigo.org>2010-04-01 14:14:21 +0000
commit734d08b97d80b607b97b7060a6022db4d89d831e (patch)
treedbdd72700fddb4e05374e7eaae04a71df85a04ab /tools
parent7985fbe637ff929dd099aafa992bafb9afffa455 (diff)
Fix missing keys: some keys have been removed by mistake during the massive
key conversion. git-svn-id: http://piwigo.org/svn/trunk@5535 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'tools')
-rw-r--r--tools/convert_language_to_2.1.pl9
-rw-r--r--tools/missing_keys.pl6
2 files changed, 15 insertions, 0 deletions
diff --git a/tools/convert_language_to_2.1.pl b/tools/convert_language_to_2.1.pl
index fd3a5b110..535fec217 100644
--- a/tools/convert_language_to_2.1.pl
+++ b/tools/convert_language_to_2.1.pl
@@ -42,10 +42,19 @@ my %ignore_keys = (
);
my %remove_keys = (
+ common => {
+ 'You can\'t upload pictures in this category' => '',
+ 'display pictures added on' => '',
+ },
admin => {
'nbm_content_goto_2' => '',
'nbm_content_hello_2' => '',
'nbm_redirect_msg' => '',
+
+ 'username' => '',
+ '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' => '',
},
upgrade => {
'Are you sure?' => '',
diff --git a/tools/missing_keys.pl b/tools/missing_keys.pl
index 99f929688..88c8bdc2f 100644
--- a/tools/missing_keys.pl
+++ b/tools/missing_keys.pl
@@ -57,6 +57,12 @@ my %ignore_keys = (
'chronology_monthly_calendar' => '',
'chronology_monthly_list' => '',
'chronology_weekly_list' => '',
+ 'public' => '',
+ 'private' => '',
+ 'none' => '',
+ 'other' => '',
+ 'high' => '',
+ 'Waiting page: %s' => '',
);