Ignore:
Timestamp:
Dec 12, 2010, 7:09:27 PM (13 years ago)
Author:
Eric
Message:

merge from trunk to branch 2.16

File:
1 edited

Legend:

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

    r8088 r8095  
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    2726$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    2827$lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
     
    269268$lang['UAM_RedirToProfile_true'] = ' Enable';
    270269// --------- End: New or revised $lang ---- from version 2.15.4
     270
     271
     272// --------- Starting below: New or revised $lang ---- from version 2.16.0
     273$lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>';
     274$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
     275$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
     276$lang['UAM_GTAuto_false'] = ' Disable (default)';
     277$lang['UAM_GTAuto_true'] = ' Enable';
     278$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
     279$lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
     280$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
     281$lang['UAM_GTAutoMail_false'] = ' Disable (default)';
     282$lang['UAM_GTAutoMail_true'] = ' Enable';
     283$lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     284$lang['title_redir_page'] = 'Access denied for having an account destroyed!';
     285$lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
     286"Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.<br><br>
     287To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
     288$lang['Demotion of %s'] = 'Demotion of %s';
     289$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
     290$lang['Validation of %s'] = 'Validation of %s';
     291// --------- End: New or revised $lang ---- from version 2.16.0
    271292?>
Note: See TracChangeset for help on using the changeset viewer.