- a bunch of fixes
[phpbb.git] / phpBB / language / en / acp / board.php
blobc5c31767c662e0b623acdcb4559fa2a5663d993d
1 <?php
2 /**
4 * acp_board [English]
6 * @package language
7 * @version $Id$
8 * @copyright (c) 2005 phpBB Group
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
13 /**
14 * DO NOT CHANGE
16 if (empty($lang) || !is_array($lang))
18 $lang = array();
21 // DEVELOPERS PLEASE NOTE
23 // All language files should use UTF-8 as their encoding and the files must not contain a BOM.
25 // Placeholders can now contain order information, e.g. instead of
26 // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
27 // translators to re-order the output of data while ensuring it remains correct
29 // You do not need this where single placeholders are used, e.g. 'Message %d' is fine
30 // equally where a string contains only two placeholders which are used to wrap text
31 // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
33 // Board Settings
34 $lang = array_merge($lang, array(
35 'ACP_BOARD_SETTINGS_EXPLAIN' => 'Here you can determine the basic operation of your board, from the site name through user registration to private messaging.',
37 'CUSTOM_DATEFORMAT' => 'Custom…',
38 'DEFAULT_DATE_FORMAT' => 'Date Format',
39 'DEFAULT_DATE_FORMAT_EXPLAIN' => 'The date format is the same as the PHP <code>date</code> function.',
40 'DEFAULT_LANGUAGE' => 'Default language',
41 'DEFAULT_STYLE' => 'Default style',
42 'DISABLE_BOARD' => 'Disable board',
43 'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users. You can also enter a short (255 character) message to display if you wish.',
44 'OVERRIDE_STYLE' => 'Override user style',
45 'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.',
46 'RELATIVE_DAYS' => 'Relative days',
47 'SITE_DESC' => 'Site description',
48 'SITE_NAME' => 'Site name',
49 'SYSTEM_DST' => 'Enable Daylight Savings Time',
50 'SYSTEM_TIMEZONE' => 'System timezone',
51 'WARNINGS_EXPIRE' => 'Warning duration',
52 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days after it is issued before a warning will expire from a user’s record',
53 ));
55 // Board Features
56 $lang = array_merge($lang, array(
57 'ACP_BOARD_FEATURES_EXPLAIN' => 'Here you can enable/disable several board features',
59 'ALLOW_ATTACHMENTS' => 'Allow attachments',
60 'ALLOW_BOOKMARKS' => 'Allow bookmarking topics',
61 'ALLOW_BOOKMARKS_EXPLAIN' => 'User is able to store personal bookmarks',
62 'ALLOW_BBCODE' => 'Allow BBCode',
63 'ALLOW_FORUM_NOTIFY' => 'Allow forum watching',
64 'ALLOW_NAME_CHANGE' => 'Allow username changes',
65 'ALLOW_NO_CENSORS' => 'Allow disable of censors',
66 'ALLOW_NO_CENSORS_EXPLAIN' => 'User can disable word censoring.',
67 'ALLOW_PM_ATTACHMENTS' => 'Allow attachments in private messages',
68 'ALLOW_SIG' => 'Allow signatures',
69 'ALLOW_SIG_BBCODE' => 'Allow BBCode in user signatures',
70 'ALLOW_SIG_FLASH' => 'Allow use of <code>[FLASH]</code> BBCode tag in user signatures',
71 'ALLOW_SIG_IMG' => 'Allow use of <code>[IMG]</code> BBCode tag in user signatures',
72 'ALLOW_SIG_LINKS' => 'Allow use of links in user signatures',
73 'ALLOW_SIG_LINKS_EXPLAIN' => 'If disallowed the <code>[URL]</code> bbcode tag and automatic/magic URLs are disabled.',
74 'ALLOW_SIG_SMILIES' => 'Allow use of smilies in user signatures',
75 'ALLOW_SMILIES' => 'Allow smilies',
76 'ALLOW_TOPIC_NOTIFY' => 'Allow topic watching',
77 'BOARD_PM' => 'Private messaging',
78 'BOARD_PM_EXPLAIN' => 'Enable or disable private messaging for all users.',
79 ));
81 // Avatar Settings
82 $lang = array_merge($lang, array(
83 'ACP_AVATAR_SETTINGS_EXPLAIN' => 'Avatars are generally small, unique images a user can associate with themselves. Depending on the style they are usually displayed below the username when viewing topics. Here you can determine how users can define their avatars. Please note that in order to upload avatars you need to have created the directory you name below and ensure it can be written to by the web server. Please also note that filesize limits are only imposed on uploaded avatars, they do not apply to remotely linked images.',
85 'ALLOW_LOCAL' => 'Enable gallery avatars',
86 'ALLOW_REMOTE' => 'Enable remote avatars',
87 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website',
88 'ALLOW_UPLOAD' => 'Enable avatar uploading',
89 'AVATAR_GALLERY_PATH' => 'Avatar gallery path',
90 'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root dir for pre-loaded images, e.g. <samp>images/avatars/gallery</samp>',
91 'AVATAR_STORAGE_PATH' => 'Avatar storage path',
92 'AVATAR_STORAGE_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/avatars/upload</samp>',
93 'MAX_AVATAR_SIZE' => 'Maximum avatar dimensions',
94 'MAX_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
95 'MAX_FILESIZE' => 'Maximum avatar file size',
96 'MAX_FILESIZE_EXPLAIN' => 'For uploaded avatar files',
97 'MIN_AVATAR_SIZE' => 'Minimum avatar dimensions',
98 'MIN_AVATAR_SIZE_EXPLAIN' => '(Height x Width in pixels)',
99 ));
101 // Message Settings
102 $lang = array_merge($lang, array(
103 'ACP_MESSAGE_SETTINGS_EXPLAIN' => 'Here you can set all default settings for private messaging',
105 'ALLOW_BBCODE_PM' => 'Allow BBCode in private messages',
106 'ALLOW_FLASH_PM' => 'Allow use of <code>[FLASH]</code> BBCode tag',
107 'ALLOW_FORWARD_PM' => 'Allow forwarding of private messages',
108 'ALLOW_IMG_PM' => 'Allow use of <code>[IMG]</code> BBCode tag',
109 'ALLOW_MASS_PM' => 'Allow sending of private messages to multiple users and groups',
110 'ALLOW_PRINT_PM' => 'Allow print view in private messaging',
111 'ALLOW_QUOTE_PM' => 'Allow quotes in private messages',
112 'ALLOW_SIG_PM' => 'Allow signature in private messages',
113 'ALLOW_SMILIES_PM' => 'Allow smilies in private messages',
114 'BOXES_LIMIT' => 'Max private messages per box',
115 'BOXES_LIMIT_EXPLAIN' => 'Users may receive no more than this many messages in each of their private message boxes or zero for unlimited messages.',
116 'BOXES_MAX' => 'Max private message folders',
117 'BOXES_MAX_EXPLAIN' => 'By default users may create this many personal folders for private messages.',
118 'ENABLE_PM_ICONS' => 'Enable use of topic icons in private messages',
119 'FULL_FOLDER_ACTION' => 'Full folder default action',
120 'FULL_FOLDER_ACTION_EXPLAIN'=> 'Default Action to take if a user’s folder is full and if the users folder action set is not applicable. For the “sent messages” folder the default action is always deleting old messages.',
121 'HOLD_NEW_MESSAGES' => 'Hold new messages',
122 'PM_EDIT_TIME' => 'Limit editing time',
123 'PM_EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a private message not already delivered, zero equals infinity',
126 // Post Settings
127 $lang = array_merge($lang, array(
128 'ACP_POST_SETTINGS_EXPLAIN' => 'Here you can set all default settings for posting',
129 'ALLOW_POST_LINKS' => 'Allow links in posts/private messages',
130 'ALLOW_POST_LINKS_EXPLAIN' => 'If disallowed the URL bbcode tag and automatic/magic urls are disabled.',
132 'BUMP_INTERVAL' => 'Bump Interval',
133 'BUMP_INTERVAL_EXPLAIN' => 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic.',
134 'CHAR_LIMIT' => 'Max characters per post',
135 'CHAR_LIMIT_EXPLAIN' => 'Set to 0 for unlimited characters.',
136 'DISPLAY_LAST_EDITED' => 'Display last edited time information',
137 'DISPLAY_LAST_EDITED_EXPLAIN' => 'Choose if the last edited by information to be displayed on posts',
138 'EDIT_TIME' => 'Limit editing time',
139 'EDIT_TIME_EXPLAIN' => 'Limits the time available to edit a new post, zero equals infinity',
140 'FLOOD_INTERVAL' => 'Flood Interval',
141 'FLOOD_INTERVAL_EXPLAIN' => 'Number of seconds a user must wait between posting new messages. To enable users to ignore this alter their permissions.',
142 'HOT_THRESHOLD' => 'Posts for Popular Threshold, Set to 0 to disable hot topics.',
143 'MAX_POLL_OPTIONS' => 'Max number of poll options',
144 'MAX_POST_FONT_SIZE' => 'Max font size per post',
145 'MAX_POST_FONT_SIZE_EXPLAIN' => 'Set to 0 for unlimited font size.',
146 'MAX_POST_IMG_HEIGHT' => 'Max image height per post',
147 'MAX_POST_IMG_HEIGHT_EXPLAIN' => 'Maximum height of an image/flash file in postings. Set to 0 for unlimited size.',
148 'MAX_POST_IMG_WIDTH' => 'Max image width per post',
149 'MAX_POST_IMG_WIDTH_EXPLAIN' => 'Maximum width of an image/flash file in postings. Set to 0 for unlimited size.',
150 'MAX_POST_URLS' => 'Max links per post',
151 'MAX_POST_URLS_EXPLAIN' => 'Set to 0 for unlimited links.',
152 'POSTING' => 'Posting',
153 'POSTS_PER_PAGE' => 'Posts Per Page',
154 'QUOTE_DEPTH_LIMIT' => 'Max nested quotes per post',
155 'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Set to 0 for unlimited depth.',
156 'SMILIES_LIMIT' => 'Max smilies per post',
157 'SMILIES_LIMIT_EXPLAIN' => 'Set to 0 for unlimited smilies.',
158 'TOPICS_PER_PAGE' => 'Topics Per Page',
161 // Signature Settings
162 $lang = array_merge($lang, array(
163 'ACP_SIGNATURE_SETTINGS_EXPLAIN' => 'Here you can set all default settings for signatures',
165 'MAX_SIG_FONT_SIZE' => 'Maximum signature font size',
166 'MAX_SIG_FONT_SIZE_EXPLAIN' => 'Maximum font size allowed in user signatures. Set to 0 for unlimited size.',
167 'MAX_SIG_IMG_HEIGHT' => 'Maximum signature image height',
168 'MAX_SIG_IMG_HEIGHT_EXPLAIN' => 'Maximum height of an image/flash file in user signatures. Set to 0 for unlimited size.',
169 'MAX_SIG_IMG_WIDTH' => 'Maximum signature image width',
170 'MAX_SIG_IMG_WIDTH_EXPLAIN' => 'Maximum width of an image/flash file in user signatures. Set to 0 for unlimited size.',
171 'MAX_SIG_LENGTH' => 'Maximum signature length',
172 'MAX_SIG_LENGTH_EXPLAIN' => 'Maximum number of characters in user signatures.',
173 'MAX_SIG_SMILIES' => 'Maximum smilies per signature',
174 'MAX_SIG_SMILIES_EXPLAIN' => 'Maximum smilies allowed in user signatures. Set to 0 for unlimited size.',
175 'MAX_SIG_URLS' => 'Maximum signature links',
176 'MAX_SIG_URLS_EXPLAIN' => 'Maximum number of links in user signatures. Set to 0 for unlimited links.',
179 // Registration Settings
180 $lang = array_merge($lang, array(
181 'ACP_REGISTER_SETTINGS_EXPLAIN' => 'Here you are able to define registration and profile related settings',
183 'ACC_ACTIVATION' => 'Account activation',
184 'ACC_ACTIVATION_EXPLAIN' => 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',
185 'ACC_ADMIN' => 'Admin',
186 'ACC_DISABLE' => 'Disable',
187 'ACC_NONE' => 'None',
188 'ACC_USER' => 'User',
189 // 'ACC_USER_ADMIN' => 'User + Admin',
190 'ALLOW_EMAIL_REUSE' => 'Allow email address re-use',
191 'ALLOW_EMAIL_REUSE_EXPLAIN' => 'Different users can register with the same email address.',
192 'COPPA' => 'Coppa',
193 'COPPA_FAX' => 'COPPA fax number',
194 'COPPA_MAIL' => 'COPPA mailing address',
195 'COPPA_MAIL_EXPLAIN' => 'This is the mailing address where parents will send COPPA registration forms',
196 'ENABLE_COPPA' => 'Enable COPPA',
197 'ENABLE_COPPA_EXPLAIN' => 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA Act. If this is disabled the COPPA specific groups will no longer be displayed.',
198 'MAX_CHARS' => 'Max',
199 'MIN_CHARS' => 'Min',
200 'NO_AUTH_PLUGIN' => 'No suitable auth plugin found.',
201 'PASSWORD_LENGTH' => 'Password length',
202 'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
203 'REG_LIMIT' => 'Registration attempts',
204 'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at the confirmation code before being locked out that session.',
205 'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',
206 'USERNAME_ALPHA_SPACERS' => 'Alphanumeric and spacers',
207 'USERNAME_CHARS' => 'Limit username chars',
208 'USERNAME_CHARS_ANY' => 'Any character',
209 'USERNAME_CHARS_EXPLAIN' => 'Restrict type of characters that may be used in usernames, spacers are; space, -, +, _, [ and ]',
210 'USERNAME_LENGTH' => 'Username length',
211 'USERNAME_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in usernames.',
214 // Visual Confirmation Settings
215 $lang = array_merge($lang, array(
216 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you are able to define visual confirmation defaults and captcha settings.',
218 'CAPTCHA_GD' => 'GD CAPTCHA',
219 'CAPTCHA_GD_NOISE' => 'GD CAPTCHA Noise',
220 'CAPTCHA_GD_EXPLAIN' => 'Use GD to make a more advanced CAPTCHA',
221 'CAPTCHA_GD_NOISE_EXPLAIN' => 'Use noise to make the GD based CAPTCHA harder',
222 'VISUAL_CONFIRM_POST' => 'Enable visual confirmation for guest postings',
223 'VISUAL_CONFIRM_POST_EXPLAIN' => 'Requires anonymous users to enter a random code matching an image to help prevent mass postings.',
224 'VISUAL_CONFIRM_REG' => 'Enable visual confirmation for registrations',
225 'VISUAL_CONFIRM_REG_EXPLAIN' => 'Requires new users to enter a random code matching an image to help prevent mass registrations.',
228 // Cookie Settings
229 $lang = array_merge($lang, array(
230 'ACP_COOKIE_SETTINGS_EXPLAIN' => 'These details define the data used to send cookies to your users browsers. In most cases the default values for the cookie settings should be sufficient. If you do need to change any do so with care, incorrect settings can prevent users logging in.',
232 'COOKIE_DOMAIN' => 'Cookie domain',
233 'COOKIE_NAME' => 'Cookie name',
234 'COOKIE_PATH' => 'Cookie path',
235 'COOKIE_SECURE' => 'Cookie secure',
236 'COOKIE_SECURE_EXPLAIN' => 'If your server is running via SSL set this to enabled else leave as disabled. Having this enabled and not running via SSL will result in server errors during redirects.',
237 'ONLINE_LENGTH' => 'View online time span',
238 'ONLINE_LENGTH_EXPLAIN' => 'Time in minutes after which inactive users will not appear in viewonline listings, lower equals less processing.',
239 'SESSION_LENGTH' => 'Session length',
240 'SESSION_LENGTH_EXPLAIN' => 'Sessions will expire after this time, in seconds.',
243 // Load Settings
244 $lang = array_merge($lang, array(
245 'ACP_LOAD_SETTINGS_EXPLAIN' => 'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.',
247 'CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
248 'LIMIT_LOAD' => 'Limit system load',
249 'LIMIT_LOAD_EXPLAIN' => 'If the 1 minute system load exceeds this value the board will go offline, 1.0 equals ~100% utilisation of one processor. This only functions on UNIX based servers.',
250 'LIMIT_SESSIONS' => 'Limit sessions',
251 'LIMIT_SESSIONS_EXPLAIN' => 'If the number of sessions exceeds this value within a one minute period the board will go offline. Set to 0 for unlimited sessions.',
252 'LOAD_CPF_MEMBERLIST' => 'Display custom profile fields in memberlist',
253 'LOAD_CPF_VIEWPROFILE' => 'Display custom profile fields in user profiles',
254 'LOAD_CPF_VIEWTOPIC' => 'Display custom profile fields on viewtopic',
255 'LOAD_USER_ACTIVITY' => 'Show users activity',
256 'LOAD_USER_ACTIVITY_EXPLAIN' => 'Displays active topic/forum in user profiles and user control panel. It is recommended to disable this on boards with more than one million posts.',
257 'RECOMPILE_TEMPLATES' => 'Recompile stale templates',
258 'RECOMPILE_TEMPLATES_EXPLAIN' => 'Check for updated template files on filesystem and recompile.',
259 'YES_ANON_READ_MARKING' => 'Enable topic marking for guests',
260 'YES_ANON_READ_MARKING_EXPLAIN' => 'Stores read/unread status information for guests. If disabled posts are always read for guests.',
261 'YES_BIRTHDAYS' => 'Enable birthday listing',
262 'YES_JUMPBOX' => 'Enable display of Jumpbox',
263 'YES_MODERATORS' => 'Enable display of Moderators',
264 'YES_ONLINE' => 'Enable online user listings',
265 'YES_ONLINE_EXPLAIN' => 'Display online user information on index, forum and topic pages.',
266 'YES_ONLINE_GUESTS' => 'Enable online guest listings in viewonline',
267 'YES_ONLINE_GUESTS_EXPLAIN' => 'Allow display of guest user information in viewonline.',
268 'YES_ONLINE_TRACK' => 'Enable display of user online img',
269 'YES_ONLINE_TRACK_EXPLAIN' => 'Display online information for user in profiles and viewtopic.',
270 'YES_POST_MARKING' => 'Enable dotted topics',
271 'YES_POST_MARKING_EXPLAIN' => 'Indicates whether user has posted to a topic.',
272 'YES_READ_MARKING' => 'Enable server-side topic marking',
273 'YES_READ_MARKING_EXPLAIN' => 'Stores read/unread status information in the database rather than a cookie.',
276 // Auth settings
277 $lang = array_merge($lang, array(
278 'ACP_AUTH_SETTINGS_EXPLAIN' => 'phpBB supports authentication plug-ins, or modules. These allow you determine how users are authenticated when they log into the board. By default three plug-ins are provided; DB, LDAP and Apache. Not all methods require additional information so only fill out fields if they are relevant to the selected method.',
280 'AUTH_METHOD' => 'Select an authentication method',
282 'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username.',
284 'LDAP_DN' => 'LDAP base <var>dn</var>',
285 'LDAP_DN_EXPLAIN' => 'This is the Distinguished Name, locating the user information, e.g. <samp>o=My Company,c=US</samp>',
286 'LDAP_EMAIL' => 'LDAP email attribute',
287 'LDAP_EMAIL_EXPLAIN' => 'Set this to the name of your user entry email attribute (if one exists) in order to automatically set the email address for new users. Leaving this empty results in empty email address for users who log in for the first time.',
288 'LDAP_NO_EMAIL' => 'The specified email attribute does not exist.',
289 'LDAP_NO_IDENTITY' => 'Could not find a login identity for %s',
290 'LDAP_SERVER' => 'LDAP server name',
291 'LDAP_SERVER_EXPLAIN' => 'If using LDAP this is the name or IP address of the server.',
292 'LDAP_UID' => 'LDAP <var>uid</var>',
293 'LDAP_UID_EXPLAIN' => 'This is the key under which to search for a given login identity, e.g. <var>uid</var>, <var>sn</var>, etc.',
296 // Server Settings
297 $lang = array_merge($lang, array(
298 'ACP_SERVER_SETTINGS_EXPLAIN' => 'Here you define server and domain dependant settings. Please ensure the data you enter is accurate, errors will result in emails containing incorrect information. When entering the domain name remember it does include http:// or other protocol term. Only alter the port number if you know your server uses a different value, port 80 is correct in most cases.',
300 'ENABLE_GZIP' => 'Enable GZip Compression',
301 'FORCE_SERVER_VARS' => 'Force server URL settings',
302 'FORCE_SERVER_VARS_EXPLAIN' => 'If set to yes the server settings defined here will be used in favour of the automatically determined values',
303 'ICONS_PATH' => 'Post icons storage path',
304 'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/icons</samp>',
305 'PATH_SETTINGS' => 'Path settings',
306 'RANKS_PATH' => 'Rank image storage path',
307 'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/ranks</samp>',
308 'SEND_ENCODING' => 'Send encoding',
309 'SEND_ENCODING_EXPLAIN' => 'Send the file encoding from phpBB via HTTP overriding the webserver configuration',
310 'SERVER_NAME' => 'Domain name',
311 'SERVER_NAME_EXPLAIN' => 'The domain name this board runs from (for example: <samp>www.foo.bar</samp>)',
312 'SERVER_PORT' => 'Server Port',
313 'SERVER_PORT_EXPLAIN' => 'The port your server is running on, usually 80, only change if different',
314 'SERVER_PROTOCOL' => 'Server protocol',
315 'SERVER_PROTOCOL_EXPLAIN' => 'This is used as the server protocol if these settings are forced. If empty or not forced the protocol is determined by the cookie secure settings (<samp>http://</samp> or <samp>https://</samp>)',
316 'SERVER_URL_SETTINGS' => 'Server URL settings',
317 'SMILIES_PATH' => 'Smilies storage path',
318 'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/smilies</samp>',
319 'UPLOAD_ICONS_PATH' => 'Extension group icons storage path',
320 'UPLOAD_ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. <samp>images/upload_icons</samp>',
323 // Security Settings
324 $lang = array_merge($lang, array(
325 'ACP_SECURITY_SETTINGS_EXPLAIN' => 'Here you are able to define session and login related settings',
327 'ALL' => 'All',
328 'ALLOW_AUTOLOGIN' => 'Allow persistent logins',
329 'ALLOW_AUTOLOGIN_EXPLAIN' => 'Determines whether users can autologin when they visit the board.',
330 'AUTOLOGIN_LENGTH' => 'Persistent login key expiration length (in days)',
331 'AUTOLOGIN_LENGTH_EXPLAIN' => 'Number of days after which persistent login keys are removed or zero to disable.',
332 'BROWSER_VALID' => 'Validate browser',
333 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.',
334 'CHECK_DNSBL' => 'Check IP against DNS Blackhole List',
335 'CHECK_DNSBL_EXPLAIN' => 'If enabled the IP is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a>, <a href="http://dsbl.org">dsbl.org</a> and <a href="http://spamhaus.org">spamhaus.org</a>. This lookup may take a bit, depending on the servers configuration. If slowdowns are experienced or too much false positives reported it is recommended to disable this check.',
336 'CLASS_B' => 'A.B',
337 'CLASS_C' => 'A.B.C',
338 'EMAIL_CHECK_MX' => 'Check email domain for valid MX Record',
339 'EMAIL_CHECK_MX_EXPLAIN' => 'If enabled, the email domain provided on registration and profile changes is checked for a valid MX record.',
340 'FORCE_PASS_CHANGE' => 'Force password change',
341 'FORCE_PASS_CHANGE_EXPLAIN' => 'Require user to change their password after a set number of days or zero to disable.',
342 'IP_VALID' => 'Session IP validation',
343 'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking.',
344 'MAX_LOGIN_ATTEMPTS' => 'Maximum number of login attempts',
345 'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'After this number of failed logins the user needs to additionally confirm his login visually (visual confirmation)',
346 'NO_IP_VALIDATION' => 'None',
347 'PASSWORD_TYPE' => 'Password complexity',
348 'PASSWORD_TYPE_EXPLAIN' => 'Determines how complex a password needs to be when set or altered, subsequent options include the previous ones.',
349 'PASS_TYPE_ALPHA' => 'Must contain alphanumerics',
350 'PASS_TYPE_ANY' => 'No requirements',
351 'PASS_TYPE_CASE' => 'Must be mixed case',
352 'PASS_TYPE_SYMBOL' => 'Must contain symbols',
353 'TPL_ALLOW_PHP' => 'Allow php in templates',
354 'TPL_ALLOW_PHP_EXPLAIN' => 'If this option is enabled, <code>PHP</code> and <code>INCLUDEPHP</code> statements will be recognized and parsed in templates.',
357 // Email Settings
358 $lang = array_merge($lang, array(
359 'ACP_EMAIL_SETTINGS_EXPLAIN' => 'This information is used when the board sends emails to your users. Please ensure the email address you specify is valid, any bounced or undeliverable messages will likely be sent to that address. If your host does not provide a native (PHP based) email service you can instead send messages directly using SMTP. This requires the address of an appropriate server (ask your provider if necessary), do not specify any old name here! If the server requires authentication (and only if it does) enter the necessary username and password. Please note only basic authentication is offered, different authentication implementations are not currently supported.',
361 'ADMIN_EMAIL' => 'Return email address',
362 'ADMIN_EMAIL_EXPLAIN' => 'This will be used as the return address on all emails.',
363 'BOARD_EMAIL_FORM' => 'Users send email via board',
364 'BOARD_EMAIL_FORM_EXPLAIN' => 'Instead of showing the users email address users are able to send emails via the board.',
365 'BOARD_HIDE_EMAILS' => 'Hide email addresses',
366 'BOARD_HIDE_EMAILS_EXPLAIN' => 'This function keeps email addresses completely private.',
367 'CONTACT_EMAIL' => 'Contact email address',
368 'CONTACT_EMAIL_EXPLAIN' => 'This address will be used whenever a specific contact point is needed, e.g. spam, error output, etc.',
369 'EMAIL_FUNCTION_NAME' => 'Email function name',
370 'EMAIL_FUNCTION_NAME_EXPLAIN' => 'The email function used to send mails through PHP.',
371 'EMAIL_PACKAGE_SIZE' => 'Email package size',
372 'EMAIL_PACKAGE_SIZE_EXPLAIN' => 'This is the number of emails sent in one package.',
373 'EMAIL_SIG' => 'Email signature',
374 'EMAIL_SIG_EXPLAIN' => 'This text will be attached to all emails the board sends.',
375 'ENABLE_EMAIL' => 'Enable board-wide emails',
376 'ENABLE_EMAIL_EXPLAIN' => 'If this is set to disabled no emails will be sent by the board at all.',
377 'SMTP_AUTH_METHOD' => 'Authentication method for SMTP',
378 'SMTP_AUTH_METHOD_EXPLAIN' => 'Only used if a username/password is set, ask your provider if you are unsure which method to use.',
379 'SMTP_CRAM_MD5' => 'CRAM-MD5',
380 'SMTP_DIGEST_MD5' => 'DIGEST-MD5',
381 'SMTP_LOGIN' => 'LOGIN',
382 'SMTP_PASSWORD' => 'SMTP Password',
383 'SMTP_PASSWORD_EXPLAIN' => 'Only enter a password if your SMTP server requires it.',
384 'SMTP_PLAIN' => 'PLAIN',
385 'SMTP_POP_BEFORE_SMTP' => 'POP-BEFORE-SMTP',
386 'SMTP_PORT' => 'SMTP Server Port',
387 'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port.',
388 'SMTP_SERVER' => 'SMTP Server Address',
389 'SMTP_SETTINGS' => 'SMTP Settings',
390 'SMTP_USERNAME' => 'SMTP Username',
391 'SMTP_USERNAME_EXPLAIN' => 'Only enter a username if your SMTP server requires it.',
392 'USE_SMTP' => 'Use SMTP Server for email',
393 'USE_SMTP_EXPLAIN' => 'Select “Yes” if you want or have to send email via a named server instead of the local mail function.',
396 // Jabber settings
397 $lang = array_merge($lang, array(
398 'ACP_JABBER_SETTINGS_EXPLAIN' => 'Here you can enable and control the use Jabber for instant messaging and board notices. Jabber is an opensource protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Note that it may take several seconds to update Jabber account details, do not stop the script till completed!',
400 'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.',
401 'ERR_JAB_CONNECT' => 'Could not connect to Jabber server.',
402 'ERR_JAB_PASSCHG' => 'Could not change password.',
403 'ERR_JAB_PASSFAIL' => 'Password update failed, %s.',
404 'ERR_JAB_REGISTER' => 'An error occured trying to register this account, %s.',
405 'ERR_JAB_USERNAME' => 'The username specified already exists, please choose an alternative.',
407 'JAB_CHANGED' => 'Jabber account changed successfully.',
408 'JAB_ENABLE' => 'Enable Jabber',
409 'JAB_ENABLE_EXPLAIN' => 'Enables use of jabber messaging and notifications',
410 'JAB_PACKAGE_SIZE' => 'Jabber package size',
411 'JAB_PACKAGE_SIZE_EXPLAIN' => 'This is the number of messages sent in one package. If set to 0 the message is sent immediatly and gets not queued for later sending.',
412 'JAB_PASSWORD' => 'Jabber password',
413 'JAB_PASS_CHANGED' => 'Jabber password changed successfully.',
414 'JAB_PORT' => 'Jabber port',
415 'JAB_PORT_EXPLAIN' => 'Leave blank unless you know it is not port 5222',
416 'JAB_REGISTERED' => 'New account registered successfully.',
417 'JAB_RESOURCE' => 'Jabber resource',
418 'JAB_RESOURCE_EXPLAIN' => 'The resource locates this particular connection, e.g. board, home, etc.',
419 'JAB_SERVER' => 'Jabber server',
420 'JAB_SERVER_EXPLAIN' => 'See %sjabber.org%s for a list of servers',
421 'JAB_SETTINGS_CHANGED' => 'Jabber settings changed successfully.',
422 'JAB_USERNAME' => 'Jabber username',
423 'JAB_USERNAME_EXPLAIN' => 'If this user is not registered it will be created if possible.',