Ignore:
Timestamp:
Jun 24, 2013, 7:08:04 PM (11 years ago)
Author:
Eric
Message:

Translation keys fixed

Location:
extensions/UserAdvManager/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/admin/UAM_admin.php

    r21695 r23516  
    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']),
  • extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r21611 r23516  
    427427
    428428$lang['UAM_group "%s" updated'] = 'For best performance, the group %s was automatically set as the default group.';
     429$lang['personal_content'] = 'contenu';
    429430?>
  • extensions/UserAdvManager/trunk/language/fr_FR/plugin.lang.php

    r21611 r23516  
    428428
    429429$lang['UAM_group "%s" updated'] = 'Pour un meilleur fonctionnement, le groupe %s a été automatiquement positionné comme groupe par défault.';
     430$lang['personal_content'] = 'contenu';
    430431?>
Note: See TracChangeset for help on using the changeset viewer.