From ada3beb0a6c649bd9bfc6a87b2fe69ee8ae563f7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 1 Feb 2020 08:57:06 +0100 Subject: initial checkin --- lang/English/admin_permissions.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lang/English/admin_permissions.php (limited to 'lang/English/admin_permissions.php') diff --git a/lang/English/admin_permissions.php b/lang/English/admin_permissions.php new file mode 100644 index 0000000..8324eda --- /dev/null +++ b/lang/English/admin_permissions.php @@ -0,0 +1,36 @@ + 'Permissions updated. Redirecting …', +'Permissions head' => 'Permissions', +'Posting subhead' => 'Posting', +'BBCode label' => 'BBCode', +'BBCode help' => 'Allow BBCode in posts (recommended).', +'Image tag label' => 'Image tag', +'Image tag help' => 'Allow the BBCode [img][/img] tag in posts.', +'All caps message label' => 'All caps message', +'All caps message help' => 'Allow a message to contain only capital letters.', +'All caps subject label' => 'All caps subject', +'All caps subject help' => 'Allow a subject to contain only capital letters.', +'Require e-mail label' => 'Require guest email', +'Require e-mail help' => 'Require guests to supply an email address when posting.', +'Signatures subhead' => 'Signatures', +'BBCode sigs label' => 'BBCodes in signatures', +'BBCode sigs help' => 'Allow BBCodes in user signatures.', +'Image tag sigs label' => 'Image tag in signatures', +'Image tag sigs help' => 'Allow the BBCode [img][/img] tag in user signatures (not recommended).', +'All caps sigs label' => 'All caps signature', +'All caps sigs help' => 'Allow a signature to contain only capital letters.', +'Max sig length label' => 'Maximum signature length', +'Max sig length help' => 'The maximum number of characters a user signature may contain.', +'Max sig lines label' => 'Maximum signature lines', +'Max sig lines help' => 'The maximum number of lines a user signature may contain.', +'Registration subhead' => 'Registration', +'Banned e-mail label' => 'Allow banned email addresses', +'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).', +'Duplicate e-mail label' => 'Allow duplicate email addresses', +'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.', + +); -- cgit v1.2.3-54-g00ecf