PageRenderTime 51ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 1ms

/Themes/default/languages/index.english.php

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