Ignore:
Timestamp:
Oct 28, 2009, 3:36:29 PM (15 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager] pre 2.12.0 identified as 2.12.0a :

  • Improving plugin upgrade process
  • Adding new function (Ghost Tracker - Tracking of ghost users) from bug 1194 : Only admin panel and database requests are coded.
  • Language files updated for new Ghost Tracker feature.
File:
1 edited

Legend:

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

    r4124 r4135  
    99$lang['Title_Tab1'] = 'UserAdvManager - Global Configuration';
    1010$lang['Tab_Global'] = 'Global Configuration';
    11 $lang['UserAdvManager_Title'] = 'Advanced users settings';
     11$lang['UserAdvManager_Title1'] = 'Users registration management';
     12$lang['UserAdvManager_Title2'] = 'Registration validation and groups / status management';
    1213$lang['UserAdvManager_Mail_Info'] = ' Mail information user';
    1314$lang['UserAdvManager_Mail_Info_true'] = ' Send an information mail to the user when he registes or updates his profile.';
    14 $lang['UserAdvManager_Mail_Info_false'] = ' Turns off the sending of mail.';
     15$lang['UserAdvManager_Mail_Info_false'] = ' Turns off the sending of mail. (default)';
    1516$lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    1617$lang['UserAdvManager_No_Casse'] = ' User insensitive';
    1718$lang['UserAdvManager_No_Casse_true'] = ' Make the user account insensitive at the registration and the identification step';
    18 $lang['UserAdvManager_No_Casse_false'] = ' Let the user-sensitive.';
     19$lang['UserAdvManager_No_Casse_false'] = ' Let the user-sensitive. (default)';
    1920$lang['UserAdvManager_Username_Char'] = ' Limited charset for unsername';
    2021$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
    21 $lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control.';
     22$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.';
     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)';
    2233$lang['UserAdvManager_Confirm_Mail'] = 'Email address confirmation';
    2334$lang['UserAdvManager_Confirm_Mail_true'] = ' Send an email to user to allow him to validate his email and his registration.';
    24 $lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation).';
     35$lang['UserAdvManager_Confirm_Mail_false'] = ' Use the default Piwigo registration system (without registration validation). (default)';
    2536$lang['UserAdvManager_ConfirmMail_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    2637$lang['UserAdvManager_Confirm_Group_Notice'] = 'WARNING : Using validation groups requires that you have created at least one user group and is defined "by default" in Piwigo\'s user groups management.';
     
    3243$lang['UserAdvManager_No_Comment_Anonymous'] = 'Nickname are mandatory for comments';
    3344$lang['UserAdvManager_No_Comment_Anonymous_true'] = ' The author field have to be filled to send a comment.';
    34 $lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending.';
     45$lang['UserAdvManager_No_Comment_Anonymous_false'] = ' Use the default Piwigo settings on comments sending. (default)';
    3546$lang['UserAdvManager_MailExclusion'] = 'Email provider exclusion';
    3647$lang['UserAdvManager_MailExclusion_true'] = ' Set the email provider exclusion ON (i.e. : @hotmail.* or @msn.*)';
    37 $lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF.';
     48$lang['UserAdvManager_MailExclusion_false'] = ' Set the email provider exclusion OFF. (default)';
    3849$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>';
    39 $lang['audit'] = 'Audit';
    40 $lang['submit'] = 'Submit';
     50$lang['UserAdvManager_GhostTracker'] = 'Ghost Tracker - Allows to manage registered users according their last visit date (see the "Ghost Tracker" tab) :';
     51$lang['UserAdvManager_GhostTracker_true'] = ' Enable Ghost Tracker.';
     52$lang['UserAdvManager_GhostTracker_false'] = ' Disable Ghost Tracker. (Default)';
     53$lang['audit'] = 'Audit parameters';
     54$lang['submit'] = 'Save parameters';
    4155
    4256
     
    4761$lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) )in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
    4862$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
    49 $lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline.';
     63$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
    5064$lang['UserAdvManager_ConfirmMail_TimeOut'] = 'Validation delay :';
    5165$lang['UserAdvManager_ConfirmMail_Delay_Info'] = 'Enter the number of days before expiry of the registration validation : ';
    52 /* This function can't work due to no access to server's cron functionnalities */
    53 //$lang['UserAdvManager_ConfirmMail_AutoDel'] = 'Suppression automatique des comptes non validés après le délai d\'expiration : ';
    54 //$lang['UserAdvManager_ConfirmMail_AutoDel_true'] = 'Activer la suppression automatique - <b style="text-decoration: blink underline;">ATTENTION !</b> La suppression est aveugle et sans notification.';
    55 //$lang['UserAdvManager_ConfirmMail_AutoDel_false'] = 'Désactiver la suppression automatique.';
    5666$lang['UserAdvManager_ConfirmMail_Remail'] = 'Enable or disable email reminder of unvalidated registers :';
    5767$lang['UserAdvManager_ConfirmMail_Remail_true'] = 'Enable email reminder';
    58 $lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder';
     68$lang['UserAdvManager_ConfirmMail_Remail_false'] = 'Disable email reminder. (Default)';
    5969$lang['UserAdvManager_ConfirmMail_ReMail_Txt1'] = 'Custom content of the recall message with regeneration of validation key.<br>If left blank, the recall mail will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is given as an example)<br><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 email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    6070$lang['UserAdvManager_ConfirmMail_ReMail_Txt2'] = 'Custom content of the recall message without regeneration of validation key.<br>If left blank, the recall mail will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is given as an example)<br><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 email reminder is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
     
    103113$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';
    104114$lang['UserAdvManager_Empty Author'] = 'The author field have to be filled to send a comment.';
     115$lang['reg_err_login3'] = 'Security : Password is mandatory !';
     116$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>
     117- Use letters and numbers<br>
     118- Use lowercase and uppercase<br>
     119- Increase its length (number of characters)<br>
     120The minimum passwords score required by the administrator is: ';
    105121if ( isset($conf_UserAdvManager[1]) and $conf_UserAdvManager[1] == 'true' )
    106122        $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
     
    112128$lang['Err_ConfirmMail_Settings'] = 'This page will be available only if "Email address confirmation" is activated in tab "Global Configuration".';
    113129$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 "Global Configuration" tab.';
     130$lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in the "Global Configuration" tab.';
    114131$lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    115132$lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
Note: See TracChangeset for help on using the changeset viewer.