Ignore:
Timestamp:
Nov 7, 2009, 11:10:23 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

  • Ending DE and ES translation
  • EN translation fixed

Better translations are welcome ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r4226 r4227  
    120120$lang['Add of %s'] = 'Add of %s';
    121121$lang['Update of %s'] = 'Update of %s';
    122 $lang['Link: %s'] = 'Please, click on this link to confirm your regsitration : %s';
     122$lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    123123$lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
    124124$lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
     
    142142if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    143143        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    144 $lang['reg_err_login6'] = 'Username does not match the following characters: ';
     144$lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    145145$lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
    146146$lang['UserAdvManager_empty_pwd'] = '[empty password]';
     
    152152$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
    153153$lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
    154 $lang['No_validation_for_your_account'] = 'You personnal admin account is not subject to validation';
     154$lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    155155$lang['Database_Error'] = '<b><u>Warning! Critical integrity error in your database.</u></b><br><br>Please check the integrity of the #_user_confirm_mail table.';
    156156// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
     
    193193// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    194194// --------- Starting below: New or revised $lang ---- from version 2.12.2
    195 $lang['GT_Reset'] = 'Reset Ghost Tracker.';
     195$lang['GT_Reset'] = 'Reset Ghost Tracker';
    196196// --------- End: New or revised $lang ---- from version 2.12.2
    197197?>
Note: See TracChangeset for help on using the changeset viewer.