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/include/ws_functions.inc.php

    r5014 r5021  
    563563  {
    564564    case 'reject':
    565       array_push($infos, l10n('comment_not_added') );
     565      array_push($infos, l10n('Your comment has NOT been registered because it did not pass the validation rules') );
    566566      return new PwgError(403, implode("\n", $infos) );
    567567    case 'validate':
Note: See TracChangeset for help on using the changeset viewer.