Advertisement
Guest User

MyBB, global.lang.php

a guest
May 23rd, 2016
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 26.28 KB | None | 0 0
  1. <?php
  2. /**
  3.  * MyBB 1.8 English Language Pack
  4.  * Copyright 2014 MyBB Group, All Rights Reserved
  5.  *
  6.  */
  7.  
  8. $l['redirect_width'] = "50%";
  9. $l['lastvisit_never'] = "Never";
  10. $l['lastvisit_hidden'] = "(Hidden)";
  11.  
  12. $l['search_button'] = 'Search';
  13. $l['toplinks_memberlist'] = "Members";
  14. $l['toplinks_search'] = "Search";
  15. $l['toplinks_calendar'] = "Calendar";
  16. $l['toplinks_help'] = "Help";
  17. $l['toplinks_portal'] = "Portal";
  18. $l['toplinks_forums'] = "Forums";
  19. $l['toplinks_store'] = "Store";
  20. $l['bottomlinks_contactus'] = "Contact Us";
  21. $l['bottomlinks_returntop'] = "Return to Top";
  22. $l['bottomlinks_syndication'] = "RSS Syndication";
  23. $l['bottomlinks_litemode'] = "Lite (Archive) Mode";
  24.  
  25. $l['welcome_usercp'] = "User CP";
  26. $l['welcome_modcp'] = "Mod CP";
  27. $l['welcome_admin'] = "Admin CP";
  28. $l['welcome_logout'] = "Log Out";
  29. $l['welcome_login'] = "Login";
  30. $l['welcome_register'] = "Register";
  31. $l['welcome_open_buddy_list'] = "Open Buddy List";
  32. $l['welcome_newposts'] = "View New Posts";
  33. $l['welcome_todaysposts'] = "View Today's Posts";
  34. $l['welcome_pms'] = "Private Messages";
  35. $l['welcome_pms_usage'] = "(Unread {1}, Total {2})";
  36. $l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
  37. $l['welcome_guest'] = "Hello There, Guest!";
  38. $l['welcome_current_time'] = "<strong>Current time:</strong> {1}";
  39.  
  40. $l['moved_prefix'] = "Moved:";
  41. $l['poll_prefix'] = "Poll:";
  42.  
  43. $l['forumbit_announcements'] = "Announcements";
  44. $l['forumbit_stickies'] = "Important Threads";
  45. $l['forumbit_forum'] = "Forum";
  46. $l['forumbit_threads'] = "Threads";
  47. $l['forumbit_posts'] = "Posts";
  48. $l['forumbit_lastpost'] = "Last Post";
  49. $l['forumbit_moderated_by'] = "Moderated By:";
  50. $l['new_posts'] = "Forum Contains New Posts";
  51. $l['no_new_posts'] = "Forum Contains No New Posts";
  52. $l['click_mark_read'] = "Click to mark this forum as read";
  53. $l['forum_locked'] = "Forum is Locked";
  54. $l['forum_redirect'] = "Redirect Forum";
  55. $l['lastpost_never'] = "Never";
  56. $l['viewing_one'] = " (1 user browsing)";
  57. $l['viewing_multiple'] = " ({1} users browsing)";
  58. $l['by'] = "by";
  59. $l['more_subforums'] = "and {1} more.";
  60.  
  61. $l['password_required'] = "Password Required";
  62. $l['forum_password_note'] = "The administrator has required it so that a password is required for access to this forum.";
  63. $l['enter_password_below'] = "Please enter the password below:";
  64. $l['verify_forum_password'] = "Verify Forum Password";
  65. $l['wrong_forum_password'] = "The password you entered is incorrect. Please try again.";
  66.  
  67. $l['reset_button'] = "Reset";
  68. $l['username'] = "Username:";
  69. $l['username1'] = "Email:";
  70. $l['username2'] = "Username/Email:";
  71. $l['password'] = "Password:";
  72. $l['login_username'] = "Username:";
  73. $l['login_username1'] = "Email:";
  74. $l['login_username2'] = "Username/Email:";
  75. $l['login_password'] = "Password:";
  76. $l['lost_password'] = "Lost Password?";
  77. $l['remember_me'] = "Remember me";
  78. $l['remember_me_desc'] = "If ticked, your login details will be remembered on this computer, otherwise, you will be logged out as soon as you close your browser.";
  79.  
  80. $l['month_1'] = "January";
  81. $l['month_2'] = "February";
  82. $l['month_3'] = "March";
  83. $l['month_4'] = "April";
  84. $l['month_5'] = "May";
  85. $l['month_6'] = "June";
  86. $l['month_7'] = "July";
  87. $l['month_8'] = "August";
  88. $l['month_9'] = "September";
  89. $l['month_10'] = "October";
  90. $l['month_11'] = "November";
  91. $l['month_12'] = "December";
  92.  
  93. $l['sunday'] = "Sunday";
  94. $l['monday'] = "Monday";
  95. $l['tuesday'] = "Tuesday";
  96. $l['wednesday'] = "Wednesday";
  97. $l['thursday'] = "Thursday";
  98. $l['friday'] = "Friday";
  99. $l['saturday'] = "Saturday";
  100. $l['short_monday'] = "M";
  101. $l['short_tuesday'] = "T";
  102. $l['short_wednesday'] = "W";
  103. $l['short_thursday'] = "T";
  104. $l['short_friday'] = "F";
  105. $l['short_saturday'] = "S";
  106. $l['short_sunday'] = "S";
  107.  
  108. $l['yes'] = "Yes";
  109. $l['no'] = "No";
  110.  
  111. $l['and'] = "and";
  112. $l['date'] = "Date";
  113.  
  114. $l['nobody'] = "Nobody";
  115.  
  116. $l['attachments'] = "Attachments";
  117. $l['attachments_desc'] = "Optionally you may attach one or more attachments to this post. Please select the file on the right and click 'Add Attachment' to upload it.";
  118. $l['remove_attachment'] = "Remove";
  119. $l['approve_attachment'] = "Approve";
  120. $l['unapprove_attachment'] = "Unapprove";
  121. $l['insert_attachment_post'] = "Insert Into Post";
  122. $l['new_attachment'] = "New Attachment:";
  123. $l['add_attachment'] = "Add Attachment";
  124. $l['update_attachment'] = "Update Attachment";
  125. $l['post_preview'] = "Preview";
  126. $l['change_user'] = "change user";
  127. $l['post_icon'] = "Post Icon:";
  128. $l['no_post_icon'] = "no icon";
  129. $l['thread_subscription_method'] = "Thread Subscription:";
  130. $l['thread_subscription_method_desc'] = "Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)";
  131. $l['no_subscribe'] = "Do not subscribe to this thread";
  132. $l['no_subscribe_notification'] = "Subscribe without receiving any notification of new replies";
  133. $l['instant_email_subscribe'] = "Subscribe and receive email notification of new replies";
  134. $l['instant_pm_subscribe'] = "Subscribe and receive PM notification of new replies";
  135.  
  136. $l['today'] = "Today";
  137. $l['yesterday'] = "Yesterday";
  138. $l['error'] = "Board Message";
  139.  
  140. $l['multipage_pages'] = "Pages ({1}):";
  141. $l['multipage_last'] = "Last";
  142. $l['multipage_first'] = "First";
  143. $l['multipage_next'] = "Next";
  144. $l['multipage_previous'] = "Previous";
  145. $l['multipage_link_start'] = " ...";
  146. $l['multipage_link_end'] = "... ";
  147. $l['multipage_jump'] = "Jump to page";
  148.  
  149. $l['editor_bold'] = "Bold";
  150. $l['editor_italic'] = "Italic";
  151. $l['editor_underline'] = "Underline";
  152. $l['editor_strikethrough'] = "Strikethrough";
  153. $l['editor_subscript'] = "Subscript";
  154. $l['editor_superscript'] = "Superscript";
  155. $l['editor_alignleft'] = "Align left";
  156. $l['editor_center'] = "Center";
  157. $l['editor_alignright'] = "Align right";
  158. $l['editor_justify'] = "Justify";
  159. $l['editor_fontname'] = "Font Name";
  160. $l['editor_fontsize'] = "Font Size";
  161. $l['editor_fontcolor'] = "Font Color";
  162. $l['editor_removeformatting'] = "Remove Formatting";
  163. $l['editor_cut'] = "Cut";
  164. $l['editor_copy'] = "Copy";
  165. $l['editor_paste'] = "Paste";
  166. $l['editor_cutnosupport'] = "Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X";
  167. $l['editor_copynosupport'] = "Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C";
  168. $l['editor_pastenosupport'] = "Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V";
  169. $l['editor_pasteentertext'] = "Paste your text inside the following box:";
  170. $l['editor_pastetext'] = "Paste Text";
  171. $l['editor_numlist'] = "Numbered list";
  172. $l['editor_bullist'] = "Bullet list";
  173. $l['editor_undo'] = "Undo";
  174. $l['editor_redo'] = "Redo";
  175. $l['editor_rows'] = "Rows:";
  176. $l['editor_cols'] = "Cols:";
  177. $l['editor_inserttable'] = "Insert a table";
  178. $l['editor_inserthr'] = "Insert a horizontal rule";
  179. $l['editor_code'] = "Code";
  180. $l['editor_php'] = "PHP";
  181. $l['editor_width'] = "Width (optional):";
  182. $l['editor_height'] = "Height (optional):";
  183. $l['editor_insertimg'] = "Insert an image";
  184. $l['editor_email'] = "E-mail:";
  185. $l['editor_insertemail'] = "Insert an email";
  186. $l['editor_url'] = "URL:";
  187. $l['editor_insertlink'] = "Insert a link";
  188. $l['editor_unlink'] = "Unlink";
  189. $l['editor_more'] = "More";
  190. $l['editor_insertemoticon'] = "Insert an emoticon";
  191. $l['editor_videourl'] = "Video URL:";
  192. $l['editor_videotype'] = "Video Type:";
  193. $l['editor_insert'] = "Insert";
  194. $l['editor_insertyoutubevideo'] = "Insert a YouTube video";
  195. $l['editor_currentdate'] = "Insert current date";
  196. $l['editor_currenttime'] = "Insert current time";
  197. $l['editor_print'] = "Print";
  198. $l['editor_viewsource'] = "View source";
  199. $l['editor_description'] = "Description (optional):";
  200. $l['editor_enterimgurl'] = "Enter the image URL:";
  201. $l['editor_enteremail'] = "Enter the e-mail address:";
  202. $l['editor_enterdisplayedtext'] = "Enter the displayed text:";
  203. $l['editor_enterurl'] = "Enter URL:";
  204. $l['editor_enteryoutubeurl'] = "Enter the YouTube video URL or ID:";
  205. $l['editor_insertquote'] = "Insert a Quote";
  206. $l['editor_invalidyoutube'] = "Invalid YouTube video";
  207. $l['editor_dailymotion'] = "Dailymotion";
  208. $l['editor_metacafe'] = "MetaCafe";
  209. $l['editor_veoh'] = "Veoh";
  210. $l['editor_vimeo'] = "Vimeo";
  211. $l['editor_youtube'] = "Youtube";
  212. $l['editor_facebook'] = "Facebook";
  213. $l['editor_liveleak'] = "LiveLeak";
  214. $l['editor_insertvideo'] = "Insert a video";
  215. $l['editor_maximize'] = "Maximize";
  216.  
  217. $l['quote'] = "Quote:";
  218. $l['wrote'] = "Wrote:";
  219. $l['code'] = "Code:";
  220. $l['php_code'] = "PHP Code:";
  221. $l['posted_image'] = "[Image: {1}]";
  222. $l['posted_video'] = "[Video: {1}]";
  223. $l['linkback'] = "Original Post";
  224.  
  225. $l['at'] = "at";
  226. $l['na'] = "N/A";
  227. $l['guest'] = "Guest";
  228. $l['unknown'] = "Unknown";
  229. $l['never'] = "Never";
  230. $l['postbit_posts'] = "Posts:";
  231. $l['postbit_threads'] = "Threads:";
  232. $l['postbit_group'] = "Group:";
  233. $l['postbit_joined'] = "Joined:";
  234. $l['postbit_status'] = "Status:";
  235. $l['postbit_attachments'] = "Attached Files";
  236. $l['postbit_attachment_filename'] = "Filename:";
  237. $l['postbit_attachment_size'] = "Size:";
  238. $l['postbit_attachment_downloads'] = "Downloads:";
  239. $l['postbit_attachments_images'] = "Image(s)";
  240. $l['postbit_attachments_thumbnails'] = "Thumbnail(s)";
  241. $l['postbit_unapproved_attachments'] = "{1} unapproved attachments.";
  242. $l['postbit_unapproved_attachment'] = "1 unapproved attachment.";
  243. $l['postbit_status_online'] = "Online";
  244. $l['postbit_status_offline'] = "Offline";
  245. $l['postbit_status_away'] = "Away";
  246. $l['postbit_edited'] = "This post was last modified: {1} by";
  247. $l['postbit_editreason'] = "Edit Reason";
  248. $l['postbit_ipaddress'] = "IP Address:";
  249. $l['postbit_ipaddress_logged'] = "Logged";
  250. $l['postbit_post'] = "Post:";
  251. $l['postbit_reputation'] = "Reputation:";
  252. $l['postbit_reputation_add'] = "Give Reputation to this user";
  253. $l['postbit_website'] = "Visit this user's website";
  254. $l['postbit_email'] = "Send this user an email";
  255. $l['postbit_find'] = "Find all posts by this user";
  256. $l['postbit_report'] = "Report this post to a moderator";
  257. $l['postbit_quote'] = "Quote this message in a reply";
  258. $l['postbit_qdelete_post'] = "Delete this post";
  259. $l['postbit_qdelete_thread'] = "Delete this thread";
  260. $l['postbit_qrestore_post'] = "Restore this post";
  261. $l['postbit_qrestore_thread'] = "Restore this thread";
  262. $l['postbit_profile'] = "View this users profile";
  263. $l['postbit_pm'] = "Send this user a private message";
  264. $l['postbit_edit'] = "Edit this post";
  265. $l['postbit_multiquote'] = "Quote this post";
  266. $l['postbit_quick_edit'] = "Quick Edit";
  267. $l['postbit_full_edit'] = "Full Edit";
  268. $l['postbit_show_ignored_post'] = "Show this Post";
  269. $l['postbit_currently_ignoring_user'] = "The contents of this message are hidden because {1} is on your <a href=\"usercp.php?action=editlists\">ignore list</a>.";
  270. $l['postbit_warning_level'] = "Warning Level:";
  271. $l['postbit_warn'] = "Warn the author for this post";
  272. $l['postbit_purgespammer'] = "Purge Spammer";
  273.  
  274. $l['postbit_button_reputation_add'] = 'Rate';
  275. $l['postbit_button_website'] = 'Website';
  276. $l['postbit_button_email'] = 'Email';
  277. $l['postbit_button_find'] = 'Find';
  278. $l['postbit_button_report'] = 'Report';
  279. $l['postbit_button_quote'] = 'Reply';
  280. $l['postbit_button_qdelete'] = 'Delete';
  281. $l['postbit_button_qrestore'] = 'Restore';
  282. $l['postbit_button_profile'] = 'Profile';
  283. $l['postbit_button_pm'] = 'PM';
  284. $l['postbit_button_warn'] = 'Warn';
  285. $l['postbit_button_edit'] = 'Edit';
  286. $l['postbit_button_multiquote'] = 'Quote';
  287. $l['postbit_button_reply_pm'] = 'Reply';
  288. $l['postbit_button_reply_all'] = 'Reply All';
  289. $l['postbit_button_forward'] = 'Forward';
  290. $l['postbit_button_delete_pm'] = 'Delete';
  291. $l['postbit_button_purgespammer'] = "Purge Spammer";
  292.  
  293. $l['forumjump'] = "Forum Jump:";
  294. $l['forumjump_pms'] = "Private Messages";
  295. $l['forumjump_usercp'] = "User Control Panel";
  296. $l['forumjump_wol'] = "Who's Online";
  297. $l['forumjump_search'] = "Search";
  298. $l['forumjump_home'] = "Forum Home";
  299.  
  300. $l['redirect'] = "You will now be redirected";
  301. $l['unknown_error'] = "An unknown error has occurred.";
  302. $l['post_fetch_error'] = 'There was an error fetching the posts.';
  303.  
  304. $l['smilieinsert'] = "Smilies";
  305. $l['smilieinsert_getmore'] = "get more";
  306. $l['on'] = "On";
  307. $l['off'] = "Off";
  308. $l['unread_report'] = "Moderator Notice: There is 1 unread report.";
  309. $l['unread_reports'] = "Moderator Notice: There are {1} unread reports.";
  310. $l['pending_joinrequest'] = "Group Leader Notice: You have 1 pending group membership join request.";
  311. $l['pending_joinrequests'] = "Group Leader Notice: You have {1} pending group membership join requests.";
  312.  
  313. $l['search_user'] = "Search for a user";
  314.  
  315. $l['year'] = "Year";
  316. $l['year_short'] = "y";
  317. $l['years'] = "Years";
  318. $l['years_short'] = "y";
  319. $l['month'] = "Month";
  320. $l['month_short'] = "m";
  321. $l['months'] = "Months";
  322. $l['months_short'] = "m";
  323. $l['week'] = "Week";
  324. $l['week_short'] = "w";
  325. $l['weeks'] = "Weeks";
  326. $l['weeks_short'] = "w";
  327. $l['day'] = "Day";
  328. $l['day_short'] = "d";
  329. $l['days'] = "Days";
  330. $l['days_short'] = "d";
  331. $l['hour'] = "Hour";
  332. $l['hour_short'] = "h";
  333. $l['hours'] = "Hours";
  334. $l['hours_short'] ="h";
  335. $l['minute'] = "Minute";
  336. $l['minute_short'] ="m";
  337. $l['minutes'] = "Minutes";
  338. $l['minutes_short'] = "m";
  339. $l['second'] = "Second";
  340. $l['second_short'] ="s";
  341. $l['seconds'] = "Seconds";
  342. $l['seconds_short'] = "s";
  343.  
  344. $l['rel_in'] = "In ";
  345. $l['rel_ago'] = "ago";
  346. $l['rel_less_than'] = "Less than ";
  347. $l['rel_time'] = "{1}{2} {3} {4}";
  348. $l['rel_minutes_single'] = "minute";
  349. $l['rel_minutes_plural'] = "minutes";
  350. $l['rel_hours_single'] = "hour";
  351. $l['rel_hours_plural'] = "hours";
  352.  
  353. $l['permanent'] = "Permanent";
  354. $l['save_draft'] = "Save as Draft";
  355. $l['go'] = "Go";
  356. $l['bbclosed_warning'] = "Your board status is currently set to closed.";
  357. $l['banned_warning'] = "Your forum account is currently banned.";
  358. $l['banned_warning2'] = "Ban Reason";
  359. $l['banned_warning3'] = "Ban will be lifted";
  360. $l['banned_lifted_never'] = "Never";
  361. $l['banned_email_warning'] = "You are currently using an email that is not allowed to be used on this forum. Please reset it before continuing.";
  362. $l['powered_by'] = "Powered By";
  363. $l['copyright'] = "Copyright";
  364. $l['attach_quota'] = "You are currently using <strong>{1}</strong> of your allocated attachment usage ({2})";
  365. $l['view_attachments'] = "[View My Attachments]";
  366. $l['unlimited'] = "Unlimited";
  367.  
  368. $l['click_hold_edit'] = "(Click and hold to edit)";
  369.  
  370. $l['guest_count'] = "1 Guest";
  371. $l['guest_count_multiple'] = "{1} Guests";
  372.  
  373. $l['size_yb'] = "YB";
  374. $l['size_zb'] = "ZB";
  375. $l['size_eb'] = "EB";
  376. $l['size_pb'] = "PB";
  377. $l['size_tb'] = "TB";
  378. $l['size_gb'] = "GB";
  379. $l['size_mb'] = "MB";
  380. $l['size_kb'] = "KB";
  381. $l['size_bytes'] = "bytes";
  382.  
  383. $l['slaps'] = "slaps";
  384. $l['with_trout'] = "around a bit with a large trout.";
  385.  
  386. $l['mybb_engine'] = "MyBB Engine";
  387. $l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
  388. $l['quickrestore_confirm'] = "Are you sure you want to restore this post?";
  389. $l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from {1} titled <a href=\"{2}/private.php?action=read&amp;pmid={3}\" style=\"font-weight: bold;\">{4}</a>";
  390. $l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from {2} titled <a href=\"{3}/private.php?action=read&amp;pmid={4}\" style=\"font-weight: bold;\">{5}</a>";
  391. $l['deleteevent_confirm'] = "Are you sure you want to delete this event?";
  392. $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
  393.  
  394. $l['latest_threads'] = "Latest Threads";
  395.  
  396. $l['folder_inbox'] = "Inbox";
  397. $l['folder_sent_items'] = "Sent Items";
  398. $l['folder_drafts'] = "Drafts";
  399. $l['folder_trash'] = "Trash Can";
  400. $l['folder_untitled'] = "Untitled Folder";
  401.  
  402. $l['standard_mod_tools'] = "Standard Tools";
  403. $l['custom_mod_tools'] = "Custom Tools";
  404.  
  405. $l['error_loadlimit'] = "The maximum server load limit has been reached.  Please check back later once the server is less busy.";
  406. $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason as to why below.";
  407. $l['error_banned'] = "I'm sorry, but you are banned.  You may not post, read threads, or access the forum.  Please contact your forum administrator should you have any questions.";
  408. $l['error_cannot_upload_php_post'] = "Can not upload file - Too large for php post_max_size directive. Please press the back button.";
  409. $l['error_database_repair'] = "MyBB is automatically repairing a crashed table.";
  410.  
  411. $l['unknown_user_trigger'] = "An unknown error has been triggered.";
  412. $l['warnings'] = "The following warnings occurred:";
  413.  
  414. $l['ajax_loading'] = "Loading. <br />Please Wait..";
  415. $l['saving_changes'] = "Saving changes..";
  416. $l['refresh'] = "Refresh";
  417. $l['select_language'] = "Quick Language Select";
  418. $l['select_theme'] = "Quick Theme Select";
  419.  
  420. $l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.";
  421. $l['invalid_captcha'] = "Please fill out the image verification code to continue. Please enter the code exactly how it appears in the image.";
  422. $l['invalid_nocaptcha'] = "Please solve the reCAPTCHA to verify that you're not a robot.";
  423. $l['invalid_captcha_verify'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
  424. $l['image_verification'] = "Image Verification";
  425. $l['human_verification'] = "Human Verification";
  426. $l['verification_note'] = "Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.";
  427. $l['verification_note_nocaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
  428. $l['verification_subnote'] = "(case insensitive)";
  429. $l['invalid_captcha_transmit'] = "An error occurred with the image verification. Please try again.";
  430. $l['invalid_nocaptcha_transmit'] = "An error occurred with the human verification. Please try again.";
  431. $l['captcha_fetch_failure'] = 'There was an error fetching the new captcha.';
  432. $l['question_fetch_failure'] = 'There was an error fetching the new question.';
  433.  
  434. $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Marshall Islands";
  435. $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island";
  436. $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii, Papeete";
  437. $l['timezone_gmt_minus_950'] = "(GMT -9:30) Marquesas Islands";
  438. $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
  439. $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
  440. $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
  441. $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
  442. $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
  443. $l['timezone_gmt_minus_450'] = "(GMT -4:30) Caracas";
  444. $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, La Paz, Halifax";
  445. $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
  446. $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
  447. $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, South Georgia and the South Sandwich Islands";
  448. $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
  449. $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
  450. $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome, Warsaw";
  451. $l['timezone_gmt_200'] = "(GMT +2:00) Athens, Istanbul, Cairo, Jerusalem, South Africa";
  452. $l['timezone_gmt_300'] = "(GMT +3:00) Kaliningrad, Minsk, Baghdad, Riyadh, Nairobi";
  453. $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
  454. $l['timezone_gmt_400'] = "(GMT +4:00) Moscow, Abu Dhabi, Baku, Muscat, Tbilisi";
  455. $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
  456. $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
  457. $l['timezone_gmt_550'] = "(GMT +5:30) Mumbai, Calcutta, Madras, New Delhi";
  458. $l['timezone_gmt_575'] = "(GMT +5:45) Kathmandu";
  459. $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Dhakra, Yekaterinburg";
  460. $l['timezone_gmt_650'] = "(GMT +6:30) Yangon";
  461. $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
  462. $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei, Manila";
  463. $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Irkutsk";
  464. $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
  465. $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Yakutsk";
  466. $l['timezone_gmt_1050'] = "(GMT +10:30) Lord Howe Island";
  467. $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands, Vladivostok";
  468. $l['timezone_gmt_1150'] = "(GMT +11:30) Norfolk Island";
  469. $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Island";
  470. $l['timezone_gmt_1275'] = "(GMT +12:45) Chatham Islands";
  471. $l['timezone_gmt_1300'] = "(GMT +13:00) Samoa, Tonga, Tokelau";
  472. $l['timezone_gmt_1400'] = "(GMT +14:00) Line Islands";
  473. $l['timezone_gmt_short'] = "GMT {1}({2})";
  474.  
  475. $l['missing_task'] = "Error: Task file does not exist";
  476. $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
  477. $l['task_backup_ran'] = "The database backup task successfully ran.";
  478. $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
  479. $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table(s).";
  480. $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
  481. $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
  482. $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
  483. $l['task_promotions_ran'] = "The promotions task successfully ran.";
  484. $l['task_threadviews_ran'] = "The thread views task successfully ran.";
  485. $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
  486. $l['task_massmail_ran'] = "The mass mail task successfully ran.";
  487. $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
  488. $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
  489. $l['task_massmail_ran_errors'] = "One or more problems occurred sending to \"{1}\":
  490. {2}";
  491. $l['task_versioncheck_ran'] = "The version check task successfully ran.";
  492. $l['task_versioncheck_ran_errors'] = "Could not connect to MyBB for a version check.";
  493. $l['task_recachestylesheets_ran'] = 'Re-cached {1} stylesheets.';
  494.  
  495. $l['dismiss_notice'] = "Dismiss this notice";
  496.  
  497. $l['next'] = "Next";
  498. $l['previous'] = "Previous";
  499. $l['delete'] = "Delete";
  500.  
  501. $l['massmail_username'] = "Username";
  502. $l['email_addr'] = "Email Address";
  503. $l['board_name'] = "Board Name";
  504. $l['board_url'] = "Board URL";
  505.  
  506. $l['comma'] = ", ";
  507.  
  508. $l['debug_generated_in'] = "Generated in {1}";
  509. $l['debug_weight'] = "({1}% PHP / {2}% {3})";
  510. $l['debug_sql_queries'] = "SQL Queries: {1}";
  511. $l['debug_server_load'] = "Server Load: {1}";
  512. $l['debug_memory_usage'] = "Memory Usage: {1}";
  513. $l['debug_advanced_details'] = "Advanced Details";
  514.  
  515. $l['error_emailflooding_1_second'] = "Sorry, but you can only send one email every {1} minutes. Please wait another 1 second before attempting to email again.";
  516. $l['error_emailflooding_seconds'] = "Sorry, but you can only send one email every {1} minutes. Please wait another {2} seconds before attempting to email again.";
  517. $l['error_emailflooding_1_minute'] = "Sorry, but you can only send one email every {1} minutes. Please wait another 1 minute before attempting to email again.";
  518. $l['error_emailflooding_minutes'] = "Sorry, but you can only send one email every {1} minutes. Please wait another {2} minutes before attempting to email again.";
  519. $l['error_invalidfromemail'] = "You did not enter a valid from email address.";
  520. $l['error_noname'] = "You did not enter a valid name.";
  521. $l['your_email'] = "Your Email:";
  522. $l['email_note'] = "Enter your email address here.";
  523. $l['your_name'] = "Your Name:";
  524. $l['name_note'] = "Enter your name here.";
  525.  
  526. $l['january'] = "January";
  527. $l['february'] = "February";
  528. $l['march'] = "March";
  529. $l['april'] = "April";
  530. $l['may'] = "May";
  531. $l['june'] = "June";
  532. $l['july'] = "July";
  533. $l['august'] = "August";
  534. $l['september'] = "September";
  535. $l['october'] = "October";
  536. $l['november'] = "November";
  537. $l['december'] = "December";
  538.  
  539. $l['moderation_forum_attachments'] = "Please note that new attachments in this forum must be approved by a moderator before becoming visible.";
  540. $l['moderation_forum_posts'] = "Please note that new posts in this forum must be approved by a moderator before becoming visible.";
  541. $l['moderation_user_posts'] = "Please note that new posts you make must be approved by a moderator before becoming visible.";
  542. $l['moderation_forum_thread'] = "Please note that new threads in this forum must be approved by a moderator before becoming visible.";
  543. $l['moderation_forum_edits'] = "Please note that edited posts in this forum must be approved by a moderator before becoming visible.";
  544. $l['moderation_forum_edits_quick'] = "Please note that edited posts in this forum must be approved by a moderator before becoming visible.";
  545. $l['awaiting_message_link'] = " <a href=\"{1}/{2}/index.php?module=user-users&amp;action=search&amp;results=1&amp;conditions=a%3A1%3A%7Bs%3A9%3A%22usergroup%22%3Bs%3A1%3A%225%22%3B%7D\">Go to the ACP</a>.";
  546. $l['awaiting_message_single'] = "There is 1 account awaiting activation. Please go to your ACP to activate the user.";
  547. $l['awaiting_message_plural'] = "There are {1} accounts awaiting activation. Please go to your ACP to activate the users.";
  548.  
  549. $l['select2_match'] = "One result is available, press enter to select it.";
  550. $l['select2_matches'] = "{1} results are available, use up and down arrow keys to navigate.";
  551. $l['select2_nomatches'] = "No matches found";
  552. $l['select2_inputtooshort_single'] = "Please enter one or more character";
  553. $l['select2_inputtooshort_plural'] = "Please enter {1} or more characters";
  554. $l['select2_inputtoolong_single'] = "Please delete one character";
  555. $l['select2_inputtoolong_plural'] = "Please delete {1} characters";
  556. $l['select2_selectiontoobig_single'] = "You can only select one item";
  557. $l['select2_selectiontoobig_plural'] = "You can only select {1} items";
  558. $l['select2_loadmore'] = "Loading more results…";
  559. $l['select2_searching'] = "Searching…";
  560.  
  561. $l['stopforumspam_error_decoding'] = 'Error decoding data from StopForumSpam.com.';
  562. $l['stopforumspam_error_retrieving'] = 'Error retrieving data from StopForumSpam.com.';
  563.  
  564. $l['sfs_error_username'] = 'username';
  565. $l['sfs_error_ip'] = 'IP';
  566. $l['sfs_error_email'] = 'email';
  567. $l['sfs_error_or'] = 'or';
  568.  
  569. $l['boardclosed_reason'] = 'These forums are currently closed for maintenance. Please check back later';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement