Changeset 4227 for extensions/NBC_UserAdvManager/trunk/language/en_UK
- Timestamp:
- Nov 7, 2009, 11:10:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php
r4226 r4227 120 120 $lang['Add of %s'] = 'Add of %s'; 121 121 $lang['Update of %s'] = 'Update of %s'; 122 $lang['Link: %s'] = 'Please, click on this link to confirm your reg sitration : %s';122 $lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s'; 123 123 $lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed'; 124 124 $lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire'; … … 142 142 if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' ) 143 143 $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: '; 145 145 $lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: '; 146 146 $lang['UserAdvManager_empty_pwd'] = '[empty password]'; … … 152 152 $lang['No_validation_for_default_user'] = 'The default account is not subject to validation'; 153 153 $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'; 155 155 $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.'; 156 156 // --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1 … … 193 193 // --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1 194 194 // --------- 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'; 196 196 // --------- End: New or revised $lang ---- from version 2.12.2 197 197 ?>
Note: See TracChangeset
for help on using the changeset viewer.