Changeset 5563


Ignore:
Timestamp:
Apr 2, 2010, 10:01:13 AM (14 years ago)
Author:
plg
Message:

Last steps to make the conversion remove the obsolete language keys.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/templates/admin.lang.php

    r5434 r5563  
    6767$lang['Categories authorized thanks to group associations'] = 'Categories authorized thanks to group associations';
    6868$lang['Categories manual order was saved'] = 'Categories manual order was saved';
    69 $lang['Categories ordered alphanumerically'] = 'Categories ascending alphanumerically ordered';
    70 $lang['Categories ordered alphanumerically reverse'] = 'Categories descending alphanumerically ordered';
    7169$lang['Category elements associated to the following categories: %s'] = 'Category elements associated to the following categories: %s';
    7270$lang['Check for upgrade failed for unknown reasons.'] = 'Check for upgrade failed for unknown reasons.';
     
    133131$lang['Operating system'] = 'Operating system';
    134132$lang['Options'] = 'Options';
    135 $lang['Order alphanumerically'] = 'Categories sorted in ascending order ⇓';
    136 $lang['Order alphanumerically reverse'] = 'Categories sorted in descending order ⇑';
    137133$lang['Other private categories'] = 'Other private categories';
    138134$lang['Page banner'] = 'Page banner';
  • trunk/tools/convert_language_to_2.1.pl

    r5559 r5563  
    4444my %remove_keys = (
    4545    common => {
    46         'You can\'t upload pictures in this category' => '',
     46        "You can\\'t upload pictures in this category" => '',
    4747        'display pictures added on' => '',
    4848        'Email address is missing' => '',
    4949        'Delete: %s' => '',
    5050        'All tags must match' => '',
     51        'Validate: %s' => '',
     52        'Upgrade from %s to %s' => '',
    5153    },
    5254    admin => {
     
    7880        'Bugs' => '',
    7981        'Automatic installation' => '',
     82        'Upgrade from version %s to %s' => '',
     83        'Upgrade from %s to %s' => '',
     84        'Upload Form' => '',
    8085    },
    8186    upgrade => {
     
    8691        'Parameters are correct' => '',
    8792        'Installation finished' => '',
     93        'The next step of the installation is now possible' => '',
     94        'next step' => '',
    8895    }
    8996);
  • trunk/tools/translation_analysis.php

    r5314 r5563  
    114114      }
    115115
     116      echo '<h3>'.$file.'.lang.php</h3>';
     117     
    116118      if ('' != $output_missing or '' != $output_duplicated)
    117119      {
     
    125127          $output.= "\n// untranslated yet\n".$output_duplicated;
    126128        }
    127         echo '<h3>'.$file.'.lang.php</h3>';
    128129        echo '<textarea style="width:100%;height:250px;">'.$output.'</textarea>';
    129130      }
Note: See TracChangeset for help on using the changeset viewer.