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

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.

File:
1 edited

Legend:

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

    r5535 r5559  
    4646        'You can\'t upload pictures in this category' => '',
    4747        'display pictures added on' => '',
     48        'Email address is missing' => '',
     49        'Delete: %s' => '',
     50        'All tags must match' => '',
    4851    },
    4952    admin => {
     
    5659        'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"' => '',
    5760        'path' => '',
     61        'Unable to retrieve server informations since allow_url_fopen is disabled.' => '',
     62        'The following tag were deleted' => '',
     63        'Remote site' => '',
     64        'Piwigo home' => '',
     65        'Move up' => '',
     66        'Instructions' => '',
     67        'Hits' => '',
     68        'General' => '',
     69        'Gallery description' => '',
     70        'Extensions' => '',
     71        'Demo' => '',
     72        'Categories ascending alphanumerically ordered' => '',
     73        'Categories descending alphanumerically ordered' => '',
     74        'Categories sorted in ascending order ⇓' => '',
     75        'Categories sorted in ascending order ⇓' => '',
     76        'Categories sorted in descending order ⇑' => '',
     77        'Categories sorted in descending order ⇑' => '',
     78        'Bugs' => '',
     79        'Automatic installation' => '',
    5880    },
    5981    upgrade => {
    6082        'Are you sure?' => '',
     83        'In <i>%s</i>, before <b>?></b>, insert:' => '',
    6184    },
     85    install => {
     86        'Parameters are correct' => '',
     87        'Installation finished' => '',
     88    }
    6289);
    6390
Note: See TracChangeset for help on using the changeset viewer.