Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
99.69% covered (success)
99.69%
648 / 650
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/**
3*
4* This file is part of the phpBB Forum Software package.
5*
6* @copyright (c) phpBB Limited <https://www.phpbb.com>
7* @license GNU General Public License, version 2 (GPL-2.0)
8*
9* For full copyright and license information, please see
10* the docs/CREDITS.txt file.
11*
12*/
13
14/**
15* DO NOT CHANGE
16*/
17if (!defined('IN_PHPBB'))
18{
19    exit;
20}
21
22if (empty($lang) || !is_array($lang))
23{
24    $lang = array();
25}
26
27// DEVELOPERS PLEASE NOTE
28//
29// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
30//
31// Placeholders can now contain order information, e.g. instead of
32// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
33// translators to re-order the output of data while ensuring it remains correct
34//
35// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
36// equally where a string contains only two placeholders which are used to wrap text
37// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
38
39// Common
40$lang = array_merge($lang, array(
41    'ACP_ADMINISTRATORS'        => 'Administrators',
42    'ACP_ADMIN_LOGS'            => 'Admin log',
43    'ACP_ADMIN_ROLES'            => 'Admin roles',
44    'ACP_ATTACHMENTS'            => 'Attachments',
45    'ACP_ATTACHMENT_SETTINGS'    => 'Attachment settings',
46    'ACP_AUTH_SETTINGS'            => 'Authentication',
47    'ACP_AUTOMATION'            => 'Automation',
48    'ACP_AVATAR_SETTINGS'        => 'Avatar settings',
49
50    'ACP_BACKUP'                => 'Backup',
51    'ACP_BAN'                    => 'Banning',
52    'ACP_BAN_EMAILS'            => 'Ban emails',
53    'ACP_BAN_IPS'                => 'Ban IPs',
54    'ACP_BAN_USERNAMES'            => 'Ban users',
55    'ACP_BBCODES'                => 'BBCodes',
56    'ACP_BOARD_CONFIGURATION'    => 'Board configuration',
57    'ACP_BOARD_FEATURES'        => 'Board features',
58    'ACP_BOARD_MANAGEMENT'        => 'Board management',
59    'ACP_BOARD_SETTINGS'        => 'Board settings',
60    'ACP_BOTS'                    => 'Spiders/Robots',
61
62    'ACP_CAPTCHA'                => 'CAPTCHA',
63
64    'ACP_CAT_CUSTOMISE'            => 'Customise',
65    'ACP_CAT_DATABASE'            => 'Database',
66    'ACP_CAT_DOT_MODS'            => 'Extensions',
67    'ACP_CAT_FORUMS'            => 'Forums',
68    'ACP_CAT_GENERAL'            => 'General',
69    'ACP_CAT_MAINTENANCE'        => 'Maintenance',
70    'ACP_CAT_PERMISSIONS'        => 'Permissions',
71    'ACP_CAT_POSTING'            => 'Posting',
72    'ACP_CAT_STYLES'            => 'Styles',
73    'ACP_CAT_SYSTEM'            => 'System',
74    'ACP_CAT_USERGROUP'            => 'Users and Groups',
75    'ACP_CAT_USERS'                => 'Users',
76    'ACP_CLIENT_COMMUNICATION'    => 'Client communication',
77    'ACP_COOKIE_SETTINGS'        => 'Cookie settings',
78    'ACP_CONTACT'                => 'Contact page',
79    'ACP_CONTACT_SETTINGS'        => 'Contact page settings',
80    'ACP_CRITICAL_LOGS'            => 'Error log',
81    'ACP_CUSTOM_PROFILE_FIELDS'    => 'Custom profile fields',
82
83    'ACP_DATABASE'                => 'Database management',
84    'ACP_DISALLOW'                => 'Disallow',
85    'ACP_DISALLOW_USERNAMES'    => 'Disallow usernames',
86
87    'ACP_EMAIL_SETTINGS'        => 'Email settings',
88    'ACP_EXTENSION_GROUPS'        => 'Manage attachment extension groups',
89    'ACP_EXTENSION_MANAGEMENT'    => 'Extension management',
90    'ACP_EXTENSIONS'            => 'Manage extensions',
91    'ACP_EXTENSIONS_CATALOG'    => 'Extensions catalog',
92    'ACP_EXTENSIONS_INSTALL'    => 'Install extensions',
93    'ACP_EXTENSIONS_REMOVE'        => 'Remove extensions',
94    'ACP_EXTENSIONS_UPDATE'        => 'Update extensions',
95    'ACP_EXTENSIONS_MANAGE'        => 'Manage extension automatically',
96
97    'ACP_FORUM_BASED_PERMISSIONS'    => 'Forum based permissions',
98    'ACP_FORUM_LOGS'                => 'Forum logs',
99    'ACP_FORUM_MANAGEMENT'            => 'Forum management',
100    'ACP_FORUM_MODERATORS'            => 'Forum moderators',
101    'ACP_FORUM_PERMISSIONS'            => 'Forum permissions',
102    'ACP_FORUM_PERMISSIONS_COPY'    => 'Copy forum permissions',
103    'ACP_FORUM_ROLES'                => 'Forum roles',
104
105    'ACP_GENERAL_CONFIGURATION'        => 'General configuration',
106    'ACP_GENERAL_TASKS'                => 'General tasks',
107    'ACP_GLOBAL_MODERATORS'            => 'Global moderators',
108    'ACP_GLOBAL_PERMISSIONS'        => 'Global permissions',
109    'ACP_GROUPS'                    => 'Groups',
110    'ACP_GROUPS_FORUM_PERMISSIONS'    => 'Group forum permissions',
111    'ACP_GROUPS_MANAGE'                => 'Manage groups',
112    'ACP_GROUPS_MANAGEMENT'            => 'Group management',
113    'ACP_GROUPS_PERMISSIONS'        => 'Group permissions',
114    'ACP_GROUPS_POSITION'            => 'Manage group positions',
115
116    'ACP_HELP_PHPBB'            => 'Help support phpBB',
117
118    'ACP_ICONS'                    => 'Topic icons',
119    'ACP_ICONS_SMILIES'            => 'Topic icons/smilies',
120    'ACP_INACTIVE_USERS'        => 'Inactive users',
121    'ACP_INDEX'                    => 'ACP index',
122
123    'ACP_LANGUAGE'                => 'Language management',
124    'ACP_LANGUAGE_PACKS'        => 'Language packs',
125    'ACP_LOAD_SETTINGS'            => 'Load settings',
126    'ACP_LOGGING'                => 'Logging',
127
128    'ACP_MAIN'                    => 'ACP index',
129
130    'ACP_MANAGE_ATTACHMENTS'            => 'Manage attachments',
131    'ACP_MANAGE_ATTACHMENTS_EXPLAIN'    => 'Here you can list and delete files attached to posts and private messages.',
132
133    'ACP_MANAGE_EXTENSIONS'        => 'Manage attachment extensions',
134    'ACP_MANAGE_FORUMS'            => 'Manage forums',
135    'ACP_MANAGE_RANKS'            => 'Manage ranks',
136    'ACP_MANAGE_REASONS'        => 'Manage report/denial reasons',
137    'ACP_MANAGE_USERS'            => 'Manage users',
138    'ACP_MASS_EMAIL'            => 'Mass email',
139    'ACP_MESSAGES'                => 'Messages',
140    'ACP_MESSAGE_SETTINGS'        => 'Private message settings',
141    'ACP_MODULE_MANAGEMENT'        => 'Module management',
142    'ACP_MOD_LOGS'                => 'Moderator log',
143    'ACP_MOD_ROLES'                => 'Moderator roles',
144
145    'ACP_NO_ITEMS'                => 'There are no items yet.',
146
147    'ACP_ORPHAN_ATTACHMENTS'    => 'Orphaned attachments',
148
149    'ACP_PERMISSIONS'            => 'Permissions',
150    'ACP_PERMISSION_MASKS'        => 'Permission masks',
151    'ACP_PERMISSION_ROLES'        => 'Permission roles',
152    'ACP_PERMISSION_TRACE'        => 'Permission trace',
153    'ACP_PHP_INFO'                => 'PHP information',
154    'ACP_POST_SETTINGS'            => 'Post settings',
155    'ACP_PRUNE_FORUMS'            => 'Prune forums',
156    'ACP_PRUNE_USERS'            => 'Prune users',
157    'ACP_PRUNING'                => 'Pruning',
158
159    'ACP_QUICK_ACCESS'            => 'Quick access',
160
161    'ACP_RANKS'                    => 'Ranks',
162    'ACP_REASONS'                => 'Report/denial reasons',
163    'ACP_REGISTER_SETTINGS'        => 'User registration settings',
164
165    'ACP_RESTORE'                => 'Restore',
166
167    'ACP_FEED'                    => 'Feed management',
168    'ACP_FEED_SETTINGS'            => 'Feed settings',
169
170    'ACP_SEARCH'                => 'Search configuration',
171    'ACP_SEARCH_INDEX'            => 'Search index',
172    'ACP_SEARCH_SETTINGS'        => 'Search settings',
173
174    'ACP_SECURITY_SETTINGS'        => 'Security settings',
175    'ACP_SERVER_CONFIGURATION'    => 'Server configuration',
176    'ACP_SERVER_SETTINGS'        => 'Server settings',
177    'ACP_SIGNATURE_SETTINGS'    => 'Signature settings',
178    'ACP_SMILIES'                => 'Smilies',
179
180    'ACP_STORAGE_SETTINGS'        => 'Storage settings',
181
182    'ACP_STYLE_MANAGEMENT'        => 'Style management',
183    'ACP_STYLES'                => 'Styles',
184    'ACP_STYLES_CACHE'            => 'Purge Cache',
185    'ACP_STYLES_INSTALL'        => 'Install Styles',
186
187    'ACP_SUBMIT_CHANGES'        => 'Submit changes',
188
189    'ACP_TEMPLATES'                => 'Templates',
190    'ACP_THEMES'                => 'Themes',
191
192    'ACP_UPDATE'                    => 'Updating',
193    'ACP_USERS_FORUM_PERMISSIONS'    => 'User forum permissions',
194    'ACP_USERS_LOGS'                => 'User logs',
195    'ACP_USERS_PERMISSIONS'            => 'User permissions',
196    'ACP_USER_ATTACH'                => 'Attachments',
197    'ACP_USER_AVATAR'                => 'Avatar',
198    'ACP_USER_FEEDBACK'                => 'Feedback',
199    'ACP_USER_GROUPS'                => 'Groups',
200    'ACP_USER_MANAGEMENT'            => 'User management',
201    'ACP_USER_OVERVIEW'                => 'Overview',
202    'ACP_USER_PERM'                    => 'Permissions',
203    'ACP_USER_PREFS'                => 'Preferences',
204    'ACP_USER_PROFILE'                => 'Profile',
205    'ACP_USER_RANK'                    => 'Rank',
206    'ACP_USER_ROLES'                => 'User roles',
207    'ACP_USER_SECURITY'                => 'User security',
208    'ACP_USER_SIG'                    => 'Signature',
209    'ACP_USER_WARNINGS'                => 'Warnings',
210
211    'ACP_VC_SETTINGS'                    => 'Spambot countermeasures',
212    'ACP_VC_CAPTCHA_DISPLAY'            => 'CAPTCHA image preview',
213    'ACP_VERSION_CHECK'                    => 'Check for updates',
214    'ACP_VIEW_ADMIN_PERMISSIONS'        => 'View administrative permissions',
215    'ACP_VIEW_FORUM_MOD_PERMISSIONS'    => 'View forum moderation permissions',
216    'ACP_VIEW_FORUM_PERMISSIONS'        => 'View forum-based permissions',
217    'ACP_VIEW_GLOBAL_MOD_PERMISSIONS'    => 'View global moderation permissions',
218    'ACP_VIEW_USER_PERMISSIONS'            => 'View user-based permissions',
219
220    'ACP_WEBPUSH_SETTINGS'        => 'Web Push settings',
221    'ACP_WORDS'                    => 'Word censoring',
222
223    'ACTION'                => 'Action',
224    'ACTIONS'                => 'Actions',
225    'ACTIVATE'                => 'Activate',
226    'ADD'                    => 'Add',
227    'ADMIN'                    => 'Administration',
228    'ADMIN_INDEX'            => 'Admin index',
229    'ADMIN_PANEL'            => 'Administration Control Panel',
230
231    'ADM_LOGOUT'            => 'ACP&nbsp;Logout',
232    'ADM_LOGGED_OUT'        => 'Successfully logged out from Administration Control Panel',
233
234    'BACK'                    => 'Back',
235
236    'CAPTCHA_UNSAFE_WARNING'        => 'Your board is currently vulnerable to spam submissions because the Spambot countermeasures are either disabled or not configured correctly.',
237    'CAPTCHA_INCOMPLETE_WARNING'    => '“Incomplete Captcha“ is currently enabled. This placeholder CAPTCHA will prevent all form submissions requiring CAPTCHA verification, e.g. user registration. Please configure a proper CAPTCHA solution like Q&amp;A or reCaptcha to ensure intended functionality.',
238
239    'CONTAINER_EXCEPTION' => 'phpBB encountered an error building the container due to an installed extension. For this reason, all extensions have been temporarily disabled. Please try purging your forum cache. All extensions will automatically be re-enabled once the container error is resolved. If this error continues, please visit <a href="https://www.phpbb.com/support">phpBB.com</a> for support.',
240    'EXCEPTION' => 'Exception',
241
242    'COLOUR_SWATCH'            => 'Web-safe colour swatch',
243
244    'COMPOSER_UNSUPPORTED_OPERATION'    => 'Operation unsupported for the package type “%s”.',
245    'COMPOSER_UPDATING_DEPENDENCIES'    => 'Updating packages',
246    'COMPOSER_LOADING_REPOSITORIES'        => 'Loading remote repositories with package information',
247    'COMPOSER_ERROR_CONFLICT'            => 'Your requirements could not be resolved to an installable set of packages.',
248    'COMPOSER_REPOSITORY_UNAVAILABLE'    => 'An error occurred while fetching the repository %s.',
249    'COMPOSER_INSTALLING_PACKAGE'        => '  - Installing %1$s (%2$s)',
250    'COMPOSER_DELETING'                    => '  - Deleting %s',
251    'COMPOSER_UPDATE_NOTHING'            => 'Nothing to update',
252    'COMPOSER_OUTPUT'                    => 'Composer output',
253
254    'CONFIG_UPDATED'        => 'Configuration updated successfully.',
255    'CRON_LOCK_ERROR'        => 'Could not obtain cron lock.',
256    'CRON_NO_SUCH_TASK'        => 'Could not find cron task “%s”.',
257    'CRON_NO_TASK'            => 'No cron tasks need to be run right now.',
258    'CRON_NO_TASKS'            => 'No cron tasks could be found.',
259    'CSV_INVALID'            => 'The provided comma-separated setting “%1$s” is invalid. The values should be delimited by comma only, it should not contain any leading or trailing delimiters.',
260    'CURRENT_VERSION'        => 'Current version',
261
262    'DEACTIVATE'                => 'Deactivate',
263    'DIRECTORY_DOES_NOT_EXIST'    => 'The entered path “%s” does not exist.',
264    'DIRECTORY_NOT_DIR'            => 'The entered path “%s” is not a directory.',
265    'DIRECTORY_NOT_WRITABLE'    => 'The entered path “%s” is not writable.',
266    'DISABLE'                    => 'Disable',
267    'DOWNLOAD'                    => 'Download',
268    'DOWNLOAD_AS'                => 'Download as',
269    'DOWNLOAD_STORE'            => 'Download or store file',
270    'DOWNLOAD_STORE_EXPLAIN'    => 'You may directly download the file or save it in your <samp>store/</samp> folder.',
271    'DOWNLOADS'                    => 'Downloads',
272
273    'EDIT'                    => 'Edit',
274    'ENABLE'                => 'Enable',
275    'EXPORT_DOWNLOAD'        => 'Download',
276    'EXPORT_STORE'            => 'Store',
277
278    'GENERAL_OPTIONS'        => 'General options',
279    'GENERAL_SETTINGS'        => 'General settings',
280    'GLOBAL_MASK'            => 'Global permission mask',
281
282    'INSTALL'                => 'Install',
283    'IP'                    => 'User IP',
284    'IP_HOSTNAME'            => 'IP addresses or hostnames',
285
286    'LATEST_VERSION'        => 'Latest version',
287    'LOAD_NOTIFICATIONS'            => 'Display Notifications',
288    'LOAD_NOTIFICATIONS_EXPLAIN'    => 'Display the notifications list on every page (typically in the header).',
289    'LOGGED_IN_AS'            => 'You are logged in as:',
290    'LOGIN_ADMIN'            => 'To administer the board you must be an authenticated user.',
291    'LOGIN_ADMIN_CONFIRM'    => 'To administer the board you must re-authenticate yourself.',
292    'LOGIN_ADMIN_SUCCESS'    => 'You have successfully authenticated and will now be redirected to the Administration Control Panel.',
293    'LOOK_UP_FORUM'            => 'Select a forum',
294    'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum.',
295
296    'MANAGE'                => 'Manage',
297    'MENU_TOGGLE'            => 'Hide or display the side menu',
298    'MORE'                    => 'More',            // Not used at the moment
299    'MORE_INFORMATION'        => 'More information »',
300    'MOVE_DOWN'                => 'Move down',
301    'MOVE_UP'                => 'Move up',
302
303    'NOTIFY'                => 'Notification',
304    'NO_ADMIN'                => 'You are not authorised to administer this board.',
305    'NO_EMAILS_DEFINED'        => 'No valid email addresses found.',
306    'NO_FILES_TO_DELETE'    => 'Attachments you selected for deletion do not exist.',
307    'NO_PASSWORD_SUPPLIED'    => 'You need to enter your password to access the Administration Control Panel.',
308
309    'OFF'                    => 'Off',
310    'ON'                    => 'On',
311
312    'PARSE_BBCODE'                        => 'Parse BBCode',
313    'PARSE_SMILIES'                        => 'Parse smilies',
314    'PARSE_URLS'                        => 'Parse links',
315    'PERMISSIONS_TRANSFERRED'            => 'Permissions transferred',
316    'PERMISSIONS_TRANSFERRED_EXPLAIN'    => 'You currently have the permissions from %1$s. You are able to browse the board with this user’s permissions, but not access the administration control panel since admin permissions were not transferred. You can <a href="%2$s"><strong>revert to your permission set</strong></a> at any time.',
317    'PROCEED_TO_ACP'                    => '%sProceed to the ACP%s',
318
319    'RELEASE_ANNOUNCEMENT'        => 'Announcement',
320    'REMIND'                            => 'Remind',
321    'REPARSE_LOCK_ERROR'                => 'Reparsing is already in progress by another process.',
322    'RESYNC'                            => 'Resynchronise',
323
324    'RUNNING_TASK'            => 'Running task: %s.',
325    'SELECT_ANONYMOUS'        => 'Select anonymous user',
326    'SELECT_OPTION'            => 'Select option',
327
328    'SETTING_TOO_LOW'        => 'The provided value for the setting “%1$s” is too low. The minimum acceptable value is %2$d.',
329    'SETTING_TOO_BIG'        => 'The provided value for the setting “%1$s” is too high. The maximum acceptable value is %2$d.',
330    'SETTING_TOO_LONG'        => 'The provided value for the setting “%1$s” is too long. The maximum acceptable length is %2$d.',
331    'SETTING_TOO_SHORT'        => 'The provided value for the setting “%1$s” is too short. The minimum acceptable length is %2$d.',
332
333    'SHOW_ALL_OPERATIONS'    => 'Show all operations',
334
335    'TASKS_NOT_READY'            => 'Not ready tasks:',
336    'TASKS_READY'            => 'Ready tasks:',
337    'TOTAL_SIZE'            => 'Total size',
338
339    'UCP'                    => 'User Control Panel',
340    'URL_INVALID'            => 'The provided URL for the setting “%1$s” is invalid.',
341    'URL_SCHEME_INVALID'    => 'The provided scheme “%2$s” in comma-separated setting “%1$s” is invalid. Scheme should start with a latin character followed by alphanumeric characters, hyphens or dots.',
342    'USERNAMES_EXPLAIN'        => 'Place each username on a separate line.',
343    'USER_CONTROL_PANEL'    => 'User Control Panel',
344
345    'UPDATE_NEEDED'            => 'The board is not up to date.',
346    'UPDATE_NOT_NEEDED'        => 'The board is up to date.',
347    'UPDATES_AVAILABLE'        => 'Updates available:',
348
349    'WARNING'                => 'Warning',
350));
351
352// PHP info
353$lang = array_merge($lang, array(
354    'ACP_PHP_INFO_EXPLAIN'    => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by <a href="https://www.phpbb.com/about/team/">official team members</a> on the support forums.',
355
356    'NO_PHPINFO_AVAILABLE'    => 'Information about your PHP configuration is unable to be determined. Phpinfo() has been disabled for security reasons.',
357));
358
359// Logs
360$lang = array_merge($lang, array(
361    'ACP_ADMIN_LOGS_EXPLAIN'    => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
362    'ACP_CRITICAL_LOGS_EXPLAIN'    => 'This lists the actions carried out by the board itself. This log provides you with information you are able to use for solving specific problems, for example non-delivery of emails. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
363    'ACP_MOD_LOGS_EXPLAIN'        => 'This lists all actions done on forums, topics and posts as well as actions carried out on users by moderators, including banning. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
364    'ACP_USERS_LOGS_EXPLAIN'    => 'This lists all actions carried out by users or on users (reports, warnings and user notes).',
365    'ALL_ENTRIES'                => 'All entries',
366
367    'DISPLAY_LOG'    => 'Display entries from previous',
368
369    'NO_ENTRIES'    => 'No log entries for this period.',
370
371    'SORT_IP'        => 'IP address',
372    'SORT_DATE'        => 'Date',
373    'SORT_ACTION'    => 'Log action',
374));
375
376// Index page
377$lang = array_merge($lang, array(
378    'ADMIN_INTRO'                => 'Thank you for choosing phpBB as your board solution. This screen will give you a quick overview of all the various statistics of your board. The links on the left hand side of this screen allow you to control every aspect of your board experience. Each page will have instructions on how to use the tools.',
379    'ADMIN_LOG'                    => 'Logged administrator actions',
380    'ADMIN_LOG_INDEX_EXPLAIN'    => 'This gives an overview of the last five actions carried out by board administrators. A full copy of the log can be viewed from the appropriate menu item or following the link below.',
381    'AVATAR_DIR_SIZE'            => 'Avatar directory size',
382
383    'BOARD_STARTED'        => 'Board started',
384    'BOARD_VERSION'        => 'Board version',
385
386    'DATABASE_SERVER_INFO'    => 'Database server',
387    'DATABASE_SIZE'            => 'Database size',
388
389    // Environment configuration checks, mbstring related
390    'ERROR_MBSTRING_FUNC_OVERLOAD'                    => 'Function overloading is improperly configured',
391    'ERROR_MBSTRING_FUNC_OVERLOAD_EXPLAIN'            => '<var>mbstring.func_overload</var> must be set to either 0 or 4. You can check the current value on the <samp>PHP information</samp> page.',
392    'ERROR_MBSTRING_ENCODING_TRANSLATION'            => 'Transparent character encoding is improperly configured',
393    'ERROR_MBSTRING_ENCODING_TRANSLATION_EXPLAIN'    => '<var>mbstring.encoding_translation</var> must be set to 0. You can check the current value on the <samp>PHP information</samp> page.',
394    'ERROR_MBSTRING_HTTP_INPUT'                        => 'HTTP input character conversion is improperly configured',
395    'ERROR_MBSTRING_HTTP_INPUT_EXPLAIN'                => '<var>mbstring.http_input</var> must be left empty. You can check the current value on the <samp>PHP information</samp> page.',
396    'ERROR_MBSTRING_HTTP_OUTPUT'                    => 'HTTP output character conversion is improperly configured',
397    'ERROR_MBSTRING_HTTP_OUTPUT_EXPLAIN'            => '<var>mbstring.http_output</var> must be left empty. You can check the current value on the <samp>PHP information</samp> page.',
398    'ERROR_DEFAULT_CHARSET'                            => 'Default charset is improperly configured',
399    'ERROR_DEFAULT_CHARSET_EXPLAIN'                    => '<var>default_charset</var> must be set to <samp>UTF-8</samp>. You can check the current value on the <samp>PHP information</samp> page.',
400
401    'FILES_PER_DAY'        => 'Attachments per day',
402    'FORUM_STATS'        => 'Board statistics',
403
404    'GZIP_COMPRESSION'    => 'GZip compression',
405
406    'NO_SEARCH_INDEX'    => 'The selected search backend does not have a search index.<br />Please create the index for “%1$s” in the %2$ssearch index%3$s section.',
407    'NOT_AVAILABLE'        => 'Not available',
408    'NUMBER_FILES'        => 'Number of attachments',
409    'NUMBER_POSTS'        => 'Number of posts',
410    'NUMBER_TOPICS'        => 'Number of topics',
411    'NUMBER_USERS'        => 'Number of users',
412    'NUMBER_ORPHAN'        => 'Orphan attachments',
413
414    'PHP_VERSION'        => 'PHP version',
415    'PHP_VERSION_OLD'    => 'The version of PHP on this server (%1$s) will no longer be supported by future versions of phpBB. The minimum required version will be PHP %2$s. %3$sDetails%4$s',
416
417    'POSTS_PER_DAY'        => 'Posts per day',
418
419    'PURGE_CACHE'            => 'Purge the cache',
420    'PURGE_CACHE_CONFIRM'    => 'Are you sure you wish to purge the cache?',
421    'PURGE_CACHE_EXPLAIN'    => 'Purge all cache related items, this includes any cached template files or queries.',
422    'PURGE_CACHE_SUCCESS'    => 'Cache successfully purged.',
423
424    'PURGE_SESSIONS'            => 'Purge all sessions',
425    'PURGE_SESSIONS_CONFIRM'    => 'Are you sure you wish to purge all sessions? This will log out all users.',
426    'PURGE_SESSIONS_EXPLAIN'    => 'Purge all sessions. This will log out all users by truncating the session table.',
427    'PURGE_SESSIONS_SUCCESS'    => 'Sessions successfully purged.',
428
429    'RESET_DATE'                    => 'Reset board’s start date',
430    'RESET_DATE_CONFIRM'            => 'Are you sure you wish to reset the board’s start date?',
431    'RESET_DATE_SUCCESS'                => 'Board’s start date reset',
432    'RESET_ONLINE'                    => 'Reset most users ever online',
433    'RESET_ONLINE_CONFIRM'            => 'Are you sure you wish to reset the most users ever online counter?',
434    'RESET_ONLINE_SUCCESS'                => 'Most users ever online reset',
435    'RESYNC_POSTCOUNTS'                => 'Resynchronise post counts',
436    'RESYNC_POSTCOUNTS_EXPLAIN'        => 'Only existing posts will be taken into consideration. Pruned posts will not be counted.',
437    'RESYNC_POSTCOUNTS_CONFIRM'        => 'Are you sure you wish to resynchronise post counts?',
438    'RESYNC_POSTCOUNTS_SUCCESS'            => 'Resynchronised post counts',
439    'RESYNC_POST_MARKING'            => 'Resynchronise dotted topics',
440    'RESYNC_POST_MARKING_CONFIRM'    => 'Are you sure you wish to resynchronise dotted topics?',
441    'RESYNC_POST_MARKING_EXPLAIN'    => 'First unmarks all topics and then correctly marks topics that have seen any activity during the past six months.',
442    'RESYNC_POST_MARKING_SUCCESS'    => 'Resynchronised dotted topics',
443    'RESYNC_STATS'                    => 'Resynchronise statistics',
444    'RESYNC_STATS_CONFIRM'            => 'Are you sure you wish to resynchronise statistics?',
445    'RESYNC_STATS_EXPLAIN'            => 'Recalculates the total number of posts, topics, users and files.',
446    'RESYNC_STATS_SUCCESS'            => 'Resynchronised statistics',
447    'RUN'                            => 'Run now',
448
449    'STATISTIC'                    => 'Statistic',
450    'STATISTIC_RESYNC_OPTIONS'    => 'Resynchronise or reset statistics',
451
452    'TIMEZONE_INVALID'    => 'The timezone you selected is invalid.',
453    'TIMEZONE_SELECTED'    => '(currently selected)',
454    'TOPICS_PER_DAY'    => 'Topics per day',
455
456    'UPLOAD_DIR_SIZE'    => 'Size of posted attachments',
457    'USERS_PER_DAY'        => 'Users per day',
458
459    'VALUE'                            => 'Value',
460    'VERSIONCHECK_FAIL'                => 'Failed to obtain latest version information.',
461    'VERSIONCHECK_FORCE_UPDATE'        => 'Re-Check version',
462    'VERSION_CHECK'                    => 'Version check',
463    'VERSION_CHECK_EXPLAIN'            => 'Checks to see if your phpBB installation is up to date.',
464    'VERSIONCHECK_INVALID_ENTRY'    => 'Latest version information contains an unsupported entry.',
465    'VERSIONCHECK_INVALID_URL'        => 'Latest version information contains invalid URL.',
466    'VERSIONCHECK_INVALID_VERSION'    => 'Latest version information contains an invalid version.',
467    'VERSION_NOT_UP_TO_DATE_ACP'    => 'Your phpBB installation is not up to date.<br />Below is a link to the release announcement, which contains more information as well as instructions on updating.',
468    'VERSION_NOT_UP_TO_DATE_TITLE'    => 'Your phpBB installation is not up to date.',
469    'VERSION_UP_TO_DATE_ACP'        => 'Your phpBB installation is up to date. There are no updates available at this time.',
470    'VIEW_ADMIN_LOG'                => 'View administrator log',
471    'VIEW_INACTIVE_USERS'            => 'View inactive users',
472
473    'WELCOME_PHPBB'            => 'Welcome to phpBB',
474    'WRITABLE_CONFIG'        => 'Your config file (config.php) is currently world-writable. We strongly encourage you to change the permissions to 640 or at least to 644 (for example: <a href="http://en.wikipedia.org/wiki/Chmod" rel="external">chmod</a> 640 config.php).',
475));
476
477// Inactive Users
478$lang = array_merge($lang, array(
479    'INACTIVE_DATE'                    => 'Inactive date',
480    'INACTIVE_REASON'                => 'Reason',
481    'INACTIVE_REASON_MANUAL'        => 'Account deactivated by administrator',
482    'INACTIVE_REASON_PROFILE'        => 'Profile details changed',
483    'INACTIVE_REASON_REGISTER'        => 'Newly registered account',
484    'INACTIVE_REASON_REMIND'        => 'Forced user account reactivation',
485    'INACTIVE_REASON_UNKNOWN'        => 'Unknown',
486    'INACTIVE_USERS'                => 'Inactive users',
487    'INACTIVE_USERS_EXPLAIN'        => 'This is a list of users who have registered but whose accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
488    'INACTIVE_USERS_EXPLAIN_INDEX'    => 'This is a list of the last 10 registered users who have inactive accounts. Accounts are inactive either because account activation was enabled in user registration settings and these users’ accounts have not yet been activated, or because these accounts have been deactivated. A full list is available by following the link below from where you can activate, delete or remind (by sending an email) these users if you wish.',
489
490    'NO_INACTIVE_USERS'    => 'No inactive users',
491
492    'SORT_INACTIVE'        => 'Inactive date',
493    'SORT_LAST_VISIT'    => 'Last visit',
494    'SORT_REASON'        => 'Reason',
495    'SORT_REG_DATE'        => 'Registration date',
496    'SORT_LAST_REMINDER'=> 'Last reminded',
497    'SORT_REMINDER'        => 'Reminder sent',
498
499    'USER_IS_INACTIVE'        => 'User is inactive',
500));
501
502// Help support phpBB page
503$lang = array_merge($lang, array(
504    'EXPLAIN_SEND_STATISTICS'    => 'Please send information about your server and board configurations to phpBB for statistical analysis. All information that could identify you or your website has been removed - the data is entirely <strong>anonymous</strong>. We base decisions about future phpBB versions on this information. The statistics are made available publically. We also share this data with the PHP project, the programming language phpBB is made with.',
505    'EXPLAIN_SHOW_STATISTICS'    => 'Using the button below you can preview all variables that will be transmitted.',
506    'DONT_SEND_STATISTICS'        => 'Return to the ACP if you do not wish to send statistical information to phpBB.',
507    'GO_ACP_MAIN'                => 'Go to the ACP start page',
508    'HIDE_STATISTICS'            => 'Hide details',
509    'SEND_STATISTICS'            => 'Send statistics',
510    'SEND_STATISTICS_LONG'        => 'Send statistical information',
511    'SHOW_STATISTICS'            => 'Show details',
512    'THANKS_SEND_STATISTICS'    => 'Thank you for submitting your information.',
513    'FAIL_SEND_STATISTICS'        => 'phpBB was unable to send statistics',
514));
515
516// Log Entries
517$lang = array_merge($lang, array(
518    'LOG_ACL_ADD_USER_GLOBAL_U_'        => '<strong>Added or edited users’ user permissions</strong><br />» %s',
519    'LOG_ACL_ADD_GROUP_GLOBAL_U_'        => '<strong>Added or edited groups’ user permissions</strong><br />» %s',
520    'LOG_ACL_ADD_USER_GLOBAL_M_'        => '<strong>Added or edited users’ global moderator permissions</strong><br />» %s',
521    'LOG_ACL_ADD_GROUP_GLOBAL_M_'        => '<strong>Added or edited groups’ global moderator permissions</strong><br />» %s',
522    'LOG_ACL_ADD_USER_GLOBAL_A_'        => '<strong>Added or edited users’ administrator permissions</strong><br />» %s',
523    'LOG_ACL_ADD_GROUP_GLOBAL_A_'        => '<strong>Added or edited groups’ administrator permissions</strong><br />» %s',
524
525    'LOG_ACL_ADD_ADMIN_GLOBAL_A_'        => '<strong>Added or edited Administrators</strong><br />» %s',
526    'LOG_ACL_ADD_MOD_GLOBAL_M_'            => '<strong>Added or edited Global Moderators</strong><br />» %s',
527
528    'LOG_ACL_ADD_USER_LOCAL_F_'            => '<strong>Added or edited users’ forum access</strong> to %1$s<br />» %2$s',
529    'LOG_ACL_ADD_USER_LOCAL_M_'            => '<strong>Added or edited users’ forum moderator access</strong> to %1$s<br />» %2$s',
530    'LOG_ACL_ADD_GROUP_LOCAL_F_'        => '<strong>Added or edited groups’ forum access</strong> to %1$s<br />» %2$s',
531    'LOG_ACL_ADD_GROUP_LOCAL_M_'        => '<strong>Added or edited groups’ forum moderator access</strong> to %1$s<br />» %2$s',
532
533    'LOG_ACL_ADD_MOD_LOCAL_M_'            => '<strong>Added or edited Moderators</strong> for %1$s<br />» %2$s',
534    'LOG_ACL_ADD_FORUM_LOCAL_F_'        => '<strong>Added or edited forum permissions</strong> for %1$s<br />» %2$s',
535
536    'LOG_ACL_DEL_ADMIN_GLOBAL_A_'        => '<strong>Removed Administrators</strong><br />» %s',
537    'LOG_ACL_DEL_MOD_GLOBAL_M_'            => '<strong>Removed Global Moderators</strong><br />» %s',
538    'LOG_ACL_DEL_MOD_LOCAL_M_'            => '<strong>Removed Moderators</strong> from %1$s<br />» %2$s',
539    'LOG_ACL_DEL_FORUM_LOCAL_F_'        => '<strong>Removed User/Group forum permissions</strong> from %1$s<br />» %2$s',
540
541    'LOG_ACL_TRANSFER_PERMISSIONS'        => '<strong>Permissions transferred from</strong><br />» %s',
542    'LOG_ACL_RESTORE_PERMISSIONS'        => '<strong>Own permissions restored after using permissions from</strong><br />» %s',
543
544    'LOG_ADMIN_AUTH_FAIL'        => '<strong>Failed administration login attempt</strong>',
545    'LOG_ADMIN_AUTH_SUCCESS'    => '<strong>Successful administration login</strong>',
546
547    'LOG_ATTACHMENTS_DELETED'    => '<strong>Removed user attachments</strong><br />» %s',
548
549    'LOG_ATTACH_EXT_ADD'        => '<strong>Added or edited attachment extension</strong><br />» %s',
550    'LOG_ATTACH_EXT_DEL'        => '<strong>Removed attachment extension</strong><br />» %s',
551    'LOG_ATTACH_EXT_UPDATE'        => '<strong>Updated attachment extension</strong><br />» %s',
552    'LOG_ATTACH_EXTGROUP_ADD'    => '<strong>Added extension group</strong><br />» %s',
553    'LOG_ATTACH_EXTGROUP_EDIT'    => '<strong>Edited extension group</strong><br />» %s',
554    'LOG_ATTACH_EXTGROUP_DEL'    => '<strong>Removed extension group</strong><br />» %s',
555    'LOG_ATTACH_FILEUPLOAD'        => '<strong>Orphan File uploaded to Post</strong><br />» ID %1$d - %2$s',
556    'LOG_ATTACH_ORPHAN_DEL'        => '<strong>Orphan Files deleted</strong><br />» %s',
557
558    'LOG_BAN_USER'            => '<strong>Banned user</strong> for reason “<em>%1$s</em>”<br />» %2$s',
559    'LOG_BAN_IP'            => '<strong>Banned IP</strong> for reason “<em>%1$s</em>”<br />» %2$s',
560    'LOG_BAN_EMAIL'            => '<strong>Banned email</strong> for reason “<em>%1$s</em>”<br />» %2$s',
561    'LOG_UNBAN_USER'        => '<strong>Unbanned user</strong><br />» %s',
562    'LOG_UNBAN_IP'            => '<strong>Unbanned IP</strong><br />» %s',
563    'LOG_UNBAN_EMAIL'        => '<strong>Unbanned email</strong><br />» %s',
564
565    'LOG_BBCODE_ADD'        => '<strong>Added new BBCode</strong><br />» %s',
566    'LOG_BBCODE_EDIT'        => '<strong>Edited BBCode</strong><br />» %s',
567    'LOG_BBCODE_DELETE'        => '<strong>Deleted BBCode</strong><br />» %s',
568    'LOG_BBCODE_CONFIGURATION_ERROR'    => '<strong>Error while configuring BBCode</strong>: %1$s<br />» %2$s',
569
570    'LOG_BOT_ADDED'        => '<strong>New bot added</strong><br />» %s',
571    'LOG_BOT_DELETE'    => '<strong>Deleted bot</strong><br />» %s',
572    'LOG_BOT_UPDATED'    => '<strong>Existing bot updated</strong><br />» %s',
573
574    'LOG_CLEAR_ADMIN'        => '<strong>Cleared admin log</strong>',
575    'LOG_CLEAR_CRITICAL'    => '<strong>Cleared error log</strong>',
576    'LOG_CLEAR_MOD'            => '<strong>Cleared moderator log</strong>',
577    'LOG_CLEAR_USER'        => '<strong>Cleared user log</strong><br />» %s',
578    'LOG_CLEAR_USERS'        => '<strong>Cleared user logs</strong>',
579
580    'LOG_CONFIG_ATTACH'            => '<strong>Altered attachment settings</strong>',
581    'LOG_CONFIG_AUTH'            => '<strong>Altered authentication settings</strong>',
582    'LOG_CONFIG_AVATAR'            => '<strong>Altered avatar settings</strong>',
583    'LOG_CONFIG_COOKIE'            => '<strong>Altered cookie settings</strong>',
584    'LOG_CONFIG_EMAIL'            => '<strong>Altered email settings</strong>',
585    'LOG_CONFIG_FEATURES'        => '<strong>Altered board features</strong>',
586    'LOG_CONFIG_LOAD'            => '<strong>Altered load settings</strong>',
587    'LOG_CONFIG_MESSAGE'        => '<strong>Altered private message settings</strong>',
588    'LOG_CONFIG_POST'            => '<strong>Altered post settings</strong>',
589    'LOG_CONFIG_REGISTRATION'    => '<strong>Altered user registration settings</strong>',
590    'LOG_CONFIG_FEED'            => '<strong>Altered syndication feeds settings</strong>',
591    'LOG_CONFIG_SEARCH'            => '<strong>Altered search settings</strong>',
592    'LOG_CONFIG_SECURITY'        => '<strong>Altered security settings</strong>',
593    'LOG_CONFIG_SERVER'            => '<strong>Altered server settings</strong>',
594    'LOG_CONFIG_SETTINGS'        => '<strong>Altered board settings</strong>',
595    'LOG_CONFIG_SIGNATURE'        => '<strong>Altered signature settings</strong>',
596    'LOG_CONFIG_VISUAL'            => '<strong>Altered anti-spambot settings</strong>',
597    'LOG_CONFIG_WEBPUSH'        => '<strong>Altered Web Push settings</strong>',
598
599    'LOG_APPROVE_TOPIC'            => '<strong>Approved topic</strong><br />» %s',
600    'LOG_BUMP_TOPIC'            => '<strong>User bumped topic</strong><br />» %s',
601    'LOG_DELETE_POST'            => '<strong>Deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
602    'LOG_DELETE_SHADOW_TOPIC'    => '<strong>Deleted shadow topic</strong><br />» %s',
603    'LOG_DELETE_TOPIC'            => '<strong>Deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
604    'LOG_FORK'                    => '<strong>Copied topic</strong><br />» from %s',
605    'LOG_LOCK'                    => '<strong>Locked topic</strong><br />» %s',
606    'LOG_LOCK_POST'                => '<strong>Locked post</strong><br />» %s',
607    'LOG_MERGE'                    => '<strong>Merged posts</strong> into topic<br />» %s',
608    'LOG_MOVE'                    => '<strong>Moved topic</strong><br />» from %1$s to %2$s',
609    'LOG_MOVED_TOPIC'            => '<strong>Moved topic</strong><br />» %s',
610    'LOG_PM_REPORT_CLOSED'        => '<strong>Closed PM report</strong><br />» %s',
611    'LOG_PM_REPORT_DELETED'        => '<strong>Deleted PM report</strong><br />» %s',
612    'LOG_POST_APPROVED'            => '<strong>Approved post</strong><br />» %s',
613    'LOG_POST_DISAPPROVED'        => '<strong>Disapproved post “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
614    'LOG_POST_EDITED'            => '<strong>Edited post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
615    'LOG_POST_RESTORED'            => '<strong>Restored post</strong><br />» %s',
616    'LOG_REPORT_CLOSED'            => '<strong>Closed report</strong><br />» %s',
617    'LOG_REPORT_DELETED'        => '<strong>Deleted report</strong><br />» %s',
618    'LOG_RESTORE_TOPIC'            => '<strong>Restored topic “%1$s” written by</strong><br />» %2$s',
619    'LOG_SOFTDELETE_POST'        => '<strong>Soft deleted post “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
620    'LOG_SOFTDELETE_TOPIC'        => '<strong>Soft deleted topic “%1$s” written by “%2$s” for the following reason</strong><br />» %3$s',
621    'LOG_SPLIT_DESTINATION'        => '<strong>Moved split posts</strong><br />» to %s',
622    'LOG_SPLIT_SOURCE'            => '<strong>Split posts</strong><br />» from %s',
623
624    'LOG_TOPIC_APPROVED'        => '<strong>Approved topic</strong><br />» %s',
625    'LOG_TOPIC_RESTORED'        => '<strong>Restored topic</strong><br />» %s',
626    'LOG_TOPIC_DISAPPROVED'        => '<strong>Disapproved topic “%1$s” written by “%3$s” for the following reason</strong><br />» %2$s',
627    'LOG_TOPIC_RESYNC'            => '<strong>Resynchronised topic counters</strong><br />» %s',
628    'LOG_TOPIC_TYPE_CHANGED'    => '<strong>Changed topic type</strong><br />» %s',
629    'LOG_UNLOCK'                => '<strong>Unlocked topic</strong><br />» %s',
630    'LOG_UNLOCK_POST'            => '<strong>Unlocked post</strong><br />» %s',
631
632    'LOG_DISALLOW_ADD'        => '<strong>Added disallowed username</strong><br />» %s',
633    'LOG_DISALLOW_DELETE'    => '<strong>Deleted disallowed username</strong>',
634
635    'LOG_DB_BACKUP'            => '<strong>Database backup</strong>',
636    'LOG_DB_DELETE'            => '<strong>Deleted database backup</strong>',
637    'LOG_DB_RESTORE'        => '<strong>Restored database backup</strong>',
638
639    'LOG_DOWNLOAD_EXCLUDE_IP'    => '<strong>Excluded IP/hostname from download list</strong><br />» %s',
640    'LOG_DOWNLOAD_IP'            => '<strong>Added IP/hostname to download list</strong><br />» %s',
641    'LOG_DOWNLOAD_REMOVE_IP'    => '<strong>Removed IP/hostname from download list</strong><br />» %s',
642
643    'LOG_ERROR_EMAIL'        => '<strong>Email error</strong><br />» %s',
644    'LOG_ERROR_CAPTCHA'        => '<strong>CAPTCHA error</strong><br />» %s',
645
646    'LOG_FORUM_ADD'                            => '<strong>Created new forum</strong><br />» %s',
647    'LOG_FORUM_COPIED_PERMISSIONS'            => '<strong>Copied forum permissions</strong> from %1$s<br />» %2$s',
648    'LOG_FORUM_DEL_FORUM'                    => '<strong>Deleted forum</strong><br />» %s',
649    'LOG_FORUM_DEL_FORUMS'                    => '<strong>Deleted forum and its subforums</strong><br />» %s',
650    'LOG_FORUM_DEL_MOVE_FORUMS'                => '<strong>Deleted forum and moved subforums</strong> to %1$s<br />» %2$s',
651    'LOG_FORUM_DEL_MOVE_POSTS'                => '<strong>Deleted forum and moved posts </strong> to %1$s<br />» %2$s',
652    'LOG_FORUM_DEL_MOVE_POSTS_FORUMS'        => '<strong>Deleted forum and its subforums, moved posts</strong> to %1$s<br />» %2$s',
653    'LOG_FORUM_DEL_MOVE_POSTS_MOVE_FORUMS'    => '<strong>Deleted forum, moved posts</strong> to %1$s <strong>and subforums</strong> to %2$s<br />» %3$s',
654    'LOG_FORUM_DEL_POSTS'                    => '<strong>Deleted forum and its posts</strong><br />» %s',
655    'LOG_FORUM_DEL_POSTS_FORUMS'            => '<strong>Deleted forum, its posts and subforums</strong><br />» %s',
656    'LOG_FORUM_DEL_POSTS_MOVE_FORUMS'        => '<strong>Deleted forum and its posts, moved subforums</strong> to %1$s<br />» %2$s',
657    'LOG_FORUM_EDIT'                        => '<strong>Edited forum details</strong><br />» %s',
658    'LOG_FORUM_MOVE_DOWN'                    => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s',
659    'LOG_FORUM_MOVE_UP'                        => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s',
660    'LOG_FORUM_SYNC'                        => '<strong>Re-synchronised forum</strong><br />» %s',
661
662    'LOG_GENERAL_ERROR'    => '<strong>A general error occurred</strong>: %1$s <br />» %2$s',
663
664    'LOG_GROUP_CREATED'        => '<strong>New usergroup created</strong><br />» %s',
665    'LOG_GROUP_DEFAULTS'    => '<strong>Group “%1$s” made default for members</strong><br />» %2$s',
666    'LOG_GROUP_DELETE'        => '<strong>Usergroup deleted</strong><br />» %s',
667    'LOG_GROUP_DEMOTED'        => '<strong>Leaders demoted in usergroup</strong> %1$s<br />» %2$s',
668    'LOG_GROUP_PROMOTED'    => '<strong>Members promoted to leader in usergroup</strong> %1$s<br />» %2$s',
669    'LOG_GROUP_REMOVE'        => '<strong>Members removed from usergroup</strong> %1$s<br />» %2$s',
670    'LOG_GROUP_UPDATED'        => '<strong>Usergroup details updated</strong><br />» %s',
671    'LOG_MODS_ADDED'        => '<strong>Added new leaders to usergroup</strong> %1$s<br />» %2$s',
672    'LOG_USERS_ADDED'        => '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s',
673    'LOG_USERS_APPROVED'    => '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s',
674    'LOG_USERS_PENDING'        => '<strong>Users requested to join group “%1$s” and need to be approved</strong><br />» %2$s',
675
676    'LOG_IMAGE_GENERATION_ERROR'    => '<strong>Error while creating image</strong><br />» Error in %1$s on line %2$s: %3$s',
677
678    'LOG_INACTIVE_ACTIVATE'    => '<strong>Activated inactive users</strong><br />» %s',
679    'LOG_INACTIVE_DELETE'    => '<strong>Deleted inactive users</strong><br />» %s',
680    'LOG_INACTIVE_REMIND'    => '<strong>Sent reminder emails to inactive users</strong><br />» %s',
681    'LOG_INSTALL_CONVERTED'    => '<strong>Converted from %1$s to phpBB %2$s</strong>',
682    'LOG_INSTALL_INSTALLED'    => '<strong>Installed phpBB %s</strong>',
683
684    'LOG_IP_BROWSER_FORWARDED_CHECK'    => '<strong>Session IP/browser/X_FORWARDED_FOR check failed</strong><br />»User IP “<em>%1$s</em>” checked against session IP “<em>%2$s</em>”, user browser string “<em>%3$s</em>” checked against session browser string “<em>%4$s</em>” and user X_FORWARDED_FOR string “<em>%5$s</em>” checked against session X_FORWARDED_FOR string “<em>%6$s</em>”.',
685
686    'LOG_LANGUAGE_PACK_DELETED'        => '<strong>Deleted language pack</strong><br />» %s',
687    'LOG_LANGUAGE_PACK_INSTALLED'    => '<strong>Installed language pack</strong><br />» %s',
688    'LOG_LANGUAGE_PACK_UPDATED'        => '<strong>Updated language pack details</strong><br />» %s',
689    'LOG_LANGUAGE_FILE_REPLACED'    => '<strong>Replaced language file</strong><br />» %s',
690    'LOG_LANGUAGE_FILE_SUBMITTED'    => '<strong>Submitted language file and placed in store folder</strong><br />» %s',
691
692    'LOG_MASS_EMAIL'        => '<strong>Sent mass email</strong><br />» %s',
693
694    'LOG_MCP_CHANGE_POSTER'    => '<strong>Changed poster in topic “%1$s”</strong><br />» from %2$s to %3$s',
695
696    'LOG_MODULE_DISABLE'    => '<strong>Module disabled</strong><br />» %s',
697    'LOG_MODULE_ENABLE'        => '<strong>Module enabled</strong><br />» %s',
698    'LOG_MODULE_MOVE_DOWN'    => '<strong>Module moved down</strong><br />» %1$s below %2$s',
699    'LOG_MODULE_MOVE_UP'    => '<strong>Module moved up</strong><br />» %1$s above %2$s',
700    'LOG_MODULE_REMOVED'    => '<strong>Module removed</strong><br />» %s',
701    'LOG_MODULE_ADD'        => '<strong>Module added</strong><br />» %s',
702    'LOG_MODULE_EDIT'        => '<strong>Module edited</strong><br />» %s',
703
704    'LOG_A_ROLE_ADD'        => '<strong>Admin role added</strong><br />» %s',
705    'LOG_A_ROLE_EDIT'        => '<strong>Admin role edited</strong><br />» %s',
706    'LOG_A_ROLE_REMOVED'    => '<strong>Admin role removed</strong><br />» %s',
707    'LOG_F_ROLE_ADD'        => '<strong>Forum role added</strong><br />» %s',
708    'LOG_F_ROLE_EDIT'        => '<strong>Forum role edited</strong><br />» %s',
709    'LOG_F_ROLE_REMOVED'    => '<strong>Forum role removed</strong><br />» %s',
710    'LOG_M_ROLE_ADD'        => '<strong>Moderator role added</strong><br />» %s',
711    'LOG_M_ROLE_EDIT'        => '<strong>Moderator role edited</strong><br />» %s',
712    'LOG_M_ROLE_REMOVED'    => '<strong>Moderator role removed</strong><br />» %s',
713    'LOG_U_ROLE_ADD'        => '<strong>User role added</strong><br />» %s',
714    'LOG_U_ROLE_EDIT'        => '<strong>User role edited</strong><br />» %s',
715    'LOG_U_ROLE_REMOVED'    => '<strong>User role removed</strong><br />» %s',
716
717    'LOG_PLUPLOAD_TIDY_FAILED'        => '<strong>Unable to open %1$s for tidying, check permissions.</strong><br />Exception: %2$s<br />Trace: %3$s',
718
719    'LOG_PROFILE_FIELD_ACTIVATE'    => '<strong>Profile field activated</strong><br />» %s',
720    'LOG_PROFILE_FIELD_CREATE'        => '<strong>Profile field added</strong><br />» %s',
721    'LOG_PROFILE_FIELD_DEACTIVATE'    => '<strong>Profile field deactivated</strong><br />» %s',
722    'LOG_PROFILE_FIELD_EDIT'        => '<strong>Profile field changed</strong><br />» %s',
723    'LOG_PROFILE_FIELD_REMOVED'        => '<strong>Profile field removed</strong><br />» %s',
724
725    'LOG_PRUNE'                    => '<strong>Pruned forums</strong><br />» %s',
726    'LOG_AUTO_PRUNE'            => '<strong>Auto-pruned forums</strong><br />» %s',
727    'LOG_PRUNE_SHADOW'        => '<strong>Auto-pruned shadow topics</strong><br />» %s',
728    'LOG_PRUNE_USER_DEAC'        => '<strong>Users deactivated</strong><br />» %s',
729    'LOG_PRUNE_USER_DEL_DEL'    => '<strong>Users pruned and posts deleted</strong><br />» %s',
730    'LOG_PRUNE_USER_DEL_ANON'    => '<strong>Users pruned and posts retained</strong><br />» %s',
731
732    'LOG_PURGE_CACHE'            => '<strong>Purged cache</strong>',
733    'LOG_PURGE_SESSIONS'        => '<strong>Purged sessions</strong>',
734
735    'LOG_RANK_ADDED'        => '<strong>Added new rank</strong><br />» %s',
736    'LOG_RANK_REMOVED'        => '<strong>Removed rank</strong><br />» %s',
737    'LOG_RANK_UPDATED'        => '<strong>Updated rank</strong><br />» %s',
738
739    'LOG_REASON_ADDED'        => '<strong>Added report/denial reason</strong><br />» %s',
740    'LOG_REASON_REMOVED'    => '<strong>Removed report/denial reason</strong><br />» %s',
741    'LOG_REASON_UPDATED'    => '<strong>Updated report/denial reason</strong><br />» %s',
742
743    'LOG_REFERER_INVALID'        => '<strong>Referrer validation failed</strong><br />»Referrer was “<em>%1$s</em>”. The request was rejected and the session killed.',
744    'LOG_RESET_DATE'            => '<strong>Board start date reset</strong>',
745    'LOG_RESET_ONLINE'            => '<strong>Most users online reset</strong>',
746    'LOG_RESYNC_FILES_STATS'    => '<strong>File statistics resynchronised</strong>',
747    'LOG_RESYNC_POSTCOUNTS'        => '<strong>User post counts resynchronised</strong>',
748    'LOG_RESYNC_POST_MARKING'    => '<strong>Dotted topics resynchronised</strong>',
749    'LOG_RESYNC_STATS'            => '<strong>Post, topic and user statistics resynchronised</strong>',
750
751    'LOG_SEARCH_INDEX_CREATED'    => '<strong>Created search index for</strong><br />» %s',
752    'LOG_SEARCH_INDEX_REMOVED'    => '<strong>Removed search index for</strong><br />» %s',
753    'LOG_SPHINX_ERROR'            => '<strong>Sphinx Error</strong><br />» %s',
754
755    'LOG_SPAMHAUS_OPEN_RESOLVER'        => 'Spamhaus does not allow queries using an open resolver. Blacklist checking has been disabled. For more information, see https://www.spamhaus.com/product/help-for-spamhaus-public-mirror-users/.',
756    'LOG_SPAMHAUS_VOLUME_LIMIT'            => 'Spamhaus query volume limit has been exceeded. Blacklist checking has been disabled. For more information, see https://www.spamhaus.com/product/help-for-spamhaus-public-mirror-users/.',
757
758    'LOG_STYLE_ADD'                => '<strong>Added new style</strong><br />» %s',
759    'LOG_STYLE_DELETE'            => '<strong>Deleted style</strong><br />» %s',
760    'LOG_STYLE_EDIT_DETAILS'    => '<strong>Edited style</strong><br />» %s',
761    'LOG_STYLE_EXPORT'            => '<strong>Exported style</strong><br />» %s',
762
763    'LOG_STORAGE_UPDATE'        => '<strong>Storage updated</strong><br />» %s',
764
765    'LOG_UPDATE_DATABASE'    => '<strong>Updated Database from version %1$s to version %2$s</strong>',
766    'LOG_UPDATE_PHPBB'        => '<strong>Updated phpBB from version %1$s to version %2$s</strong>',
767
768    'LOG_USER_ACTIVE'        => '<strong>User activated</strong><br />» %s',
769    'LOG_USER_BAN_USER'        => '<strong>Banned User via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
770    'LOG_USER_BAN_IP'        => '<strong>Banned IP via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
771    'LOG_USER_BAN_EMAIL'    => '<strong>Banned email via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
772    'LOG_USER_DELETED'        => '<strong>Deleted user</strong><br />» %s',
773    'LOG_USER_DEL_ATTACH'    => '<strong>Removed all attachments made by the user</strong><br />» %s',
774    'LOG_USER_DEL_AVATAR'    => '<strong>Removed user avatar</strong><br />» %s',
775    'LOG_USER_DEL_OUTBOX'    => '<strong>Emptied user outbox</strong><br />» %s',
776    'LOG_USER_DEL_POSTS'    => '<strong>Removed all posts made by the user</strong><br />» %s',
777    'LOG_USER_DEL_SIG'        => '<strong>Removed user signature</strong><br />» %s',
778    'LOG_USER_INACTIVE'        => '<strong>User deactivated</strong><br />» %s',
779    'LOG_USER_MOVE_POSTS'    => '<strong>Moved user posts</strong><br />» posts by “%1$s” to forum “%2$s”',
780    'LOG_USER_NEW_PASSWORD'    => '<strong>Changed user password</strong><br />» %s',
781    'LOG_USER_REACTIVATE'    => '<strong>Forced user account reactivation</strong><br />» %s',
782    'LOG_USER_REMOVED_NR'    => '<strong>Removed newly registered flag from user</strong><br />» %s',
783
784    'LOG_USER_UPDATE_EMAIL'    => '<strong>User “%1$s” changed email</strong><br />» from “%2$s” to “%3$s”',
785    'LOG_USER_UPDATE_NAME'    => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”',
786    'LOG_USER_USER_UPDATE'    => '<strong>Updated user details</strong><br />» %s',
787
788    'LOG_USER_ACTIVE_USER'        => '<strong>User account activated</strong>',
789    'LOG_USER_DEL_AVATAR_USER'    => '<strong>User avatar removed</strong>',
790    'LOG_USER_DEL_SIG_USER'        => '<strong>User signature removed</strong>',
791    'LOG_USER_FEEDBACK'            => '<strong>Added user feedback</strong><br />» %s',
792    'LOG_USER_GENERAL'            => '<strong>Entry added:</strong><br />» %s',
793    'LOG_USER_INACTIVE_USER'    => '<strong>User account de-activated</strong>',
794    'LOG_USER_LOCK'                => '<strong>User locked own topic</strong><br />» %s',
795    'LOG_USER_MOVE_POSTS_USER'    => '<strong>Moved all posts to forum</strong>» %s',
796    'LOG_USER_REACTIVATE_USER'    => '<strong>Forced user account reactivation</strong>',
797    'LOG_USER_UNLOCK'            => '<strong>User unlocked own topic</strong><br />» %s',
798    'LOG_USER_WARNING'            => '<strong>Added user warning</strong><br />» %s',
799    'LOG_USER_WARNING_BODY'        => '<strong>The following warning was issued to this user</strong><br />» %s',
800
801    'LOG_USER_GROUP_CHANGE'            => '<strong>User changed default group</strong><br />» %s',
802    'LOG_USER_GROUP_DEMOTE'            => '<strong>User demoted as leaders from usergroup</strong><br />» %s',
803    'LOG_USER_GROUP_JOIN'            => '<strong>User joined group</strong><br />» %s',
804    'LOG_USER_GROUP_JOIN_PENDING'    => '<strong>User joined group and needs to be approved</strong><br />» %s',
805    'LOG_USER_GROUP_RESIGN'            => '<strong>User resigned membership from group</strong><br />» %s',
806
807    'LOG_WARNING_DELETED'        => '<strong>Deleted user warning</strong><br />» %s',
808    'LOG_WARNINGS_DELETED'        => array(
809        1 => '<strong>Deleted user warning</strong><br />» %1$s',
810        2 => '<strong>Deleted %2$d user warnings</strong><br />» %1$s', // Example: '<strong>Deleted 2 user warnings</strong><br />» username'
811    ),
812    'LOG_WARNINGS_DELETED_ALL'    => '<strong>Deleted all user warnings</strong><br />» %s',
813
814    'LOG_WEBPUSH_MESSAGE_FAIL'            => '<strong>Web Push message could not be sent:</strong> %s',
815    'LOG_WEBPUSH_SUBSCRIPTION_REMOVED'    => '<strong>Removed Web Push subscription:</strong>» %s',
816
817    'LOG_WORD_ADD'            => '<strong>Added word censor</strong><br />» %s',
818    'LOG_WORD_DELETE'        => '<strong>Deleted word censor</strong><br />» %s',
819    'LOG_WORD_EDIT'            => '<strong>Edited word censor</strong><br />» %s',
820
821    'LOG_EXT_ENABLE'    => '<strong>Extension enabled</strong><br />» %s',
822    'LOG_EXT_DISABLE'    => '<strong>Extension disabled</strong><br />» %s',
823    'LOG_EXT_PURGE'        => '<strong>Extension’s data deleted</strong><br />» %s',
824    'LOG_EXT_UPDATE'    => '<strong>Extension updated</strong><br />» %s',
825));