[3] | 1 | <?php |
---|
| 2 | |
---|
| 3 | // Language definitions used in admin-permissions.php |
---|
| 4 | $lang_admin_permissions = array( |
---|
| 5 | |
---|
| 6 | 'Perms updated redirect' => 'Permissions updated. Redirecting âŠ', |
---|
| 7 | 'Permissions head' => 'Permissions', |
---|
| 8 | 'Posting subhead' => 'Posting', |
---|
| 9 | 'BBCode label' => 'BBCode', |
---|
| 10 | 'BBCode help' => 'Allow BBCode in posts (recommended).', |
---|
| 11 | 'Image tag label' => 'Image tag', |
---|
| 12 | 'Image tag help' => 'Allow the BBCode [img][/img] tag in posts.', |
---|
| 13 | 'All caps message label' => 'All caps message', |
---|
| 14 | 'All caps message help' => 'Allow a message to contain only capital letters.', |
---|
| 15 | 'All caps subject label' => 'All caps subject', |
---|
| 16 | 'All caps subject help' => 'Allow a subject to contain only capital letters.', |
---|
| 17 | 'Require e-mail label' => 'Require guest email', |
---|
| 18 | 'Require e-mail help' => 'Require guests to supply an email address when posting.', |
---|
| 19 | 'Signatures subhead' => 'Signatures', |
---|
| 20 | 'BBCode sigs label' => 'BBCodes in signatures', |
---|
| 21 | 'BBCode sigs help' => 'Allow BBCodes in user signatures.', |
---|
| 22 | 'Image tag sigs label' => 'Image tag in signatures', |
---|
| 23 | 'Image tag sigs help' => 'Allow the BBCode [img][/img] tag in user signatures (not recommended).', |
---|
| 24 | 'All caps sigs label' => 'All caps signature', |
---|
| 25 | 'All caps sigs help' => 'Allow a signature to contain only capital letters.', |
---|
| 26 | 'Max sig length label' => 'Maximum signature length', |
---|
| 27 | 'Max sig length help' => 'The maximum number of characters a user signature may contain.', |
---|
| 28 | 'Max sig lines label' => 'Maximum signature lines', |
---|
| 29 | 'Max sig lines help' => 'The maximum number of lines a user signature may contain.', |
---|
| 30 | 'Registration subhead' => 'Registration', |
---|
| 31 | 'Banned e-mail label' => 'Allow banned email addresses', |
---|
| 32 | 'Banned e-mail help' => 'Allow users to register with or change to a banned email address/domain. If left at its default setting (yes), this action will be allowed, but an alert email will be sent to the mailing list (an effective way of detecting multiple registrations).', |
---|
| 33 | 'Duplicate e-mail label' => 'Allow duplicate email addresses', |
---|
| 34 | 'Duplicate e-mail help' => 'Controls whether users should be allowed to register with an email address that another user already has. If allowed, an alert email will be sent to the mailing list if a duplicate is detected.', |
---|
| 35 | |
---|
| 36 | ); |
---|