comparison forum/Themes/default/languages/index.english.php @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
comparison
equal deleted inserted replaced
75:72f59aa7e503 76:e3e11437ecea
1 <?php
2 // Version: 2.0.4; index
3
4 global $forum_copyright, $forum_version, $webmaster_email, $scripturl, $context, $boardurl;
5
6 // Locale (strftime, pspell_new) and spelling. (pspell_new, can be left as '' normally.)
7 // For more information see:
8 // - http://www.php.net/function.pspell-new
9 // - http://www.php.net/function.setlocale
10 // Again, SPELLING SHOULD BE '' 99% OF THE TIME!! Please read this!
11 $txt['lang_locale'] = 'en_US';
12 $txt['lang_dictionary'] = 'en';
13 $txt['lang_spelling'] = 'american';
14
15 // Ensure you remember to use uppercase for character set strings.
16 $txt['lang_character_set'] = 'ISO-8859-1';
17 // Character set and right to left?
18 $txt['lang_rtl'] = false;
19 // Capitalize day and month names?
20 $txt['lang_capitalize_dates'] = true;
21
22 $txt['days'] = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
23 $txt['days_short'] = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
24 // Months must start with 1 => 'January'. (or translated, of course.)
25 $txt['months'] = array(1 => 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
26 $txt['months_titles'] = array(1 => 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
27 $txt['months_short'] = array(1 => 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
28
29 $txt['time_am'] = 'am';
30 $txt['time_pm'] = 'pm';
31
32 $txt['newmessages0'] = 'is new';
33 $txt['newmessages1'] = 'are new';
34 $txt['newmessages3'] = 'New';
35 $txt['newmessages4'] = ',';
36
37 $txt['admin'] = 'Admin';
38 $txt['moderate'] = 'Moderate';
39
40 $txt['save'] = 'Save';
41
42 $txt['modify'] = 'Modify';
43 $txt['forum_index'] = '%1$s - Index';
44 $txt['members'] = 'Members';
45 $txt['board_name'] = 'Board name';
46 $txt['posts'] = 'Posts';
47
48 $txt['member_postcount'] = 'Posts';
49 $txt['no_subject'] = '(No subject)';
50 $txt['view_profile'] = 'View Profile';
51 $txt['guest_title'] = 'Guest';
52 $txt['author'] = 'Author';
53 $txt['on'] = 'on';
54 $txt['remove'] = 'Remove';
55 $txt['start_new_topic'] = 'Start new topic';
56
57 $txt['login'] = 'Login';
58 // Use numeric entities in the below string.
59 $txt['username'] = 'Username';
60 $txt['password'] = 'Password';
61
62 $txt['username_no_exist'] = 'That username does not exist.';
63 $txt['no_user_with_email'] = 'There are no usernames associated with that email.';
64
65 $txt['board_moderator'] = 'Board Moderator';
66 $txt['remove_topic'] = 'Remove Topic';
67 $txt['topics'] = 'Topics';
68 $txt['modify_msg'] = 'Modify message';
69 $txt['name'] = 'Name';
70 $txt['email'] = 'Email';
71 $txt['subject'] = 'Subject';
72 $txt['message'] = 'Message';
73 $txt['redirects'] = 'Redirects';
74 $txt['quick_modify'] = 'Modify Inline';
75
76 $txt['choose_pass'] = 'Choose password';
77 $txt['verify_pass'] = 'Verify password';
78 $txt['position'] = 'Position';
79
80 $txt['profile_of'] = 'View the profile of';
81 $txt['total'] = 'Total';
82 $txt['posts_made'] = 'Posts';
83 $txt['website'] = 'Website';
84 $txt['register'] = 'Register';
85 $txt['warning_status'] = 'Warning Status';
86 $txt['user_warn_watch'] = 'User is on moderator watch list';
87 $txt['user_warn_moderate'] = 'User posts join approval queue';
88 $txt['user_warn_mute'] = 'User is banned from posting';
89 $txt['warn_watch'] = 'Watched';
90 $txt['warn_moderate'] = 'Moderated';
91 $txt['warn_mute'] = 'Muted';
92
93 $txt['message_index'] = 'Message Index';
94 $txt['news'] = 'News';
95 $txt['home'] = 'Home';
96
97 $txt['lock_unlock'] = 'Lock/Unlock Topic';
98 $txt['post'] = 'Post';
99 $txt['error_occured'] = 'An Error Has Occurred!';
100 $txt['at'] = 'at';
101 $txt['logout'] = 'Logout';
102 $txt['started_by'] = 'Started by';
103 $txt['replies'] = 'Replies';
104 $txt['last_post'] = 'Last post';
105 $txt['admin_login'] = 'Administration Login';
106 // Use numeric entities in the below string.
107 $txt['topic'] = 'Topic';
108 $txt['help'] = 'Help';
109 $txt['notify'] = 'Notify';
110 $txt['unnotify'] = 'Unnotify';
111 $txt['notify_request'] = 'Do you want a notification email if someone replies to this topic?';
112 // Use numeric entities in the below string.
113 $txt['regards_team'] = 'Regards,' . "\n" . 'The ' . $context['forum_name'] . ' Team.';
114 $txt['notify_replies'] = 'Notify of replies';
115 $txt['move_topic'] = 'Move Topic';
116 $txt['move_to'] = 'Move to';
117 $txt['pages'] = 'Pages';
118 $txt['users_active'] = 'Users active in past %1$d minutes';
119 $txt['personal_messages'] = 'Personal Messages';
120 $txt['reply_quote'] = 'Reply with quote';
121 $txt['reply'] = 'Reply';
122 $txt['reply_noun'] = 'Reply';
123 $txt['approve'] = 'Approve';
124 $txt['approve_all'] = 'approve all';
125 $txt['awaiting_approval'] = 'Awaiting Approval';
126 $txt['attach_awaiting_approve'] = 'Attachments awaiting approval';
127 $txt['post_awaiting_approval'] = 'Note: This message is awaiting approval by a moderator.';
128 $txt['there_are_unapproved_topics'] = 'There are %1$s topics and %2$s posts awaiting approval in this board. Click <a href="%3$s">here</a> to view them all.';
129
130 $txt['msg_alert_none'] = 'No messages...';
131 $txt['msg_alert_you_have'] = 'you have';
132 $txt['msg_alert_messages'] = 'messages';
133 $txt['remove_message'] = 'Remove this message';
134
135 $txt['online_users'] = 'Users Online';
136 $txt['personal_message'] = 'Personal Message';
137 $txt['jump_to'] = 'Jump to';
138 $txt['go'] = 'go';
139 $txt['are_sure_remove_topic'] = 'Are you sure you want to remove this topic?';
140 $txt['yes'] = 'Yes';
141 $txt['no'] = 'No';
142
143 $txt['search_end_results'] = 'End of results';
144 $txt['search_on'] = 'on';
145
146 $txt['search'] = 'Search';
147 $txt['all'] = 'All';
148
149 $txt['back'] = 'Back';
150 $txt['password_reminder'] = 'Password reminder';
151 $txt['topic_started'] = 'Topic started by';
152 $txt['title'] = 'Title';
153 $txt['post_by'] = 'Post by';
154 $txt['memberlist_searchable'] = 'Searchable list of all registered members.';
155 $txt['welcome_member'] = 'Please welcome';
156 $txt['admin_center'] = 'Administration Center';
157 $txt['last_edit'] = 'Last Edit';
158 $txt['notify_deactivate'] = 'Would you like to deactivate notification on this topic?';
159
160 $txt['recent_posts'] = 'Recent Posts';
161
162 $txt['location'] = 'Location';
163 $txt['gender'] = 'Gender';
164 $txt['date_registered'] = 'Date Registered';
165
166 $txt['recent_view'] = 'View the most recent posts on the forum.';
167 $txt['recent_updated'] = 'is the most recently updated topic';
168
169 $txt['male'] = 'Male';
170 $txt['female'] = 'Female';
171
172 $txt['error_invalid_characters_username'] = 'Invalid character used in Username.';
173
174 $txt['welcome_guest'] = 'Welcome, <strong>%1$s</strong>. Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
175 $txt['login_or_register'] = 'Please <a href="' . $scripturl . '?action=login">login</a> or <a href="' . $scripturl . '?action=register">register</a>.';
176 $txt['welcome_guest_activate'] = '<br />Did you miss your <a href="' . $scripturl . '?action=activate">activation email</a>?';
177 $txt['hello_member'] = 'Hey,';
178 // Use numeric entities in the below string.
179 $txt['hello_guest'] = 'Welcome,';
180 $txt['welmsg_hey'] = 'Hey,';
181 $txt['welmsg_welcome'] = 'Welcome,';
182 $txt['welmsg_please'] = 'Please';
183 $txt['select_destination'] = 'Please select a destination';
184
185 // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
186 $txt['posted_by'] = 'Posted by';
187
188 $txt['icon_smiley'] = 'Smiley';
189 $txt['icon_angry'] = 'Angry';
190 $txt['icon_cheesy'] = 'Cheesy';
191 $txt['icon_laugh'] = 'Laugh';
192 $txt['icon_sad'] = 'Sad';
193 $txt['icon_wink'] = 'Wink';
194 $txt['icon_grin'] = 'Grin';
195 $txt['icon_shocked'] = 'Shocked';
196 $txt['icon_cool'] = 'Cool';
197 $txt['icon_huh'] = 'Huh';
198 $txt['icon_rolleyes'] = 'Roll Eyes';
199 $txt['icon_tongue'] = 'Tongue';
200 $txt['icon_embarrassed'] = 'Embarrassed';
201 $txt['icon_lips'] = 'Lips sealed';
202 $txt['icon_undecided'] = 'Undecided';
203 $txt['icon_kiss'] = 'Kiss';
204 $txt['icon_cry'] = 'Cry';
205
206 $txt['moderator'] = 'Moderator';
207 $txt['moderators'] = 'Moderators';
208
209 $txt['mark_board_read'] = 'Mark Topics as Read for this Board';
210 $txt['views'] = 'Views';
211 $txt['new'] = 'New';
212
213 $txt['view_all_members'] = 'View All Members';
214 $txt['view'] = 'View';
215
216 $txt['viewing_members'] = 'Viewing Members %1$s to %2$s';
217 $txt['of_total_members'] = 'of %1$s total members';
218
219 $txt['forgot_your_password'] = 'Forgot your password?';
220
221 $txt['date'] = 'Date';
222 // Use numeric entities in the below string.
223 $txt['from'] = 'From';
224 $txt['check_new_messages'] = 'Check for new messages';
225 $txt['to'] = 'To';
226
227 $txt['board_topics'] = 'Topics';
228 $txt['members_title'] = 'Members';
229 $txt['members_list'] = 'Members List';
230 $txt['new_posts'] = 'New Posts';
231 $txt['old_posts'] = 'No New Posts';
232 $txt['redirect_board'] = 'Redirect Board';
233
234 $txt['sendtopic_send'] = 'Send';
235 $txt['report_sent'] = 'Your report has been sent successfully.';
236
237 $txt['time_offset'] = 'Time Offset';
238 $txt['or'] = 'or';
239
240 $txt['no_matches'] = 'Sorry, no matches were found';
241
242 $txt['notification'] = 'Notification';
243
244 $txt['your_ban'] = 'Sorry %1$s, you are banned from using this forum!';
245 $txt['your_ban_expires'] = 'This ban is set to expire %1$s.';
246 $txt['your_ban_expires_never'] = 'This ban is not set to expire.';
247 $txt['ban_continue_browse'] = 'You may continue to browse the forum as a guest.';
248
249 $txt['mark_as_read'] = 'Mark ALL messages as read';
250
251 $txt['hot_topics'] = 'Hot Topic (More than %1$d replies)';
252 $txt['very_hot_topics'] = 'Very Hot Topic (More than %1$d replies)';
253 $txt['locked_topic'] = 'Locked Topic';
254 $txt['normal_topic'] = 'Normal Topic';
255 $txt['participation_caption'] = 'Topic you have posted in';
256
257 $txt['go_caps'] = 'GO';
258
259 $txt['print'] = 'Print';
260 $txt['profile'] = 'Profile';
261 $txt['topic_summary'] = 'Topic Summary';
262 $txt['not_applicable'] = 'N/A';
263 $txt['message_lowercase'] = 'message';
264 $txt['name_in_use'] = 'This name is already in use by another member.';
265
266 $txt['total_members'] = 'Total Members';
267 $txt['total_posts'] = 'Total Posts';
268 $txt['total_topics'] = 'Total Topics';
269
270 $txt['mins_logged_in'] = 'Minutes to stay logged in';
271
272 $txt['preview'] = 'Preview';
273 $txt['always_logged_in'] = 'Always stay logged in';
274
275 $txt['logged'] = 'Logged';
276 // Use numeric entities in the below string.
277 $txt['ip'] = 'IP';
278
279 $txt['www'] = 'WWW';
280
281 $txt['by'] = 'by';
282
283 $txt['hours'] = 'hours';
284 $txt['days_word'] = 'days';
285
286 $txt['newest_member'] = ', our newest member.';
287
288 $txt['search_for'] = 'Search for';
289
290 $txt['aim'] = 'AIM';
291 // In this string, please use +'s for spaces.
292 $txt['aim_default_message'] = 'Hi.+Are+you+there?';
293 $txt['aim_title'] = 'AOL Instant Messenger';
294 $txt['icq'] = 'ICQ';
295 $txt['icq_title'] = 'ICQ Messenger';
296 $txt['msn'] = 'MSN';
297 $txt['msn_title'] = 'MSN Messenger';
298 $txt['yim'] = 'YIM';
299 $txt['yim_title'] = 'Yahoo Instant Messenger';
300
301 $txt['maintain_mode_on'] = 'Remember, this forum is in \'Maintenance Mode\'.';
302
303 $txt['read'] = 'Read';
304 $txt['times'] = 'times';
305
306 $txt['forum_stats'] = 'Forum Stats';
307 $txt['latest_member'] = 'Latest Member';
308 $txt['total_cats'] = 'Total Categories';
309 $txt['latest_post'] = 'Latest Post';
310
311 $txt['you_have'] = 'You\'ve got';
312 $txt['click'] = 'Click';
313 $txt['here'] = 'here';
314 $txt['to_view'] = 'to view them.';
315
316 $txt['total_boards'] = 'Total Boards';
317
318 $txt['print_page'] = 'Print Page';
319
320 $txt['valid_email'] = 'This must be a valid email address.';
321
322 $txt['geek'] = 'I am a geek!!';
323 $txt['info_center_title'] = '%1$s - Info Center';
324
325 $txt['send_topic'] = 'Send this topic';
326
327 $txt['sendtopic_title'] = 'Send the topic &quot;%1$s&quot; to a friend.';
328 $txt['sendtopic_sender_name'] = 'Your name';
329 $txt['sendtopic_sender_email'] = 'Your email address';
330 $txt['sendtopic_receiver_name'] = 'Recipient\'s name';
331 $txt['sendtopic_receiver_email'] = 'Recipient\'s email address';
332 $txt['sendtopic_comment'] = 'Add a comment';
333
334 $txt['allow_user_email'] = 'Allow users to email me';
335
336 $txt['check_all'] = 'Check all';
337
338 // Use numeric entities in the below string.
339 $txt['database_error'] = 'Database Error';
340 $txt['try_again'] = 'Please try again. If you come back to this error screen, report the error to an administrator.';
341 $txt['file'] = 'File';
342 $txt['line'] = 'Line';
343 // Use numeric entities in the below string.
344 $txt['tried_to_repair'] = 'SMF has detected and automatically tried to repair an error in your database. If you continue to have problems, or continue to receive these emails, please contact your host.';
345 $txt['database_error_versions'] = '<strong>Note:</strong> It appears that your database <em>may</em> require an upgrade. Your forum\'s files are currently at version %1$s, while your database is at version %2$s. The above error might possibly go away if you execute the latest version of upgrade.php.';
346 $txt['template_parse_error'] = 'Template Parse Error!';
347 $txt['template_parse_error_message'] = 'It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.<br /><br />You can also try <a href="javascript:location.reload();">refreshing this page</a>.';
348 $txt['template_parse_error_details'] = 'There was a problem loading the <tt><strong>%1$s</strong></tt> template or language file. Please check the syntax and try again - remember, single quotes (<tt>\'</tt>) often have to be escaped with a slash (<tt>\\</tt>). To see more specific error information from PHP, try <a href="' . $boardurl . '%1$s">accessing the file directly</a>.<br /><br />You may want to try to <a href="javascript:location.reload();">refresh this page</a> or <a href="' . $scripturl . '?theme=1">use the default theme</a>.';
349
350 $txt['today'] = '<strong>Today</strong> at ';
351 $txt['yesterday'] = '<strong>Yesterday</strong> at ';
352 $txt['new_poll'] = 'New poll';
353 $txt['poll_question'] = 'Question';
354 $txt['poll_vote'] = 'Submit Vote';
355 $txt['poll_total_voters'] = 'Total Members Voted';
356 $txt['shortcuts'] = 'shortcuts: hit alt+s to submit/post or alt+p to preview';
357 $txt['shortcuts_firefox'] = 'shortcuts: hit shift+alt+s to submit/post or shift+alt+p to preview';
358 $txt['poll_results'] = 'View results';
359 $txt['poll_lock'] = 'Lock Voting';
360 $txt['poll_unlock'] = 'Unlock Voting';
361 $txt['poll_edit'] = 'Edit Poll';
362 $txt['poll'] = 'Poll';
363 $txt['one_day'] = '1 Day';
364 $txt['one_week'] = '1 Week';
365 $txt['one_month'] = '1 Month';
366 $txt['forever'] = 'Forever';
367 $txt['quick_login_dec'] = 'Login with username, password and session length';
368 $txt['one_hour'] = '1 Hour';
369 $txt['moved'] = 'MOVED';
370 $txt['moved_why'] = 'Please enter a brief description as to<br />why this topic is being moved.';
371 $txt['board'] = 'Board';
372 $txt['in'] = 'in';
373 $txt['sticky_topic'] = 'Sticky Topic';
374
375 $txt['delete'] = 'Delete';
376
377 $txt['your_pms'] = 'Your Personal Messages';
378
379 $txt['kilobyte'] = 'kB';
380
381 $txt['more_stats'] = '[More Stats]';
382
383 // Use numeric entities in the below three strings.
384 $txt['code'] = 'Code';
385 $txt['code_select'] = '[Select]';
386 $txt['quote_from'] = 'Quote from';
387 $txt['quote'] = 'Quote';
388
389 $txt['merge_to_topic_id'] = 'ID of target topic';
390 $txt['split'] = 'Split Topic';
391 $txt['merge'] = 'Merge Topics';
392 $txt['subject_new_topic'] = 'Subject For New Topic';
393 $txt['split_this_post'] = 'Only split this post.';
394 $txt['split_after_and_this_post'] = 'Split topic after and including this post.';
395 $txt['select_split_posts'] = 'Select posts to split.';
396 $txt['new_topic'] = 'New Topic';
397 $txt['split_successful'] = 'Topic successfully split into two topics.';
398 $txt['origin_topic'] = 'Origin Topic';
399 $txt['please_select_split'] = 'Please select which posts you wish to split.';
400 $txt['merge_successful'] = 'Topics successfully merged.';
401 $txt['new_merged_topic'] = 'Newly Merged Topic';
402 $txt['topic_to_merge'] = 'Topic to be merged';
403 $txt['target_board'] = 'Target board';
404 $txt['target_topic'] = 'Target topic';
405 $txt['merge_confirm'] = 'Are you sure you want to merge';
406 $txt['with'] = 'with';
407 $txt['merge_desc'] = 'This function will merge the messages of two topics into one topic. The messages will be sorted according to the time of posting. Therefore the earliest posted message will be the first message of the merged topic.';
408
409 $txt['set_sticky'] = 'Set topic sticky';
410 $txt['set_nonsticky'] = 'Set topic non-sticky';
411 $txt['set_lock'] = 'Lock topic';
412 $txt['set_unlock'] = 'Unlock topic';
413
414 $txt['search_advanced'] = 'Advanced search';
415
416 $txt['security_risk'] = 'MAJOR SECURITY RISK:';
417 $txt['not_removed'] = 'You have not removed ';
418 $txt['not_removed_extra'] ='%1$s is a backup of %2$s that was not generated by SMF. It can be accessed directly and used to gain unauthorised access to your forum. You should delete it immediately.';
419
420 $txt['cache_writable_head'] = 'Performance Warning';
421 $txt['cache_writable'] = 'The cache directory is not writable - this will adversely affect the performance of your forum.';
422
423 $txt['page_created'] = 'Page created in ';
424 $txt['seconds_with'] = ' seconds with ';
425 $txt['queries'] = ' queries.';
426
427 $txt['report_to_mod_func'] = 'Use this function to inform the moderators and administrators of an abusive or wrongly posted message.<br /><em>Please note that your email address will be revealed to the moderators if you use this.</em>';
428
429 $txt['online'] = 'Online';
430 $txt['offline'] = 'Offline';
431 $txt['pm_online'] = 'Personal Message (Online)';
432 $txt['pm_offline'] = 'Personal Message (Offline)';
433 $txt['status'] = 'Status';
434
435 $txt['go_up'] = 'Go Up';
436 $txt['go_down'] = 'Go Down';
437
438 $forum_copyright = '<a href="' . $scripturl . '?action=credits" title="Simple Machines Forum" target="_blank" class="new_win">%1$s</a> |
439 <a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">SMF &copy; 2013</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a>';
440
441 $txt['birthdays'] = 'Birthdays:';
442 $txt['events'] = 'Events:';
443 $txt['birthdays_upcoming'] = 'Upcoming Birthdays:';
444 $txt['events_upcoming'] = 'Upcoming Events:';
445 // Prompt for holidays in the calendar, leave blank to just display the holiday's name.
446 $txt['calendar_prompt'] = '';
447 $txt['calendar_month'] = 'Month:';
448 $txt['calendar_year'] = 'Year:';
449 $txt['calendar_day'] = 'Day:';
450 $txt['calendar_event_title'] = 'Event Title';
451 $txt['calendar_event_options'] = 'Event Options';
452 $txt['calendar_post_in'] = 'Post In:';
453 $txt['calendar_edit'] = 'Edit Event';
454 $txt['event_delete_confirm'] = 'Delete this event?';
455 $txt['event_delete'] = 'Delete Event';
456 $txt['calendar_post_event'] = 'Post Event';
457 $txt['calendar'] = 'Calendar';
458 $txt['calendar_link'] = 'Link to Calendar';
459 $txt['calendar_upcoming'] = 'Upcoming Calendar';
460 $txt['calendar_today'] = 'Today\'s Calendar';
461 $txt['calendar_week'] = 'Week';
462 $txt['calendar_week_title'] = 'Week %1$d of %2$d';
463 $txt['calendar_numb_days'] = 'Number of Days:';
464 $txt['calendar_how_edit'] = 'how do you edit these events?';
465 $txt['calendar_link_event'] = 'Link Event To Post:';
466 $txt['calendar_confirm_delete'] = 'Are you sure you want to delete this event?';
467 $txt['calendar_linked_events'] = 'Linked Events';
468 $txt['calendar_click_all'] = 'click to see all %1$s';
469
470 $txt['moveTopic1'] = 'Post a redirection topic';
471 $txt['moveTopic2'] = 'Change the topic\'s subject';
472 $txt['moveTopic3'] = 'New subject';
473 $txt['moveTopic4'] = 'Change every message\'s subject';
474 $txt['move_topic_unapproved_js'] = 'Warning! This topic has not yet been approved.\\n\\nIt is not recommended that you create a redirection topic unless you intend to approve the post immediately following the move.';
475
476 $txt['theme_template_error'] = 'Unable to load the \'%1$s\' template.';
477 $txt['theme_language_error'] = 'Unable to load the \'%1$s\' language file.';
478
479 $txt['parent_boards'] = 'Child Boards';
480
481 $txt['smtp_no_connect'] = 'Could not connect to SMTP host';
482 $txt['smtp_port_ssl'] = 'SMTP port setting incorrect; it should be 465 for SSL servers.';
483 $txt['smtp_bad_response'] = 'Couldn\'t get mail server response codes';
484 $txt['smtp_error'] = 'Ran into problems sending Mail. Error: ';
485 $txt['mail_send_unable'] = 'Unable to send mail to the email address \'%1$s\'';
486
487 $txt['mlist_search'] = 'Search For Members';
488 $txt['mlist_search_again'] = 'Search again';
489 $txt['mlist_search_email'] = 'Search by email address';
490 $txt['mlist_search_messenger'] = 'Search by messenger nickname';
491 $txt['mlist_search_group'] = 'Search by position';
492 $txt['mlist_search_name'] = 'Search by name';
493 $txt['mlist_search_website'] = 'Search by website';
494 $txt['mlist_search_results'] = 'Search results for';
495 $txt['mlist_search_by'] = 'Search by %1$s';
496 $txt['mlist_menu_view'] = 'View the memberlist';
497
498 $txt['attach_downloaded'] = 'downloaded';
499 $txt['attach_viewed'] = 'viewed';
500 $txt['attach_times'] = 'times';
501
502 $txt['settings'] = 'Settings';
503 $txt['never'] = 'Never';
504 $txt['more'] = 'more';
505
506 $txt['hostname'] = 'Hostname';
507 $txt['you_are_post_banned'] = 'Sorry %1$s, you are banned from posting and sending personal messages on this forum.';
508 $txt['ban_reason'] = 'Reason';
509
510 $txt['tables_optimized'] = 'Database tables optimized';
511
512 $txt['add_poll'] = 'Add poll';
513 $txt['poll_options6'] = 'You may only select up to %1$s options.';
514 $txt['poll_remove'] = 'Remove Poll';
515 $txt['poll_remove_warn'] = 'Are you sure you want to remove this poll from the topic?';
516 $txt['poll_results_expire'] = 'Results will be shown when voting has closed';
517 $txt['poll_expires_on'] = 'Voting closes';
518 $txt['poll_expired_on'] = 'Voting closed';
519 $txt['poll_change_vote'] = 'Remove Vote';
520 $txt['poll_return_vote'] = 'Voting options';
521 $txt['poll_cannot_see'] = 'You cannot see the results of this poll at the moment.';
522
523 $txt['quick_mod_approve'] = 'Approve selected';
524 $txt['quick_mod_remove'] = 'Remove selected';
525 $txt['quick_mod_lock'] = 'Lock/Unlock selected';
526 $txt['quick_mod_sticky'] = 'Sticky/Unsticky selected';
527 $txt['quick_mod_move'] = 'Move selected to';
528 $txt['quick_mod_merge'] = 'Merge selected';
529 $txt['quick_mod_markread'] = 'Mark selected read';
530 $txt['quick_mod_go'] = 'Go!';
531 $txt['quickmod_confirm'] = 'Are you sure you want to do this?';
532
533 $txt['spell_check'] = 'Spell Check';
534
535 $txt['quick_reply'] = 'Quick Reply';
536 $txt['quick_reply_desc'] = 'With <em>Quick-Reply</em> you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.';
537 $txt['quick_reply_warning'] = 'Warning: this topic is currently locked! Only admins and moderators can reply.';
538 $txt['quick_reply_verification'] = 'After submitting your post you will be directed to the regular post page to verify your post %1$s.';
539 $txt['quick_reply_verification_guests'] = '(required for all guests)';
540 $txt['quick_reply_verification_posts'] = '(required for all users with less than %1$d posts)';
541 $txt['wait_for_approval'] = 'Note: this post will not display until it\'s been approved by a moderator.';
542
543 $txt['notification_enable_board'] = 'Are you sure you wish to enable notification of new topics for this board?';
544 $txt['notification_disable_board'] = 'Are you sure you wish to disable notification of new topics for this board?';
545 $txt['notification_enable_topic'] = 'Are you sure you wish to enable notification of new replies for this topic?';
546 $txt['notification_disable_topic'] = 'Are you sure you wish to disable notification of new replies for this topic?';
547
548 $txt['report_to_mod'] = 'Report to moderator';
549 $txt['issue_warning_post'] = 'Issue a warning because of this message';
550
551 $txt['unread_topics_visit'] = 'Recent Unread Topics';
552 $txt['unread_topics_visit_none'] = 'No unread topics found since your last visit. <a href="' . $scripturl . '?action=unread;all">Click here to try all unread topics</a>.';
553 $txt['unread_topics_all'] = 'All Unread Topics';
554 $txt['unread_replies'] = 'Updated Topics';
555
556 $txt['who_title'] = 'Who\'s Online';
557 $txt['who_and'] = ' and ';
558 $txt['who_viewing_topic'] = ' are viewing this topic.';
559 $txt['who_viewing_board'] = ' are viewing this board.';
560 $txt['who_member'] = 'Member';
561
562 // No longer used by default theme, but for backwards compat
563 $txt['powered_by_php'] = 'Powered by PHP';
564 $txt['powered_by_mysql'] = 'Powered by MySQL';
565 $txt['valid_css'] = 'Valid CSS!';
566
567 // Current footer strings
568 $txt['valid_html'] = 'Valid HTML 4.01!';
569 $txt['valid_xhtml'] = 'Valid XHTML 1.0!';
570 $txt['wap2'] = 'WAP2';
571 $txt['rss'] = 'RSS';
572 $txt['xhtml'] = 'XHTML';
573 $txt['html'] = 'HTML';
574
575 $txt['guest'] = 'Guest';
576 $txt['guests'] = 'Guests';
577 $txt['user'] = 'User';
578 $txt['users'] = 'Users';
579 $txt['hidden'] = 'Hidden';
580 $txt['buddy'] = 'Buddy';
581 $txt['buddies'] = 'Buddies';
582 $txt['most_online_ever'] = 'Most Online Ever';
583 $txt['most_online_today'] = 'Most Online Today';
584
585 $txt['merge_select_target_board'] = 'Select the target board of the merged topic';
586 $txt['merge_select_poll'] = 'Select which poll the merged topic should have';
587 $txt['merge_topic_list'] = 'Select topics to be merged';
588 $txt['merge_select_subject'] = 'Select subject of merged topic';
589 $txt['merge_custom_subject'] = 'Custom subject';
590 $txt['merge_enforce_subject'] = 'Change the subject of all the messages';
591 $txt['merge_include_notifications'] = 'Include notifications?';
592 $txt['merge_check'] = 'Merge?';
593 $txt['merge_no_poll'] = 'No poll';
594
595 $txt['response_prefix'] = 'Re: ';
596 $txt['current_icon'] = 'Current Icon';
597 $txt['message_icon'] = 'Message Icon';
598
599 $txt['smileys_current'] = 'Current Smiley Set';
600 $txt['smileys_none'] = 'No Smileys';
601 $txt['smileys_forum_board_default'] = 'Forum/Board Default';
602
603 $txt['search_results'] = 'Search Results';
604 $txt['search_no_results'] = 'Sorry, no matches were found';
605
606 $txt['totalTimeLogged1'] = 'Total time logged in: ';
607 $txt['totalTimeLogged2'] = ' days, ';
608 $txt['totalTimeLogged3'] = ' hours and ';
609 $txt['totalTimeLogged4'] = ' minutes.';
610 $txt['totalTimeLogged5'] = 'd ';
611 $txt['totalTimeLogged6'] = 'h ';
612 $txt['totalTimeLogged7'] = 'm';
613
614 $txt['approve_thereis'] = 'There is';
615 $txt['approve_thereare'] = 'There are';
616 $txt['approve_member'] = 'one member';
617 $txt['approve_members'] = 'members';
618 $txt['approve_members_waiting'] = 'awaiting approval.';
619
620 $txt['notifyboard_turnon'] = 'Do you want a notification email when someone posts a new topic in this board?';
621 $txt['notifyboard_turnoff'] = 'Are you sure you do not want to receive new topic notifications for this board?';
622
623 $txt['activate_code'] = 'Your activation code is';
624
625 $txt['find_members'] = 'Find Members';
626 $txt['find_username'] = 'Name, username, or email address';
627 $txt['find_buddies'] = 'Show Buddies Only?';
628 $txt['find_wildcards'] = 'Allowed Wildcards: *, ?';
629 $txt['find_no_results'] = 'No results found';
630 $txt['find_results'] = 'Results';
631 $txt['find_close'] = 'Close';
632
633 $txt['unread_since_visit'] = 'Show unread posts since last visit.';
634 $txt['show_unread_replies'] = 'Show new replies to your posts.';
635
636 $txt['change_color'] = 'Change Color';
637
638 $txt['quickmod_delete_selected'] = 'Remove Selected';
639
640 // In this string, don't use entities. (&amp;, etc.)
641 $txt['show_personal_messages'] = 'You have received one or more new personal messages.\\nWould you like to open a new window to view them?';
642
643 $txt['previous_next_back'] = '&laquo; previous';
644 $txt['previous_next_forward'] = 'next &raquo;';
645
646 $txt['movetopic_auto_board'] = '[BOARD]';
647 $txt['movetopic_auto_topic'] = '[TOPIC LINK]';
648 $txt['movetopic_default'] = 'This topic has been moved to ' . $txt['movetopic_auto_board'] . ".\n\n" . $txt['movetopic_auto_topic'];
649
650 $txt['upshrink_description'] = 'Shrink or expand the header.';
651
652 $txt['mark_unread'] = 'Mark unread';
653
654 $txt['ssi_not_direct'] = 'Please don\'t access SSI.php by URL directly; you may want to use the path (%1$s) or add ?ssi_function=something.';
655 $txt['ssi_session_broken'] = 'SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts!';
656
657 // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
658 $txt['preview_title'] = 'Preview post';
659 $txt['preview_fetch'] = 'Fetching preview...';
660 $txt['preview_new'] = 'New message';
661 $txt['error_while_submitting'] = 'The following error or errors occurred while posting this message:';
662 $txt['error_old_topic'] = 'Warning: this topic has not been posted in for at least %1$d days.<br />Unless you\'re sure you want to reply, please consider starting a new topic.';
663
664 $txt['split_selected_posts'] = 'Selected posts';
665 $txt['split_selected_posts_desc'] = 'The posts below will form a new topic after splitting.';
666 $txt['split_reset_selection'] = 'reset selection';
667
668 $txt['modify_cancel'] = 'Cancel';
669 $txt['mark_read_short'] = 'Mark Read';
670
671 $txt['pm_short'] = 'My Messages';
672 $txt['pm_menu_read'] = 'Read your messages';
673 $txt['pm_menu_send'] = 'Send a message';
674
675 $txt['hello_member_ndt'] = 'Hello';
676
677 $txt['unapproved_posts'] = 'Unapproved Posts (Topics: %1$d, Posts: %2$d)';
678
679 $txt['ajax_in_progress'] = 'Loading...';
680
681 $txt['mod_reports_waiting'] = 'There are currently %1$d moderator reports open.';
682
683 $txt['view_unread_category'] = 'Unread Posts';
684 $txt['verification'] = 'Verification';
685 $txt['visual_verification_description'] = 'Type the letters shown in the picture';
686 $txt['visual_verification_sound'] = 'Listen to the letters';
687 $txt['visual_verification_request_new'] = 'Request another image';
688
689 // Sub menu labels
690 $txt['summary'] = 'Summary';
691 $txt['account'] = 'Account Settings';
692 $txt['forumprofile'] = 'Forum Profile';
693
694 $txt['modSettings_title'] = 'Features and Options';
695 $txt['package'] = 'Package Manager';
696 $txt['errlog'] = 'Error Log';
697 $txt['edit_permissions'] = 'Permissions';
698 $txt['mc_unapproved_attachments'] = 'Unapproved Attachments';
699 $txt['mc_unapproved_poststopics'] = 'Unapproved Posts and Topics';
700 $txt['mc_reported_posts'] = 'Reported Posts';
701 $txt['modlog_view'] = 'Moderation Log';
702 $txt['calendar_menu'] = 'View Calendar';
703
704 //!!! Send email strings - should move?
705 $txt['send_email'] = 'Send Email';
706 $txt['send_email_disclosed'] = 'Note this will be visible to the recipient.';
707 $txt['send_email_subject'] = 'Email Subject';
708
709 $txt['ignoring_user'] = 'You are ignoring this user.';
710 $txt['show_ignore_user_post'] = 'Show me the post.';
711
712 $txt['spider'] = 'Spider';
713 $txt['spiders'] = 'Spiders';
714 $txt['openid'] = 'OpenID';
715
716 $txt['downloads'] = 'Downloads';
717 $txt['filesize'] = 'Filesize';
718 $txt['subscribe_webslice'] = 'Subscribe to Webslice';
719
720 // Restore topic
721 $txt['restore_topic'] = 'Restore Topic';
722 $txt['restore_message'] = 'Restore';
723 $txt['quick_mod_restore'] = 'Restore Selected';
724
725 // Editor prompt.
726 $txt['prompt_text_email'] = 'Please enter the email address.';
727 $txt['prompt_text_ftp'] = 'Please enter the ftp address.';
728 $txt['prompt_text_url'] = 'Please enter the URL you wish to link to.';
729 $txt['prompt_text_img'] = 'Enter image location';
730
731 // Escape any single quotes in here twice.. 'it\'s' -> 'it\\\'s'.
732 $txt['autosuggest_delete_item'] = 'Delete Item';
733
734 // Debug related - when $db_show_debug is true.
735 $txt['debug_templates'] = 'Templates: ';
736 $txt['debug_subtemplates'] = 'Sub templates: ';
737 $txt['debug_language_files'] = 'Language files: ';
738 $txt['debug_stylesheets'] = 'Style sheets: ';
739 $txt['debug_files_included'] = 'Files included: ';
740 $txt['debug_kb'] = 'KB.';
741 $txt['debug_show'] = 'show';
742 $txt['debug_cache_hits'] = 'Cache hits: ';
743 $txt['debug_cache_seconds_bytes'] = '%1$ss - %2$s bytes';
744 $txt['debug_cache_seconds_bytes_total'] = '%1$ss for %2$s bytes';
745 $txt['debug_queries_used'] = 'Queries used: %1$d.';
746 $txt['debug_queries_used_and_warnings'] = 'Queries used: %1$d, %2$d warnings.';
747 $txt['debug_query_in_line'] = 'in <em>%1$s</em> line <em>%2$s</em>, ';
748 $txt['debug_query_which_took'] = 'which took %1$s seconds.';
749 $txt['debug_query_which_took_at'] = 'which took %1$s seconds at %2$s into request.';
750 $txt['debug_show_queries'] = '[Show Queries]';
751 $txt['debug_hide_queries'] = '[Hide Queries]';
752
753 ?>