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

    r4385 r5021  
    111111  }
    112112
    113   array_push($page['infos'], l10n('editcat_confirm'));
     113  array_push($page['infos'], l10n('Category informations updated successfully.'));
    114114}
    115115elseif (isset($_POST['set_random_representant']))
     
    317317  'date_available' => l10n('Post date'),
    318318  'average_rate' => l10n('Average rate'),
    319   'hit' => l10n('most_visited_cat'),
     319  'hit' => l10n('Most visited'),
    320320  'file' => l10n('File name'),
    321321  'id' => 'Id',
     
    517517    $page['infos'],
    518518    sprintf(
    519       l10n('An information email was sent to group "%s"'),
     519      l10n('An information email was sent to group \"%s\"'),
    520520      $group_name
    521521      )
Note: See TracChangeset for help on using the changeset viewer.