]> scripts.mit.edu Git - autoinstallsdev/phpBB.git/blob - language/lang_english/lang_admin.php
phpBB 2.0.19
[autoinstallsdev/phpBB.git] / language / lang_english / lang_admin.php
1 <?php
2
3 /***************************************************************************
4  *                            lang_admin.php [English]
5  *                              -------------------
6  *     begin                : Sat Dec 16 2000
7  *     copyright            : (C) 2001 The phpBB Group
8  *     email                : support@phpbb.com
9  *
10  *     $Id: lang_admin.php,v 1.35.2.13 2005/12/29 11:51:12 acydburn Exp $
11  *
12  ****************************************************************************/
13
14 /***************************************************************************
15  *
16  *   This program is free software; you can redistribute it and/or modify
17  *   it under the terms of the GNU General Public License as published by
18  *   the Free Software Foundation; either version 2 of the License, or
19  *   (at your option) any later version.
20  *
21  ***************************************************************************/
22
23 /* CONTRIBUTORS
24         2002-12-15      Philip M. White (pwhite@mailhaven.com)
25                 Fixed many minor grammatical mistakes
26 */
27
28 //
29 // Format is same as lang_main
30 //
31
32 //
33 // Modules, this replaces the keys used
34 // in the modules[][] arrays in each module file
35 //
36 $lang['General'] = 'General Admin';
37 $lang['Users'] = 'User Admin';
38 $lang['Groups'] = 'Group Admin';
39 $lang['Forums'] = 'Forum Admin';
40 $lang['Styles'] = 'Styles Admin';
41
42 $lang['Configuration'] = 'Configuration';
43 $lang['Permissions'] = 'Permissions';
44 $lang['Manage'] = 'Management';
45 $lang['Disallow'] = 'Disallow names';
46 $lang['Prune'] = 'Pruning';
47 $lang['Mass_Email'] = 'Mass Email';
48 $lang['Ranks'] = 'Ranks';
49 $lang['Smilies'] = 'Smilies';
50 $lang['Ban_Management'] = 'Ban Control';
51 $lang['Word_Censor'] = 'Word Censors';
52 $lang['Export'] = 'Export';
53 $lang['Create_new'] = 'Create';
54 $lang['Add_new'] = 'Add';
55 $lang['Backup_DB'] = 'Backup Database';
56 $lang['Restore_DB'] = 'Restore Database';
57
58
59 //
60 // Index
61 //
62 $lang['Admin'] = 'Administration';
63 $lang['Not_admin'] = 'You are not authorised to administer this board';
64 $lang['Welcome_phpBB'] = 'Welcome to phpBB';
65 $lang['Admin_intro'] = 'Thank you for choosing phpBB as your forum solution. This screen will give you a quick overview of all the various statistics of your board. You can get back to this page by clicking on the <u>Admin Index</u> link in the left pane. To return to the index of your board, click the phpBB logo also in the left pane. The other links on the left hand side of this screen will allow you to control every aspect of your forum experience. Each screen will have instructions on how to use the tools.';
66 $lang['Main_index'] = 'Forum Index';
67 $lang['Forum_stats'] = 'Forum Statistics';
68 $lang['Admin_Index'] = 'Admin Index';
69 $lang['Preview_forum'] = 'Preview Forum';
70
71 $lang['Click_return_admin_index'] = 'Click %sHere%s to return to the Admin Index';
72
73 $lang['Statistic'] = 'Statistic';
74 $lang['Value'] = 'Value';
75 $lang['Number_posts'] = 'Number of posts';
76 $lang['Posts_per_day'] = 'Posts per day';
77 $lang['Number_topics'] = 'Number of topics';
78 $lang['Topics_per_day'] = 'Topics per day';
79 $lang['Number_users'] = 'Number of users';
80 $lang['Users_per_day'] = 'Users per day';
81 $lang['Board_started'] = 'Board started';
82 $lang['Avatar_dir_size'] = 'Avatar directory size';
83 $lang['Database_size'] = 'Database size';
84 $lang['Gzip_compression'] ='Gzip compression';
85 $lang['Not_available'] = 'Not available';
86
87 $lang['ON'] = 'ON'; // This is for GZip compression
88 $lang['OFF'] = 'OFF'; 
89
90
91 //
92 // DB Utils
93 //
94 $lang['Database_Utilities'] = 'Database Utilities';
95
96 $lang['Restore'] = 'Restore';
97 $lang['Backup'] = 'Backup';
98 $lang['Restore_explain'] = 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it, you may upload a gzip-compressed text file and it will automatically be decompressed. <b>WARNING</b>: This will overwrite any existing data. The restore may take a long time to process, so please do not move from this page until it is complete.';
99 $lang['Backup_explain'] = 'Here you can back up all your phpBB-related data. If you have any additional custom tables in the same database with phpBB that you would like to back up as well, please enter their names, separated by commas, in the Additional Tables textbox below. If your server supports it you may also gzip-compress the file to reduce its size before download.';
100
101 $lang['Backup_options'] = 'Backup options';
102 $lang['Start_backup'] = 'Start Backup';
103 $lang['Full_backup'] = 'Full backup';
104 $lang['Structure_backup'] = 'Structure-Only backup';
105 $lang['Data_backup'] = 'Data only backup';
106 $lang['Additional_tables'] = 'Additional tables';
107 $lang['Gzip_compress'] = 'Gzip compress file';
108 $lang['Select_file'] = 'Select a file';
109 $lang['Start_Restore'] = 'Start Restore';
110
111 $lang['Restore_success'] = 'The Database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.';
112 $lang['Backup_download'] = 'Your download will start shortly; please wait until it begins.';
113 $lang['Backups_not_supported'] = 'Sorry, but database backups are not currently supported for your database system.';
114
115 $lang['Restore_Error_uploading'] = 'Error in uploading the backup file';
116 $lang['Restore_Error_filename'] = 'Filename problem; please try an alternative file';
117 $lang['Restore_Error_decompress'] = 'Cannot decompress a gzip file; please upload a plain text version';
118 $lang['Restore_Error_no_file'] = 'No file was uploaded';
119
120
121 //
122 // Auth pages
123 //
124 $lang['Select_a_User'] = 'Select a User';
125 $lang['Select_a_Group'] = 'Select a Group';
126 $lang['Select_a_Forum'] = 'Select a Forum';
127 $lang['Auth_Control_User'] = 'User Permissions Control'; 
128 $lang['Auth_Control_Group'] = 'Group Permissions Control'; 
129 $lang['Auth_Control_Forum'] = 'Forum Permissions Control'; 
130 $lang['Look_up_User'] = 'Look up User'; 
131 $lang['Look_up_Group'] = 'Look up Group'; 
132 $lang['Look_up_Forum'] = 'Look up Forum'; 
133
134 $lang['Group_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each user group. Do not forget when changing group permissions that individual user permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';
135 $lang['User_auth_explain'] = 'Here you can alter the permissions and moderator status assigned to each individual user. Do not forget when changing user permissions that group permissions may still allow the user entry to forums, etc. You will be warned if this is the case.';
136 $lang['Forum_auth_explain'] = 'Here you can alter the authorisation levels of each forum. You will have both a simple and advanced method for doing this, where advanced offers greater control of each forum operation. Remember that changing the permission level of forums will affect which users can carry out the various operations within them.';
137
138 $lang['Simple_mode'] = 'Simple Mode';
139 $lang['Advanced_mode'] = 'Advanced Mode';
140 $lang['Moderator_status'] = 'Moderator status';
141
142 $lang['Allowed_Access'] = 'Allowed Access';
143 $lang['Disallowed_Access'] = 'Disallowed Access';
144 $lang['Is_Moderator'] = 'Is Moderator';
145 $lang['Not_Moderator'] = 'Not Moderator';
146
147 $lang['Conflict_warning'] = 'Authorisation Conflict Warning';
148 $lang['Conflict_access_userauth'] = 'This user still has access rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having access rights. The groups granting rights (and the forums involved) are noted below.';
149 $lang['Conflict_mod_userauth'] = 'This user still has moderator rights to this forum via group membership. You may want to alter the group permissions or remove this user the group to fully prevent them having moderator rights. The groups granting rights (and the forums involved) are noted below.';
150
151 $lang['Conflict_access_groupauth'] = 'The following user (or users) still have access rights to this forum via their user permission settings. You may want to alter the user permissions to fully prevent them having access rights. The users granted rights (and the forums involved) are noted below.';
152 $lang['Conflict_mod_groupauth'] = 'The following user (or users) still have moderator rights to this forum via their user permissions settings. You may want to alter the user permissions to fully prevent them having moderator rights. The users granted rights (and the forums involved) are noted below.';
153
154 $lang['Public'] = 'Public';
155 $lang['Private'] = 'Private';
156 $lang['Registered'] = 'Registered';
157 $lang['Administrators'] = 'Administrators';
158 $lang['Hidden'] = 'Hidden';
159
160 // These are displayed in the drop down boxes for advanced
161 // mode forum auth, try and keep them short!
162 $lang['Forum_ALL'] = 'ALL';
163 $lang['Forum_REG'] = 'REG';
164 $lang['Forum_PRIVATE'] = 'PRIVATE';
165 $lang['Forum_MOD'] = 'MOD';
166 $lang['Forum_ADMIN'] = 'ADMIN';
167
168 $lang['View'] = 'View';
169 $lang['Read'] = 'Read';
170 $lang['Post'] = 'Post';
171 $lang['Reply'] = 'Reply';
172 $lang['Edit'] = 'Edit';
173 $lang['Delete'] = 'Delete';
174 $lang['Sticky'] = 'Sticky';
175 $lang['Announce'] = 'Announce'; 
176 $lang['Vote'] = 'Vote';
177 $lang['Pollcreate'] = 'Poll create';
178
179 $lang['Permissions'] = 'Permissions';
180 $lang['Simple_Permission'] = 'Simple Permissions';
181
182 $lang['User_Level'] = 'User Level'; 
183 $lang['Auth_User'] = 'User';
184 $lang['Auth_Admin'] = 'Administrator';
185 $lang['Group_memberships'] = 'Usergroup memberships';
186 $lang['Usergroup_members'] = 'This group has the following members';
187
188 $lang['Forum_auth_updated'] = 'Forum permissions updated';
189 $lang['User_auth_updated'] = 'User permissions updated';
190 $lang['Group_auth_updated'] = 'Group permissions updated';
191
192 $lang['Auth_updated'] = 'Permissions have been updated';
193 $lang['Click_return_userauth'] = 'Click %sHere%s to return to User Permissions';
194 $lang['Click_return_groupauth'] = 'Click %sHere%s to return to Group Permissions';
195 $lang['Click_return_forumauth'] = 'Click %sHere%s to return to Forum Permissions';
196
197
198 //
199 // Banning
200 //
201 $lang['Ban_control'] = 'Ban Control';
202 $lang['Ban_explain'] = 'Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP addresses or hostnames. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to log on or post to your board. You should use one of the first two methods to achieve this.';
203 $lang['Ban_explain_warn'] = 'Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range, try to keep it small or better yet state specific addresses.';
204
205 $lang['Select_username'] = 'Select a Username';
206 $lang['Select_ip'] = 'Select an IP address';
207 $lang['Select_email'] = 'Select an Email address';
208
209 $lang['Ban_username'] = 'Ban one or more specific users';
210 $lang['Ban_username_explain'] = 'You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
211
212 $lang['Ban_IP'] = 'Ban one or more IP addresses or hostnames';
213 $lang['IP_hostname'] = 'IP addresses or hostnames';
214 $lang['Ban_IP_explain'] = 'To specify several different IP addresses or hostnames separate them with commas. To specify a range of IP addresses, separate the start and end with a hyphen (-); to specify a wildcard, use an asterisk (*).';
215
216 $lang['Ban_email'] = 'Ban one or more email addresses';
217 $lang['Ban_email_explain'] = 'To specify more than one email address, separate them with commas. To specify a wildcard username, use * like *@hotmail.com';
218
219 $lang['Unban_username'] = 'Un-ban one more specific users';
220 $lang['Unban_username_explain'] = 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
221
222 $lang['Unban_IP'] = 'Un-ban one or more IP addresses';
223 $lang['Unban_IP_explain'] = 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
224
225 $lang['Unban_email'] = 'Un-ban one or more email addresses';
226 $lang['Unban_email_explain'] = 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
227
228 $lang['No_banned_users'] = 'No banned usernames';
229 $lang['No_banned_ip'] = 'No banned IP addresses';
230 $lang['No_banned_email'] = 'No banned email addresses';
231
232 $lang['Ban_update_sucessful'] = 'The banlist has been updated successfully';
233 $lang['Click_return_banadmin'] = 'Click %sHere%s to return to Ban Control';
234
235
236 //
237 // Configuration
238 //
239 $lang['General_Config'] = 'General Configuration';
240 $lang['Config_explain'] = 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side.';
241
242 $lang['Click_return_config'] = 'Click %sHere%s to return to General Configuration';
243
244 $lang['General_settings'] = 'General Board Settings';
245 $lang['Server_name'] = 'Domain Name';
246 $lang['Server_name_explain'] = 'The domain name from which this board runs';
247 $lang['Script_path'] = 'Script path';
248 $lang['Script_path_explain'] = 'The path where phpBB2 is located relative to the domain name';
249 $lang['Server_port'] = 'Server Port';
250 $lang['Server_port_explain'] = 'The port your server is running on, usually 80. Only change if different';
251 $lang['Site_name'] = 'Site name';
252 $lang['Site_desc'] = 'Site description';
253 $lang['Board_disable'] = 'Disable board';
254 $lang['Board_disable_explain'] = 'This will make the board unavailable to users. Administrators are able to access the Administration Panel while the board is disabled.';
255 $lang['Acct_activation'] = 'Enable account activation';
256 $lang['Acc_None'] = 'None'; // These three entries are the type of activation
257 $lang['Acc_User'] = 'User';
258 $lang['Acc_Admin'] = 'Admin';
259
260 $lang['Abilities_settings'] = 'User and Forum Basic Settings';
261 $lang['Max_poll_options'] = 'Max number of poll options';
262 $lang['Flood_Interval'] = 'Flood Interval';
263 $lang['Flood_Interval_explain'] = 'Number of seconds a user must wait between posts'; 
264 $lang['Board_email_form'] = 'User email via board';
265 $lang['Board_email_form_explain'] = 'Users send email to each other via this board';
266 $lang['Topics_per_page'] = 'Topics Per Page';
267 $lang['Posts_per_page'] = 'Posts Per Page';
268 $lang['Hot_threshold'] = 'Posts for Popular Threshold';
269 $lang['Default_style'] = 'Default Style';
270 $lang['Override_style'] = 'Override user style';
271 $lang['Override_style_explain'] = 'Replaces users style with the default';
272 $lang['Default_language'] = 'Default Language';
273 $lang['Date_format'] = 'Date Format';
274 $lang['System_timezone'] = 'System Timezone';
275 $lang['Enable_gzip'] = 'Enable GZip Compression';
276 $lang['Enable_prune'] = 'Enable Forum Pruning';
277 $lang['Allow_HTML'] = 'Allow HTML';
278 $lang['Allow_BBCode'] = 'Allow BBCode';
279 $lang['Allowed_tags'] = 'Allowed HTML tags';
280 $lang['Allowed_tags_explain'] = 'Separate tags with commas';
281 $lang['Allow_smilies'] = 'Allow Smilies';
282 $lang['Smilies_path'] = 'Smilies Storage Path';
283 $lang['Smilies_path_explain'] = 'Path under your phpBB root dir, e.g. images/smiles';
284 $lang['Allow_sig'] = 'Allow Signatures';
285 $lang['Max_sig_length'] = 'Maximum signature length';
286 $lang['Max_sig_length_explain'] = 'Maximum number of characters in user signatures';
287 $lang['Allow_name_change'] = 'Allow Username changes';
288
289 $lang['Avatar_settings'] = 'Avatar Settings';
290 $lang['Allow_local'] = 'Enable gallery avatars';
291 $lang['Allow_remote'] = 'Enable remote avatars';
292 $lang['Allow_remote_explain'] = 'Avatars linked to from another website';
293 $lang['Allow_upload'] = 'Enable avatar uploading';
294 $lang['Max_filesize'] = 'Maximum Avatar File Size';
295 $lang['Max_filesize_explain'] = 'For uploaded avatar files';
296 $lang['Max_avatar_size'] = 'Maximum Avatar Dimensions';
297 $lang['Max_avatar_size_explain'] = '(Height x Width in pixels)';
298 $lang['Avatar_storage_path'] = 'Avatar Storage Path';
299 $lang['Avatar_storage_path_explain'] = 'Path under your phpBB root dir, e.g. images/avatars';
300 $lang['Avatar_gallery_path'] = 'Avatar Gallery Path';
301 $lang['Avatar_gallery_path_explain'] = 'Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery';
302
303 $lang['COPPA_settings'] = 'COPPA Settings';
304 $lang['COPPA_fax'] = 'COPPA Fax Number';
305 $lang['COPPA_mail'] = 'COPPA Mailing Address';
306 $lang['COPPA_mail_explain'] = 'This is the mailing address to which parents will send COPPA registration forms';
307
308 $lang['Email_settings'] = 'Email Settings';
309 $lang['Admin_email'] = 'Admin Email Address';
310 $lang['Email_sig'] = 'Email Signature';
311 $lang['Email_sig_explain'] = 'This text will be attached to all emails the board sends';
312 $lang['Use_SMTP'] = 'Use SMTP Server for email';
313 $lang['Use_SMTP_explain'] = 'Say yes if you want or have to send email via a named server instead of the local mail function';
314 $lang['SMTP_server'] = 'SMTP Server Address';
315 $lang['SMTP_username'] = 'SMTP Username';
316 $lang['SMTP_username_explain'] = 'Only enter a username if your SMTP server requires it';
317 $lang['SMTP_password'] = 'SMTP Password';
318 $lang['SMTP_password_explain'] = 'Only enter a password if your SMTP server requires it';
319
320 $lang['Disable_privmsg'] = 'Private Messaging';
321 $lang['Inbox_limits'] = 'Max posts in Inbox';
322 $lang['Sentbox_limits'] = 'Max posts in Sentbox';
323 $lang['Savebox_limits'] = 'Max posts in Savebox';
324
325 $lang['Cookie_settings'] = 'Cookie settings'; 
326 $lang['Cookie_settings_explain'] = 'These details define how cookies are sent to your users\' browsers. In most cases the default values for the cookie settings should be sufficient, but if you need to change them do so with care -- incorrect settings can prevent users from logging in';
327 $lang['Cookie_domain'] = 'Cookie domain';
328 $lang['Cookie_name'] = 'Cookie name';
329 $lang['Cookie_path'] = 'Cookie path';
330 $lang['Cookie_secure'] = 'Cookie secure';
331 $lang['Cookie_secure_explain'] = 'If your server is running via SSL, set this to enabled, else leave as disabled';
332 $lang['Session_length'] = 'Session length [ seconds ]';
333
334 // Visual Confirmation
335 $lang['Visual_confirm'] = 'Enable Visual Confirmation';
336 $lang['Visual_confirm_explain'] = 'Requires users enter a code defined by an image when registering.';
337
338 // Autologin Keys - added 2.0.18
339 $lang['Allow_autologin'] = 'Allow automatic logins';
340 $lang['Allow_autologin_explain'] = 'Determines whether users are allowed to select to be automatically logged in when visiting the forum';
341 $lang['Autologin_time'] = 'Automatic login key expiry';
342 $lang['Autologin_time_explain'] = 'How long a autologin key is valid for in days if the user does not visit the board. Set to zero to disable expiry.';
343
344 //
345 // Forum Management
346 //
347 $lang['Forum_admin'] = 'Forum Administration';
348 $lang['Forum_admin_explain'] = 'From this panel you can add, delete, edit, re-order and re-synchronise categories and forums';
349 $lang['Edit_forum'] = 'Edit forum';
350 $lang['Create_forum'] = 'Create new forum';
351 $lang['Create_category'] = 'Create new category';
352 $lang['Remove'] = 'Remove';
353 $lang['Action'] = 'Action';
354 $lang['Update_order'] = 'Update Order';
355 $lang['Config_updated'] = 'Forum Configuration Updated Successfully';
356 $lang['Edit'] = 'Edit';
357 $lang['Delete'] = 'Delete';
358 $lang['Move_up'] = 'Move up';
359 $lang['Move_down'] = 'Move down';
360 $lang['Resync'] = 'Resync';
361 $lang['No_mode'] = 'No mode was set';
362 $lang['Forum_edit_delete_explain'] = 'The form below will allow you to customize all the general board options. For User and Forum configurations use the related links on the left hand side';
363
364 $lang['Move_contents'] = 'Move all contents';
365 $lang['Forum_delete'] = 'Delete Forum';
366 $lang['Forum_delete_explain'] = 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.';
367
368 $lang['Status_locked'] = 'Locked';
369 $lang['Status_unlocked'] = 'Unlocked';
370 $lang['Forum_settings'] = 'General Forum Settings';
371 $lang['Forum_name'] = 'Forum name';
372 $lang['Forum_desc'] = 'Description';
373 $lang['Forum_status'] = 'Forum status';
374 $lang['Forum_pruning'] = 'Auto-pruning';
375
376 $lang['prune_freq'] = 'Check for topic age every';
377 $lang['prune_days'] = 'Remove topics that have not been posted to in';
378 $lang['Set_prune_data'] = 'You have turned on auto-prune for this forum but did not set a frequency or number of days to prune. Please go back and do so.';
379
380 $lang['Move_and_Delete'] = 'Move and Delete';
381
382 $lang['Delete_all_posts'] = 'Delete all posts';
383 $lang['Nowhere_to_move'] = 'Nowhere to move to';
384
385 $lang['Edit_Category'] = 'Edit Category';
386 $lang['Edit_Category_explain'] = 'Use this form to modify a category\'s name.';
387
388 $lang['Forums_updated'] = 'Forum and Category information updated successfully';
389
390 $lang['Must_delete_forums'] = 'You need to delete all forums before you can delete this category';
391
392 $lang['Click_return_forumadmin'] = 'Click %sHere%s to return to Forum Administration';
393
394
395 //
396 // Smiley Management
397 //
398 $lang['smiley_title'] = 'Smiles Editing Utility';
399 $lang['smile_desc'] = 'From this page you can add, remove and edit the emoticons or smileys that your users can use in their posts and private messages.';
400
401 $lang['smiley_config'] = 'Smiley Configuration';
402 $lang['smiley_code'] = 'Smiley Code';
403 $lang['smiley_url'] = 'Smiley Image File';
404 $lang['smiley_emot'] = 'Smiley Emotion';
405 $lang['smile_add'] = 'Add a new Smiley';
406 $lang['Smile'] = 'Smile';
407 $lang['Emotion'] = 'Emotion';
408
409 $lang['Select_pak'] = 'Select Pack (.pak) File';
410 $lang['replace_existing'] = 'Replace Existing Smiley';
411 $lang['keep_existing'] = 'Keep Existing Smiley';
412 $lang['smiley_import_inst'] = 'You should unzip the smiley package and upload all files to the appropriate Smiley directory for your installation. Then select the correct information in this form to import the smiley pack.';
413 $lang['smiley_import'] = 'Smiley Pack Import';
414 $lang['choose_smile_pak'] = 'Choose a Smile Pack .pak file';
415 $lang['import'] = 'Import Smileys';
416 $lang['smile_conflicts'] = 'What should be done in case of conflicts';
417 $lang['del_existing_smileys'] = 'Delete existing smileys before import';
418 $lang['import_smile_pack'] = 'Import Smiley Pack';
419 $lang['export_smile_pack'] = 'Create Smiley Pack';
420 $lang['export_smiles'] = 'To create a smiley pack from your currently installed smileys, click %sHere%s to download the smiles.pak file. Name this file appropriately making sure to keep the .pak file extension.  Then create a zip file containing all of your smiley images plus this .pak configuration file.';
421
422 $lang['smiley_add_success'] = 'The Smiley was successfully added';
423 $lang['smiley_edit_success'] = 'The Smiley was successfully updated';
424 $lang['smiley_import_success'] = 'The Smiley Pack was imported successfully!';
425 $lang['smiley_del_success'] = 'The Smiley was successfully removed';
426 $lang['Click_return_smileadmin'] = 'Click %sHere%s to return to Smiley Administration';
427
428
429 //
430 // User Management
431 //
432 $lang['User_admin'] = 'User Administration';
433 $lang['User_admin_explain'] = 'Here you can change your users\' information and certain options. To modify the users\' permissions, please use the user and group permissions system.';
434
435 $lang['Look_up_user'] = 'Look up user';
436
437 $lang['Admin_user_fail'] = 'Couldn\'t update the user\'s profile.';
438 $lang['Admin_user_updated'] = 'The user\'s profile was successfully updated.';
439 $lang['Click_return_useradmin'] = 'Click %sHere%s to return to User Administration';
440
441 $lang['User_delete'] = 'Delete this user';
442 $lang['User_delete_explain'] = 'Click here to delete this user; this cannot be undone.';
443 $lang['User_deleted'] = 'User was successfully deleted.';
444
445 $lang['User_status'] = 'User is active';
446 $lang['User_allowpm'] = 'Can send Private Messages';
447 $lang['User_allowavatar'] = 'Can display avatar';
448
449 $lang['Admin_avatar_explain'] = 'Here you can see and delete the user\'s current avatar.';
450
451 $lang['User_special'] = 'Special admin-only fields';
452 $lang['User_special_explain'] = 'These fields are not able to be modified by the users.  Here you can set their status and other options that are not given to users.';
453
454
455 //
456 // Group Management
457 //
458 $lang['Group_administration'] = 'Group Administration';
459 $lang['Group_admin_explain'] = 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. You may choose moderators, toggle open/closed group status and set the group name and description';
460 $lang['Error_updating_groups'] = 'There was an error while updating the groups';
461 $lang['Updated_group'] = 'The group was successfully updated';
462 $lang['Added_new_group'] = 'The new group was successfully created';
463 $lang['Deleted_group'] = 'The group was successfully deleted';
464 $lang['New_group'] = 'Create new group';
465 $lang['Edit_group'] = 'Edit group';
466 $lang['group_name'] = 'Group name';
467 $lang['group_description'] = 'Group description';
468 $lang['group_moderator'] = 'Group moderator';
469 $lang['group_status'] = 'Group status';
470 $lang['group_open'] = 'Open group';
471 $lang['group_closed'] = 'Closed group';
472 $lang['group_hidden'] = 'Hidden group';
473 $lang['group_delete'] = 'Delete group';
474 $lang['group_delete_check'] = 'Delete this group';
475 $lang['submit_group_changes'] = 'Submit Changes';
476 $lang['reset_group_changes'] = 'Reset Changes';
477 $lang['No_group_name'] = 'You must specify a name for this group';
478 $lang['No_group_moderator'] = 'You must specify a moderator for this group';
479 $lang['No_group_mode'] = 'You must specify a mode for this group, open or closed';
480 $lang['No_group_action'] = 'No action was specified';
481 $lang['delete_group_moderator'] = 'Delete the old group moderator?';
482 $lang['delete_moderator_explain'] = 'If you\'re changing the group moderator, check this box to remove the old moderator from the group.  Otherwise, do not check it, and the user will become a regular member of the group.';
483 $lang['Click_return_groupsadmin'] = 'Click %sHere%s to return to Group Administration.';
484 $lang['Select_group'] = 'Select a group';
485 $lang['Look_up_group'] = 'Look up group';
486
487
488 //
489 // Prune Administration
490 //
491 $lang['Forum_Prune'] = 'Forum Prune';
492 $lang['Forum_Prune_explain'] = 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove those topics manually.';
493 $lang['Do_Prune'] = 'Do Prune';
494 $lang['All_Forums'] = 'All Forums';
495 $lang['Prune_topics_not_posted'] = 'Prune topics with no replies in this many days';
496 $lang['Topics_pruned'] = 'Topics pruned';
497 $lang['Posts_pruned'] = 'Posts pruned';
498 $lang['Prune_success'] = 'Pruning of forums was successful';
499
500
501 //
502 // Word censor
503 //
504 $lang['Words_title'] = 'Word Censoring';
505 $lang['Words_explain'] = 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field. For example, *test* will match detestable, test* would match testing, *test would match detest.';
506 $lang['Word'] = 'Word';
507 $lang['Edit_word_censor'] = 'Edit word censor';
508 $lang['Replacement'] = 'Replacement';
509 $lang['Add_new_word'] = 'Add new word';
510 $lang['Update_word'] = 'Update word censor';
511
512 $lang['Must_enter_word'] = 'You must enter a word and its replacement';
513 $lang['No_word_selected'] = 'No word selected for editing';
514
515 $lang['Word_updated'] = 'The selected word censor has been successfully updated';
516 $lang['Word_added'] = 'The word censor has been successfully added';
517 $lang['Word_removed'] = 'The selected word censor has been successfully removed';
518
519 $lang['Click_return_wordadmin'] = 'Click %sHere%s to return to Word Censor Administration';
520
521
522 //
523 // Mass Email
524 //
525 $lang['Mass_email_explain'] = 'Here you can email a message to either all of your users or all users of a specific group.  To do this, an email will be sent out to the administrative email address supplied, with a blind carbon copy sent to all recipients. If you are emailing a large group of people please be patient after submitting and do not stop the page halfway through. It is normal for a mass emailing to take a long time and you will be notified when the script has completed';
526 $lang['Compose'] = 'Compose'; 
527
528 $lang['Recipients'] = 'Recipients'; 
529 $lang['All_users'] = 'All Users';
530
531 $lang['Email_successfull'] = 'Your message has been sent';
532 $lang['Click_return_massemail'] = 'Click %sHere%s to return to the Mass Email form';
533
534
535 //
536 // Ranks admin
537 //
538 $lang['Ranks_title'] = 'Rank Administration';
539 $lang['Ranks_explain'] = 'Using this form you can add, edit, view and delete ranks. You can also create custom ranks which can be applied to a user via the user management facility';
540
541 $lang['Add_new_rank'] = 'Add new rank';
542
543 $lang['Rank_title'] = 'Rank Title';
544 $lang['Rank_special'] = 'Set as Special Rank';
545 $lang['Rank_minimum'] = 'Minimum Posts';
546 $lang['Rank_maximum'] = 'Maximum Posts';
547 $lang['Rank_image'] = 'Rank Image (Relative to phpBB2 root path)';
548 $lang['Rank_image_explain'] = 'Use this to define a small image associated with the rank';
549
550 $lang['Must_select_rank'] = 'You must select a rank';
551 $lang['No_assigned_rank'] = 'No special rank assigned';
552
553 $lang['Rank_updated'] = 'The rank was successfully updated';
554 $lang['Rank_added'] = 'The rank was successfully added';
555 $lang['Rank_removed'] = 'The rank was successfully deleted';
556 $lang['No_update_ranks'] = 'The rank was successfully deleted. However, user accounts using this rank were not updated.  You will need to manually reset the rank on these accounts';
557
558 $lang['Click_return_rankadmin'] = 'Click %sHere%s to return to Rank Administration';
559
560
561 //
562 // Disallow Username Admin
563 //
564 $lang['Disallow_control'] = 'Username Disallow Control';
565 $lang['Disallow_explain'] = 'Here you can control usernames which will not be allowed to be used.  Disallowed usernames are allowed to contain a wildcard character of *.  Please note that you will not be allowed to specify any username that has already been registered. You must first delete that name then disallow it.';
566
567 $lang['Delete_disallow'] = 'Delete';
568 $lang['Delete_disallow_title'] = 'Remove a Disallowed Username';
569 $lang['Delete_disallow_explain'] = 'You can remove a disallowed username by selecting the username from this list and clicking submit';
570
571 $lang['Add_disallow'] = 'Add';
572 $lang['Add_disallow_title'] = 'Add a disallowed username';
573 $lang['Add_disallow_explain'] = 'You can disallow a username using the wildcard character * to match any character';
574
575 $lang['No_disallowed'] = 'No Disallowed Usernames';
576
577 $lang['Disallowed_deleted'] = 'The disallowed username has been successfully removed';
578 $lang['Disallow_successful'] = 'The disallowed username has been successfully added';
579 $lang['Disallowed_already'] = 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.';
580
581 $lang['Click_return_disallowadmin'] = 'Click %sHere%s to return to Disallow Username Administration';
582
583
584 //
585 // Styles Admin
586 //
587 $lang['Styles_admin'] = 'Styles Administration';
588 $lang['Styles_explain'] = 'Using this facility you can add, remove and manage styles (templates and themes) available to your users';
589 $lang['Styles_addnew_explain'] = 'The following list contains all the themes that are available for the templates you currently have. The items on this list have not yet been installed into the phpBB database. To install a theme, simply click the install link beside an entry.';
590
591 $lang['Select_template'] = 'Select a Template';
592
593 $lang['Style'] = 'Style';
594 $lang['Template'] = 'Template';
595 $lang['Install'] = 'Install';
596 $lang['Download'] = 'Download';
597
598 $lang['Edit_theme'] = 'Edit Theme';
599 $lang['Edit_theme_explain'] = 'In the form below you can edit the settings for the selected theme';
600
601 $lang['Create_theme'] = 'Create Theme';
602 $lang['Create_theme_explain'] = 'Use the form below to create a new theme for a selected template. When entering colours (for which you should use hexadecimal notation) you must not include the initial #, i.e.. CCCCCC is valid, #CCCCCC is not';
603
604 $lang['Export_themes'] = 'Export Themes';
605 $lang['Export_explain'] = 'In this panel you will be able to export the theme data for a selected template. Select the template from the list below and the script will create the theme configuration file and attempt to save it to the selected template directory. If it cannot save the file itself it will give you the option to download it. In order for the script to save the file you must give write access to the webserver for the selected template dir. For more information on this see the phpBB 2 users guide.';
606
607 $lang['Theme_installed'] = 'The selected theme has been installed successfully';
608 $lang['Style_removed'] = 'The selected style has been removed from the database. To fully remove this style from your system you must delete the appropriate style from your templates directory.';
609 $lang['Theme_info_saved'] = 'The theme information for the selected template has been saved. You should now return the permissions on the theme_info.cfg (and if applicable the selected template directory) to read-only';
610 $lang['Theme_updated'] = 'The selected theme has been updated. You should now export the new theme settings';
611 $lang['Theme_created'] = 'Theme created. You should now export the theme to the theme configuration file for safe keeping or use elsewhere';
612
613 $lang['Confirm_delete_style'] = 'Are you sure you want to delete this style?';
614
615 $lang['Download_theme_cfg'] = 'The exporter could not write the theme information file. Click the button below to download this file with your browser. Once you have downloaded it you can transfer it to the directory containing the template files. You can then package the files for distribution or use elsewhere if you desire';
616 $lang['No_themes'] = 'The template you selected has no themes attached to it. To create a new theme click the Create New link on the left hand panel';
617 $lang['No_template_dir'] = 'Could not open the template directory. It may be unreadable by the webserver or may not exist';
618 $lang['Cannot_remove_style'] = 'You cannot remove the style selected since it is currently the forum default. Please change the default style and try again.';
619 $lang['Style_exists'] = 'The style name to selected already exists, please go back and choose a different name.';
620
621 $lang['Click_return_styleadmin'] = 'Click %sHere%s to return to Style Administration';
622
623 $lang['Theme_settings'] = 'Theme Settings';
624 $lang['Theme_element'] = 'Theme Element';
625 $lang['Simple_name'] = 'Simple Name';
626 $lang['Value'] = 'Value';
627 $lang['Save_Settings'] = 'Save Settings';
628
629 $lang['Stylesheet'] = 'CSS Stylesheet';
630 $lang['Stylesheet_explain'] = 'Filename for CSS stylesheet to use for this theme.';
631 $lang['Background_image'] = 'Background Image';
632 $lang['Background_color'] = 'Background Colour';
633 $lang['Theme_name'] = 'Theme Name';
634 $lang['Link_color'] = 'Link Colour';
635 $lang['Text_color'] = 'Text Colour';
636 $lang['VLink_color'] = 'Visited Link Colour';
637 $lang['ALink_color'] = 'Active Link Colour';
638 $lang['HLink_color'] = 'Hover Link Colour';
639 $lang['Tr_color1'] = 'Table Row Colour 1';
640 $lang['Tr_color2'] = 'Table Row Colour 2';
641 $lang['Tr_color3'] = 'Table Row Colour 3';
642 $lang['Tr_class1'] = 'Table Row Class 1';
643 $lang['Tr_class2'] = 'Table Row Class 2';
644 $lang['Tr_class3'] = 'Table Row Class 3';
645 $lang['Th_color1'] = 'Table Header Colour 1';
646 $lang['Th_color2'] = 'Table Header Colour 2';
647 $lang['Th_color3'] = 'Table Header Colour 3';
648 $lang['Th_class1'] = 'Table Header Class 1';
649 $lang['Th_class2'] = 'Table Header Class 2';
650 $lang['Th_class3'] = 'Table Header Class 3';
651 $lang['Td_color1'] = 'Table Cell Colour 1';
652 $lang['Td_color2'] = 'Table Cell Colour 2';
653 $lang['Td_color3'] = 'Table Cell Colour 3';
654 $lang['Td_class1'] = 'Table Cell Class 1';
655 $lang['Td_class2'] = 'Table Cell Class 2';
656 $lang['Td_class3'] = 'Table Cell Class 3';
657 $lang['fontface1'] = 'Font Face 1';
658 $lang['fontface2'] = 'Font Face 2';
659 $lang['fontface3'] = 'Font Face 3';
660 $lang['fontsize1'] = 'Font Size 1';
661 $lang['fontsize2'] = 'Font Size 2';
662 $lang['fontsize3'] = 'Font Size 3';
663 $lang['fontcolor1'] = 'Font Colour 1';
664 $lang['fontcolor2'] = 'Font Colour 2';
665 $lang['fontcolor3'] = 'Font Colour 3';
666 $lang['span_class1'] = 'Span Class 1';
667 $lang['span_class2'] = 'Span Class 2';
668 $lang['span_class3'] = 'Span Class 3';
669 $lang['img_poll_size'] = 'Polling Image Size [px]';
670 $lang['img_pm_size'] = 'Private Message Status size [px]';
671
672
673 //
674 // Install Process
675 //
676 $lang['Welcome_install'] = 'Welcome to phpBB 2 Installation';
677 $lang['Initial_config'] = 'Basic Configuration';
678 $lang['DB_config'] = 'Database Configuration';
679 $lang['Admin_config'] = 'Admin Configuration';
680 $lang['continue_upgrade'] = 'Once you have downloaded your config file to your local machine you may\'Continue Upgrade\' button below to move forward with the upgrade process.  Please wait to upload the config file until the upgrade process is complete.';
681 $lang['upgrade_submit'] = 'Continue Upgrade';
682
683 $lang['Installer_Error'] = 'An error has occurred during installation';
684 $lang['Previous_Install'] = 'A previous installation has been detected';
685 $lang['Install_db_error'] = 'An error occurred trying to update the database';
686
687 $lang['Re_install'] = 'Your previous installation is still active.<br /><br />If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data and no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation and no other settings will be retained.<br /><br />Think carefully before pressing Yes!';
688
689 $lang['Inst_Step_0'] = 'Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding.';
690
691 $lang['Start_Install'] = 'Start Install';
692 $lang['Finish_Install'] = 'Finish Installation';
693
694 $lang['Default_lang'] = 'Default board language';
695 $lang['DB_Host'] = 'Database Server Hostname / DSN';
696 $lang['DB_Name'] = 'Your Database Name';
697 $lang['DB_Username'] = 'Database Username';
698 $lang['DB_Password'] = 'Database Password';
699 $lang['Database'] = 'Your Database';
700 $lang['Install_lang'] = 'Choose Language for Installation';
701 $lang['dbms'] = 'Database Type';
702 $lang['Table_Prefix'] = 'Prefix for tables in database';
703 $lang['Admin_Username'] = 'Administrator Username';
704 $lang['Admin_Password'] = 'Administrator Password';
705 $lang['Admin_Password_confirm'] = 'Administrator Password [ Confirm ]';
706
707 $lang['Inst_Step_2'] = 'Your admin username has been created.  At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2.';
708
709 $lang['Unwriteable_config'] = 'Your config file is un-writeable at present. A copy of the config file will be downloaded to your computer when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control center (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2.';
710 $lang['Download_config'] = 'Download Config';
711
712 $lang['ftp_choose'] = 'Choose Download Method';
713 $lang['ftp_option'] = '<br />Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.';
714 $lang['ftp_instructs'] = 'You have chosen to FTP the file to the account containing phpBB 2 automatically.  Please enter the information below to facilitate this process. Note that the FTP path should be the exact path via FTP to your phpBB2 installation as if you were FTPing to it using any normal client.';
715 $lang['ftp_info'] = 'Enter Your FTP Information';
716 $lang['Attempt_ftp'] = 'Attempt to FTP config file into place';
717 $lang['Send_file'] = 'Just send the file to me and I\'ll FTP it manually';
718 $lang['ftp_path'] = 'FTP path to phpBB 2';
719 $lang['ftp_username'] = 'Your FTP Username';
720 $lang['ftp_password'] = 'Your FTP Password';
721 $lang['Transfer_config'] = 'Start Transfer';
722 $lang['NoFTP_config'] = 'The attempt to FTP the config file into place failed.  Please download the config file and FTP it into place manually.';
723
724 $lang['Install'] = 'Install';
725 $lang['Upgrade'] = 'Upgrade';
726
727
728 $lang['Install_Method'] = 'Choose your installation method';
729
730 $lang['Install_No_Ext'] = 'The PHP configuration on your server doesn\'t support the database type that you chose';
731
732 $lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';
733
734 //
735 // Version Check
736 //
737 $lang['Version_up_to_date'] = 'Your installation is up to date, no updates are available for your version of phpBB.';
738 $lang['Version_not_up_to_date'] = 'Your installation does <b>not</b> seem to be up to date. Updates are available for your version of phpBB, please visit <a href="http://www.phpbb.com/downloads.php" target="_new">http://www.phpbb.com/downloads.php</a> to obtain the latest version.';
739 $lang['Latest_version_info'] = 'The latest available version is <b>phpBB %s</b>.';
740 $lang['Current_version_info'] = 'You are running <b>phpBB %s</b>.';
741 $lang['Connect_socket_error'] = 'Unable to open connection to phpBB Server, reported error is:<br />%s';
742 $lang['Socket_functions_disabled'] = 'Unable to use socket functions.';
743 $lang['Mailing_list_subscribe_reminder'] = 'For the latest information on updates to phpBB, why not <a href="http://www.phpbb.com/support/" target="_new">subscribe to our mailing list</a>.';
744 $lang['Version_information'] = 'Version Information';
745
746 //
747 // Login attempts configuration
748 //
749 $lang['Max_login_attempts'] = 'Allowed login attempts';
750 $lang['Max_login_attempts_explain'] = 'The number of allowed board login attempts.';
751 $lang['Login_reset_time'] = 'Login lock time';
752 $lang['Login_reset_time_explain'] = 'Time in minutes the user have to wait until he is allowed to login again after exceeding the number of allowed login attempts.';
753
754 //
755 // That's all Folks!
756 // -------------------------------------------------
757
758 ?>