1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
|
<?php
/***************************************************************************
* lang_english.php - description
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id$
*
* ***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
// The future format of this file
// will be $lang['message'] = "text";
// message should be a good representation of
// text (including capitalisation), spaces replaced
// with underscores. Remembering different languages
// treat consecutive words differently(!)
//
// The number of phrases should be kept to a minimum
// so we should try and reuse as much as possible.
//
// Common, these terms are used
// extensively on several pages
//
$lang['Forum'] = "Forum";
$lang['Forums'] = "Forums";
$lang['Topic'] = "Topic";
$lang['Topics'] = "Topics";
$lang['Reply'] = "Reply";
$lang['Replies'] = "Replies";
$lang['Post'] = "Post";
$lang['Posts'] = "Posts";
$lang['Message'] = "Message";
$lang['Messages'] = "Messages";
$lang['Poster'] = "Poster";
$lang['Author'] = "Author";
$lang['All_Topics'] = "All Topics";
$lang['Day'] = "Day";
$lang['Days'] = "Days";
$lang['Week'] = "Week";
$lang['Weeks'] = "Weeks";
$lang['Month'] = "Month";
$lang['Months'] = "Months";
$lang['Year'] = "Year";
$lang['Years'] = "Years";
//
// Login
//
//
// Index page
//
//
// Viewforum
//
//
// Viewtopic
//
//
// Posting/Replying (Not private
// messaging!)
//
//
// Private Messageing <= Should be blank for now
//
//
// Profiles/Registration
//
//
// Memberslist
//
//
// Search <= Should be blank for now
//
//
// Topic Admin <= Should be blank for now
//
//
// Errors (not related to a
// specific failure on a page, eg.
// incorrect password messages do
// not belong here!)
//
//
// Old format ...
//
$l_forum = "Forum";
$l_forums = "Forums";
$l_topic = "Topic";
$l_topics = "Topics";
$l_replies = "Replies";
$l_poster = "Poster";
$l_author = "Author";
$l_views = "Views";
$l_post = "Post";
$l_posts = "Posts";
$l_message = "Message";
$l_messages = "Messages";
$l_subject = "Subject";
$l_body = "$l_message Body";
$l_from = "From"; // Message from
$l_moderator = "Moderator/s";
$l_username = "Username";
$l_password = "Password";
$l_email = "Email";
$l_emailaddress = "Email Address";
$l_preferences = "Preferences";
$l_welcometo = "Welcome to";
$l_There = "There";
$l_is = "is";
$l_are = "are";
$l_Registered = "Registered";
$l_online = "online";
$l_users = "users";
$l_user = "user";
$l_and = "and";
$l_None = "None";
$l_log_me_in = "Log me in automatically";
$l_all_times = "All times are";
$l_hours = "hours";
$l_All_Topics = "All Topics";
$l_Day = "Day";
$l_Days = "Days";
$l_Week = "Week";
$l_Weeks = "Weeks";
$l_Month = "Month";
$l_Months = "Months";
$l_Year = "Year";
$l_anonymous = "Anonymous"; // Post
$l_guest = "Guest"; // Whosonline
$l_noposts = "No $l_posts";
$l_joined = "Joined";
$l_gotopage = "Goto page";
$l_nextpage = "Next Page";
$l_prevpage = "Previous Page";
$l_go = "Go";
$l_selectforum = "Select a $l_forum";
$l_date = "Date";
$l_number = "Number";
$l_name = "Name";
$l_options = "Options";
$l_submit = "Submit";
$l_confirm = "Confirm";
$l_enter = "Enter";
$l_by = "by"; // Posted by
$l_ondate = "on"; // This message is edited by: $username on $date
$l_new = "New";
$l_html = "HTML";
$l_bbcode = "BBcode";
$l_smilies = "Smilies";
$l_on = "On";
$l_off = "Off";
$l_yes = "Yes";
$l_no = "No";
$l_click = "Click";
$l_here = "here";
$l_toreturn = "to return";
$l_returnindex = "$l_toreturn to the forum index";
$l_returntopic = "$l_toreturn to the forum topic list.";
$l_error = "Error";
$l_dberror = "A database error occured, please try again later.";
$l_tryagain = "Please go back and try again.";
$l_mismatch = "Passwords do not match.";
$l_userremoved = "This user has been removed from the User database";
$l_wrongpass = "You entered the wrong password.";
$l_userpass = "Please enter your username and password.";
$l_banned = "You have been banned from this forum. Contact the system administrator if you have any questions.";
$l_enterpassword= "You must enter your password.";
$l_nopost = "You do not have access to post to this forum.";
$l_noread = "You do not have access to read this forum.";
$l_lastpost = "Last $l_post";
$l_sincelast = "since your last visit";
$l_newposts = "New $l_posts $l_sincelast";
$l_nonewposts = "No New $l_posts $l_sincelast";
// Index page
$l_indextitle = "Forum Index";
// Members and profile
$l_reginfo = "Registration Information";
$l_profile_info = "Profile Information";
$l_profile_info_notice = "This information will be publicly viewable";
$l_profile = "Profile";
$l_register = "Register";
$l_onlyreq = "Only requried if being changed";
$l_location = "From";
$l_view_users_posts = "View posts by this user";
$l_per_day = "$l_messages per day";
$l_of_total = "of total";
$l_url = "URL";
$l_icq = "ICQ";
$l_icq_number = "ICQ Number";
$l_icqadd = "Add";
$l_icqpager = "Pager";
$l_aim = "AIM";
$l_yim = "YIM";
$l_yahoo = "Yahoo Messenger";
$l_msn = "MSN";
$l_messenger = "MSN Messenger";
$l_website = "Web Site Address";
$l_occupation = "Occupation";
$l_interests = "Interests";
$l_signature = "Signature";
$l_sigexplain = "This is a block of text that can be added to posts you make. There is a 255 character limit";
$l_usertaken = "The $l_username you picked has been taken.";
$l_userdisallowed= "The $l_username you picked has been disallowed by the administrator. $l_tryagain";
$l_infoupdated = "Your Information has been updated";
$l_publicmail = "Allow other users to view my $l_emailaddress";
$l_itemsreq = "Items marked with a * are required unless stated otherwise";
$l_nouserid = "You must supply a user ID number in order to view profile data.";
$l_viewingprofile = "Viewing profile of ";
$l_hidden = "hidden";
$l_boardtemplate = "Select Template";
$l_date_format = "Date format";
$l_avatar = "Avatar";
$l_avatar_explain = "Use this to display a small graphic image below your user details in posts. Only one image can be uploaded at a time and the size is limited to under $max_avatar_size bytes";
$l_Upload_Image = "Upload Image";
$l_Delete_Image = "Delete Image";
$l_Current_Image = "Current Image";
$l_date_format_explanation = "The syntax used is identical to the PHP <a href=\"http://www.php.net/date\" target=\"_other\">date()</a> function";
$l_password_if_changed = "You only need to supply a password if you want to change it.";
$l_password_confirm_if_changed = "You only need to confirm your password if you changed it above.";
$l_top10 = "Top 10 Posters";
$l_alpha = "Sorta Alphabetical";
// Viewforum
$l_viewforum = "View Forum";
$l_notopics = "There are no topics for this forum. You can post one.";
$l_hotthres = "More then $hot_threshold $l_posts";
$l_islocked = "$l_topic is Locked (No new $l_posts may be made in it)";
$l_moderatedby = "Moderated by";
$l_Days = "Day/s";
$l_All_posts = "All posts";
// Private forums
$l_privateforum = "This is a <b>Private Forum</b>.";
$l_private = "$l_privateforum<br>Note: you must have cookies enabled in order to use private forums.";
$l_noprivatepost = "$l_privateforum You do not have access to post to this forum.";
// Viewtopic
$l_topictitle = "View $l_topic";
$l_unregistered = "Unregistered User";
$l_posted = "Posted";
$l_profileof = "View Profile of";
$l_viewsite = "Goto the website of";
$l_icqstatus = "$l_icq status"; // ICQ status
$l_editdelete = "Edit/Delete This $l_post";
$l_replyquote = "Reply with quote";
$l_viewip = "View Posters IP (Moderators/Admins Only)";
$l_locktopic = "Lock this $l_topic";
$l_unlocktopic = "Unlock this $l_topic";
$l_movetopic = "Move this $l_topic";
$l_deletetopic = "Delete this $l_topic";
$l_nomoretopics = "There are no more topics in this view.";
// Functions
$l_loggedinas = "Logged in as";
$l_notloggedin = "Not logged in";
$l_logout = "Logout";
$l_login = "Login";
// Page_header
$l_separator = "» »"; // Included here because some languages have
// problems with high ASCII (Big-5 and the like).
$l_editprofile = "Edit Profile";
$l_editprefs = "Edit $l_preferences";
$l_search = "Search";
$l_memberslist = "Memberslist";
$l_faq = "FAQ";
$l_privmsgs = "Private $l_messages";
$l_sendpmsg = "Send a Private Message";
$l_postedtotal = "Our users have posted a total of";
$l_wehave = "We have";
$l_regedusers = "registered users.";
$l_newestuser = "The newest Registered User is";
$l_browsing = "browsing";
$l_arecurrently = "There are currently";
$l_theforums = "the forums.";
$l_statsblock = '$statsblock = "Our users have posted a total of -$total_posts- $l_messages.<br>
We have -$total_users- Registered Users.<br>
The newest Registered User is -<a href=\"$profile_url\">$newest_user</a>-.<br>
-$users_online- ". ($users_online==1?"user is":"users are") ." <a href=\"$online_url\">currently browsing</a> the forums.<br>";';
$l_privnotify = '$privnotify = "<br>You have $new_message <a href=\"$privmsg_url\">new private ".($new_message>1?"messages":"message")."</a>.";';
// Page_tail
$l_adminpanel = "Administration Panel";
$l_poweredby = "Powered by";
$l_version = "Version";
// Auth
// Register
$l_accountinactive = "Your account has been created. However, this forum requires account activation, an activation key has been sent to the email address you provided. Pease check your email for further information.";
$l_acountadded = "Thank you for registering with $sitename. Your account has been successfully created.";
$l_nowactive = "Your account is now been activated. You may login and post with this account. Thank you for using $sitename forums.";
$l_notfilledin = "Error - you did not fill in all the required fields.";
$l_invalidname = "The username you chose \"$username\" has been taken or has been disallowed by the administrator.";
$l_mailingaddress =
"
James Atkinson<br>
c/o 100World.com Inc.<br>
512-1529 West 6th Ave.<br>
Vancouver BC, V6J 1R1<br>
Canada<br>
";
$l_faxinfo = "
Mark Fax with:
ATTN: James Atkinson<br>
RE: Forum Registration<br>
<br>
Fax Number: +1-604-742-1770<br>
";
$l_coppa = "Your account has been created, however in complance with the COPPA act you must print out this page and have you parent or guardian mail it to: <br>$l_mailingaddress<br>Or fax it to: <br>$l_faxinfo<br> Once this information has been recived your account will be activated by the administrator and you will recive and email notification.";
$l_welcomesubj = "Welcome to ".$board_config['sitename']." Forums";
$l_welcomemail = "
$l_welcomesubj,
Please keep this email for your records.
Your account information is as follows:
----------------------------
Username: $username
Password: $password
----------------------------
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you.
However, should you forget your password we provide an easy to use script to generate and email a new, random, password.
Thank you for registering.
";
$l_welcomeemailactivate = "
$l_welcomesubj,
Please keep this email for your records.
Your account information is as follows:
----------------------------
Username: $username
Password: $password
----------------------------
Your account is currently INACTIVE. You cannot use it until you visit the following link:
http://$SERVER_NAME$PHP_SELF?mode=activate&act_key=$act_key
Please do not forget your password as it has been encrypted in our database and we cannot retrieve it for you.
However, should you forget your password we provide an easy to use script to generate and email a new, random, password.
Thank you for registering.
";
$l_beenadded = "You have been added to the database.";
$l_thankregister= "Thank you for registering!";
$l_useruniq = "Must be unique. No two users can have the same Username.";
$l_storecookie = "Store my username in a cookie for 1 year";
// Prefs
$l_prefupdated = "$l_preferences updated. $l_click <a href=\"index.$phpEx\">$l_here</a> $l_returnindex";
$l_editprefs = "Edit Your $l_preferences";
$l_themecookie = "NOTE: In order to use themes you MUST have cookies enabled.";
$l_alwayssig = "Always attach my signature";
$l_alwaysdisable= "Always disable"; // Only used for next three strings
$l_alwayssmile = "Always disable $l_smilies";
$l_alwayshtml = "Always disable $l_html";
$l_alwaysbbcode = "Always disable $l_bbcode";
$l_boardtheme = "Board Theme";
$l_boardlang = "Board Language";
$l_nothemes = "No Themes In database";
$l_saveprefs = "Save $l_preferences";
$l_timezone = "Timezone";
// Search
$l_searchterms = "Keywords";
$l_searchany = "Search for ANY of the terms (Default)";
$l_searchall = "Search for ALL of the terms";
$l_searchallfrm = "Search All Forums";
$l_sortby = "Sort by";
$l_searchin = "Search in";
$l_titletext = "Title & Text";
$l_search = "Search";
$l_nomatches = "No records match that query. Please broaden your search.";
// Viewonline
$l_whosonline = "Who's online?";
$l_nousers = "No Users are currently browsing the forums";
$l_forum_location = "Location in the forum";
$l_last_updated = "Last Updated";
$l_forum_index = "Forum Index";
$l_loggin_on = "Logging on";
$l_searching = "Searching the forum";
$l_registering = "Registering";
$l_viewing_profiles = "Viewing member profiles";
$l_viewing_members = "Viewing member list";
$l_altering_profile = "Altering their profile";
$l_viewing_online = "Viewing who is online";
$l_viewing_faq = "Viewing the board FAQ";
// Editpost
$l_editpost = "Edit Post";
$l_editpostin = "Editing post in:";
$l_notedit = "You can't edit a post that isn't yours.";
$l_permdeny = "You did not supply the correct $l_password or do not have permission to edit this post. $l_tryagain";
$l_editedby = "This $l_message was edited by:";
$l_stored = "Your $l_message has been stored in the database.";
$l_viewmsg = "to view your $l_message.";
$l_deleted = "Your $l_post has been deleted.";
$l_nouser = "That $l_username doesn't exist.";
$l_passwdlost = "I forgot my password!";
$l_delete = "Delete this Post";
$l_disable = "Disable";
$l_onthispost = "on this Post";
$l_htmlis = "$l_html is";
$l_bbcodeis = "$l_bbcode is";
$l_notify = "Notify by email when replies are posted";
$l_flooderror = "Your last post was less then ".$board_config['flood_interval']." seconds ago. You must wait befor you post again!";
// Newtopic
$l_postnew = "Post New Topic";
$l_postnewin = "Post New Topic in:";
$l_emptymsg = "You must type a $l_message to post. You cannot post an empty $l_message.";
$l_emptysubj = "You must enter a $l_subject to post a new topic. You cannot post a new topic without a subject.";
$l_aboutpost = "About Posting";
$l_regusers = "All <b>Registered</b> users";
$l_anonusers = "<b>Anonymous</b> users";
$l_modusers = "Only <B>Moderators and Administrators</b>";
$l_anonhint = "<br>(To post anonymously simply do not enter a username and password)";
$l_inthisforum = "can post new topics and replies to this forum";
$l_attachsig = "Show signature (This can be altered or added in your profile)";
$l_cancelpost = "Cancel Post";
$l_preview = "Preview Post";
// Reply
$l_postreplyto = "Post reply in:";
$l_nopostlock = "You cannot post a reply to this topic, it has been locked.";
$l_topicreview = "Topic Review";
$l_notifysubj = "A reply to your topic has been posted.";
$l_notifybody = 'Dear $m[username]\r\nYou are receiving this Email because a message
you posted on $sitename forums has been replied to, and
you selected to be notified on this event.
You may view the topic at:
http://$SERVER_NAME$url_phpbb/viewtopic.$phpEx?topic=$topic&forum=$forum
Or view the $sitename forum index at
http://$SERVER_NAME$url_phpbb
Thank you for using $sitename forums.
Have a nice day.
';
$l_quotemsg = '[quote]\nOn $m[post_time], $m[username] wrote:\n$text\n[/quote]';
// Sendpmsg
$l_norecipient = "You must enter the username you want to send the $l_message to.";
$l_sendothermsg = "Send another Private Message";
$l_cansend = "can send $l_privmsgs"; // All registered users can send PM's
$l_yourname = "Your $l_username";
$l_recptname = "Recipient $l_username";
// Replypmsg
$l_pmposted = "Reply Posted, you can click <a href=\"viewpmsg.$phpEx\">here</a> to view your $l_privmsgs";
// Viewpmsg
$l_nopmsgs = "You don't have any $l_privmsgs.";
$l_reply = "Reply";
// Delpmsg
$l_deletesucces = "Deletion successful.";
// Smilies
$l_smilesym = "What to type";
$l_smileemotion = "Emotion";
$l_smilepict = "Picture";
// Sendpasswd
$l_wrongactiv = "The activation key you provided is not correct. Please check email $l_message you recived and make sure you have copied the activation key exactly.";
$l_passchange = "Your password has been successfully changed. You may now goto your <a href=\"bb_profile.$phpEx?mode=edit\">profile</a> and change your password to a more suitable one.";
$l_wrongmail = "The email address you entered does not match the one stored in our database.";
$l_passsubj = "$sitename Forums Password Change";
$l_pwdmessage = "Dear $checkinfo[username],
You are receiving this email because you (or someone pretending to be you)
has requested a passwordchange on $sitename forums. If you believe you have
received this message in error simply delete it and your password will remain
the same.
Your new password as generated by the forums is: $newpw
In order for this change to take effect you must visit this page:
http://$SERVER_NAME$PHP_SELF?actkey=$key
Once you have visited the page your password will be changed in our database,
and you may login to the profile section and change it as desired.
Thank you for using $sitename Forums
";
$l_passsent = "Your password has changed to a new, random, password. Please check your email on how to complete the password change procedure.";
$l_emailpass = "Email Lost Password";
$l_passexplain = "Please fill out the form, a new password will be sent to your Email address";
$l_sendpass = "Send Password";
// Full page login
$l_autologin = "Log me on automatically each visit";
$l_resend_password = "I have forgotten my password";
?>
|