Ignore:
Timestamp:
Dec 12, 2010, 4:01:06 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2054 fixed - Add of customized email notification to validated users when admins validate them manually
  • Bug 2056 fixed - Automated tasks are available to delete or downgrade ghost users with or without email notification
  • Database upgrade process improved for new features
  • Language files update (step1)
File:
1 edited

Legend:

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

    r6775 r8092  
    269269$lang['UAM_RedirToProfile_true'] = ' Enable';
    270270// --------- End: New or revised $lang ---- from version 2.15.4
     271
     272
     273// --------- Starting below: New or revised $lang ---- from version 2.16.0
     274$lang['UAM_Expired_Group'] = '<b>Group</b> for user\'s registration has expired<br>';
     275$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
     276$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
     277$lang['UAM_GTAuto_false'] = ' Disable (default)';
     278$lang['UAM_GTAuto_true'] = ' Enable';
     279$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
     280$lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
     281$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
     282$lang['UAM_GTAutoMail_false'] = ' Disable (default)';
     283$lang['UAM_GTAutoMail_true'] = ' Enable';
     284$lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     285$lang['title_redir_page'] = 'Access denied for having an account destroyed!';
     286$lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
     287"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>
     288To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
     289$lang['Demotion of %s'] = 'Demotion of %s';
     290$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
     291$lang['Validation of %s'] = 'Validation of %s';
     292// --------- End: New or revised $lang ---- from version 2.16.0
    271293?>
Note: See TracChangeset for help on using the changeset viewer.