Ignore:
Timestamp:
Oct 23, 2013, 5:24:35 PM (11 years ago)
Author:
Eric
Message:

Initial release 2.5.0

File:
1 edited

Legend:

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

    r25051 r25089  
    66$lang['PP_Disable'] = ' Disable (default)';
    77$lang['PP_Enable'] = ' Enable ';
    8 $lang['PP_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
     8$lang['PP_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br/>
    99<a href="http://piwigo.org/forum/viewtopic.php?id=" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=</a>';
    1010$lang['PP_PasswordTest'] = 'Score calculation';
    1111$lang['PP_ScoreTest'] = 'Result: ';
    1212$lang['PP_Error_Password_Mandatory'] = 'Security : Password is mandatory !';
    13 $lang['PP_Error_Password_Need_Enforcement_%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>
    14 - Use letters and numbers<br>
    15 - Use lowercase and uppercase<br>
    16 - Increase its length (number of characters)<br>
     13$lang['PP_Error_Password_Need_Enforcement_%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/>
     14- Use letters and numbers<br/>
     15- Use lowercase and uppercase<br/>
     16- Increase its length (number of characters)<br/>
    1717The minimum passwords score required by the administrator is: ';
    1818$lang['PP_Password_Enforced'] = 'Strengthening the security level of passwords';
     
    3636$lang['PP_passwtestTitle'] = 'Testing the complexity of a password';
    3737$lang['PP_passwtestTitle_d'] = 'Enter the password to test and then click on &quot;Score calculation&quot; to see the result.';
    38 $lang['PP_passwTitle_d'] = 'Enabling this option makes mandatory the seizure of a password upon registration, and requires the password chosen by the visitor to meet a minimum level of complexity. If the threshold is not reached, the score achieved and the minimum score to be achieved are displayed, along with recommendations to increase the value of this score.<br><br>
    39 There is field test to measure the complexity of a password, and can afford to get an idea of the score to define complex custom.<br><br>
     38$lang['PP_passwTitle_d'] = 'Enabling this option makes mandatory the seizure of a password upon registration, and requires the password chosen by the visitor to meet a minimum level of complexity. If the threshold is not reached, the score achieved and the minimum score to be achieved are displayed, along with recommendations to increase the value of this score.<br/><br/>
     39There is field test to measure the complexity of a password, and can afford to get an idea of the score to define complex custom.<br/><br/>
    4040Note: The score of a password is calculated based on several parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). A score below 100 is considered low, from 100 to 500, the complexity is average; beyond 500, the security is excellent.';
    41 $lang['PP_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br><br>
     41$lang['PP_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br/><br/>
    4242Note: If the user account created wants to change password and strengthening passwords for users is active, it will be subject to the rule set.';
    43 $lang['PP_PwdResetTitle_d'] = 'Enabling this option will add a new feature in the Piwigo\'s user management panel (Users> Manage) that can apply to renew the password for selected users. In addition, a new column is added to show the status of passwords for each of them with the following values:<br>
    44 - Password to be renewed: A password renewal request has been planned.<br>
    45 - Password renewed: The password has been renewed after a request.<br>
    46 - Original Password: The original password chosen at account creation and has never been required for a renewal.<br>
    47 Webmaster, generic and guest accounts are excluded from this function.<br>
     43$lang['PP_PwdResetTitle_d'] = 'Enabling this option will add a new feature in the Piwigo\'s user management panel (Users> Manage) that can apply to renew the password for selected users. In addition, a new column is added to show the status of passwords for each of them with the following values:<br/><br/>
     44- Password to be renewed: A password renewal request has been planned.<br/>
     45- Password renewed: The password has been renewed after a request.<br/>
     46- Original Password: The original password chosen at account creation and has never been required for a renewal.<br/><br/>
     47<b style=&quot;color: red;&quot;>Webmaster, generic and guest accounts are excluded from this function.</b><br/><br/>
    4848These users will be automatically redirected to their customization page at each of their connections until they changed their password and an explicit message will be displayed on this page.';
     49$lang['PP_User_Account_Locked_Txt'] = 'Sorry, for security reason your access to the gallery has been locked due to too many failed login attempts. This may be due to a hacking attempt on your account. Please contact the site administrator to request the unlocking.';
     50$lang['PP_LoginAttempts'] = 'Management of failed login attempts';
     51$lang['PP_LoginAttempts_d'] = 'This option enables the recording of failed login attempts to the gallery due to incorrect password and automatically lock the concerned user account. It is designed to counter possible hacking attempts with the use of password dictionaries.<br/><br/>
     52<b style=&quot;color: red;&quot;>Webmaster, generic and guest accounts are excluded from this function.</b><br/><br/>
     53By enabling, you will be able to specify the maximum number of failed attempts allowed before locking and define a custom message to the user who has locked his account. This message is only displayed if the user succeeds in identification after locking.<br/><br/>
     54To unlock the accounts, go to the user management interface for your gallery. You\'ll find a new column indicating the status of accounts symbolized by a red symbol (for locked account) and green (for unlocked account). Select one or more accounts to unlock and use the unlock button designed for this purpose.';
     55$lang['PP_Max number of failed attempts'] = 'Maximum number of failed attempts: ';
     56$lang['PP_Max number of failed attempts_d'] = 'The number 0 disables counting attempts.';
     57$lang['PP_UserLocked_Custom_Txt'] = 'Customizing the information message to the locked user';
     58$lang['PP_UserLocked_Custom_Txt_d'] = 'Here you can change the text of the message displayed to the user whose account has been locked. To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     59$lang['PP_LockedUsers'] = 'Locking state';
     60$lang['PP_Unlock'] = 'Unlocking';
     61$lang['PP_Unlock selected users'] = 'Unlock selected users';
     62$lang['PP_Guest is not unlockable'] = 'Guest users can not be locked and can not be unlocked';
     63$lang['PP_Default user is not unlockable'] = 'Default user can not be locked and can not be unlocked';
     64$lang['PP_Webmaster is not unlockable'] = 'Webmaster users can not be locked and can not be unlocked';
     65$lang['PP_You cannot unlock your account'] = 'You can not unlock your own account';
     66$lang['PP_Generic is not unlockable'] = 'Generic users can not be locked and can not be unlocked';
     67$lang['PP_Admins is not unlockable'] = 'Admin users can not be locked and can not be unlocked';
     68$lang['PP_User Not Locked'] = 'User not locked';
     69$lang['PP_User Locked'] = 'User locked';
     70$lang['PP_You need to confirm unlock'] = 'You must confirm unlocking (check box)!';
    4971?>
Note: See TracChangeset for help on using the changeset viewer.