annotate forum/Themes/default/languages/index.english.php @ 89:c27a792883cb website

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