[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   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'] = "Member List";
  14  $l['toplinks_search'] = "Search";
  15  $l['toplinks_calendar'] = "Calendar";
  16  $l['toplinks_help'] = "Help";
  17  $l['toplinks_portal'] = "Portal";
  18  $l['bottomlinks_forumteam'] = "Forum Team";
  19  $l['bottomlinks_contactus'] = "Contact Us";
  20  $l['bottomlinks_returntop'] = "Return to Top";
  21  $l['bottomlinks_syndication'] = "RSS Syndication";
  22  $l['bottomlinks_litemode'] = "Lite (Archive) Mode";
  23  $l['bottomlinks_markread'] = "Mark all forums read";
  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_closed'] = "Forum is Closed";
  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['attachment_missing'] = "Please select one or more files before attempting to attach.";
 126  $l['attachment_too_many_files'] = "You can upload a maximum of {1} files at once.";
 127  $l['attachment_max_allowed_files'] = "You can attach {1} more file(s) to this post.";
 128  $l['attachment_too_big_upload'] = "You can upload a maximum of {1} MB at once.";
 129  $l['drop_files'] = "Click or drop some files here to upload...";
 130  $l['upload_initiate'] = "Release to initiate upload...";
 131  $l['post_preview'] = "Preview";
 132  $l['change_user'] = "change user";
 133  $l['post_icon'] = "Post Icon:";
 134  $l['no_post_icon'] = "no icon";
 135  $l['thread_subscription_method'] = "Thread Subscription:";
 136  $l['thread_subscription_method_desc'] = "Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)";
 137  $l['no_subscribe'] = "Do not subscribe to this thread";
 138  $l['no_subscribe_notification'] = "Subscribe without receiving any notification of new replies";
 139  $l['instant_email_subscribe'] = "Subscribe and receive email notification of new replies";
 140  $l['instant_pm_subscribe'] = "Subscribe and receive PM notification of new replies";
 141  
 142  $l['today_rel'] = "<span title=\"{1}\">Today</span>";
 143  $l['yesterday_rel'] = "<span title=\"{1}\">Yesterday</span>";
 144  $l['today'] = "Today";
 145  $l['yesterday'] = "Yesterday";
 146  $l['error'] = "Board Message";
 147  
 148  $l['multipage_pages'] = "Pages ({1}):";
 149  $l['multipage_last'] = "Last";
 150  $l['multipage_first'] = "First";
 151  $l['multipage_next'] = "Next";
 152  $l['multipage_previous'] = "Previous";
 153  $l['multipage_link_start'] = " &hellip;";
 154  $l['multipage_link_end'] = "&hellip; ";
 155  $l['multipage_jump'] = "Jump to page";
 156  
 157  $l['editor_bold'] = "Bold";
 158  $l['editor_italic'] = "Italic";
 159  $l['editor_underline'] = "Underline";
 160  $l['editor_strikethrough'] = "Strikethrough";
 161  $l['editor_subscript'] = "Subscript";
 162  $l['editor_superscript'] = "Superscript";
 163  $l['editor_alignleft'] = "Align left";
 164  $l['editor_center'] = "Center";
 165  $l['editor_alignright'] = "Align right";
 166  $l['editor_justify'] = "Justify";
 167  $l['editor_fontname'] = "Font Name";
 168  $l['editor_fontsize'] = "Font Size";
 169  $l['editor_fontcolor'] = "Font Color";
 170  $l['editor_removeformatting'] = "Remove Formatting";
 171  $l['editor_cut'] = "Cut";
 172  $l['editor_copy'] = "Copy";
 173  $l['editor_paste'] = "Paste";
 174  $l['editor_cutnosupport'] = "Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X";
 175  $l['editor_copynosupport'] = "Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C";
 176  $l['editor_pastenosupport'] = "Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V";
 177  $l['editor_pasteentertext'] = "Paste your text inside the following box:";
 178  $l['editor_pastetext'] = "Paste Text";
 179  $l['editor_numlist'] = "Numbered list";
 180  $l['editor_bullist'] = "Bullet list";
 181  $l['editor_undo'] = "Undo";
 182  $l['editor_redo'] = "Redo";
 183  $l['editor_rows'] = "Rows:";
 184  $l['editor_cols'] = "Cols:";
 185  $l['editor_inserttable'] = "Insert a table";
 186  $l['editor_inserthr'] = "Insert a horizontal rule";
 187  $l['editor_code'] = "Code";
 188  $l['editor_php'] = "PHP";
 189  $l['editor_width'] = "Width (optional):";
 190  $l['editor_height'] = "Height (optional):";
 191  $l['editor_insertimg'] = "Insert an image";
 192  $l['editor_email'] = "E-mail:";
 193  $l['editor_insertemail'] = "Insert an email";
 194  $l['editor_url'] = "URL:";
 195  $l['editor_insertlink'] = "Insert a link";
 196  $l['editor_unlink'] = "Unlink";
 197  $l['editor_more'] = "More";
 198  $l['editor_insertemoticon'] = "Insert an emoticon";
 199  $l['editor_videourl'] = "Video URL:";
 200  $l['editor_videotype'] = "Video Type:";
 201  $l['editor_insert'] = "Insert";
 202  $l['editor_insertyoutubevideo'] = "Insert a YouTube video";
 203  $l['editor_currentdate'] = "Insert current date";
 204  $l['editor_currenttime'] = "Insert current time";
 205  $l['editor_print'] = "Print";
 206  $l['editor_viewsource'] = "View source";
 207  $l['editor_description'] = "Description (optional):";
 208  $l['editor_enterimgurl'] = "Enter the image URL:";
 209  $l['editor_enteremail'] = "Enter the e-mail address:";
 210  $l['editor_enterdisplayedtext'] = "Enter the displayed text:";
 211  $l['editor_enterurl'] = "Enter URL:";
 212  $l['editor_enteryoutubeurl'] = "Enter the YouTube video URL or ID:";
 213  $l['editor_insertquote'] = "Insert a Quote";
 214  $l['editor_invalidyoutube'] = "Invalid YouTube video";
 215  $l['editor_dailymotion'] = "Dailymotion";
 216  $l['editor_metacafe'] = "MetaCafe";
 217  $l['editor_mixer'] = "Mixer";
 218  $l['editor_vimeo'] = "Vimeo";
 219  $l['editor_youtube'] = "Youtube";
 220  $l['editor_twitch'] = "Twitch";
 221  $l['editor_facebook'] = "Facebook";
 222  $l['editor_liveleak'] = "LiveLeak";
 223  $l['editor_insertvideo'] = "Insert a video";
 224  $l['editor_maximize'] = "Maximize";
 225  
 226  $l['quote'] = "Quote:";
 227  $l['wrote'] = "Wrote:";
 228  $l['code'] = "Code:";
 229  $l['php_code'] = "PHP Code:";
 230  $l['posted_image'] = "[Image: {1}]";
 231  $l['posted_video'] = "[Video: {1}]";
 232  $l['linkback'] = "Original Post";
 233  
 234  $l['at'] = "at";
 235  $l['na'] = "N/A";
 236  $l['guest'] = "Guest";
 237  $l['unknown'] = "Unknown";
 238  $l['never'] = "Never";
 239  $l['postbit_posts'] = "Posts:";
 240  $l['postbit_threads'] = "Threads:";
 241  $l['postbit_group'] = "Group:";
 242  $l['postbit_joined'] = "Joined:";
 243  $l['postbit_status'] = "Status:";
 244  $l['postbit_attachments'] = "Attached Files";
 245  $l['postbit_attachment_filename'] = "Filename:";
 246  $l['postbit_attachment_size'] = "Size:";
 247  $l['postbit_attachment_downloads'] = "Downloads:";
 248  $l['postbit_attachments_images'] = "Image(s)";
 249  $l['postbit_attachments_thumbnails'] = "Thumbnail(s)";
 250  $l['postbit_unapproved_attachments'] = "{1} unapproved attachments.";
 251  $l['postbit_unapproved_attachment'] = "1 unapproved attachment.";
 252  $l['postbit_status_online'] = "Online";
 253  $l['postbit_status_offline'] = "Offline";
 254  $l['postbit_status_away'] = "Away";
 255  $l['postbit_edited'] = "This post was last modified: {1} by";
 256  $l['postbit_editreason'] = "Edit Reason";
 257  $l['postbit_ipaddress'] = "IP Address:";
 258  $l['postbit_ipaddress_logged'] = "Logged";
 259  $l['postbit_post'] = "Post:";
 260  $l['postbit_reputation'] = "Reputation:";
 261  $l['postbit_reputation_add'] = "Give Reputation to this user";
 262  $l['postbit_website'] = "Visit this user's website";
 263  $l['postbit_email'] = "Send this user an email";
 264  $l['postbit_find'] = "Find all posts by this user";
 265  $l['postbit_report'] = "Report this post to a moderator";
 266  $l['postbit_quote'] = "Quote this message in a reply";
 267  $l['postbit_qdelete_post'] = "Delete this post";
 268  $l['postbit_qdelete_thread'] = "Delete this thread";
 269  $l['postbit_qrestore_post'] = "Restore this post";
 270  $l['postbit_qrestore_thread'] = "Restore this thread";
 271  $l['postbit_profile'] = "View this users profile";
 272  $l['postbit_pm'] = "Send this user a private message";
 273  $l['postbit_edit'] = "Edit this post";
 274  $l['postbit_multiquote'] = "Quote this post";
 275  $l['postbit_quick_edit'] = "Quick Edit";
 276  $l['postbit_full_edit'] = "Full Edit";
 277  $l['postbit_show_ignored_post'] = "Show this Post";
 278  $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>.";
 279  $l['postbit_post_under_moderation'] = "The post made by you is under moderation and currently not visible publicly. The post will be visible to everyone once a moderator approves it.";
 280  $l['postbit_warning_level'] = "Warning Level:";
 281  $l['postbit_warn'] = "Warn the author for this post";
 282  $l['postbit_purgespammer'] = "Purge Spammer";
 283  $l['postbit_post_deleted'] = "This post has been deleted.";
 284  $l['postbit_post_unapproved'] = "This post is awaiting approval.";
 285  $l['postbit_thread_deleted'] = "This thread has been deleted.";
 286  $l['postbit_thread_unapproved'] = "This thread is awaiting approval.";
 287  $l['postbit_deleted_post_user'] = "This post by {1} has been deleted.";
 288  
 289  $l['postbit_button_reputation_add'] = 'Rate';
 290  $l['postbit_button_website'] = 'Website';
 291  $l['postbit_button_email'] = 'Email';
 292  $l['postbit_button_find'] = 'Find';
 293  $l['postbit_button_report'] = 'Report';
 294  $l['postbit_button_quote'] = 'Reply';
 295  $l['postbit_button_qdelete'] = 'Delete';
 296  $l['postbit_button_qrestore'] = 'Restore';
 297  $l['postbit_button_profile'] = 'Profile';
 298  $l['postbit_button_pm'] = 'PM';
 299  $l['postbit_button_warn'] = 'Warn';
 300  $l['postbit_button_edit'] = 'Edit';
 301  $l['postbit_button_multiquote'] = 'Quote';
 302  $l['postbit_button_reply_pm'] = 'Reply';
 303  $l['postbit_button_reply_all'] = 'Reply All';
 304  $l['postbit_button_forward'] = 'Forward';
 305  $l['postbit_button_delete_pm'] = 'Delete';
 306  $l['postbit_button_purgespammer'] = "Purge Spammer";
 307  
 308  $l['forumjump'] = "Forum Jump:";
 309  $l['forumjump_pms'] = "Private Messages";
 310  $l['forumjump_usercp'] = "User Control Panel";
 311  $l['forumjump_wol'] = "Who's Online";
 312  $l['forumjump_search'] = "Search";
 313  $l['forumjump_home'] = "Forum Home";
 314  
 315  $l['confirm_title'] = "Please Confirm";
 316  $l['redirect'] = "You will now be redirected";
 317  $l['unknown_error'] = "An unknown error has occurred.";
 318  $l['post_fetch_error'] = 'There was an error fetching the posts.';
 319  $l['ratings_update_error'] = 'There was an error updating the rating.';
 320  
 321  $l['smilieinsert'] = "Smilies";
 322  $l['smilieinsert_getmore'] = "get more";
 323  $l['on'] = "On";
 324  $l['off'] = "Off";
 325  $l['remote_avatar_disabled_default_avatar'] = "You are currently using a remote avatar, which has been disabled. The default avatar will be used instead.";
 326  $l['mod_notice'] = "Awaiting Moderation: {1}.";
 327  $l['unapproved_thread'] = "1 unapproved thread";
 328  $l['unapproved_threads'] = "{1} unapproved threads";
 329  $l['unapproved_post'] = "1 unapproved post";
 330  $l['unapproved_posts'] = "{1} unapproved posts";
 331  $l['unapproved_attachment'] = "1 unapproved attachment";
 332  $l['unapproved_attachments'] = "{1} unapproved attachments";
 333  $l['unread_report'] = "1 unread report";
 334  $l['unread_reports'] = "{1} unread reports";
 335  $l['groupleader_notice'] = "Group Leader Notice:";
 336  $l['pending_joinrequest'] = "1 pending group membership join request.";
 337  $l['pending_joinrequests'] = "{1} pending group membership join requests.";
 338  
 339  $l['search_user'] = "Search for a user";
 340  
 341  $l['year'] = "Year";
 342  $l['year_short'] = "y";
 343  $l['years'] = "Years";
 344  $l['years_short'] = "y";
 345  $l['month'] = "Month";
 346  $l['month_short'] = "m";
 347  $l['months'] = "Months";
 348  $l['months_short'] = "m";
 349  $l['week'] = "Week";
 350  $l['week_short'] = "w";
 351  $l['weeks'] = "Weeks";
 352  $l['weeks_short'] = "w";
 353  $l['day'] = "Day";
 354  $l['day_short'] = "d";
 355  $l['days'] = "Days";
 356  $l['days_short'] = "d";
 357  $l['hour'] = "Hour";
 358  $l['hour_short'] = "h";
 359  $l['hours'] = "Hours";
 360  $l['hours_short'] = "h";
 361  $l['minute'] = "Minute";
 362  $l['minute_short'] = "m";
 363  $l['minutes'] = "Minutes";
 364  $l['minutes_short'] = "m";
 365  $l['second'] = "Second";
 366  $l['second_short'] = "s";
 367  $l['seconds'] = "Seconds";
 368  $l['seconds_short'] = "s";
 369  
 370  $l['rel_in'] = "In ";
 371  $l['rel_ago'] = "ago";
 372  $l['rel_less_than'] = "Less than ";
 373  $l['rel_time'] = "<span title=\"{5}{6}\">{1}{2} {3} {4}</span>";
 374  $l['rel_minutes_single'] = "minute";
 375  $l['rel_minutes_plural'] = "minutes";
 376  $l['rel_hours_single'] = "hour";
 377  $l['rel_hours_plural'] = "hours";
 378  
 379  $l['permanent'] = "Permanent";
 380  $l['save_draft'] = "Save as Draft";
 381  $l['go'] = "Go";
 382  $l['bbclosed_warning'] = "Your board status is currently set to closed.";
 383  $l['banned_warning'] = "Your forum account is currently banned.";
 384  $l['banned_warning2'] = "Ban Reason";
 385  $l['banned_warning3'] = "Ban will be lifted";
 386  $l['banned_lifted_never'] = "Never";
 387  $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.";
 388  $l['powered_by'] = "Powered By";
 389  $l['copyright'] = "Copyright";
 390  $l['attach_quota'] = "Your allocated attachment usage quota is {1}.";
 391  $l['attach_usage'] = "You are currently using <strong>{1}</strong>.";
 392  $l['view_attachments'] = "[View My Attachments]";
 393  $l['unlimited'] = "Unlimited";
 394  
 395  $l['click_hold_edit'] = "(Click and hold to edit)";
 396  
 397  $l['guest_count'] = "1 Guest";
 398  $l['guest_count_multiple'] = "{1} Guests";
 399  
 400  $l['size_yb'] = "YB";
 401  $l['size_zb'] = "ZB";
 402  $l['size_eb'] = "EB";
 403  $l['size_pb'] = "PB";
 404  $l['size_tb'] = "TB";
 405  $l['size_gb'] = "GB";
 406  $l['size_mb'] = "MB";
 407  $l['size_kb'] = "KB";
 408  $l['size_bytes'] = "bytes";
 409  
 410  $l['slaps'] = "slaps";
 411  $l['with_trout'] = "around a bit with a large trout.";
 412  
 413  $l['mybb_engine'] = "MyBB Engine";
 414  $l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
 415  $l['quickrestore_confirm'] = "Are you sure you want to restore this post?";
 416  $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>";
 417  $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>";
 418  $l['deleteevent_confirm'] = "Are you sure you want to delete this event?";
 419  $l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
 420  
 421  $l['latest_threads'] = "Latest Threads";
 422  
 423  $l['folder_inbox'] = "Inbox";
 424  $l['folder_unread'] = "Unread";
 425  $l['folder_sent_items'] = "Sent Items";
 426  $l['folder_drafts'] = "Drafts";
 427  $l['folder_trash'] = "Trash Can";
 428  $l['folder_untitled'] = "Untitled Folder";
 429  
 430  $l['standard_mod_tools'] = "Standard Tools";
 431  $l['custom_mod_tools'] = "Custom Tools";
 432  
 433  $l['error_loadlimit'] = "The maximum server load limit has been reached.  Please check back later once the server is less busy.";
 434  $l['error_boardclosed'] = "This bulletin board is currently closed. The Administrator has specified the reason as to why below.";
 435  $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.";
 436  $l['error_cannot_upload_php_post'] = "Can not upload file - Too large for php post_max_size directive. Please press the back button.";
 437  $l['error_empty_post_input'] = "There has been an error due to your post data being empty. This could be due to a browser page refresh or direct access to this page. We recommend you press the browser back button and begin again.";
 438  $l['error_database_repair'] = "MyBB is automatically repairing a crashed table.";
 439  
 440  $l['unknown_user_trigger'] = "An unknown error has been triggered.";
 441  $l['warnings'] = "The following warnings occurred:";
 442  
 443  $l['ajax_loading'] = "Loading. <br />Please Wait&hellip;";
 444  $l['saving_changes'] = "Saving changes&hellip;";
 445  $l['refresh'] = "Refresh";
 446  $l['select_language'] = "Quick Language Select";
 447  $l['select_theme'] = "Quick Theme Select";
 448  
 449  $l['invalid_post_code'] = "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.";
 450  $l['invalid_nocaptcha'] = "Please solve the reCAPTCHA to verify that you're not a robot.";
 451  $l['invalid_hcaptcha'] = "Please solve the hCaptcha to verify that you're not a robot.";
 452  $l['invalid_captcha_verify'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
 453  $l['image_verification'] = "Image Verification";
 454  $l['human_verification'] = "Human Verification";
 455  $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.";
 456  $l['verification_note_nocaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
 457  $l['verification_note_hcaptcha'] = "Please tick the checkbox that you see below. This process is used to prevent automated spam bots.";
 458  $l['verification_subnote'] = "(case insensitive)";
 459  $l['invalid_nocaptcha_transmit'] = "An error occurred with the human verification by reCAPTCHA. Please try again.";
 460  $l['invalid_hcaptcha_transmit'] = "An error occurred with the human verification by hCaptcha. Please try again.";
 461  $l['captcha_fetch_failure'] = 'There was an error fetching the new captcha.';
 462  $l['question_fetch_failure'] = 'There was an error fetching the new question.';
 463  
 464  $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Howland and Baker Islands";
 465  $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island";
 466  $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii, Papeete";
 467  $l['timezone_gmt_minus_950'] = "(GMT -9:30) Marquesas Islands";
 468  $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
 469  $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
 470  $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
 471  $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
 472  $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
 473  $l['timezone_gmt_minus_450'] = "(GMT -4:30) Caracas";
 474  $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, La Paz, Halifax";
 475  $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
 476  $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
 477  $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, South Georgia and the South Sandwich Islands";
 478  $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
 479  $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
 480  $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Bratislava, Brussels, Copenhagen, Madrid, Paris, Prague, Rome, Warsaw";
 481  $l['timezone_gmt_200'] = "(GMT +2:00) Athens, Istanbul, Cairo, Jerusalem, South Africa";
 482  $l['timezone_gmt_300'] = "(GMT +3:00) Kaliningrad, Minsk, Baghdad, Riyadh, Nairobi";
 483  $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
 484  $l['timezone_gmt_400'] = "(GMT +4:00) Moscow, Abu Dhabi, Baku, Muscat, Tbilisi";
 485  $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
 486  $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
 487  $l['timezone_gmt_550'] = "(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi";
 488  $l['timezone_gmt_575'] = "(GMT +5:45) Kathmandu";
 489  $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Dhaka, Yekaterinburg";
 490  $l['timezone_gmt_650'] = "(GMT +6:30) Yangon";
 491  $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
 492  $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei, Manila";
 493  $l['timezone_gmt_850'] = "(GMT +8:30) Pyongyang";
 494  $l['timezone_gmt_875'] = "(GMT +8:45) Eucla";
 495  $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Irkutsk";
 496  $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
 497  $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Yakutsk";
 498  $l['timezone_gmt_1050'] = "(GMT +10:30) Lord Howe Island";
 499  $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands, Vladivostok";
 500  $l['timezone_gmt_1150'] = "(GMT +11:30) Norfolk Island";
 501  $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Islands";
 502  $l['timezone_gmt_1275'] = "(GMT +12:45) Chatham Islands";
 503  $l['timezone_gmt_1300'] = "(GMT +13:00) Samoa, Tonga, Tokelau";
 504  $l['timezone_gmt_1400'] = "(GMT +14:00) Line Islands";
 505  $l['timezone_gmt_short'] = "GMT {1}({2})";
 506  
 507  $l['missing_task'] = "Error: Task file does not exist";
 508  $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
 509  $l['task_backup_ran'] = "The database backup task successfully ran.";
 510  $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
 511  $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table(s).";
 512  $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
 513  $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
 514  $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
 515  $l['task_promotions_ran'] = "The promotions task successfully ran.";
 516  $l['task_threadviews_ran'] = "The thread views task successfully ran.";
 517  $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
 518  $l['task_massmail_ran'] = "The mass mail task successfully ran.";
 519  $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
 520  $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
 521  $l['task_massmail_ran_errors'] = "One or more problems occurred sending to \"{1}\":
 522  {2}";
 523  $l['task_versioncheck_ran'] = "The version check task successfully ran.";
 524  $l['task_versioncheck_ran_errors'] = "Could not connect to MyBB for a version check.";
 525  $l['task_recachestylesheets_ran'] = 'Re-cached {1} stylesheets.';
 526  $l['task_sendmailqueue_ran'] = 'The send mail queue task sent up to {1} messages.';
 527  
 528  $l['dismiss_notice'] = "Dismiss this notice";
 529  
 530  $l['next'] = "Next";
 531  $l['previous'] = "Previous";
 532  $l['delete'] = "Delete";
 533  
 534  $l['massmail_username'] = "Username";
 535  $l['email_addr'] = "Email Address";
 536  $l['board_name'] = "Board Name";
 537  $l['board_url'] = "Board URL";
 538  
 539  $l['comma'] = ", ";
 540  
 541  $l['debug_generated_in'] = "Generated in {1}";
 542  $l['debug_weight'] = "({1}% PHP / {2}% {3})";
 543  $l['debug_sql_queries'] = "SQL Queries: {1}";
 544  $l['debug_server_load'] = "Server Load: {1}";
 545  $l['debug_memory_usage'] = "Memory Usage: {1}";
 546  $l['debug_advanced_details'] = "Advanced Details";
 547  
 548  $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.";
 549  $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.";
 550  $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.";
 551  $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.";
 552  $l['error_invalidfromemail'] = "You did not enter a valid from email address.";
 553  $l['error_noname'] = "You did not enter a valid name.";
 554  $l['your_email'] = "Your Email:";
 555  $l['email_note'] = "Enter your email address here.";
 556  $l['your_name'] = "Your Name:";
 557  $l['name_note'] = "Enter your name here.";
 558  
 559  $l['january'] = "January";
 560  $l['february'] = "February";
 561  $l['march'] = "March";
 562  $l['april'] = "April";
 563  $l['may'] = "May";
 564  $l['june'] = "June";
 565  $l['july'] = "July";
 566  $l['august'] = "August";
 567  $l['september'] = "September";
 568  $l['october'] = "October";
 569  $l['november'] = "November";
 570  $l['december'] = "December";
 571  
 572  $l['moderation_forum_attachments'] = "Please note that new attachments in this forum must be approved by a moderator before becoming visible.";
 573  $l['moderation_forum_posts'] = "Please note that new posts in this forum must be approved by a moderator before becoming visible.";
 574  $l['moderation_user_posts'] = "Please note that new posts you make must be approved by a moderator before becoming visible.";
 575  $l['moderation_forum_thread'] = "Please note that new threads in this forum must be approved by a moderator before becoming visible.";
 576  $l['moderation_forum_edits'] = "Please note that edited posts in this forum must be approved by a moderator before becoming visible.";
 577  $l['moderation_forum_edits_quick'] = "Please note that edited posts in this forum must be approved by a moderator before becoming visible.";
 578  $l['awaiting_message_link'] = " <a href=\"{1}/{2}/index.php?module=user-awaiting_activation\">Go to the ACP</a>.";
 579  $l['awaiting_message_single'] = "There is 1 account awaiting activation. Please go to your ACP to activate the user.";
 580  $l['awaiting_message_plural'] = "There are {1} accounts awaiting activation. Please go to your ACP to activate the users.";
 581  
 582  $l['select2_match'] = "One result is available, press enter to select it.";
 583  $l['select2_matches'] = "{1} results are available, use up and down arrow keys to navigate.";
 584  $l['select2_nomatches'] = "No matches found";
 585  $l['select2_inputtooshort_single'] = "Please enter one or more character";
 586  $l['select2_inputtooshort_plural'] = "Please enter {1} or more characters";
 587  $l['select2_inputtoolong_single'] = "Please delete one character";
 588  $l['select2_inputtoolong_plural'] = "Please delete {1} characters";
 589  $l['select2_selectiontoobig_single'] = "You can only select one item";
 590  $l['select2_selectiontoobig_plural'] = "You can only select {1} items";
 591  $l['select2_loadmore'] = "Loading more results&hellip;";
 592  $l['select2_searching'] = "Searching&hellip;";
 593  
 594  $l['stopforumspam_error_decoding'] = 'Error decoding data from StopForumSpam.com.';
 595  $l['stopforumspam_error_retrieving'] = 'Error retrieving data from StopForumSpam.com.';
 596  $l['stopforumspam_invalid_email'] = 'Invalid email address whilst checking against the StopForumSpam.com API.';
 597  $l['stopforumspam_invalid_ip_address'] = 'Invalid IP address whilst checking against the StopForumSpam.com API.';
 598  
 599  $l['sfs_error_username'] = 'username';
 600  $l['sfs_error_ip'] = 'IP';
 601  $l['sfs_error_email'] = 'email';
 602  $l['sfs_error_or'] = 'or';
 603  
 604  $l['expcol_collapse'] = '[-]';
 605  $l['expcol_expand'] = '[+]';
 606  
 607  $l['boardclosed_reason'] = 'These forums are currently closed for maintenance. Please check back later';
 608  
 609  $l['use_default'] = "Use Default";


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref