source: extensions/Password_Policy/language/en_UK/plugin.lang.php @ 27215

Last change on this file since 27215 was 27215, checked in by Eric, 10 years ago

Next version is 2.6.1 :
Update reference translation (en_UK)
Update fr_FR
Update de_DE, thanks to : duke
Update es_ES, thanks to : jpr928 and petaqui
Update ru_RU, thanks to : Konve
Update lv_LV, thanks to : agrisans
Update tr_TR, thanks to : LazBoy

File size: 8.1 KB
Line 
1<?php
2$lang['PP_Title'] = 'Password Policy - Version : ';
3$lang['PP_SubTitle'] = 'Plugin configuration';
4$lang['PP_submit'] = 'Submit settings';
5$lang['PP_save_config'] ='Settings saved.';
6$lang['PP_Disable'] = ' Disable (default)';
7$lang['PP_Enable'] = ' Enable ';
8$lang['PP_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br/>
9<a href="http://piwigo.org/forum/viewtopic.php?id=22863" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=22863</a>';
10$lang['PP_PasswordTest'] = 'Score calculation';
11$lang['PP_ScoreTest'] = 'Result: ';
12$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/>
17The minimum passwords score required by the administrator is: ';
18$lang['PP_Password_Enforced'] = 'Strengthening the security level of passwords';
19$lang['PP_Password_Enforced_true'] = ' Enable. Minimum Score: ';
20$lang['PP_AdminPassword_Enforced'] = 'Applying to administrators';
21$lang['PP_Password_Reset_Msg'] = 'Please, change your password!';
22$lang['PP_PwdReset'] = 'Password renewal';
23$lang['PP_Password reset selected users'] = 'Request password renewal for selected users';
24$lang['PP_Guest cannot be pwdreset'] = 'Password renewal can\'t be set for guests account!';
25$lang['PP_Default user cannot be pwdreset'] = 'Password renewal can\'t be set for default user account!';
26$lang['PP_Webmaster cannot be pwdreset'] = 'Password renewal can\'t be set for the webmaster account!';
27$lang['PP_Generic cannot be pwdreset'] = 'Password renewal can\'t be set for generic accounts!';
28$lang['PP_Admins cannot be pwdreset'] = 'Password renewal can\'t be set for admins account!';
29$lang['PP_You cannot pwdreset your account'] = 'Password renewal can\'t be set for your own account!';
30$lang['PP_You need to confirm pwdreset'] = 'You must confirm password renewal (check box)!';
31$lang['PP_PwdReset_Todo'] = 'Password to be renewed';
32$lang['PP_PwdReset_Done'] = 'Password renewed';
33$lang['PP_PwdReset_NA'] = 'Original password';
34$lang['PP %d user pwdreseted'] = 'Password renewal required for %d user';
35$lang['PP %d users pwdreseted'] = 'Password renewal required for %d users';
36$lang['PP_passwtestTitle'] = 'Testing the complexity of a password';
37$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/>
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/>
40Note: 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/>
42Note: 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 management tab 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/>
48These 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 management tab. 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 to apply the action.';
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)!';
71$lang['PP %d user unlocked'] = '%d user unlocked';
72$lang['PP %d users unlocked'] = '%d users unlocked';
73$lang['PP_config_tab'] = 'Configuration';
74$lang['PP_Users_List_Tab'] = 'Management';
75$lang['PP_Pwd_Actions'] = 'Users management';
76$lang['PP_Pwd_Actions_d'] = 'Unlocking accounts and password renewal requests are set here.<br/><br/>
77Select users before set an action. Confirmation checkbox is mandatory before applying any action.<br/><br/>
78<b style=&quot;color: red;&quot;>Important :</b> Actions apply <u><b>ONLY</b> on visitor accounts</u> and not administrators, webmaster, default and guest.';
79$lang['PP_Err_Userlist_Settings'] = 'This tab is available only if password renewal or unlocking accounts is enabled';
80$lang['PP_No_Userlist'] = 'No users available to display';
81$lang['PP_Select page number'] = 'Select page number to display';
82$lang['PP_Select page size'] = 'Select page size';
83?>
Note: See TracBrowser for help on using the repository browser.