- Timestamp:
- Aug 18, 2010, 10:56:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/branches/2.15/language/en_UK/plugin.lang.php
r5763 r6776 29 29 $lang['Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS'; 30 30 $lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.'; 31 if ( isset($conf_UAM[1]) and $conf_UAM[1] == 'true' ) 32 $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).'; 31 $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).'; 33 32 $lang['reg_err_login6'] = 'Username does not have to match the following characters: '; 34 33 $lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: '; … … 56 55 $lang['Mail_without_key'] = 'Reminder without key'; 57 56 $lang['Mail_with_key'] = 'Reminder with key'; 58 $lang['Force_Validation'] = 'Forced validation';59 57 60 58 … … 141 139 $lang['UAM_MailInfo_Text'] = ' Customizing the information email:'; 142 140 $lang['UAM_Confirm_Mail'] = 'Confirmation of registration:'; 143 $lang['UAM_Confirm_Mail_true'] = ' Enable';144 141 $lang['UAM_Confirm_Mail_false'] = ' Disable (default)'; 145 142 $lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:'; … … 262 259 Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; 263 260 // --------- End: New or revised $lang ---- from version 2.15.1 261 262 263 // --------- Starting below: New or revised $lang ---- from version 2.15.4 264 $lang['Force_Validation'] = 'Manual validation'; 265 $lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user'; 266 $lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)'; 267 $lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page'; 268 $lang['UAM_RedirToProfile_false'] = ' Disable (default)'; 269 $lang['UAM_RedirToProfile_true'] = ' Enable'; 270 // --------- End: New or revised $lang ---- from version 2.15.4 264 271 ?>
Note: See TracChangeset
for help on using the changeset viewer.