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

    r5014 r5021  
    647647          'PHPWG_URL' => PHPWG_URL,
    648648
    649           'TITLE_MAIL' => urlencode(l10n('title_send_mail')),
     649          'TITLE_MAIL' => urlencode(l10n('A comment on your site')),
    650650          'MAIL' => get_webmaster_mail_address()
    651651          ));
Note: See TracChangeset for help on using the changeset viewer.