Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  
  5. * MyBB 1.6 English Language Pack
  6.  
  7. * Copyright 2010 MyBB Group, All Rights Reserved
  8.  
  9. *
  10.  
  11. * $Id: global.lang.php 5380 2011-02-21 12:04:43Z Tomm $
  12.  
  13. */
  14.  
  15.  
  16.  
  17. $l['redirect_width'] = "50%";
  18.  
  19. $l['lastvisit_never'] = "Never";
  20.  
  21.  
  22.  
  23. $l['toplinks_memberlist'] = "Member List";
  24.  
  25. $l['toplinks_search'] = "Search";
  26.  
  27. $l['toplinks_calendar'] = "Calendar";
  28.  
  29. $l['toplinks_help'] = "Help";
  30.  
  31. $l['toplinks_portal'] = "Portal";
  32.  
  33. $l['bottomlinks_contactus'] = "Contact Us";
  34.  
  35. $l['bottomlinks_returntop'] = "Return to Top";
  36.  
  37. $l['bottomlinks_returncontent'] = "Return to Content";
  38.  
  39. $l['bottomlinks_syndication'] = "RSS Syndication";
  40.  
  41. $l['bottomlinks_litemode'] = "Lite (Archive) Mode";
  42.  
  43.  
  44.  
  45. $l['welcome_usercp'] = "User CP";
  46.  
  47. $l['welcome_modcp'] = "Mod CP";
  48.  
  49. $l['welcome_admin'] = "Admin CP";
  50.  
  51. $l['welcome_logout'] = "Log Out";
  52.  
  53. $l['welcome_login'] = "Login";
  54.  
  55. $l['welcome_register'] = "Register";
  56.  
  57. $l['welcome_open_buddy_list'] = "Open Buddy List";
  58.  
  59. $l['welcome_newposts'] = "View New Posts";
  60.  
  61. $l['welcome_todaysposts'] = "View Today's Posts";
  62.  
  63. $l['welcome_pms'] = "Private Messages";
  64.  
  65. $l['welcome_pms_usage'] = "(Unread {1}, Total {2})";
  66.  
  67. $l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
  68.  
  69. $l['welcome_guest'] = "Hello There, Guest!";
  70.  
  71. $l['welcome_current_time'] = "<strong>Current time:</strong> {1}";
  72.  
  73.  
  74.  
  75. $l['moved_prefix'] = "Moved:";
  76.  
  77. $l['sticky_prefix'] = "<strong>Sticky:</strong>";
  78.  
  79. $l['poll_prefix'] = "Poll:";
  80.  
  81. $l['announcement_prefix'] = "<strong>Announcement:</strong>";
  82.  
  83.  
  84.  
  85. $l['forumbit_announcements'] = "Announcements";
  86.  
  87. $l['forumbit_stickies'] = "Important threads";
  88.  
  89. $l['forumbit_forum'] = "Forum";
  90.  
  91. $l['forumbit_threads'] = "Threads";
  92.  
  93. $l['forumbit_posts'] = "Posts";
  94.  
  95. $l['forumbit_lastpost'] = "Last Post";
  96.  
  97. $l['forumbit_moderated_by'] = "Moderated By:";
  98.  
  99. $l['new_posts'] = "Forum Contains New Posts";
  100.  
  101. $l['no_new_posts'] = "Forum Contains No New Posts";
  102.  
  103. $l['click_mark_read'] = "Click to mark this forum as read";
  104.  
  105. $l['forum_locked'] = "Forum is Locked";
  106.  
  107. $l['lastpost_never'] = "Never";
  108.  
  109. $l['viewing_one'] = " (1 user browsing)";
  110.  
  111. $l['viewing_multiple'] = " ({1} users browsing)";
  112.  
  113. $l['by'] = "by";
  114.  
  115. $l['more_subforums'] = "and {1} more.";
  116.  
  117.  
  118.  
  119. $l['password_required'] = "Password Required";
  120.  
  121. $l['forum_password_note'] = "The administrator has required it so that a password is required for access to this forum.";
  122.  
  123. $l['enter_password_below'] = "Please enter the Password Below:";
  124.  
  125. $l['verify_forum_password'] = "Verify Forum Password";
  126.  
  127. $l['wrong_forum_password'] = "The password you entered is incorrect. Please try again.";
  128.  
  129.  
  130.  
  131. $l['reset_button'] = "Reset";
  132.  
  133. $l['username'] = "Username:";
  134.  
  135. $l['password'] = "Password:";
  136.  
  137. $l['login_username'] = "Username";
  138.  
  139. $l['login_password'] = "Password";
  140.  
  141. $l['lost_password'] = "Lost Password?";
  142.  
  143. $l['remember_me'] = "Remember me";
  144.  
  145. $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.";
  146.  
  147.  
  148.  
  149. $l['month_1'] = "January";
  150.  
  151. $l['month_2'] = "February";
  152.  
  153. $l['month_3'] = "March";
  154.  
  155. $l['month_4'] = "April";
  156.  
  157. $l['month_5'] = "May";
  158.  
  159. $l['month_6'] = "June";
  160.  
  161. $l['month_7'] = "July";
  162.  
  163. $l['month_8'] = "August";
  164.  
  165. $l['month_9'] = "September";
  166.  
  167. $l['month_10'] = "October";
  168.  
  169. $l['month_11'] = "November";
  170.  
  171. $l['month_12'] = "December";
  172.  
  173.  
  174.  
  175. $l['sunday'] = "Sunday";
  176.  
  177. $l['monday'] = "Monday";
  178.  
  179. $l['tuesday'] = "Tuesday";
  180.  
  181. $l['wednesday'] = "Wednesday";
  182.  
  183. $l['thursday'] = "Thursday";
  184.  
  185. $l['friday'] = "Friday";
  186.  
  187. $l['saturday'] = "Saturday";
  188.  
  189. $l['short_monday'] = "M";
  190.  
  191. $l['short_tuesday'] = "T";
  192.  
  193. $l['short_wednesday'] = "W";
  194.  
  195. $l['short_thursday'] = "T";
  196.  
  197. $l['short_friday'] = "F";
  198.  
  199. $l['short_saturday'] = "S";
  200.  
  201. $l['short_sunday'] = "S";
  202.  
  203.  
  204.  
  205. $l['yes'] = "Yes";
  206.  
  207. $l['no'] = "No";
  208.  
  209.  
  210.  
  211. $l['and'] = "and";
  212.  
  213.  
  214.  
  215. $l['attachments'] = "Attachments";
  216.  
  217. $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.";
  218.  
  219. $l['remove_attachment'] = "Remove";
  220.  
  221. $l['approve_attachment'] = "Approve";
  222.  
  223. $l['unapprove_attachment'] = "Unapprove";
  224.  
  225. $l['insert_attachment_post'] = "Insert Into Post";
  226.  
  227. $l['new_attachment'] = "New Attachment:";
  228.  
  229. $l['add_attachment'] = "Add Attachment";
  230.  
  231. $l['update_attachment'] = "Update Attachment";
  232.  
  233. $l['post_preview'] = "Preview";
  234.  
  235. $l['change_user'] = "change user";
  236.  
  237. $l['post_icon'] = "Post Icon:";
  238.  
  239. $l['no_post_icon'] = "no icon";
  240.  
  241. $l['thread_subscription_method'] = "<strong>Thread Subscription:</strong><br /><span class=\"smalltext\">Specify the type of email notification and thread subscription you'd like to have to this thread. (Registered users only)</span>";
  242.  
  243. $l['no_subscribe'] = "Do not subscribe to this thread";
  244.  
  245. $l['no_email_subscribe'] = "Subscribe without receiving email notification of new replies";
  246.  
  247. $l['instant_email_subscribe'] = "Subscribe and receive email notification of new replies";
  248.  
  249.  
  250.  
  251. $l['today'] = "Today";
  252.  
  253. $l['yesterday'] = "Yesterday";
  254.  
  255. $l['error'] = "Board Message";
  256.  
  257.  
  258.  
  259. $l['multipage_pages'] = "Pages ({1}):";
  260.  
  261. $l['multipage_last'] = "Last";
  262.  
  263. $l['multipage_first'] = "First";
  264.  
  265. $l['multipage_next'] = "Next";
  266.  
  267. $l['multipage_previous'] = "Previous";
  268.  
  269. $l['multipage_link_start'] = " ...";
  270.  
  271. $l['multipage_link_end'] = "... ";
  272.  
  273.  
  274.  
  275. $l['editor_title_bold'] = "Insert bold text";
  276.  
  277. $l['editor_title_italic'] = "Insert italic text";
  278.  
  279. $l['editor_title_underline'] = "Insert underlined text";
  280.  
  281. $l['editor_title_left'] = "Align text to the left";
  282.  
  283. $l['editor_title_center'] = "Align text to the center";
  284.  
  285. $l['editor_title_right'] = "Align text to the right";
  286.  
  287. $l['editor_title_justify'] = "Justify text";
  288.  
  289. $l['editor_title_numlist'] = "Insert numbered list";
  290.  
  291. $l['editor_title_bulletlist'] = "Insert bulleted list";
  292.  
  293. $l['editor_title_image'] = "Insert image";
  294.  
  295. $l['editor_title_hyperlink'] = "Insert hyperlink";
  296.  
  297. $l['editor_title_email'] = "Insert email address";
  298.  
  299. $l['editor_title_quote'] = "Insert quoted text";
  300.  
  301. $l['editor_title_code'] = "Insert formatted code";
  302.  
  303. $l['editor_title_php'] = "Insert formatted PHP code";
  304.  
  305. $l['editor_title_close_tags'] = "Close any open MyCode tags that you currently have open";
  306.  
  307. $l['editor_enter_list_item'] = "Enter a list item. Click cancel or leave blank to end the list.";
  308.  
  309. $l['editor_enter_url'] = "Please enter the URL of the website.";
  310.  
  311. $l['editor_enter_url_title'] = "Optionally, you can also enter a title for the URL.";
  312.  
  313. $l['editor_enter_email'] = "Please enter the email address you wish to insert.";
  314.  
  315. $l['editor_enter_email_title'] = "Optionally, you may also enter a title for the email address.";
  316.  
  317. $l['editor_enter_image'] = "Please enter the remote URL of the image you wish to insert.";
  318.  
  319. $l['editor_enter_video_url'] = "Please enter the URL of the video.";
  320.  
  321. $l['editor_video_dailymotion'] = "Dailymotion";
  322.  
  323. $l['editor_video_googlevideo'] = "Google Video";
  324.  
  325. $l['editor_video_metacafe'] = "MetaCafe";
  326.  
  327. $l['editor_video_myspacetv'] = "MySpace TV";
  328.  
  329. $l['editor_video_vimeo'] = "Vimeo";
  330.  
  331. $l['editor_video_yahoo'] = "Yahoo Video";
  332.  
  333. $l['editor_video_youtube'] = "YouTube";
  334.  
  335. $l['editor_size_xx_small'] = "XX Small";
  336.  
  337. $l['editor_size_x_small'] = "X Small";
  338.  
  339. $l['editor_size_small'] = "Small";
  340.  
  341. $l['editor_size_medium'] = "Medium";
  342.  
  343. $l['editor_size_large'] = "Large";
  344.  
  345. $l['editor_size_x_large'] = "X Large";
  346.  
  347. $l['editor_size_xx_large'] = "XX Large";
  348.  
  349. $l['editor_font'] = "Font";
  350.  
  351. $l['editor_size'] = "Text Size";
  352.  
  353. $l['editor_color'] = "Text Color";
  354.  
  355.  
  356.  
  357. $l['quote'] = "Quote:";
  358.  
  359. $l['wrote'] = "Wrote:";
  360.  
  361. $l['code'] = "Code:";
  362.  
  363. $l['php_code'] = "PHP Code:";
  364.  
  365. $l['posted_image'] = "[Image: {1}]";
  366.  
  367. $l['linkback'] = "Original Post";
  368.  
  369.  
  370.  
  371. $l['at'] = "at";
  372.  
  373. $l['na'] = "N/A";
  374.  
  375. $l['guest'] = "Guest";
  376.  
  377. $l['unknown'] = "Unknown";
  378.  
  379. $l['never'] = "Never";
  380.  
  381. $l['postbit_posts'] = "Posts:";
  382.  
  383. $l['postbit_group'] = "Group:";
  384.  
  385. $l['postbit_joined'] = "Joined:";
  386.  
  387. $l['postbit_status'] = "Status:";
  388.  
  389. $l['postbit_attachments'] = "Attached File(s)";
  390.  
  391. $l['postbit_attachment_size'] = "Size:";
  392.  
  393. $l['postbit_attachment_downloads'] = "Downloads:";
  394.  
  395. $l['postbit_attachments_images'] = "Image(s)";
  396.  
  397. $l['postbit_attachments_thumbnails'] = "Thumbnail(s)";
  398.  
  399. $l['postbit_unapproved_attachments'] = "{1} unapproved attachments.";
  400.  
  401. $l['postbit_unapproved_attachment'] = "1 unapproved attachment.";
  402.  
  403. $l['postbit_status_online'] = "Online";
  404.  
  405. $l['postbit_status_offline'] = "Offline";
  406.  
  407. $l['postbit_status_away'] = "Away";
  408.  
  409. $l['postbit_edited'] = "This post was last modified: {1} {2} by";
  410.  
  411. $l['postbit_ipaddress'] = "IP Address:";
  412.  
  413. $l['postbit_ipaddress_logged'] = "Logged";
  414.  
  415. $l['postbit_post'] = "Post:";
  416.  
  417. $l['postbit_reputation'] = "Reputation:";
  418.  
  419. $l['postbit_website'] = "Visit this user's website";
  420.  
  421. $l['postbit_email'] = "Send this user an email";
  422.  
  423. $l['postbit_find'] = "Find all posts by this user";
  424.  
  425. $l['postbit_report'] = "Report this post to a moderator";
  426.  
  427. $l['postbit_quote'] = "Quote this message in a reply";
  428.  
  429. $l['postbit_qdelete'] = "Delete this post";
  430.  
  431. $l['postbit_profile'] = "View this users profile";
  432.  
  433. $l['postbit_pm'] = "Send this user a private message";
  434.  
  435. $l['postbit_edit'] = "Edit this post";
  436.  
  437. $l['postbit_multiquote'] = "Quote this post";
  438.  
  439. $l['postbit_quick_edit'] = "Quick Edit";
  440.  
  441. $l['postbit_full_edit'] = "Full Edit";
  442.  
  443. $l['postbit_show_ignored_post'] = "Show this Post";
  444.  
  445. $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>.";
  446.  
  447. $l['postbit_warning_level'] = "Warning Level:";
  448.  
  449. $l['postbit_warn'] = "Warn the author for this post";
  450.  
  451.  
  452.  
  453. $l['forumjump'] = "Forum Jump:";
  454.  
  455. $l['forumjump_select'] = "Please select one:";
  456.  
  457. $l['forumjump_pms'] = "Private Messages";
  458.  
  459. $l['forumjump_usercp'] = "User Control Panel";
  460.  
  461. $l['forumjump_wol'] = "Who's Online";
  462.  
  463. $l['forumjump_search'] = "Search";
  464.  
  465. $l['forumjump_home'] = "Forum Home";
  466.  
  467.  
  468.  
  469. $l['redirect'] = "You will now be redirected";
  470.  
  471. $l['unknown_error'] = "An unknown error has occurred.";
  472.  
  473.  
  474.  
  475. $l['smilieinsert'] = "Smilies";
  476.  
  477. $l['smilieinsert_getmore'] = "get more";
  478.  
  479. $l['on'] = "On";
  480.  
  481. $l['off'] = "Off";
  482.  
  483. $l['unread_report'] = "Moderator Notice: There is 1 unread reported post.";
  484.  
  485. $l['unread_reports'] = "Moderator Notice: There are {1} unread reported posts.";
  486.  
  487. $l['pending_joinrequest'] = "Group Leader Notice: You have 1 pending group membership join request.";
  488.  
  489. $l['pending_joinrequests'] = "Group Leader Notice: You have {1} pending group membership join requests.";
  490.  
  491.  
  492.  
  493. $l['year'] = "Year";
  494.  
  495. $l['year_short'] = "y";
  496.  
  497. $l['years'] = "Years";
  498.  
  499. $l['years_short'] = "y";
  500.  
  501. $l['month'] = "Month";
  502.  
  503. $l['month_short'] = "m";
  504.  
  505. $l['months'] = "Months";
  506.  
  507. $l['months_short'] = "m";
  508.  
  509. $l['week'] = "Week";
  510.  
  511. $l['week_short'] = "w";
  512.  
  513. $l['weeks'] = "Weeks";
  514.  
  515. $l['weeks_short'] = "w";
  516.  
  517. $l['day'] = "Day";
  518.  
  519. $l['day_short'] = "d";
  520.  
  521. $l['days'] = "Days";
  522.  
  523. $l['days_short'] = "d";
  524.  
  525. $l['hour'] = "Hour";
  526.  
  527. $l['hour_short'] = "h";
  528.  
  529. $l['hours'] = "Hours";
  530.  
  531. $l['hours_short'] ="h";
  532.  
  533. $l['minute'] = "Minute";
  534.  
  535. $l['minute_short'] ="m";
  536.  
  537. $l['minutes'] = "Minutes";
  538.  
  539. $l['minutes_short'] = "m";
  540.  
  541. $l['second'] = "Second";
  542.  
  543. $l['second_short'] ="s";
  544.  
  545. $l['seconds'] = "Seconds";
  546.  
  547. $l['seconds_short'] = "s";
  548.  
  549. $l['permanent'] = "Permanent";
  550.  
  551. $l['save_draft'] = "Save as Draft";
  552.  
  553. $l['go'] = "Go";
  554.  
  555. $l['bbclosed_warning'] = "Your board status is currently set to closed.";
  556.  
  557. $l['banned_warning'] = "Your forum account is currently banned.";
  558.  
  559. $l['banned_warning2'] = "Ban Reason";
  560.  
  561. $l['banned_warning3'] = "Ban will be lifted";
  562.  
  563. $l['banned_lifted_never'] = "Never";
  564.  
  565. $l['powered_by'] = "Powered By";
  566.  
  567. $l['copyright'] = "Copyright";
  568.  
  569. $l['attach_quota'] = "You are currently using <strong>{1}</strong> of your allocated attachment usage ({2})";
  570.  
  571. $l['view_attachments'] = "[View My Attachments]";
  572.  
  573. $l['unlimited'] = "Unlimited";
  574.  
  575.  
  576.  
  577. $l['click_hold_edit'] = "(Click and hold to edit)";
  578.  
  579.  
  580.  
  581. $l['guest_count'] = "1 Guest";
  582.  
  583. $l['guest_count_multiple'] = "{1} Guests";
  584.  
  585.  
  586.  
  587. $l['size_yb'] = "YB";
  588.  
  589. $l['size_zb'] = "ZB";
  590.  
  591. $l['size_eb'] = "EB";
  592.  
  593. $l['size_pb'] = "PB";
  594.  
  595. $l['size_tb'] = "TB";
  596.  
  597. $l['size_gb'] = "GB";
  598.  
  599. $l['size_mb'] = "MB";
  600.  
  601. $l['size_kb'] = "KB";
  602.  
  603. $l['size_bytes'] = "bytes";
  604.  
  605.  
  606.  
  607. $l['slaps'] = "slaps";
  608.  
  609. $l['with_trout'] = "around a bit with a large trout.";
  610.  
  611.  
  612.  
  613. $l['mybb_engine'] = "MyBB Engine";
  614.  
  615. $l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
  616.  
  617. $l['newpm_notice_one'] = "<strong>You have one unread private message</strong> from {1} titled <a href=\"private.php?action=read&pmid={2}\" style=\"font-weight: bold;\">{3}</a>";
  618.  
  619. $l['newpm_notice_multiple'] = "<strong>You have {1} unread private messages.</strong> The most recent is from {2} titled <a href=\"private.php?action=read&pmid={3}\" style=\"font-weight: bold;\">{4}</a>";
  620.  
  621. $l['deleteevent_confirm'] = "Are you sure you want to delete this event?";
  622.  
  623. $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
  624.  
  625.  
  626.  
  627. $l['latest_threads'] = "Latest Threads";
  628.  
  629.  
  630.  
  631. $l['folder_inbox'] = "Inbox";
  632.  
  633. $l['folder_sent_items'] = "Sent Items";
  634.  
  635. $l['folder_drafts'] = "Drafts";
  636.  
  637. $l['folder_trash'] = "Trash Can";
  638.  
  639. $l['folder_untitled'] = "Untitled Folder";
  640.  
  641.  
  642.  
  643. $l['standard_mod_tools'] = "Standard Tools";
  644.  
  645. $l['custom_mod_tools'] = "Custom Tools";
  646.  
  647.  
  648.  
  649. $l['error_loadlimit'] = "The maximum server load limit has been reached. Please check back later once the server is less busy.";
  650.  
  651. $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason as to why below.";
  652.  
  653. $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.";
  654.  
  655. $l['error_cannot_upload_php_post'] = "Can not upload file - Too large for php post_max_size directive. Please press the back button.";
  656.  
  657. $l['error_database_repair'] = "MyBB is automatically repairing a crashed table.";
  658.  
  659.  
  660.  
  661. $l['unknown_user_trigger'] = "An unknown error has been triggered.";
  662.  
  663. $l['warnings'] = "The following warnings occurred:";
  664.  
  665.  
  666.  
  667. $l['ajax_loading'] = "Loading. <br />Please Wait..";
  668.  
  669. $l['saving_changes'] = "Saving changes..";
  670.  
  671. $l['refresh'] = "Refresh";
  672.  
  673. $l['select_language'] = "Quick Language Select";
  674.  
  675.  
  676.  
  677. $l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.";
  678.  
  679.  
  680.  
  681. $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Enitwetok, Kwajalien";
  682.  
  683. $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island, Samoa";
  684.  
  685. $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii";
  686.  
  687. $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
  688.  
  689. $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
  690.  
  691. $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
  692.  
  693. $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
  694.  
  695. $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
  696.  
  697. $l['timezone_gmt_minus_450'] = "(GMT -4:30) Venezuela (September)";
  698.  
  699. $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, Caracas, La Paz";
  700.  
  701. $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
  702.  
  703. $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
  704.  
  705. $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, Ascention Is., St Helena";
  706.  
  707. $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
  708.  
  709. $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
  710.  
  711. $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Brussels, Copenhagen, Madrid, Paris, Rome";
  712.  
  713. $l['timezone_gmt_200'] = "(GMT +2:00) Kaliningrad, South Africa, Warsaw";
  714.  
  715. $l['timezone_gmt_300'] = "(GMT +3:00) Baghdad, Riyadh, Moscow, Nairobi";
  716.  
  717. $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
  718.  
  719. $l['timezone_gmt_400'] = "(GMT +4:00) Adu Dhabi, Baku, Muscat, Tbilisi";
  720.  
  721. $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
  722.  
  723. $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
  724.  
  725. $l['timezone_gmt_550'] = "(GMT +5:30) Bombay, Calcutta, Madras, New Delhi";
  726.  
  727. $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Colomba, Dhakra";
  728.  
  729. $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
  730.  
  731. $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei";
  732.  
  733. $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Yakutsk";
  734.  
  735. $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
  736.  
  737. $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok";
  738.  
  739. $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands";
  740.  
  741. $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Island";
  742.  
  743. $l['timezone_gmt_short'] = "GMT {1}({2})";
  744.  
  745.  
  746.  
  747. $l['missing_task'] = "Error: Task file does not exist";
  748.  
  749. $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
  750.  
  751. $l['task_backup_ran'] = "The database backup task successfully ran.";
  752.  
  753. $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
  754.  
  755. $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table(s).";
  756.  
  757. $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
  758.  
  759. $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
  760.  
  761. $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
  762.  
  763. $l['task_promotions_ran'] = "The promotions task successfully ran.";
  764.  
  765. $l['task_threadviews_ran'] = "The thread views task successfully ran.";
  766.  
  767. $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
  768.  
  769. $l['task_massmail_ran'] = "The mass mail task successfully ran.";
  770.  
  771. $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
  772.  
  773. $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
  774.  
  775. $l['task_massmail_ran_errors'] = "One or more problems occured sending to \"{1}\":
  776.  
  777. {2}";
  778.  
  779.  
  780.  
  781. $l['dismiss_notice'] = "Dismiss this notice";
  782.  
  783.  
  784.  
  785. $l['next'] = "Next";
  786.  
  787. $l['previous'] = "Previous";
  788.  
  789. $l['delete'] = "Delete";
  790.  
  791.  
  792.  
  793. $l['massmail_username'] = "Username";
  794.  
  795. $l['email_addr'] = "Email Address";
  796.  
  797. $l['board_name'] = "Board Name";
  798.  
  799. $l['board_url'] = "Board URL";
  800.  
  801.  
  802.  
  803. $l['comma'] = ", ";
  804.  
  805. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement