Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 17.73 KB | None | 0 0
  1. d<?php
  2. /**
  3.  * MyBB 1.6 English Language Pack
  4.  * Copyright 2010 MyBB Group, All Rights Reserved
  5.  *
  6.  * $Id: global.lang.php 5380 2011-02-21 12:04:43Z Tomm $
  7.  */
  8.  
  9. $l['redirect_width'] = "50%";
  10. $l['lastvisit_never'] = "Never";
  11.  
  12. $l['toplinks_memberlist'] = "Member List";
  13. $l['toplinks_search'] = "Search";
  14. $l['toplinks_calendar'] = "Calendar";
  15. $l['toplinks_help'] = "Help";
  16. $l['toplinks_portal'] = "Portal";
  17. $l['toplinks_myipn'] = "Donate";
  18. $l['toplinks_apply'] = "Recruitment";
  19.  
  20. $l['bottomlinks_contactus'] = "Contact Us";
  21. $l['bottomlinks_returntop'] = "Return to Top";
  22. $l['bottomlinks_returncontent'] = "Return to Content";
  23. $l['bottomlinks_syndication'] = "RSS Syndication";
  24. $l['bottomlinks_litemode'] = "Lite (Archive) Mode";
  25.  
  26. $l['welcome_usercp'] = "User CP";
  27. $l['welcome_modcp'] = "Mod CP";
  28. $l['welcome_admin'] = "Admin CP";
  29. $l['welcome_logout'] = "Log Out";
  30. $l['welcome_login'] = "Login";
  31. $l['welcome_register'] = "Register";
  32. $l['welcome_open_buddy_list'] = "Open Buddy List";
  33. $l['welcome_newposts'] = "View New Posts";
  34. $l['welcome_todaysposts'] = "View Today's Posts";
  35. $l['welcome_pms'] = "Private Messages";
  36. $l['welcome_pms_usage'] = "(Unread {1}, Total {2})";
  37. $l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
  38. $l['welcome_guest'] = "Hello There, Guest!";
  39. $l['welcome_current_time'] = "<strong>Current time:</strong> {1}";
  40.  
  41. $l['moved_prefix'] = "Moved:";
  42. $l['sticky_prefix'] = "<strong>Sticky:</strong>";
  43. $l['poll_prefix'] = "Poll:";
  44. $l['announcement_prefix'] = "<strong>Announcement:</strong>";
  45.  
  46. $l['forumbit_announcements'] = "Announcements";
  47. $l['forumbit_stickies'] = "Important threads";
  48. $l['forumbit_forum'] = "Forum";
  49. $l['forumbit_threads'] = "Threads";
  50. $l['forumbit_posts'] = "Posts";
  51. $l['forumbit_lastpost'] = "Last Post";
  52. $l['forumbit_moderated_by'] = "Moderated By:";
  53. $l['new_posts'] = "Forum Contains New Posts";
  54. $l['no_new_posts'] = "Forum Contains No New Posts";
  55. $l['click_mark_read'] = "Click to mark this forum as read";
  56. $l['forum_locked'] = "Forum is Locked";
  57. $l['lastpost_never'] = "Never";
  58. $l['viewing_one'] = " (1 user browsing)";
  59. $l['viewing_multiple'] = " ({1} users browsing)";
  60. $l['by'] = "by";
  61. $l['more_subforums'] = "and {1} more.";
  62.  
  63. $l['password_required'] = "Password Required";
  64. $l['forum_password_note'] = "The administrator has required it so that a password is required for access to this
  65.  
  66. forum.";
  67. $l['enter_password_below'] = "Please enter the Password Below:";
  68. $l['verify_forum_password'] = "Verify Forum Password";
  69. $l['wrong_forum_password'] = "The password you entered is incorrect. Please try again.";
  70.  
  71. $l['reset_button'] = "Reset";
  72. $l['username'] = "Username:";
  73. $l['password'] = "Password:";
  74. $l['login_username'] = "Username";
  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
  79.  
  80. be logged out as soon as you close your browser.";
  81.  
  82. $l['month_1'] = "January";
  83. $l['month_2'] = "February";
  84. $l['month_3'] = "March";
  85. $l['month_4'] = "April";
  86. $l['month_5'] = "May";
  87. $l['month_6'] = "June";
  88. $l['month_7'] = "July";
  89. $l['month_8'] = "August";
  90. $l['month_9'] = "September";
  91. $l['month_10'] = "October";
  92. $l['month_11'] = "November";
  93. $l['month_12'] = "December";
  94.  
  95. $l['sunday'] = "Sunday";
  96. $l['monday'] = "Monday";
  97. $l['tuesday'] = "Tuesday";
  98. $l['wednesday'] = "Wednesday";
  99. $l['thursday'] = "Thursday";
  100. $l['friday'] = "Friday";
  101. $l['saturday'] = "Saturday";
  102. $l['short_monday'] = "M";
  103. $l['short_tuesday'] = "T";
  104. $l['short_wednesday'] = "W";
  105. $l['short_thursday'] = "T";
  106. $l['short_friday'] = "F";
  107. $l['short_saturday'] = "S";
  108. $l['short_sunday'] = "S";
  109.  
  110. $l['yes'] = "Yes";
  111. $l['no'] = "No";
  112.  
  113. $l['and'] = "and";
  114.  
  115. $l['attachments'] = "Attachments";
  116. $l['attachments_desc'] = "Optionally you may attach one or more attachments to this post. Please select the file
  117.  
  118. on the right and click 'Add Attachment' to upload it.";
  119. $l['remove_attachment'] = "Remove";
  120. $l['approve_attachment'] = "Approve";
  121. $l['unapprove_attachment'] = "Unapprove";
  122. $l['insert_attachment_post'] = "Insert Into Post";
  123. $l['new_attachment'] = "New Attachment:";
  124. $l['add_attachment'] = "Add Attachment";
  125. $l['update_attachment'] = "Update Attachment";
  126. $l['post_preview'] = "Preview";
  127. $l['change_user'] = "change user";
  128. $l['post_icon'] = "Post Icon:";
  129. $l['no_post_icon'] = "no icon";
  130. $l['thread_subscription_method'] = "<strong>Thread Subscription:</strong><br /><span class=\"smalltext\">Specify
  131.  
  132. the type of email notification and thread subscription you'd like to have to this thread. (Registered users
  133.  
  134. only)</span>";
  135. $l['no_subscribe'] = "Do not subscribe to this thread";
  136. $l['no_email_subscribe'] = "Subscribe without receiving email notification of new replies";
  137. $l['instant_email_subscribe'] = "Subscribe and receive email notification of new replies";
  138.  
  139. $l['today'] = "Today";
  140. $l['yesterday'] = "Yesterday";
  141. $l['error'] = "Board Message";
  142.  
  143. $l['multipage_pages'] = "Pages ({1}):";
  144. $l['multipage_last'] = "Last";
  145. $l['multipage_first'] = "First";
  146. $l['multipage_next'] = "Next";
  147. $l['multipage_previous'] = "Previous";
  148. $l['multipage_link_start'] = " ...";
  149. $l['multipage_link_end'] = "... ";
  150.  
  151. $l['editor_title_bold'] = "Insert bold text";
  152. $l['editor_title_italic'] = "Insert italic text";
  153. $l['editor_title_underline'] = "Insert underlined text";
  154. $l['editor_title_left'] = "Align text to the left";
  155. $l['editor_title_center'] = "Align text to the center";
  156. $l['editor_title_right'] = "Align text to the right";
  157. $l['editor_title_justify'] = "Justify text";
  158. $l['editor_title_numlist'] = "Insert numbered list";
  159. $l['editor_title_bulletlist'] = "Insert bulleted list";
  160. $l['editor_title_image'] = "Insert image";
  161. $l['editor_title_hyperlink'] = "Insert hyperlink";
  162. $l['editor_title_email'] = "Insert email address";
  163. $l['editor_title_quote'] = "Insert quoted text";
  164. $l['editor_title_code'] = "Insert formatted code";
  165. $l['editor_title_php'] = "Insert formatted PHP code";
  166. $l['editor_title_close_tags'] = "Close any open MyCode tags that you currently have open";
  167. $l['editor_enter_list_item'] = "Enter a list item. Click cancel or leave blank to end the list.";
  168. $l['editor_enter_url'] = "Please enter the URL of the website.";
  169. $l['editor_enter_url_title'] = "Optionally, you can also enter a title for the URL.";
  170. $l['editor_enter_email'] = "Please enter the email address you wish to insert.";
  171. $l['editor_enter_email_title'] = "Optionally, you may also enter a title for the email address.";
  172. $l['editor_enter_image'] = "Please enter the remote URL of the image you wish to insert.";
  173. $l['editor_enter_video_url'] = "Please enter the URL of the video.";
  174. $l['editor_video_dailymotion'] = "Dailymotion";
  175. $l['editor_video_googlevideo'] = "Google Video";
  176. $l['editor_video_metacafe'] = "MetaCafe";
  177. $l['editor_video_myspacetv'] = "MySpace TV";
  178. $l['editor_video_vimeo'] = "Vimeo";
  179. $l['editor_video_yahoo'] = "Yahoo Video";
  180. $l['editor_video_youtube'] = "YouTube";
  181. $l['editor_size_xx_small'] = "XX Small";
  182. $l['editor_size_x_small'] = "X Small";
  183. $l['editor_size_small'] = "Small";
  184. $l['editor_size_medium'] = "Medium";
  185. $l['editor_size_large'] = "Large";
  186. $l['editor_size_x_large'] = "X Large";
  187. $l['editor_size_xx_large'] = "XX Large";
  188. $l['editor_font'] = "Font";
  189. $l['editor_size'] = "Text Size";
  190. $l['editor_color'] = "Text Color";
  191.  
  192. $l['quote'] = "Quote:";
  193. $l['wrote'] = "Wrote:";
  194. $l['code'] = "Code:";
  195. $l['php_code'] = "PHP Code:";
  196. $l['posted_image'] = "[Image: {1}]";
  197. $l['linkback'] = "Original Post";
  198.  
  199. $l['at'] = "at";
  200. $l['na'] = "N/A";
  201. $l['guest'] = "Guest";
  202. $l['unknown'] = "Unknown";
  203. $l['never'] = "Never";
  204. $l['postbit_posts'] = "Posts:";
  205. $l['postbit_group'] = "Group:";
  206. $l['postbit_joined'] = "Joined:";
  207. $l['postbit_status'] = "Status:";
  208. $l['postbit_attachments'] = "Attached File(s)";
  209. $l['postbit_attachment_size'] = "Size:";
  210. $l['postbit_attachment_downloads'] = "Downloads:";
  211. $l['postbit_attachments_images'] = "Image(s)";
  212. $l['postbit_attachments_thumbnails'] = "Thumbnail(s)";
  213. $l['postbit_unapproved_attachments'] = "{1} unapproved attachments.";
  214. $l['postbit_unapproved_attachment'] = "1 unapproved attachment.";
  215. $l['postbit_status_online'] = "Online";
  216. $l['postbit_status_offline'] = "Offline";
  217. $l['postbit_status_away'] = "Away";
  218. $l['postbit_edited'] = "This post was last modified: {1} {2} by";
  219. $l['postbit_ipaddress'] = "IP Address:";
  220. $l['postbit_ipaddress_logged'] = "Logged";
  221. $l['postbit_post'] = "Post:";
  222. $l['postbit_reputation'] = "Reputation:";
  223. $l['postbit_website'] = "Visit this user's website";
  224. $l['postbit_email'] = "Send this user an email";
  225. $l['postbit_find'] = "Find all posts by this user";
  226. $l['postbit_report'] = "Report this post to a moderator";
  227. $l['postbit_quote'] = "Quote this message in a reply";
  228. $l['postbit_qdelete'] = "Delete this post";
  229. $l['postbit_profile'] = "View this users profile";
  230. $l['postbit_pm'] = "Send this user a private message";
  231. $l['postbit_edit'] = "Edit this post";
  232. $l['postbit_multiquote'] = "Quote this post";
  233. $l['postbit_quick_edit'] = "Quick Edit";
  234. $l['postbit_full_edit'] = "Full Edit";
  235. $l['postbit_show_ignored_post'] = "Show this Post";
  236. $l['postbit_currently_ignoring_user'] = "The contents of this message are hidden because {1} is on your <a
  237.  
  238. href=\"usercp.php?action=editlists\">ignore list</a>.";
  239. $l['postbit_warning_level'] = "Warning Level:";
  240. $l['postbit_warn'] = "Warn the author for this post";
  241.  
  242. $l['forumjump'] = "Forum Jump:";
  243. $l['forumjump_select'] = "Please select one:";
  244. $l['forumjump_pms'] = "Private Messages";
  245. $l['forumjump_usercp'] = "User Control Panel";
  246. $l['forumjump_wol'] = "Who's Online";
  247. $l['forumjump_search'] = "Search";
  248. $l['forumjump_home'] = "Forum Home";
  249.  
  250. $l['redirect'] = "You will now be redirected";
  251. $l['unknown_error'] = "An unknown error has occurred.";
  252.  
  253. $l['smilieinsert'] = "Smilies";
  254. $l['smilieinsert_getmore'] = "get more";
  255. $l['on'] = "On";
  256. $l['off'] = "Off";
  257. $l['unread_report'] = "Moderator Notice: There is 1 unread reported post.";
  258. $l['unread_reports'] = "Moderator Notice: There are {1} unread reported posts.";
  259. $l['pending_joinrequest'] = "Group Leader Notice: You have 1 pending group membership join request.";
  260. $l['pending_joinrequests'] = "Group Leader Notice: You have {1} pending group membership join requests.";
  261.  
  262. $l['year'] = "Year";
  263. $l['year_short'] = "y";
  264. $l['years'] = "Years";
  265. $l['years_short'] = "y";
  266. $l['month'] = "Month";
  267. $l['month_short'] = "m";
  268. $l['months'] = "Months";
  269. $l['months_short'] = "m";
  270. $l['week'] = "Week";
  271. $l['week_short'] = "w";
  272. $l['weeks'] = "Weeks";
  273. $l['weeks_short'] = "w";
  274. $l['day'] = "Day";
  275. $l['day_short'] = "d";
  276. $l['days'] = "Days";
  277. $l['days_short'] = "d";
  278. $l['hour'] = "Hour";
  279. $l['hour_short'] = "h";
  280. $l['hours'] = "Hours";
  281. $l['hours_short'] ="h";
  282. $l['minute'] = "Minute";
  283. $l['minute_short'] ="m";
  284. $l['minutes'] = "Minutes";
  285. $l['minutes_short'] = "m";
  286. $l['second'] = "Second";
  287. $l['second_short'] ="s";
  288. $l['seconds'] = "Seconds";
  289. $l['seconds_short'] = "s";
  290. $l['permanent'] = "Permanent";
  291. $l['save_draft'] = "Save as Draft";
  292. $l['go'] = "Go";
  293. $l['bbclosed_warning'] = "Your board status is currently set to closed.";
  294. $l['banned_warning'] = "Your forum account is currently banned.";
  295. $l['banned_warning2'] = "Ban Reason";
  296. $l['banned_warning3'] = "Ban will be lifted";
  297. $l['banned_lifted_never'] = "Never";
  298. $l['powered_by'] = "Powered By";
  299. $l['copyright'] = "Copyright";
  300. $l['attach_quota'] = "You are currently using <strong>{1}</strong> of your allocated attachment usage ({2})";
  301. $l['view_attachments'] = "[View My Attachments]";
  302. $l['unlimited'] = "Unlimited";
  303.  
  304. $l['click_hold_edit'] = "(Click and hold to edit)";
  305.  
  306. $l['guest_count'] = "1 Guest";
  307. $l['guest_count_multiple'] = "{1} Guests";
  308.  
  309. $l['size_yb'] = "YB";
  310. $l['size_zb'] = "ZB";
  311. $l['size_eb'] = "EB";
  312. $l['size_pb'] = "PB";
  313. $l['size_tb'] = "TB";
  314. $l['size_gb'] = "GB";
  315. $l['size_mb'] = "MB";
  316. $l['size_kb'] = "KB";
  317. $l['size_bytes'] = "bytes";
  318.  
  319. $l['slaps'] = "slaps";
  320. $l['with_trout'] = "around a bit with a large trout.";
  321.  
  322. $l['mybb_engine'] = "MyBB Engine";
  323. $l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
  324. $l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from {1} titled <a href=
  325.  
  326. \"private.php?action=read&pmid={2}\" style=\"font-weight: bold;\">{3}</a>";
  327. $l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from
  328.  
  329. {2} titled <a href=\"private.php?action=read&pmid={3}\" style=\"font-weight: bold;\">{4}</a>";
  330. $l['deleteevent_confirm'] = "Are you sure you want to delete this event?";
  331. $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
  332.  
  333. $l['latest_threads'] = "Latest Threads";
  334.  
  335. $l['folder_inbox'] = "Inbox";
  336. $l['folder_sent_items'] = "Sent Items";
  337. $l['folder_drafts'] = "Drafts";
  338. $l['folder_trash'] = "Trash Can";
  339. $l['folder_untitled'] = "Untitled Folder";
  340.  
  341. $l['standard_mod_tools'] = "Standard Tools";
  342. $l['custom_mod_tools'] = "Custom Tools";
  343.  
  344. $l['error_loadlimit'] = "The maximum server load limit has been reached.  Please check back later once the
  345.  
  346. server is less busy.";
  347. $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason
  348.  
  349. as to why below.";
  350. $l['error_banned'] = "I'm sorry, but you are banned.  You may not post, read threads, or access the forum.  
  351.  
  352. Please contact your forum administrator should you have any questions.";
  353. $l['error_cannot_upload_php_post'] = "Can not upload file - Too large for php post_max_size directive. Please
  354.  
  355. press the back button.";
  356. $l['error_database_repair'] = "MyBB is automatically repairing a crashed table.";
  357.  
  358. $l['unknown_user_trigger'] = "An unknown error has been triggered.";
  359. $l['warnings'] = "The following warnings occurred:";
  360.  
  361. $l['ajax_loading'] = "Loading. <br />Please Wait..";
  362. $l['saving_changes'] = "Saving changes..";
  363. $l['refresh'] = "Refresh";
  364. $l['select_language'] = "Quick Language Select";
  365.  
  366. $l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go
  367.  
  368. back and try again.";
  369.  
  370. $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Enitwetok, Kwajalien";
  371. $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island, Samoa";
  372. $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii";
  373. $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
  374. $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
  375. $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
  376. $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
  377. $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
  378. $l['timezone_gmt_minus_450'] = "(GMT -4:30) Venezuela (September)";
  379. $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, Caracas, La Paz";
  380. $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
  381. $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
  382. $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, Ascention Is., St Helena";
  383. $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
  384. $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
  385. $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome";
  386. $l['timezone_gmt_200'] = "(GMT +2:00) Kaliningrad, South Africa, Warsaw";
  387. $l['timezone_gmt_300'] = "(GMT +3:00) Baghdad, Riyadh, Moscow, Nairobi";
  388. $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
  389. $l['timezone_gmt_400'] = "(GMT +4:00) Adu Dhabi, Baku, Muscat, Tbilisi";
  390. $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
  391. $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
  392. $l['timezone_gmt_550'] = "(GMT +5:30) Bombay, Calcutta, Madras, New Delhi";
  393. $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Colomba, Dhakra";
  394. $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
  395. $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei";
  396. $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk";
  397. $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
  398. $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok";
  399. $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands";
  400. $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Island";
  401. $l['timezone_gmt_short'] = "GMT {1}({2})";
  402.  
  403. $l['missing_task'] = "Error: Task file does not exist";
  404. $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
  405. $l['task_backup_ran'] = "The database backup task successfully ran.";
  406. $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
  407. $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table
  408.  
  409. (s).";
  410. $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
  411. $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
  412. $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
  413. $l['task_promotions_ran'] = "The promotions task successfully ran.";
  414. $l['task_threadviews_ran'] = "The thread views task successfully ran.";
  415. $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
  416. $l['task_massmail_ran'] = "The mass mail task successfully ran.";
  417. $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
  418. $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
  419. $l['task_massmail_ran_errors'] = "One or more problems occured sending to \"{1}\":
  420. {2}";
  421.  
  422. $l['dismiss_notice'] = "Dismiss this notice";
  423.  
  424. $l['next'] = "Next";
  425. $l['previous'] = "Previous";
  426. $l['delete'] = "Delete";
  427.  
  428. $l['massmail_username'] = "Username";
  429. $l['email_addr'] = "Email Address";
  430. $l['board_name'] = "Board Name";
  431. $l['board_url'] = "Board URL";
  432.  
  433. $l['comma'] = ", ";
  434. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement