Ignore:
Timestamp:
Oct 31, 2009, 5:52:38 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] release 2.12.2 :
Bug 1221 fixed - Adding of a new funtion to populate the lastvisit table on Ghost Tracker activation

Bug 1224 fixed - Error in database after plugin activation

Bug 1225 fixed - "Reminder" status don't change from "false" to "true" after the sent of a reminder email

Some code beautify (SQL requests and HTML 4 strict for tpl)

File:
1 edited

Legend:

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

    r4153 r4159  
    99$lang['Title_Tab1'] = 'UserAdvManager - General Setup';
    1010$lang['Tab_Global'] = 'General Setup';
    11 $lang['UserAdvManager_Title1'] = 'Users registration management';
    12 $lang['UserAdvManager_Title2'] = 'Registration validation and groups / status management';
    1311$lang['UserAdvManager_Mail_Info'] = ' Mail information user:';
    1412$lang['UserAdvManager_Mail_Info_true'] = ' Send an information mail to the user when he registes or updates his profile.';
     
    2119$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
    2220$lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control. (default)';
    23 $lang['UserAdvManager_Password_Enforced'] = 'Strengthening passwords - Enabling this option makes the seizure of the password required for visitors registration. Also, the password entered by the visitor will meet with a score of complexity (<b style="color: green;">activate and save settings to display more informations</b>).';
    24 $lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Explanations:</b> <b style="color: green;">A password score is calculated on the basic parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). If the password of the user does not score, the score reached is displayed with the minimal score to reach and an indication to increase the value of this score. To give you an idea, a score below 100 is considered "low complexity". Between 100 and 500, the complexity is increased and average. Beyond 500, that\'s Fort Knox! ;-)<br>You can do your passwords complexity tests by using the field below. This will allow you to get an idea of the score to define a custom complexity.</b>';
    25 $lang['UserAdvManager_PasswordTest'] = 'Passowrd to test : ';
    26 $lang['UserAdvManager_ScoreTest'] = 'Score : ';
    27 $lang['PasswordTest'] = 'Score calculation';
    28 $lang['UserAdvManager_Password_Enforced_true'] = ' Strong password required - Enter the minimum score (floor value) of passwords complexity == ';
    29 $lang['UserAdvManager_Password_Enforced_false'] = ' Do not strengthen passwords. (default)';
    30 $lang['UserAdvManager_AdminPassword_Enforced'] = 'Apply also the passwords complexity control when an administrator create a user? Note: If the created user wishes to change his password and strengthening passwords for users is active, he will be subject to the rules set.';
    31 $lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Enable strengthening passwords for admins.';
    32 $lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disable strengthening passwords for admins. (default)';
    3321$lang['UserAdvManager_Confirm_Mail'] = 'Email address confirmation:';
    3422$lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
     
    4836$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF. (default)';
    4937$lang['UserAdvManager_MailExclusion_List'] = ' If email provider exclusion is set to ON, fill the email domains to exclude below. You have to use the following format :<br>@[domaine_name].[domaine_extension] - Example : @hotmail.com<br>Seperate the different domains with a comma (,)<br>';
     38// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
     39$lang['UserAdvManager_Title1'] = 'Users registration management';
     40$lang['UserAdvManager_Title2'] = 'Registration validation and groups / status management';
     41$lang['UserAdvManager_Password_Enforced'] = 'Strengthening passwords - Enabling this option makes the seizure of the password required for visitors registration. Also, the password entered by the visitor will meet with a score of complexity (<b style="color: green;">activate and save settings to display more informations</b>).';
     42$lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Explanations:</b> <b style="color: green;">A password score is calculated on the basic parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). If the password of the user does not score, the score reached is displayed with the minimal score to reach and an indication to increase the value of this score. To give you an idea, a score below 100 is considered "low complexity". Between 100 and 500, the complexity is increased and average. Beyond 500, that\'s Fort Knox! ;-)<br>You can do your passwords complexity tests by using the field below. This will allow you to get an idea of the score to define a custom complexity.</b>';
     43$lang['UserAdvManager_PasswordTest'] = 'Passowrd to test : ';
     44$lang['UserAdvManager_ScoreTest'] = 'Score : ';
     45$lang['PasswordTest'] = 'Score calculation';
     46$lang['UserAdvManager_Password_Enforced_true'] = ' Strong password required - Enter the minimum score (floor value) of passwords complexity == ';
     47$lang['UserAdvManager_Password_Enforced_false'] = ' Do not strengthen passwords. (default)';
     48$lang['UserAdvManager_AdminPassword_Enforced'] = 'Apply also the passwords complexity control when an administrator create a user? Note: If the created user wishes to change his password and strengthening passwords for users is active, he will be subject to the rules set.';
     49$lang['UserAdvManager_AdminPassword_Enforced_true'] = 'Enable strengthening passwords for admins.';
     50$lang['UserAdvManager_AdminPassword_Enforced_false'] = 'Disable strengthening passwords for admins. (default)';
    5051$lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Allows to manage registered users according their last visit date :';
    5152$lang['UserAdvManager_GhostTracker_true'] = ' Enable Ghost Tracker.';
     
    5354$lang['UserAdvManager_GhostTracker_DayLimit'] = ' Type in here the maximum limit, in days, between two visits of a visitor. When this limit is reached, this visitor will appear in the table on "Ghost Tracker" tab.';
    5455$lang['UserAdvManager_GhostTracker_ReminderText'] = ' Text used in the email reminder sent to encourage visitors to come back to the gallery (NB: The text pre-filled at the plugin installation is given as an example).<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Ghost Tracker is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
     56// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
     57// --------- Starting below: New or revised $lang ---- from version 2.12.2
     58$lang['UserAdvManager_GhostTracker_Notice'] = 'When the Ghost Tracker feature is enabled, you can manage your visitors depending on the frequency of their visits. <b style="color: red;">IMPORTANT : If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, visit the Ghost Tracker tab and follow the instructions for Ghost Tracker initialization.</b>';
     59// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    5560
    5661
     
    8792
    8893
     94// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8995/* Ghost Tracker Tab */
    9096$lang['GhostTracker_Title'] = 'Advanced ghost visitors management';
    9197$lang['Title_Tab4'] = 'UserAdvManager - Ghost Tracker';
    9298$lang['Tab_GhostTracker'] = 'Ghost Tracker';
    93 $lang['UserAdvManager_GhostTracker_User_List'] = 'When Ghost Tracker is enabled, you will find below the list of registered visitors who have not returned since x days. "x" is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
     99$lang['LastVisit_Date'] = 'Last visit';
     100$lang['Ghost_Reminder'] = 'Email reminder';
     101$lang['Reminder_Sent_OK'] = 'YES';
     102$lang['Reminder_Sent_NOK'] = 'NO';
     103// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
     104// --------- Starting below: New or revised $lang ---- from version 2.12.2
     105$lang['UserAdvManager_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
     106$lang['UserAdvManager_GhostTracker_User_List'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. "x" is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
    94107<br><br>
    95108- Manually delete accounts <b>(manual drain)</b>
     
    97110- Generate email reminder <b>with resetting the last visit date</b>. This allows to give a wildcard to targeted visitors. If the visitor has already received a reminder, nothing prevents to resent a new mail which will reset again, in fact, the last visit date.
    98111<br>';
    99 $lang['LastVisit_Date'] = 'Last visit';
    100 $lang['Ghost_Reminder'] = 'Email reminder';
    101 $lang['Reminder_Sent_OK'] = 'YES';
    102 $lang['Reminder_Sent_NOK'] = 'NO';
     112// --------- End: New or revised $lang ---- from version 2.12.2
    103113
    104114
     
    124134/* Errors and Warnings */
    125135$lang['UserAdvManager_audit_ok'] = 'Audit OK';
    126 $lang['UserAdvManager_save_config'] ='Configuration saved.';
    127136$lang['Err_audit_no_casse'] = '<b>These accounts are identical to the case closely :</b> ';
    128137$lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
     
    130139$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';
    131140$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
    132 $lang['reg_err_login3'] = 'Security : Password is mandatory !';
    133 $lang['reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
    134 - Use letters and numbers<br>
    135 - Use lowercase and uppercase<br>
    136 - Increase its length (number of characters)<br>
    137 The minimum passwords score required by the administrator is: ';
    138141if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    139142        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
     
    145148$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in "General Setup" tab.';
    146149$lang['Err_UserManager_Settings'] = 'This page is available only if "Enable limiting the registration deadline" is active in the "ConfirmMail Settings" tab and an unvalidated users group is set in "General Setup" tab.';
    147 $lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
    148150$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    149151$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
     
    151153$lang['No_validation_for_your_account'] = 'You personnal admin account is not subject to validation';
    152154$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.';
     155// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
     156$lang['UserAdvManager_save_config'] ='Configuration saved.';
     157$lang['reg_err_login3'] = 'Security : Password is mandatory !';
     158$lang['reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
     159- Use letters and numbers<br>
     160- Use lowercase and uppercase<br>
     161- Increase its length (number of characters)<br>
     162The minimum passwords score required by the administrator is: ';
    153163$lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
    154164$lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
    155165$lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
    156166$lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
     167$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "General Setup" tab.';
     168// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
     169// --------- Starting below: New or revised $lang ---- from version 2.12.2
     170$lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
     171// --------- End: New or revised $lang ---- from version 2.12.2
    157172
    158173
     
    167182
    168183/* Action button names */
    169 $lang['audit'] = 'Audit settings';
    170 $lang['submit'] = 'Save settings';
    171184$lang['Delete_selected'] = 'Delete';
    172185$lang['Mail_without_key'] = 'Reminder without key';
     
    174187$lang['Force_Validation'] = 'Forced validation';
    175188$lang['Reminder_Email'] = 'Email reminder';
     189// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
     190$lang['audit'] = 'Audit settings';
     191$lang['submit'] = 'Save settings';
     192// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
     193// --------- Starting below: New or revised $lang ---- from version 2.12.2
     194$lang['GT_Reset'] = 'Reset Ghost Tracker.';
     195// --------- End: New or revised $lang ---- from version 2.12.2
    176196?>
Note: See TracChangeset for help on using the changeset viewer.