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_waiting.inc.php

    r3282 r5021  
    3131  $tabsheet = new tabsheet();
    3232  // TabSheet initialization
    33   $tabsheet->add('comments', l10n('comments'), $link_start.'comments');
     33  $tabsheet->add('Comments', l10n('Comments'), $link_start.'Comments');
    3434  $tabsheet->add('upload', l10n('Pictures'), $link_start.'upload');
    3535  // TabSheet selection
Note: See TracChangeset for help on using the changeset viewer.