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/check_integrity.class.php

    r3282 r5021  
    335335      sprintf
    336336      (
    337         l10n('c13y_more_info'),
    338         sprintf($link_fmt, $pwg_links['FORUM'], l10n('c13y_more_info_forum')),
    339         sprintf($link_fmt, $pwg_links['WIKI'], l10n('c13y_more_info_wiki'))
     337        l10n('Go to %s or %s for more informations'),
     338        sprintf($link_fmt, $pwg_links['FORUM'], l10n('the forum')),
     339        sprintf($link_fmt, $pwg_links['WIKI'], l10n('the wiki'))
    340340      );
    341341  }
Note: See TracChangeset for help on using the changeset viewer.