~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/php/phpBB3/language/en/acp/common.php

  • Committer: William Grant
  • Date: 2009-02-23 23:47:02 UTC
  • mfrom: (1099.1.211 new-dispatch)
  • Revision ID: grantw@unimelb.edu.au-20090223234702-db4b1llly46ignwo
Merge from lp:~ivle-dev/ivle/new-dispatch.

Pretty much everything changes. Reread the setup docs. Backup your databases.
Every file is now in a different installed location, the configuration system
is rewritten, the dispatch system is rewritten, URLs are different, the
database is different, worksheets and exercises are no longer on the
filesystem, we use a templating engine, jail service protocols are rewritten,
we don't repeat ourselves, we have authorization rewritten, phpBB is gone,
and probably lots of other things that I cannot remember.

This is certainly the biggest commit I have ever made, and hopefully
the largest I ever will.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
*
4
 
* acp common [English]
5
 
*
6
 
* @package language
7
 
* @version $Id: common.php,v 1.120 2007/10/04 15:07:24 acydburn Exp $
8
 
* @copyright (c) 2005 phpBB Group
9
 
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
10
 
*
11
 
*/
12
 
 
13
 
/**
14
 
* DO NOT CHANGE
15
 
*/
16
 
if (!defined('IN_PHPBB'))
17
 
{
18
 
        exit;
19
 
}
20
 
 
21
 
if (empty($lang) || !is_array($lang))
22
 
{
23
 
        $lang = array();
24
 
}
25
 
 
26
 
// DEVELOPERS PLEASE NOTE
27
 
//
28
 
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
29
 
//
30
 
// Placeholders can now contain order information, e.g. instead of
31
 
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
32
 
// translators to re-order the output of data while ensuring it remains correct
33
 
//
34
 
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
35
 
// equally where a string contains only two placeholders which are used to wrap text
36
 
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
37
 
 
38
 
// Common
39
 
$lang = array_merge($lang, array(
40
 
        'ACP_ADMINISTRATORS'            => 'Administrators',
41
 
        'ACP_ADMIN_LOGS'                        => 'Admin log',
42
 
        'ACP_ADMIN_ROLES'                       => 'Admin roles',
43
 
        'ACP_ATTACHMENTS'                       => 'Attachments',
44
 
        'ACP_ATTACHMENT_SETTINGS'       => 'Attachment settings',
45
 
        'ACP_AUTH_SETTINGS'                     => 'Authentication',
46
 
        'ACP_AUTOMATION'                        => 'Automation',
47
 
        'ACP_AVATAR_SETTINGS'           => 'Avatar settings',
48
 
 
49
 
        'ACP_BACKUP'                            => 'Backup',
50
 
        'ACP_BAN'                                       => 'Banning',
51
 
        'ACP_BAN_EMAILS'                        => 'Ban e-mails',
52
 
        'ACP_BAN_IPS'                           => 'Ban IPs',
53
 
        'ACP_BAN_USERNAMES'                     => 'Ban usernames',
54
 
        'ACP_BBCODES'                           => 'BBCodes',
55
 
        'ACP_BOARD_CONFIGURATION'       => 'Board configuration',
56
 
        'ACP_BOARD_FEATURES'            => 'Board features',
57
 
        'ACP_BOARD_MANAGEMENT'          => 'Board management',
58
 
        'ACP_BOARD_SETTINGS'            => 'Board settings',
59
 
        'ACP_BOTS'                                      => 'Spiders/Robots',
60
 
        
61
 
        'ACP_CAPTCHA'                           => 'CAPTCHA',
62
 
 
63
 
        'ACP_CAT_DATABASE'                      => 'Database',
64
 
        'ACP_CAT_DOT_MODS'                      => '.MODs',
65
 
        'ACP_CAT_FORUMS'                        => 'Forums',
66
 
        'ACP_CAT_GENERAL'                       => 'General',
67
 
        'ACP_CAT_MAINTENANCE'           => 'Maintenance',
68
 
        'ACP_CAT_PERMISSIONS'           => 'Permissions',
69
 
        'ACP_CAT_POSTING'                       => 'Posting',
70
 
        'ACP_CAT_STYLES'                        => 'Styles',
71
 
        'ACP_CAT_SYSTEM'                        => 'System',
72
 
        'ACP_CAT_USERGROUP'                     => 'Users and Groups',
73
 
        'ACP_CAT_USERS'                         => 'Users',
74
 
        'ACP_CLIENT_COMMUNICATION'      => 'Client communication',
75
 
        'ACP_COOKIE_SETTINGS'           => 'Cookie settings',
76
 
        'ACP_CRITICAL_LOGS'                     => 'Error log',
77
 
        'ACP_CUSTOM_PROFILE_FIELDS'     => 'Custom profile fields',
78
 
        
79
 
        'ACP_DATABASE'                          => 'Database management',
80
 
        'ACP_DISALLOW'                          => 'Disallow',
81
 
        'ACP_DISALLOW_USERNAMES'        => 'Disallow usernames',
82
 
        
83
 
        'ACP_EMAIL_SETTINGS'            => 'E-mail settings',
84
 
        'ACP_EXTENSION_GROUPS'          => 'Manage extension groups',
85
 
        
86
 
        'ACP_FORUM_BASED_PERMISSIONS'   => 'Forum based permissions',
87
 
        'ACP_FORUM_LOGS'                                => 'Forum logs',
88
 
        'ACP_FORUM_MANAGEMENT'                  => 'Forum management',
89
 
        'ACP_FORUM_MODERATORS'                  => 'Forum moderators',
90
 
        'ACP_FORUM_PERMISSIONS'                 => 'Forum permissions',
91
 
        'ACP_FORUM_ROLES'                               => 'Forum roles',
92
 
 
93
 
        'ACP_GENERAL_CONFIGURATION'             => 'General configuration',
94
 
        'ACP_GENERAL_TASKS'                             => 'General tasks',
95
 
        'ACP_GLOBAL_MODERATORS'                 => 'Global moderators',
96
 
        'ACP_GLOBAL_PERMISSIONS'                => 'Global permissions',
97
 
        'ACP_GROUPS'                                    => 'Groups',
98
 
        'ACP_GROUPS_FORUM_PERMISSIONS'  => 'Groups’ forum permissions',
99
 
        'ACP_GROUPS_MANAGE'                             => 'Manage groups',
100
 
        'ACP_GROUPS_MANAGEMENT'                 => 'Group management',
101
 
        'ACP_GROUPS_PERMISSIONS'                => 'Groups’ permissions',
102
 
        
103
 
        'ACP_ICONS'                                     => 'Topic icons',
104
 
        'ACP_ICONS_SMILIES'                     => 'Topic icons/smilies',
105
 
        'ACP_IMAGESETS'                         => 'Imagesets',
106
 
        'ACP_INACTIVE_USERS'            => 'Inactive users',
107
 
        'ACP_INDEX'                                     => 'ACP index',
108
 
        
109
 
        'ACP_JABBER_SETTINGS'           => 'Jabber settings',
110
 
        
111
 
        'ACP_LANGUAGE'                          => 'Language management',
112
 
        'ACP_LANGUAGE_PACKS'            => 'Language packs',
113
 
        'ACP_LOAD_SETTINGS'                     => 'Load settings',
114
 
        'ACP_LOGGING'                           => 'Logging',
115
 
        
116
 
        'ACP_MAIN'                                      => 'ACP index',
117
 
        'ACP_MANAGE_EXTENSIONS'         => 'Manage extensions',
118
 
        'ACP_MANAGE_FORUMS'                     => 'Manage forums',
119
 
        'ACP_MANAGE_RANKS'                      => 'Manage ranks',
120
 
        'ACP_MANAGE_REASONS'            => 'Manage report/denial reasons',
121
 
        'ACP_MANAGE_USERS'                      => 'Manage users',
122
 
        'ACP_MASS_EMAIL'                        => 'Mass e-mail',
123
 
        'ACP_MESSAGES'                          => 'Messages',
124
 
        'ACP_MESSAGE_SETTINGS'          => 'Private message settings',
125
 
        'ACP_MODULE_MANAGEMENT'         => 'Module management',
126
 
        'ACP_MOD_LOGS'                          => 'Moderator log',
127
 
        'ACP_MOD_ROLES'                         => 'Moderator roles',
128
 
        
129
 
        'ACP_ORPHAN_ATTACHMENTS'        => 'Orphaned attachments',
130
 
        
131
 
        'ACP_PERMISSIONS'                       => 'Permissions',
132
 
        'ACP_PERMISSION_MASKS'          => 'Permission masks',
133
 
        'ACP_PERMISSION_ROLES'          => 'Permission roles',
134
 
        'ACP_PERMISSION_TRACE'          => 'Permission trace',
135
 
        'ACP_PHP_INFO'                          => 'PHP information',
136
 
        'ACP_POST_SETTINGS'                     => 'Post settings',
137
 
        'ACP_PRUNE_FORUMS'                      => 'Prune forums',
138
 
        'ACP_PRUNE_USERS'                       => 'Prune users',
139
 
        'ACP_PRUNING'                           => 'Pruning',
140
 
        
141
 
        'ACP_QUICK_ACCESS'                      => 'Quick access',
142
 
        
143
 
        'ACP_RANKS'                                     => 'Ranks',
144
 
        'ACP_REASONS'                           => 'Report/denial reasons',
145
 
        'ACP_REGISTER_SETTINGS'         => 'User registration settings',
146
 
 
147
 
        'ACP_RESTORE'                           => 'Restore',
148
 
 
149
 
        'ACP_SEARCH'                            => 'Search configuration',
150
 
        'ACP_SEARCH_INDEX'                      => 'Search index',
151
 
        'ACP_SEARCH_SETTINGS'           => 'Search settings',
152
 
 
153
 
        'ACP_SECURITY_SETTINGS'         => 'Security settings',
154
 
        'ACP_SERVER_CONFIGURATION'      => 'Server configuration',
155
 
        'ACP_SERVER_SETTINGS'           => 'Server settings',
156
 
        'ACP_SIGNATURE_SETTINGS'        => 'Signature settings',
157
 
        'ACP_SMILIES'                           => 'Smilies',
158
 
        'ACP_STYLE_COMPONENTS'          => 'Style components',
159
 
        'ACP_STYLE_MANAGEMENT'          => 'Style management',
160
 
        'ACP_STYLES'                            => 'Styles',
161
 
        
162
 
        'ACP_TEMPLATES'                         => 'Templates',
163
 
        'ACP_THEMES'                            => 'Themes',
164
 
        
165
 
        'ACP_UPDATE'                                    => 'Updating',
166
 
        'ACP_USERS_FORUM_PERMISSIONS'   => 'Users’ forum permissions',
167
 
        'ACP_USERS_LOGS'                                => 'User logs',
168
 
        'ACP_USERS_PERMISSIONS'                 => 'Users’ permissions',
169
 
        'ACP_USER_ATTACH'                               => 'Attachments',
170
 
        'ACP_USER_AVATAR'                               => 'Avatar',
171
 
        'ACP_USER_FEEDBACK'                             => 'Feedback',
172
 
        'ACP_USER_GROUPS'                               => 'Groups',
173
 
        'ACP_USER_MANAGEMENT'                   => 'User management',
174
 
        'ACP_USER_OVERVIEW'                             => 'Overview',
175
 
        'ACP_USER_PERM'                                 => 'Permissions',
176
 
        'ACP_USER_PREFS'                                => 'Preferences',
177
 
        'ACP_USER_PROFILE'                              => 'Profile',
178
 
        'ACP_USER_RANK'                                 => 'Rank',
179
 
        'ACP_USER_ROLES'                                => 'User roles',
180
 
        'ACP_USER_SECURITY'                             => 'User security',
181
 
        'ACP_USER_SIG'                                  => 'Signature',
182
 
 
183
 
        'ACP_VC_SETTINGS'                                       => 'Visual confirmation settings',
184
 
        'ACP_VC_CAPTCHA_DISPLAY'                        => 'CAPTCHA image preview',
185
 
        'ACP_VERSION_CHECK'                                     => 'Check for updates',
186
 
        'ACP_VIEW_ADMIN_PERMISSIONS'            => 'View administrative permissions',
187
 
        'ACP_VIEW_FORUM_MOD_PERMISSIONS'        => 'View forum moderation permissions',
188
 
        'ACP_VIEW_FORUM_PERMISSIONS'            => 'View forum-based permissions',
189
 
        'ACP_VIEW_GLOBAL_MOD_PERMISSIONS'       => 'View global moderation permissions',
190
 
        'ACP_VIEW_USER_PERMISSIONS'                     => 'View user-based permissions',
191
 
        
192
 
        'ACP_WORDS'                                     => 'Word censoring',
193
 
 
194
 
        'ACTION'                                => 'Action',
195
 
        'ACTIONS'                               => 'Actions',
196
 
        'ACTIVATE'                              => 'Activate',
197
 
        'ADD'                                   => 'Add',
198
 
        'ADMIN'                                 => 'Administration',
199
 
        'ADMIN_INDEX'                   => 'Admin index',
200
 
        'ADMIN_PANEL'                   => 'Administration Control Panel',
201
 
 
202
 
        'BACK'                                  => 'Back',
203
 
 
204
 
        'COLOUR_SWATCH'                 => 'Web-safe colour swatch',
205
 
        'CONFIG_UPDATED'                => 'Configuration updated successfully.',
206
 
 
207
 
        'DEACTIVATE'                            => 'Deactivate',
208
 
        'DIRECTORY_DOES_NOT_EXIST'      => 'The entered path “%s” does not exist.',
209
 
        'DIRECTORY_NOT_DIR'                     => 'The entered path “%s” is not a directory.',
210
 
        'DIRECTORY_NOT_WRITABLE'        => 'The entered path “%s” is not writable.',
211
 
        'DISABLE'                                       => 'Disable',
212
 
        'DOWNLOAD'                                      => 'Download',
213
 
        'DOWNLOAD_AS'                           => 'Download as',
214
 
        'DOWNLOAD_STORE'                        => 'Download or store file',
215
 
        'DOWNLOAD_STORE_EXPLAIN'        => 'You may directly download the file or save it in your <samp>store/</samp> folder.',
216
 
 
217
 
        'EDIT'                                  => 'Edit',
218
 
        'ENABLE'                                => 'Enable',
219
 
        'EXPORT_DOWNLOAD'               => 'Download',
220
 
        'EXPORT_STORE'                  => 'Store',
221
 
 
222
 
        'GENERAL_OPTIONS'               => 'General options',
223
 
        'GENERAL_SETTINGS'              => 'General settings',
224
 
        'GLOBAL_MASK'                   => 'Global permission mask',
225
 
 
226
 
        'INSTALL'                               => 'Install',
227
 
        'IP'                                    => 'User IP',
228
 
        'IP_HOSTNAME'                   => 'IP addresses or hostnames',
229
 
 
230
 
        'LOGGED_IN_AS'                  => 'You are logged in as:',
231
 
        'LOGIN_ADMIN'                   => 'To administer the board you must be an authenticated user.',
232
 
        'LOGIN_ADMIN_CONFIRM'   => 'To administer the board you must re-authenticate yourself.',
233
 
        'LOGIN_ADMIN_SUCCESS'   => 'You have successfully authenticated and will now be redirected to the Administration Control Panel.',
234
 
        'LOOK_UP_FORUM'                 => 'Select a forum',
235
 
        'LOOK_UP_FORUMS_EXPLAIN'=> 'You are able to select more than one forum.',
236
 
 
237
 
        'MANAGE'                                => 'Manage',
238
 
        'MENU_TOGGLE'                   => 'Hide or display the side menu',
239
 
        'MOVE_DOWN'                             => 'Move down',
240
 
        'MOVE_UP'                               => 'Move up',
241
 
 
242
 
        'NOTIFY'                                => 'Notification',
243
 
        'NO_ADMIN'                              => 'You are not authorised to administrate this board.',
244
 
        'NO_EMAILS_DEFINED'             => 'No valid e-mail addresses found.',
245
 
        'NO_PASSWORD_SUPPLIED'  => 'You need to enter your password to access the Administration Control Panel.',       
246
 
 
247
 
        'OFF'                                   => 'Off',
248
 
        'ON'                                    => 'On',
249
 
 
250
 
        'PARSE_BBCODE'                                          => 'Parse BBCode',
251
 
        'PARSE_SMILIES'                                         => 'Parse smilies',
252
 
        'PARSE_URLS'                                            => 'Parse links',
253
 
        'PERMISSIONS_TRANSFERRED'                       => 'Permissions transferred',
254
 
        '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.',
255
 
        'PIXEL'                                                         => 'px',        
256
 
        'PROCEED_TO_ACP'                                        => '%sProceed to the ACP%s',
257
 
 
258
 
        'REMIND'                                                        => 'Remind',
259
 
        'RESYNC'                                                        => 'Resynchronise',
260
 
        'RETURN_TO'                                                     => 'Return to…',
261
 
 
262
 
        'SELECT_ANONYMOUS'              => 'Select anonymous user',
263
 
        'SELECT_OPTION'                 => 'Select option',
264
 
 
265
 
        'UCP'                                   => 'User Control Panel',
266
 
        'USERNAMES_EXPLAIN'             => 'Place each username on a separate line.',
267
 
        'USER_CONTROL_PANEL'    => 'User Control Panel',
268
 
 
269
 
        'WARNING'                               => 'Warning',
270
 
));
271
 
 
272
 
// PHP info
273
 
$lang = array_merge($lang, array(
274
 
        '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="http://www.phpbb.com/about/team/">official team members</a> on the support forums.',
275
 
 
276
 
        'NO_PHPINFO_AVAILABLE'  => 'Information about your PHP configuration is unable to be determined. Phpinfo() has been disabled for security reasons.',
277
 
));
278
 
 
279
 
// Logs
280
 
$lang = array_merge($lang, array(
281
 
        '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.',
282
 
        '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 e-mails. 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.',
283
 
        '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.',
284
 
        'ACP_USERS_LOGS_EXPLAIN'        => 'This lists all actions carried out by users or on users (reports, warnings and user notes).',
285
 
        'ALL_ENTRIES'                           => 'All entries',
286
 
 
287
 
        'DISPLAY_LOG'   => 'Display entries from previous',
288
 
 
289
 
        'NO_ENTRIES'    => 'No log entries for this period.',
290
 
 
291
 
        'SORT_IP'               => 'IP address',
292
 
        'SORT_DATE'             => 'Date',
293
 
        'SORT_ACTION'   => 'Log action',
294
 
));
295
 
 
296
 
// Index page
297
 
$lang = array_merge($lang, array(
298
 
        '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.',
299
 
        'ADMIN_LOG'                                     => 'Logged administrator actions',
300
 
        '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.',
301
 
        'AVATAR_DIR_SIZE'                       => 'Avatar directory size',
302
 
 
303
 
        'BOARD_STARTED'         => 'Board started',
304
 
        'BOARD_VERSION'         => 'Board version',
305
 
 
306
 
        'DATABASE_SERVER_INFO'  => 'Database server',
307
 
        'DATABASE_SIZE'                 => 'Database size',
308
 
 
309
 
        'FILES_PER_DAY'         => 'Attachments per day',
310
 
        'FORUM_STATS'           => 'Board statistics',
311
 
 
312
 
        'GZIP_COMPRESSION'      => 'GZip compression',
313
 
 
314
 
        'NOT_AVAILABLE'         => 'Not available',
315
 
        'NUMBER_FILES'          => 'Number of attachments',
316
 
        'NUMBER_POSTS'          => 'Number of posts',
317
 
        'NUMBER_TOPICS'         => 'Number of topics',
318
 
        'NUMBER_USERS'          => 'Number of users',
319
 
        'NUMBER_ORPHAN'         => 'Orphan attachments',
320
 
 
321
 
        'POSTS_PER_DAY'         => 'Posts per day',
322
 
 
323
 
        'PURGE_CACHE'                   => 'Purge the cache',
324
 
        'PURGE_CACHE_CONFIRM'   => 'Are you sure you wish to purge the cache?',
325
 
        'PURGE_CACHE_EXPLAIN'   => 'Purge all cache related items, this includes any cached template files or queries.',
326
 
 
327
 
        'RESET_DATE'                                    => 'Reset board’s start date',
328
 
        'RESET_DATE_CONFIRM'                    => 'Are you sure you wish to reset the board’s start date?',
329
 
        'RESET_ONLINE'                                  => 'Reset most users ever online',
330
 
        'RESET_ONLINE_CONFIRM'                  => 'Are you sure you wish to reset the most users ever online counter?',
331
 
        'RESYNC_POSTCOUNTS'                             => 'Resynchronise post counts',
332
 
        'RESYNC_POSTCOUNTS_EXPLAIN'             => 'Only existing posts will be taken into consideration. Pruned posts will not be counted.',
333
 
        'RESYNC_POSTCOUNTS_CONFIRM'             => 'Are you sure you wish to resynchronise post counts?',
334
 
        'RESYNC_POST_MARKING'                   => 'Resynchronise dotted topics',
335
 
        'RESYNC_POST_MARKING_CONFIRM'   => 'Are you sure you wish to resynchronise dotted topics?',
336
 
        'RESYNC_POST_MARKING_EXPLAIN'   => 'First unmarks all topics and then correctly marks topics that have seen any activity during the past six months.',
337
 
        'RESYNC_STATS'                                  => 'Resynchronise statistics',
338
 
        'RESYNC_STATS_CONFIRM'                  => 'Are you sure you wish to resynchronise statistics?',
339
 
        'RESYNC_STATS_EXPLAIN'                  => 'Recalculates the total number of posts, topics, users and files.',
340
 
        'RUN'                                                   => 'Run now',
341
 
 
342
 
        'STATISTIC'                                     => 'Statistic',
343
 
        'STATISTIC_RESYNC_OPTIONS'      => 'Resynchronise or reset statistics',
344
 
 
345
 
        'TOPICS_PER_DAY'        => 'Topics per day',
346
 
 
347
 
        'UPLOAD_DIR_SIZE'       => 'Size of posted attachments',
348
 
        'USERS_PER_DAY'         => 'Users per day',
349
 
 
350
 
        'VALUE'                                 => 'Value',
351
 
        'VIEW_ADMIN_LOG'                => 'View administrator log',
352
 
        'VIEW_INACTIVE_USERS'   => 'View inactive users',
353
 
 
354
 
        'WELCOME_PHPBB'                 => 'Welcome to phpBB',
355
 
));
356
 
 
357
 
// Inactive Users
358
 
$lang = array_merge($lang, array(
359
 
        'INACTIVE_DATE'                                 => 'Inactive date',
360
 
        'INACTIVE_REASON'                               => 'Reason',
361
 
        'INACTIVE_REASON_MANUAL'                => 'Account deactivated by administrator',
362
 
        'INACTIVE_REASON_PROFILE'               => 'Profile details changed',
363
 
        'INACTIVE_REASON_REGISTER'              => 'Newly registered account',
364
 
        'INACTIVE_REASON_REMIND'                => 'Forced user account reactivation',
365
 
        'INACTIVE_REASON_UNKNOWN'               => 'Unknown',
366
 
        'INACTIVE_USERS'                                => 'Inactive users',
367
 
        '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 e-mail) these users if you wish.',
368
 
        'INACTIVE_USERS_EXPLAIN_INDEX'  => 'This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an e-mail) these users if you wish.',
369
 
 
370
 
        'NO_INACTIVE_USERS'     => 'No inactive users',
371
 
 
372
 
        'SORT_INACTIVE'         => 'Inactive date',
373
 
        'SORT_LAST_VISIT'       => 'Last visit',
374
 
        'SORT_REASON'           => 'Reason',
375
 
        'SORT_REG_DATE'         => 'Registration date',
376
 
 
377
 
        'USER_IS_INACTIVE'              => 'User is inactive',
378
 
));
379
 
 
380
 
// Log Entries
381
 
