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/advanced_feature.php

    r3282 r5021  
    6767  array
    6868  (
    69     'CAPTION' => l10n('Elements_not_linked'),
     69    'CAPTION' => l10n('Not linked elements'),
    7070    'URL' => get_root_url().'admin.php?page=element_set&cat=not_linked'
    7171  ));
     
    7474  array
    7575  (
    76     'CAPTION' => l10n('Duplicates'),
     76    'CAPTION' => l10n('Files with same name in more than one physical category'),
    7777    'URL' => get_root_url().'admin.php?page=element_set&cat=duplicates'
    7878  ));
Note: See TracChangeset for help on using the changeset viewer.