[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/ -> global.lang.php (source)

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


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1