OSDN Git Service

69a65cf9a24722bd14683d57c92ff6fd1f3f092c
[nucleus-jp/nucleus-next.git] / nucleus / plugins / securityenforcer / en_Latn_US.UTF-8.php
1 <?php
2 /** English translation file for NP_SECURITYENFORCER Plugin
3 */
4
5 // Plugin Options
6 define('_SECURITYENFORCER_OPT_QUICKMENU',                               'Show Admin Area in quick menu?');
7 define('_SECURITYENFORCER_OPT_DEL_UNINSTALL_DATA',      'Delete NP_SecurityEnforcer data table on uninstall?');
8 define('_SECURITYENFORCER_OPT_ENABLE',                          'Enable NP_SecurityEnforcer password and login checks?');
9 define('_SECURITYENFORCER_OPT_PWD_MIN_LENGTH',          'Minimum Length in characters of a user password. Integer. 8 is the default and 6 the minimum value:');
10 define('_SECURITYENFORCER_OPT_PWD_COMPLEXITY',          'Password Complexity Check. (How many character types should be present out of a-z, A-Z, 0-9, punctuation marks?):');
11 define('_SECURITYENFORCER_OPT_SELECT_OFF_COMP',         'Off');
12 define('_SECURITYENFORCER_OPT_SELECT_ONE_COMP',         'One character type');
13 define('_SECURITYENFORCER_OPT_SELECT_TWO_COMP',         'Two character types');
14 define('_SECURITYENFORCER_OPT_SELECT_THREE_COMP',       'Three character types');
15 define('_SECURITYENFORCER_OPT_SELECT_FOUR_COMP',        'Four character types');
16 define('_SECURITYENFORCER_OPT_MAX_FAILED_LOGIN',        'How many failed login attempts before locking the user account?');
17 define('_SECURITYENFORCER_OPT_LOGIN_LOCKOUT',           'After how many minutes should a locked account be released?');
18
19 //QuickMenu
20 define('_SECURITYENFORCER_ADMIN_TOOLTIP',                               'Manage NP_SecurityEnforcer Plugin');
21 define('_SECURITYENFORCER_ADMIN_UNLOCKED',                      ' has been unlocked. Remember to unlock the corresponding IP or Login Name.');
22 define('_SECURITYENFORCER_ADMIN_NONE_LOCKED',           'No Records Found.');
23
24 // ERRORS
25 define('_SECURITYENFORCER_ACCOUNT_CREATED',                     'Account has been created,but that password does not meet site requirements for length or complexity. <br />');
26 define('_SECURITYENFORCER_INSUFFICIENT_COMPLEXITY',     'This password does not meet site requirements for length or complexity. <br />');
27 define('_SECURITYENFORCER_MIN_PWD_LENGTH',                      '<br />Minimum password length:');
28 define('_SECURITYENFORCER_PWD_COMPLEXITY',                      '<br />Minimum number of character types ([a-z], [A-Z], [0-9], [-~!@#$%^&*()_+=,.<>?:;|]):');
29
30 //random words
31 define('_SECURITYENFORCER_UNLOCK',                                              'Unlock');
32 define('_SECURITYENFORCER_ENTITY',                                              'Entity');
33 define('_SECURITYENFORCER_LOCKED_ENTITIES',                     'Currently Locked Entities');
34
35 // Plugin desc
36 define('_SECURITYENFORCER_DESCRIPTION',                         'Enforces some password complexity rules and sets a maximum number of failed logins.');
37
38 // Log info
39 define('_SECURITYENFORCER_LOGIN_DISALLOWED',                    'login disallowed by NP_SecurityEnforcer. login: %1$s, ip: %2$s');
40
41 // QuickMenu title
42 define('_SECURITYENFORCER_ADMIN_TITLE',                         'Security Enforcer Administration');
43
44 ?>