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

Last change on this file since 25050 was 25050, checked in by Eric, 11 years ago

language files added

File size: 2.5 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?>
Note: See TracBrowser for help on using the repository browser.