$lang = array_merge($lang, array(
382
 
        'LOG_ACL_ADD_USER_GLOBAL_U_'            => '<strong>Added or edited users’ user permissions</strong><br />» %s',
383
 
        'LOG_ACL_ADD_GROUP_GLOBAL_U_'           => '<strong>Added or edited groups’ user permissions</strong><br />» %s',
384
 
        'LOG_ACL_ADD_USER_GLOBAL_M_'            => '<strong>Added or edited users’ global moderator permissions</strong><br />» %s',
385
 
        'LOG_ACL_ADD_GROUP_GLOBAL_M_'           => '<strong>Added or edited groups’ global moderator permissions</strong><br />» %s',
386
 
        'LOG_ACL_ADD_USER_GLOBAL_A_'            => '<strong>Added or edited users’ administrator permissions</strong><br />» %s',
387
 
        'LOG_ACL_ADD_GROUP_GLOBAL_A_'           => '<strong>Added or edited groups’ administrator permissions</strong><br />» %s',
388
 
 
389
 
        'LOG_ACL_ADD_ADMIN_GLOBAL_A_'           => '<strong>Added or edited Administrators</strong><br />» %s',
390
 
        'LOG_ACL_ADD_MOD_GLOBAL_M_'                     => '<strong>Added or edited Global Moderators</strong><br />» %s',
391
 
 
392
 
        'LOG_ACL_ADD_USER_LOCAL_F_'                     => '<strong>Added or edited users’ forum access</strong> from %1$s<br />» %2$s',
393
 
        'LOG_ACL_ADD_USER_LOCAL_M_'                     => '<strong>Added or edited users’ forum moderator access</strong> from %1$s<br />» %2$s',
394
 
        'LOG_ACL_ADD_GROUP_LOCAL_F_'            => '<strong>Added or edited groups’ forum access</strong> from %1$s<br />» %2$s',
395
 
        'LOG_ACL_ADD_GROUP_LOCAL_M_'            => '<strong>Added or edited groups’ forum moderator access</strong> from %1$s<br />» %2$s',
396
 
 
397
 
        'LOG_ACL_ADD_MOD_LOCAL_M_'                      => '<strong>Added or edited Moderators</strong> from %1$s<br />» %2$s',
398
 
        'LOG_ACL_ADD_FORUM_LOCAL_F_'            => '<strong>Added or edited forum permissions</strong> from %1$s<br />» %2$s',
399
 
 
400
 
        'LOG_ACL_DEL_ADMIN_GLOBAL_A_'           => '<strong>Removed Administrators</strong><br />» %s',
401
 
        'LOG_ACL_DEL_MOD_GLOBAL_M_'                     => '<strong>Removed Global Moderators</strong><br />» %s',
402
 
        'LOG_ACL_DEL_MOD_LOCAL_M_'                      => '<strong>Removed Moderators</strong> from %1$s<br />» %2$s',
403
 
        'LOG_ACL_DEL_FORUM_LOCAL_F_'            => '<strong>Removed User/Group forum permissions</strong> from %1$s<br />» %2$s',
404
 
 
405
 
        'LOG_ACL_TRANSFER_PERMISSIONS'          => '<strong>Permissions transferred from</strong><br />» %s',
406
 
        'LOG_ACL_RESTORE_PERMISSIONS'           => '<strong>Own permissions restored after using permissions from</strong><br />» %s',
407
 
        
408
 
        'LOG_ADMIN_AUTH_FAIL'           => '<strong>Failed administration login attempt</strong>',
409
 
        'LOG_ADMIN_AUTH_SUCCESS'        => '<strong>Successful administration login</strong>',
410
 
 
411
 
        'LOG_ATTACHMENTS_DELETED'       => '<strong>Removed user attachments</strong><br />» %s',
412
 
 
413
 
        'LOG_ATTACH_EXT_ADD'            => '<strong>Added or edited attachment extension</strong><br />» %s',
414
 
        'LOG_ATTACH_EXT_DEL'            => '<strong>Removed attachment extension</strong><br />» %s',
415
 
        'LOG_ATTACH_EXT_UPDATE'         => '<strong>Updated attachment extension</strong><br />» %s',
416
 
        'LOG_ATTACH_EXTGROUP_ADD'       => '<strong>Added extension group</strong><br />» %s',
417
 
        'LOG_ATTACH_EXTGROUP_EDIT'      => '<strong>Edited extension group</strong><br />» %s',
418
 
        'LOG_ATTACH_EXTGROUP_DEL'       => '<strong>Removed extension group</strong><br />» %s',
419
 
        'LOG_ATTACH_FILEUPLOAD'         => '<strong>Orphan File uploaded to Post</strong><br />» ID %1$d - %2$s',
420
 
        'LOG_ATTACH_ORPHAN_DEL'         => '<strong>Orphan Files deleted</strong><br />» %s',
421
 
 
422
 
        'LOG_BAN_EXCLUDE_USER'  => '<strong>Excluded user from ban</strong> for reason “<em>%1$s</em>”<br />» %2$s',
423
 
        'LOG_BAN_EXCLUDE_IP'    => '<strong>Excluded IP from ban</strong> for reason “<em>%1$s</em>”<br />» %2$s',
424
 
        'LOG_BAN_EXCLUDE_EMAIL' => '<strong>Excluded e-mail from ban</strong> for reason “<em>%1$s</em>”<br />» %2$s',
425
 
        'LOG_BAN_USER'                  => '<strong>Banned user</strong> for reason “<em>%1$s</em>”<br />» %2$s',
426
 
        'LOG_BAN_IP'                    => '<strong>Banned IP</strong> for reason “<em>%1$s</em>”<br />» %2$s',
427
 
        'LOG_BAN_EMAIL'                 => '<strong>Banned e-mail</strong> for reason “<em>%1$s</em>”<br />» %2$s',
428
 
        'LOG_UNBAN_USER'                => '<strong>Unbanned user</strong><br />» %s',
429
 
        'LOG_UNBAN_IP'                  => '<strong>Unbanned IP</strong><br />» %s',
430
 
        'LOG_UNBAN_EMAIL'               => '<strong>Unbanned e-mail</strong><br />» %s',
431
 
 
432
 
        'LOG_BBCODE_ADD'                => '<strong>Added new BBCode</strong><br />» %s',
433
 
        'LOG_BBCODE_EDIT'               => '<strong>Edited BBCode</strong><br />» %s',
434
 
        'LOG_BBCODE_DELETE'             => '<strong>Deleted BBCode</strong><br />» %s',
435
 
 
436
 
        'LOG_BOT_ADDED'         => '<strong>New bot added</strong><br />» %s',
437
 
        'LOG_BOT_DELETE'        => '<strong>Deleted bot</strong><br />» %s',
438
 
        'LOG_BOT_UPDATED'       => '<strong>Existing bot updated</strong><br />» %s',
439
 
 
440
 
        'LOG_CLEAR_ADMIN'               => '<strong>Cleared admin log</strong>',
441
 
        'LOG_CLEAR_CRITICAL'    => '<strong>Cleared error log</strong>',
442
 
        'LOG_CLEAR_MOD'                 => '<strong>Cleared moderator log</strong>',
443
 
        'LOG_CLEAR_USER'                => '<strong>Cleared user log</strong><br />» %s',
444
 
        'LOG_CLEAR_USERS'               => '<strong>Cleared user logs</strong>',
445
 
 
446
 
        'LOG_CONFIG_ATTACH'                     => '<strong>Altered attachment settings</strong>',
447
 
        'LOG_CONFIG_AUTH'                       => '<strong>Altered authentication settings</strong>',
448
 
        'LOG_CONFIG_AVATAR'                     => '<strong>Altered avatar settings</strong>',
449
 
        'LOG_CONFIG_COOKIE'                     => '<strong>Altered cookie settings</strong>',
450
 
        'LOG_CONFIG_EMAIL'                      => '<strong>Altered e-mail settings</strong>',
451
 
        'LOG_CONFIG_FEATURES'           => '<strong>Altered board features</strong>',
452
 
        'LOG_CONFIG_LOAD'                       => '<strong>Altered load settings</strong>',
453
 
        'LOG_CONFIG_MESSAGE'            => '<strong>Altered private message settings</strong>',
454
 
        'LOG_CONFIG_POST'                       => '<strong>Altered post settings</strong>',
455
 
        'LOG_CONFIG_REGISTRATION'       => '<strong>Altered user registration settings</strong>',
456
 
        'LOG_CONFIG_SEARCH'                     => '<strong>Altered search settings</strong>',
457
 
        'LOG_CONFIG_SECURITY'           => '<strong>Altered security settings</strong>',
458
 
        'LOG_CONFIG_SERVER'                     => '<strong>Altered server settings</strong>',
459
 
        'LOG_CONFIG_SETTINGS'           => '<strong>Altered board settings</strong>',
460
 
        'LOG_CONFIG_SIGNATURE'          => '<strong>Altered signature settings</strong>',
461
 
        'LOG_CONFIG_VISUAL'                     => '<strong>Altered visual confirmation settings</strong>',
462
 
 
463
 
        'LOG_APPROVE_TOPIC'                     => '<strong>Approved topic</strong><br />» %s',
464
 
        'LOG_BUMP_TOPIC'                        => '<strong>User bumped topic</strong><br />» %s',
465
 
        'LOG_DELETE_POST'                       => '<strong>Deleted post</strong><br />» %s',
466
 
        'LOG_DELETE_TOPIC'                      => '<strong>Deleted topic</strong><br />» %s',
467
 
        'LOG_FORK'                                      => '<strong>Copied topic</strong><br />» from %s',
468
 
        'LOG_LOCK'                                      => '<strong>Locked topic</strong><br />» %s',
469
 
        'LOG_LOCK_POST'                         => '<strong>Locked post</strong><br />» %s',
470
 
        'LOG_MERGE'                                     => '<strong>Merged posts</strong> into topic<br />» %s',
471
 
        'LOG_MOVE'                                      => '<strong>Moved topic</strong><br />» from %s',
472
 
        'LOG_POST_APPROVED'                     => '<strong>Approved post</strong><br />» %s',
473
 
        'LOG_POST_DISAPPROVED'          => '<strong>Disapproved post “%1$s” with the following reason</strong><br />» %2$s',
474
 
        'LOG_POST_EDITED'                       => '<strong>Edited post “%1$s” written by</strong><br />» %2$s',
475
 
        'LOG_REPORT_CLOSED'                     => '<strong>Closed report</strong><br />» %s',
476
 
        'LOG_REPORT_DELETED'            => '<strong>Deleted report</strong><br />» %s',
477
 
        'LOG_SPLIT_DESTINATION'         => '<strong>Moved split posts</strong><br />» to %s',
478
 
        'LOG_SPLIT_SOURCE'                      => '<strong>Split posts</strong><br />» from %s',
479
 
 
480
 
        'LOG_TOPIC_DELETED'                     => '<strong>Deleted topic</strong><br />» %s',
481
 
        'LOG_TOPIC_APPROVED'            => '<strong>Approved topic</strong><br />» %s',
482
 
        'LOG_TOPIC_DISAPPROVED'         => '<strong>Disapproved topic “%1$s” with the following reason</strong><br />%2$s',
483
 
        'LOG_TOPIC_RESYNC'                      => '<strong>Resynchronised topic counters</strong><br />» %s',
484
 
        'LOG_TOPIC_TYPE_CHANGED'        => '<strong>Changed topic type</strong><br />» %s',
485
 
        'LOG_UNLOCK'                            => '<strong>Unlocked topic</strong><br />» %s',
486
 
        'LOG_UNLOCK_POST'                       => '<strong>Unlocked post</strong><br />» %s',
487
 
 
488
 
        'LOG_DISALLOW_ADD'              => '<strong>Added disallowed username</strong><br />» %s',
489
 
        'LOG_DISALLOW_DELETE'   => '<strong>Deleted disallowed username</strong>',
490
 
 
491
 
        'LOG_DB_BACKUP'                 => '<strong>Database backup</strong>',
492
 
        'LOG_DB_DELETE'                 => '<strong>Deleted database backup</strong>',
493
 
        'LOG_DB_RESTORE'                => '<strong>Restored database backup</strong>',
494
 
 
495
 
        'LOG_DOWNLOAD_EXCLUDE_IP'       => '<strong>Excluded IP/hostname from download list</strong><br />» %s',
496
 
        'LOG_DOWNLOAD_IP'                       => '<strong>Added IP/hostname to download list</strong><br />» %s',
497
 
        'LOG_DOWNLOAD_REMOVE_IP'        => '<strong>Removed IP/hostname from download list</strong><br />» %s',
498
 
 
499
 
        'LOG_ERROR_JABBER'              => '<strong>Jabber error</strong><br />» %s',
500
 
        'LOG_ERROR_EMAIL'               => '<strong>E-mail error</strong><br />» %s',
501
 
        
502
 
        'LOG_FORUM_ADD'                                                 => '<strong>Created new forum</strong><br />» %s',
503
 
        'LOG_FORUM_DEL_FORUM'                                   => '<strong>Deleted forum</strong><br />» %s',
504
 
        'LOG_FORUM_DEL_FORUMS'                                  => '<strong>Deleted forum and its subforums</strong><br />» %s',
505
 
        'LOG_FORUM_DEL_MOVE_FORUMS'                             => '<strong>Deleted forum and moved subforums</strong> to %1$s<br />» %2$s',
506
 
        'LOG_FORUM_DEL_MOVE_POSTS'                              => '<strong>Deleted forum and moved posts </strong> to %1$s<br />» %2$s',
507
 
        'LOG_FORUM_DEL_MOVE_POSTS_FORUMS'               => '<strong>Deleted forum and its subforums, moved messages</strong> to %1$s<br />» %2$s',
508
 
        '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',
509
 
        'LOG_FORUM_DEL_POSTS'                                   => '<strong>Deleted forum and its messages</strong><br />» %s',
510
 
        'LOG_FORUM_DEL_POSTS_FORUMS'                    => '<strong>Deleted forum, its messages and subforums</strong><br />» %s',
511
 
        'LOG_FORUM_DEL_POSTS_MOVE_FORUMS'               => '<strong>Deleted forum and its messages, moved subforums</strong> to %1$s<br />» %2$s',
512
 
        'LOG_FORUM_EDIT'                                                => '<strong>Edited forum details</strong><br />» %s',
513
 
        'LOG_FORUM_MOVE_DOWN'                                   => '<strong>Moved forum</strong> %1$s <strong>below</strong> %2$s',
514
 
        'LOG_FORUM_MOVE_UP'                                             => '<strong>Moved forum</strong> %1$s <strong>above</strong> %2$s',
515
 
        'LOG_FORUM_SYNC'                                                => '<strong>Re-synchronised forum</strong><br />» %s',
516
 
 
517
 
        'LOG_GROUP_CREATED'             => '<strong>New usergroup created</strong><br />» %s',
518
 
        'LOG_GROUP_DEFAULTS'    => '<strong>Group “%1$s” made default for members</strong><br />» %2$s',
519
 
        'LOG_GROUP_DELETE'              => '<strong>Usergroup deleted</strong><br />» %s',
520
 
        'LOG_GROUP_DEMOTED'             => '<strong>Leaders demoted in usergroup</strong> %1$s<br />» %2$s',
521
 
        'LOG_GROUP_PROMOTED'    => '<strong>Members promoted to leader in usergroup</strong> %1$s<br />» %2$s',
522
 
        'LOG_GROUP_REMOVE'              => '<strong>Members removed from usergroup</strong> %1$s<br />» %2$s',
523
 
        'LOG_GROUP_UPDATED'             => '<strong>Usergroup details updated</strong><br />» %s',
524
 
        'LOG_MODS_ADDED'                => '<strong>Added new leaders to usergroup</strong> %1$s<br />» %2$s',
525
 
        'LOG_USERS_APPROVED'    => '<strong>Users approved in usergroup</strong> %1$s<br />» %2$s',
526
 
        'LOG_USERS_ADDED'               => '<strong>Added new members to usergroup</strong> %1$s<br />» %2$s',
527
 
 
528
 
        'LOG_IMAGESET_ADD_DB'                   => '<strong>Added new imageset to database</strong><br />» %s',
529
 
        'LOG_IMAGESET_ADD_FS'                   => '<strong>Add new imageset on filesystem</strong><br />» %s',
530
 
        'LOG_IMAGESET_DELETE'                   => '<strong>Deleted imageset</strong><br />» %s',
531
 
        'LOG_IMAGESET_EDIT_DETAILS'             => '<strong>Edited imageset details</strong><br />» %s',
532
 
        'LOG_IMAGESET_EDIT'                             => '<strong>Edited imageset</strong><br />» %s',
533
 
        'LOG_IMAGESET_EXPORT'                   => '<strong>Exported imageset</strong><br />» %s',
534
 
        'LOG_IMAGESET_LANG_MISSING'             => '<strong>Imageset misses “%2$s” localisation</strong><br />» %1$s',
535
 
        'LOG_IMAGESET_LANG_REFRESHED'   => '<strong>Refreshed “%2$s” localisation of imageset</strong><br />» %1$s',
536
 
        'LOG_IMAGESET_REFRESHED'                => '<strong>Refreshed imageset</strong><br />» %s',
537
 
 
538
 
        'LOG_INACTIVE_ACTIVATE' => '<strong>Activated inactive users</strong><br />» %s',
539
 
        'LOG_INACTIVE_DELETE'   => '<strong>Deleted inactive users</strong><br />» %s',
540
 
        'LOG_INACTIVE_REMIND'   => '<strong>Sent reminder e-mails to inactive users</strong><br />» %s',
541
 
        'LOG_INSTALL_CONVERTED' => '<strong>Converted from %1$s to phpBB %2$s</strong>',
542
 
        'LOG_INSTALL_INSTALLED' => '<strong>Installed phpBB %s</strong>',
543
 
 
544
 
        '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>”.',
545
 
 
546
 
        'LOG_JAB_CHANGED'                       => '<strong>Jabber account changed</strong>',
547
 
        'LOG_JAB_PASSCHG'                       => '<strong>Jabber password changed</strong>',
548
 
        'LOG_JAB_REGISTER'                      => '<strong>Jabber account registered</strong>',
549
 
        'LOG_JAB_SETTINGS_CHANGED'      => '<strong>Jabber settings changed</strong>',
550
 
 
551
 
        'LOG_LANGUAGE_PACK_DELETED'             => '<strong>Deleted language pack</strong><br />» %s',
552
 
        'LOG_LANGUAGE_PACK_INSTALLED'   => '<strong>Installed language pack</strong><br />» %s',
553
 
        'LOG_LANGUAGE_PACK_UPDATED'             => '<strong>Updated language pack details</strong><br />» %s',
554
 
        'LOG_LANGUAGE_FILE_REPLACED'    => '<strong>Replaced language file</strong><br />» %s',
555
 
        'LOG_LANGUAGE_FILE_SUBMITTED'   => '<strong>Submitted language file and placed in store folder</strong><br />» %s',
556
 
 
557
 
        'LOG_MASS_EMAIL'                => '<strong>Sent mass e-mail</strong><br />» %s',
558
 
 
559
 
        'LOG_MCP_CHANGE_POSTER' => '<strong>Changed poster in topic “%1$s”</strong><br />» from %2$s to %3$s',
560
 
 
561
 
        'LOG_MODULE_DISABLE'    => '<strong>Module disabled</strong><br />» %s',
562
 
        'LOG_MODULE_ENABLE'             => '<strong>Module enabled</strong><br />» %s',
563
 
        'LOG_MODULE_MOVE_DOWN'  => '<strong>Module moved down</strong><br />» %1$s below %2$s',
564
 
        'LOG_MODULE_MOVE_UP'    => '<strong>Module moved up</strong><br />» %1$s above %2$s',
565
 
        'LOG_MODULE_REMOVED'    => '<strong>Module removed</strong><br />» %s',
566
 
        'LOG_MODULE_ADD'                => '<strong>Module added</strong><br />» %s',
567
 
        'LOG_MODULE_EDIT'               => '<strong>Module edited</strong><br />» %s',
568
 
 
569
 
        'LOG_A_ROLE_ADD'                => '<strong>Admin role added</strong><br />» %s',
570
 
        'LOG_A_ROLE_EDIT'               => '<strong>Admin role edited</strong><br />» %s',
571
 
        'LOG_A_ROLE_REMOVED'    => '<strong>Admin role removed</strong><br />» %s',
572
 
        'LOG_F_ROLE_ADD'                => '<strong>Forum role added</strong><br />» %s',
573
 
        'LOG_F_ROLE_EDIT'               => '<strong>Forum role edited</strong><br />» %s',
574
 
        'LOG_F_ROLE_REMOVED'    => '<strong>Forum role removed</strong><br />» %s',
575
 
        'LOG_M_ROLE_ADD'                => '<strong>Moderator role added</strong><br />» %s',
576
 
        'LOG_M_ROLE_EDIT'               => '<strong>Moderator role edited</strong><br />» %s',
577
 
        'LOG_M_ROLE_REMOVED'    => '<strong>Moderator role removed</strong><br />» %s',
578
 
        'LOG_U_ROLE_ADD'                => '<strong>User role added</strong><br />» %s',
579
 
        'LOG_U_ROLE_EDIT'               => '<strong>User role edited</strong><br />» %s',
580
 
        'LOG_U_ROLE_REMOVED'    => '<strong>User role removed</strong><br />» %s',
581
 
 
582
 
        'LOG_PROFILE_FIELD_ACTIVATE'    => '<strong>Profile field activated</strong><br />» %s',
583
 
        'LOG_PROFILE_FIELD_CREATE'              => '<strong>Profile field added</strong><br />» %s',
584
 
        'LOG_PROFILE_FIELD_DEACTIVATE'  => '<strong>Profile field deactivated</strong><br />» %s',
585
 
        'LOG_PROFILE_FIELD_EDIT'                => '<strong>Profile field changed</strong><br />» %s',
586
 
        'LOG_PROFILE_FIELD_REMOVED'             => '<strong>Profile field removed</strong><br />» %s',
587
 
 
588
 
        'LOG_PRUNE'                                     => '<strong>Pruned forums</strong><br />» %s',
589
 
        'LOG_AUTO_PRUNE'                        => '<strong>Auto-pruned forums</strong><br />» %s',
590
 
        'LOG_PRUNE_USER_DEAC'           => '<strong>Users deactivated</strong><br />» %s',
591
 
        'LOG_PRUNE_USER_DEL_DEL'        => '<strong>Users pruned and posts deleted</strong><br />» %s',
592
 
        'LOG_PRUNE_USER_DEL_ANON'       => '<strong>Users pruned and posts retained</strong><br />» %s',
593
 
 
594
 
        'LOG_PURGE_CACHE'                       => '<strong>Purged cache</strong>',
595
 
 
596
 
        'LOG_RANK_ADDED'                => '<strong>Added new rank</strong><br />» %s',
597
 
        'LOG_RANK_REMOVED'              => '<strong>Removed rank</strong><br />» %s',
598
 
        'LOG_RANK_UPDATED'              => '<strong>Updated rank</strong><br />» %s',
599
 
 
600
 
        'LOG_REASON_ADDED'              => '<strong>Added report/denial reason</strong><br />» %s',
601
 
        'LOG_REASON_REMOVED'    => '<strong>Removed report/denial reason</strong><br />» %s',
602
 
        'LOG_REASON_UPDATED'    => '<strong>Updated report/denial reason</strong><br />» %s',
603
 
 
604
 
        'LOG_RESET_DATE'                        => '<strong>Board start date reset</strong>',
605
 
        'LOG_RESET_ONLINE'                      => '<strong>Most users online reset</strong>',
606
 
        'LOG_RESYNC_POSTCOUNTS'         => '<strong>User post counts resynchronised</strong>',
607
 
        'LOG_RESYNC_POST_MARKING'       => '<strong>Dotted topics resynchronised</strong>',
608
 
        'LOG_RESYNC_STATS'                      => '<strong>Post, topic and user statistics resynchronised</strong>',
609
 
 
610
 
        'LOG_SEARCH_INDEX_CREATED'      => '<strong>Created search index for</strong><br />» %s',
611
 
        'LOG_SEARCH_INDEX_REMOVED'      => '<strong>Removed search index for</strong><br />» %s',
612
 
        'LOG_STYLE_ADD'                         => '<strong>Added new style</strong><br />» %s',
613
 
        'LOG_STYLE_DELETE'                      => '<strong>Deleted style</strong><br />» %s',
614
 
        'LOG_STYLE_EDIT_DETAILS'        => '<strong>Edited style</strong><br />» %s',
615
 
        'LOG_STYLE_EXPORT'                      => '<strong>Exported style</strong><br />» %s',
616
 
 
617
 
        'LOG_TEMPLATE_ADD_DB'                   => '<strong>Added new template set to database</strong><br />» %s',
618
 
        'LOG_TEMPLATE_ADD_FS'                   => '<strong>Add new template set on filesystem</strong><br />» %s',
619
 
        'LOG_TEMPLATE_CACHE_CLEARED'    => '<strong>Deleted cached versions of template files in template set <em>%1$s</em></strong><br />» %2$s',
620
 
        'LOG_TEMPLATE_DELETE'                   => '<strong>Deleted template set</strong><br />» %s',
621
 
        'LOG_TEMPLATE_EDIT'                             => '<strong>Edited template set <em>%1$s</em></strong><br />» %2$s',
622
 
        'LOG_TEMPLATE_EDIT_DETAILS'             => '<strong>Edited template details</strong><br />» %s',
623
 
        'LOG_TEMPLATE_EXPORT'                   => '<strong>Exported template set</strong><br />» %s',
624
 
        'LOG_TEMPLATE_REFRESHED'                => '<strong>Refreshed template set</strong><br />» %s',
625
 
 
626
 
        'LOG_THEME_ADD_DB'                      => '<strong>Added new theme to database</strong><br />» %s',
627
 
        'LOG_THEME_ADD_FS'                      => '<strong>Add new theme on filesystem</strong><br />» %s',
628
 
        'LOG_THEME_DELETE'                      => '<strong>Theme deleted</strong><br />» %s',
629
 
        'LOG_THEME_EDIT_DETAILS'        => '<strong>Edited theme details</strong><br />» %s',
630
 
        'LOG_THEME_EDIT'                        => '<strong>Edited theme <em>%1$s</em></strong>',
631
 
        'LOG_THEME_EDIT_FILE'           => '<strong>Edited theme <em>%1$s</em></strong><br />» Modified file <em>%2$s</em>',
632
 
        'LOG_THEME_EXPORT'                      => '<strong>Exported theme</strong><br />» %s',
633
 
        'LOG_THEME_REFRESHED'           => '<strong>Refreshed theme</strong><br />» %s',
634
 
 
635
 
        'LOG_UPDATE_DATABASE'   => '<strong>Updated Database from version %1$s to version %2$s</strong>',
636
 
        'LOG_UPDATE_PHPBB'              => '<strong>Updated phpBB from version %1$s to version %2$s</strong>',
637
 
 
638
 
        'LOG_USER_ACTIVE'               => '<strong>User activated</strong><br />» %s',
639
 
        'LOG_USER_BAN_USER'             => '<strong>Banned User via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
640
 
        'LOG_USER_BAN_IP'               => '<strong>Banned IP via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
641
 
        'LOG_USER_BAN_EMAIL'    => '<strong>Banned e-mail via user management</strong> for reason “<em>%1$s</em>”<br />» %2$s',
642
 
        'LOG_USER_DELETED'              => '<strong>Deleted user</strong><br />» %s',
643
 
        'LOG_USER_DEL_ATTACH'   => '<strong>Removed all attachments made by the user</strong><br />» %s',
644
 
        'LOG_USER_DEL_AVATAR'   => '<strong>Removed user avatar</strong><br />» %s',
645
 
        'LOG_USER_DEL_POSTS'    => '<strong>Removed all posts made by the user</strong><br />» %s',
646
 
        'LOG_USER_DEL_SIG'              => '<strong>Removed user signature</strong><br />» %s',
647
 
        'LOG_USER_INACTIVE'             => '<strong>User deactivated</strong><br />» %s',
648
 
        'LOG_USER_MOVE_POSTS'   => '<strong>Moved user posts</strong><br />» posts by “%1$s” to forum “%2$s”',
649
 
        'LOG_USER_NEW_PASSWORD' => '<strong>Changed user password</strong><br />» %s',
650
 
        'LOG_USER_REACTIVATE'   => '<strong>Forced user account reactivation</strong><br />» %s',
651
 
        'LOG_USER_UPDATE_EMAIL' => '<strong>User “%1$s” changed e-mail</strong><br />» from “%2$s” to “%3$s”',
652
 
        'LOG_USER_UPDATE_NAME'  => '<strong>Changed username</strong><br />» from “%1$s” to “%2$s”',
653
 
        'LOG_USER_USER_UPDATE'  => '<strong>Updated user details</strong><br />» %s',
654
 
 
655
 
        'LOG_USER_ACTIVE_USER'          => '<strong>User account activated</strong>',
656
 
        'LOG_USER_DEL_AVATAR_USER'      => '<strong>User avatar removed</strong>',
657
 
        'LOG_USER_DEL_SIG_USER'         => '<strong>User signature removed</strong>',
658
 
        'LOG_USER_FEEDBACK'                     => '<strong>Added user feedback</strong><br />» %s',
659
 
        'LOG_USER_GENERAL'                      => '<strong>Entry added:</strong><br />» %s',
660
 
        'LOG_USER_INACTIVE_USER'        => '<strong>User account de-activated</strong>',
661
 
        'LOG_USER_LOCK'                         => '<strong>User locked own topic</strong><br />» %s',
662
 
        'LOG_USER_MOVE_POSTS_USER'      => '<strong>Moved all posts to forum</strong>» %s',
663
 
        'LOG_USER_REACTIVATE_USER'      => '<strong>Forced user account reactivation</strong>',
664
 
        'LOG_USER_UNLOCK'                       => '<strong>User unlocked own topic</strong><br />» %s',
665
 
        'LOG_USER_WARNING'                      => '<strong>Added user warning</strong><br />» %s',
666
 
        'LOG_USER_WARNING_BODY'         => '<strong>The following warning was issued to this user</strong><br />» %s',
667
 
 
668
 
        'LOG_USER_GROUP_CHANGE'                 => '<strong>User changed default group</strong><br />» %s',
669
 
        'LOG_USER_GROUP_DEMOTE'                 => '<strong>User demoted as leaders from usergroup</strong><br />» %s',
670
 
        'LOG_USER_GROUP_JOIN'                   => '<strong>User joined group</strong><br />» %s',
671
 
        'LOG_USER_GROUP_JOIN_PENDING'   => '<strong>User joined group and needs to be approved</strong><br />» %s',
672
 
        'LOG_USER_GROUP_RESIGN'                 => '<strong>User resigned membership from group</strong><br />» %s',
673
 
 
674
 
        'LOG_WORD_ADD'                  => '<strong>Added word censor</strong><br />» %s',
675
 
        'LOG_WORD_DELETE'               => '<strong>Deleted word censor</strong><br />» %s',
676
 
        'LOG_WORD_EDIT'                 => '<strong>Edited word censor</strong><br />» %s',
677
 
));
678
 
 
679
 
?>
 
 
b'\\ No newline at end of file'