diff options
Diffstat (limited to '')
-rw-r--r-- | tools/convert_language_to_2.1.pl | 9 | ||||
-rw-r--r-- | tools/missing_keys.pl | 6 |
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' => '', ); |