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

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

language files updated

File size: 4.6 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=" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=</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 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>
47Webmaster, generic and guest accounts are excluded from this function.<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?>
Note: See TracBrowser for help on using the repository browser.