diff options
author | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-01 14:14:21 +0000 |
commit | 734d08b97d80b607b97b7060a6022db4d89d831e (patch) | |
tree | dbdd72700fddb4e05374e7eaae04a71df85a04ab /tools/convert_language_to_2.1.pl | |
parent | 7985fbe637ff929dd099aafa992bafb9afffa455 (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 '')
-rw-r--r-- | tools/convert_language_to_2.1.pl | 9 |
1 files changed, 9 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?' => '', |