Ignore:
Timestamp:
Mar 2, 2010, 3:54:22 PM (14 years ago)
Author:
nikrou
Message:

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_plugins.inc.php

    r3282 r5021  
    5656
    5757  $tabsheet = new tabsheet();
    58   $tabsheet->add('plugins_list', l10n('plugins_tab_list'), $link.'plugins_list');
    59   $tabsheet->add('plugins_update', l10n('plugins_tab_update'), $link.'plugins_update');
    60   $tabsheet->add('plugins_new', l10n('plugins_tab_new'), $link.'plugins_new');
     58  $tabsheet->add('plugins_list', l10n('Plugin list'), $link.'plugins_list');
     59  $tabsheet->add('plugins_update', l10n('Check for updates'), $link.'plugins_update');
     60  $tabsheet->add('plugins_new', l10n('Other plugins'), $link.'plugins_new');
    6161  $tabsheet->select($selected);
    6262  $tabsheet->assign();
Note: See TracChangeset for help on using the changeset viewer.