Changeset 5535 for trunk/tools


Ignore:
Timestamp:
Apr 1, 2010, 4:14:21 PM (14 years ago)
Author:
plg
Message:

Fix missing keys: some keys have been removed by mistake during the massive
key conversion.

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/convert_language_to_2.1.pl

    r5315 r5535  
    4343
    4444my %remove_keys = (
     45    common => {
     46        'You can\'t upload pictures in this category' => '',
     47        'display pictures added on' => '',
     48    },
    4549    admin => {
    4650        'nbm_content_goto_2' => '',
    4751        'nbm_content_hello_2' => '',
    4852        'nbm_redirect_msg' => '',
     53
     54        'username' => '',
     55        'No tag defined. Use Administration>Pictures>Tags' => '',
     56        'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' => '',
     57        'path' => '',
    4958    },
    5059    upgrade => {
  • trunk/tools/missing_keys.pl

    r5510 r5535  
    5858    'chronology_monthly_list' => '',
    5959    'chronology_weekly_list' => '',
     60    'public' => '',
     61    'private' => '',
     62    'none' => '',
     63    'other' => '',
     64    'high' => '',
     65    'Waiting page: %s' => '',
    6066);
    6167
Note: See TracChangeset for help on using the changeset viewer.