Ignore:
Timestamp:
Jun 26, 2013, 6:57:25 PM (11 years ago)
Author:
Eric
Message:

Merged from trunk to branche 2.50 :
Update ru_RU, thanks to : Konve and nadusha
Update pt_BR, thanks to : flaviove
Update tr_TR, thanks to : hakanselcuk
Missing translation keys fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.50/admin/UAM_admin.php

    r21696 r23565  
    13411341
    13421342      $properties[] = (isset($local_user['enabled_high']) and ($local_user['enabled_high'] == 'true'))
    1343         ? l10n('is_high_enabled') : l10n('is_high_disabled');
     1343        ? l10n('High definition') : l10n('High definition');
    13441344
    13451345      $expiration = expiration($local_user['id']);
     
    13561356          'USERNAME'         => stripslashes($local_user['username'])
    13571357                                .($local_user['id'] == $conf['guest_id']
    1358                                 ? '<BR>['.l10n('is_the_guest').']' : '')
     1358                                ? '<BR>['.l10n('guest').']' : '')
    13591359                                .($local_user['id'] == $conf['default_user_id']
    1360                                 ? '<BR>['.l10n('is_the_default').']' : ''),
     1360                                ? '<BR>['.l10n('default values').']' : ''),
    13611361                                'STATUS' => l10n('user_status_'
    13621362                                .$local_user['status']),
Note: See TracChangeset for help on using the changeset viewer.