[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> 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['today_rel'] = "<span title=\"{1}\">Today</span>";
   9  $l['yesterday_rel'] = "<span title=\"{1}\">Yesterday</span>";
  10  $l['today'] = "Today";
  11  $l['yesterday'] = "Yesterday";
  12  
  13  $l['size_yb'] = "YB";
  14  $l['size_zb'] = "ZB";
  15  $l['size_eb'] = "EB";
  16  $l['size_pb'] = "PB";
  17  $l['size_tb'] = "TB";
  18  $l['size_gb'] = "GB";
  19  $l['size_mb'] = "MB";
  20  $l['size_kb'] = "KB";
  21  $l['size_bytes'] = "bytes";
  22  $l['na'] = "N/A";
  23  
  24  // Header language strings
  25  $l['mybb_admin_panel'] = "MyBB Control Panel";
  26  $l['mybb_admin_cp'] = "MyBB Admin CP";
  27  $l['logged_in_as'] = "Logged in as";
  28  $l['view_board'] = "View Forum";
  29  $l['logout'] = "Log Out";
  30  
  31  // Footer language strings
  32  $l['generated_in'] = "Generated in {1} with <a href=\"{2}\" target=\"_blank\">{3} queries</a>. Memory Usage: {4}";
  33  
  34  // Login page
  35  $l['enter_username_and_password'] = "Please enter your {1} and password to continue.";
  36  $l['login_username'] = 'username';
  37  $l['login_email'] = 'email';
  38  $l['login_username_and_password'] = 'username/email';
  39  $l['mybb_admin_login'] = "MyBB Control Panel - Login";
  40  $l['return_to_forum'] = "Return to forum";
  41  $l['please_login'] = "Please Login";
  42  $l['username'] = "Username:";
  43  $l['username1'] = "Email:";
  44  $l['username2'] = "Username/Email:";
  45  $l['password'] = "Password:";
  46  $l['secret_pin'] = "Secret PIN:";
  47  $l['login'] = "Login";
  48  $l['lost_password'] = "Forgot your password?";
  49  
  50  $l['error_invalid_admin_session'] = "Invalid administration session.";
  51  $l['error_admin_session_expired'] = "Your administration session has expired.";
  52  $l['error_invalid_ip'] = "Your IP address is not valid for this session.";
  53  $l['error_mybb_admin_lockedout'] = "This account has been locked out.";
  54  $l['error_mybb_admin_lockedout_message'] = "Your account is currently locked out after failing to login {1} times. You have been sent an email with instructions on how to unlock your account.";
  55  
  56  $l['error_invalid_username'] = "The username you entered is invalid.";
  57  $l['error_invalid_uid'] = "The user id you entered is invalid.";
  58  $l['error_invalid_token'] = "The activation code you entered is invalid.";
  59  
  60  $l['success_logged_out'] = "You have been logged out successfully.";
  61  $l['error_invalid_username_password'] = "The {1} and password combination you entered is invalid.";
  62  
  63  // Action Confirmation
  64  $l['confirm_action'] = "Are you sure you wish to perform this action?";
  65  
  66  // Common words and phrases
  67  $l['home'] = "Home";
  68  $l['name'] = "Name";
  69  $l['size'] = "Size";
  70  $l['controls'] = "Controls";
  71  $l['view'] = "View";
  72  $l['yes'] = "Yes";
  73  $l['no'] = "No";
  74  $l['cancel'] = "Cancel";
  75  $l['options'] = "Options";
  76  $l['proceed'] = "Proceed";
  77  $l['ok'] = "OK";
  78  $l['error'] = "Error";
  79  $l['edit'] = "Edit";
  80  $l['never'] = "Never";
  81  $l['legend'] = "Legend";
  82  $l['version'] = "Version";
  83  $l['languagevar'] = "Language";
  84  $l['use_default'] = "Use Default";
  85  $l['file'] = "File";
  86  $l['go'] = "Go";
  87  $l['clear'] = "Clear";
  88  $l['unknown'] = "Unknown";
  89  $l['year'] = "Year";
  90  $l['year_short'] = "y";
  91  $l['years'] = "Years";
  92  $l['years_short'] = "y";
  93  $l['month'] = "Month";
  94  $l['month_short'] = "m";
  95  $l['months'] = "Months";
  96  $l['months_short'] = "m";
  97  $l['week'] = "Week";
  98  $l['week_short'] = "w";
  99  $l['weeks'] = "Weeks";
 100  $l['weeks_short'] = "w";
 101  $l['day'] = "Day";
 102  $l['day_short'] = "d";
 103  $l['days'] = "Days";
 104  $l['days_short'] = "d";
 105  $l['hour'] = "Hour";
 106  $l['hour_short'] = "h";
 107  $l['hours'] = "Hours";
 108  $l['hours_short'] = "h";
 109  $l['minute'] = "Minute";
 110  $l['minute_short'] = "m";
 111  $l['minutes'] = "Minutes";
 112  $l['minutes_short'] = "m";
 113  $l['second'] = "Second";
 114  $l['second_short'] = "s";
 115  $l['seconds'] = "Seconds";
 116  $l['seconds_short'] = "s";
 117  $l['permanent'] = "Permanent";
 118  $l['all_forums'] = "All Forums";
 119  $l['all_groups'] = "All groups";
 120  $l['all_prefix'] = "All prefixes";
 121  $l['select_forums'] = "Select forums";
 122  $l['select_groups'] = "Select groups";
 123  $l['select_prefix'] = "Select prefixes";
 124  $l['forums_colon'] = "Forums:";
 125  $l['groups_colon'] = "Groups:";
 126  $l['prefix_colon'] = "Prefixes:";
 127  $l['none'] = "None";
 128  $l['mybb_acp'] = "MyBB ACP";
 129  $l['pages'] = "Pages";
 130  $l['previous'] = "Previous";
 131  $l['page'] = "Page";
 132  $l['next'] = "Next";
 133  $l['delete'] = "Delete";
 134  $l['reset'] = "Reset";
 135  $l['and'] = "and";
 136  $l['on'] = "On";
 137  $l['off'] = "Off";
 138  $l['alt_enabled'] = "Enabled";
 139  $l['alt_disabled'] = "Disabled";
 140  $l['enable'] = "Enable";
 141  $l['disable'] = "Disable";
 142  $l['saved'] = 'Saved';
 143  $l['guest'] = 'Guest';
 144  
 145  $l['rel_in'] = "In ";
 146  $l['rel_ago'] = "ago";
 147  $l['rel_less_than'] = "Less than ";
 148  $l['rel_time'] = "<span title=\"{5}{6}\">{1}{2} {3} {4}</span>";
 149  $l['rel_minutes_single'] = "minute";
 150  $l['rel_minutes_plural'] = "minutes";
 151  $l['rel_hours_single'] = "hour";
 152  $l['rel_hours_plural'] = "hours";
 153  
 154  // Parser bits
 155  $l['quote'] = "Quote:";
 156  $l['wrote'] = "Wrote:";
 157  $l['code'] = "Code:";
 158  $l['php_code'] = "PHP Code:";
 159  $l['linkback'] = "Original Post";
 160  
 161  // The months of the year
 162  $l['january'] = "January";
 163  $l['february'] = "February";
 164  $l['march'] = "March";
 165  $l['april'] = "April";
 166  $l['may'] = "May";
 167  $l['june'] = "June";
 168  $l['july'] = "July";
 169  $l['august'] = "August";
 170  $l['september'] = "September";
 171  $l['october'] = "October";
 172  $l['november'] = "November";
 173  $l['december'] = "December";
 174  
 175  // Access Denied
 176  $l['access_denied'] = "Access Denied";
 177  $l['access_denied_desc'] = "You do not have permission to access this part of the administration control panel.";
 178  
 179  // Super Administrator required
 180  $l['cannot_perform_action_super_admin_general'] = "Sorry, but you cannot perform this action because you are not a super administrator.<br /><br />To be able to perform this action, you need to add your user ID to the list of super administrators in inc/config.php.";
 181  
 182  // AJAX
 183  $l['loading_text'] = "Loading<br />Please wait&hellip;";
 184  
 185  // Time zone selection boxes
 186  $l['timezone_gmt_minus_1200'] = "(GMT -12:00) Howland and Baker Islands";
 187  $l['timezone_gmt_minus_1100'] = "(GMT -11:00) Nome, Midway Island";
 188  $l['timezone_gmt_minus_1000'] = "(GMT -10:00) Hawaii, Papeete";
 189  $l['timezone_gmt_minus_950'] = "(GMT -9:30) Marquesas Islands";
 190  $l['timezone_gmt_minus_900'] = "(GMT -9:00) Alaska";
 191  $l['timezone_gmt_minus_800'] = "(GMT -8:00) Pacific Time";
 192  $l['timezone_gmt_minus_700'] = "(GMT -7:00) Mountain Time";
 193  $l['timezone_gmt_minus_600'] = "(GMT -6:00) Central Time, Mexico City";
 194  $l['timezone_gmt_minus_500'] = "(GMT -5:00) Eastern Time, Bogota, Lima, Quito";
 195  $l['timezone_gmt_minus_450'] = "(GMT -4:30) Caracas";
 196  $l['timezone_gmt_minus_400'] = "(GMT -4:00) Atlantic Time, La Paz, Halifax";
 197  $l['timezone_gmt_minus_350'] = "(GMT -3:30) Newfoundland";
 198  $l['timezone_gmt_minus_300'] = "(GMT -3:00) Brazil, Buenos Aires, Georgetown, Falkland Is.";
 199  $l['timezone_gmt_minus_200'] = "(GMT -2:00) Mid-Atlantic, South Georgia and the South Sandwich Islands";
 200  $l['timezone_gmt_minus_100'] = "(GMT -1:00) Azores, Cape Verde Islands";
 201  $l['timezone_gmt'] = "(GMT) Casablanca, Dublin, Edinburgh, London, Lisbon, Monrovia";
 202  $l['timezone_gmt_100'] = "(GMT +1:00) Berlin, Bratislava, Brussels, Copenhagen, Madrid, Paris, Prague, Rome, Warsaw";
 203  $l['timezone_gmt_200'] = "(GMT +2:00) Athens, Istanbul, Cairo, Jerusalem, South Africa";
 204  $l['timezone_gmt_300'] = "(GMT +3:00) Kaliningrad, Minsk, Baghdad, Riyadh, Nairobi";
 205  $l['timezone_gmt_350'] = "(GMT +3:30) Tehran";
 206  $l['timezone_gmt_400'] = "(GMT +4:00) Moscow, Abu Dhabi, Baku, Muscat, Tbilisi";
 207  $l['timezone_gmt_450'] = "(GMT +4:30) Kabul";
 208  $l['timezone_gmt_500'] = "(GMT +5:00) Islamabad, Karachi, Tashkent";
 209  $l['timezone_gmt_550'] = "(GMT +5:30) Mumbai, Kolkata, Chennai, New Delhi";
 210  $l['timezone_gmt_575'] = "(GMT +5:45) Kathmandu";
 211  $l['timezone_gmt_600'] = "(GMT +6:00) Almaty, Dhaka, Yekaterinburg";
 212  $l['timezone_gmt_650'] = "(GMT +6:30) Yangon";
 213  $l['timezone_gmt_700'] = "(GMT +7:00) Bangkok, Hanoi, Jakarta";
 214  $l['timezone_gmt_800'] = "(GMT +8:00) Beijing, Hong Kong, Perth, Singapore, Taipei, Manila";
 215  $l['timezone_gmt_850'] = "(GMT +8:30) Pyongyang";
 216  $l['timezone_gmt_875'] = "(GMT +8:45) Eucla";
 217  $l['timezone_gmt_900'] = "(GMT +9:00) Osaka, Sapporo, Seoul, Tokyo, Irkutsk";
 218  $l['timezone_gmt_950'] = "(GMT +9:30) Adelaide, Darwin";
 219  $l['timezone_gmt_1000'] = "(GMT +10:00) Melbourne, Papua New Guinea, Sydney, Yakutsk";
 220  $l['timezone_gmt_1050'] = "(GMT +10:30) Lord Howe Island";
 221  $l['timezone_gmt_1100'] = "(GMT +11:00) Magadan, New Caledonia, Solomon Islands, Vladivostok";
 222  $l['timezone_gmt_1150'] = "(GMT +11:30) Norfolk Island";
 223  $l['timezone_gmt_1200'] = "(GMT +12:00) Auckland, Wellington, Fiji, Marshall Islands";
 224  $l['timezone_gmt_1275'] = "(GMT +12:45) Chatham Islands";
 225  $l['timezone_gmt_1300'] = "(GMT +13:00) Samoa, Tonga, Tokelau";
 226  $l['timezone_gmt_1400'] = "(GMT +14:00) Line Islands";
 227  $l['timezone_gmt_short'] = "GMT {1}({2})";
 228  
 229  // Global language strings used for log deletion pages
 230  $l['confirm_delete_logs'] = "Prune the selected log entries?";
 231  $l['confirm_delete_all_logs'] = "Prune all log entries?";
 232  $l['selected_logs_deleted'] = "The selected log entries have been deleted.";
 233  $l['all_logs_deleted'] = "All log entries have been deleted.";
 234  $l['delete_selected'] = "Delete Selected";
 235  $l['delete_all'] = "Delete All Filtered";
 236  
 237  // Misc
 238  $l['encountered_errors'] = "The following errors were encountered:";
 239  $l['invalid_post_verify_key'] = "An authorization code mismatch occurred. Please confirm that you wish to perform the action below.";
 240  $l['invalid_post_verify_key2'] = "An authorization code mismatch occurred. Please double check that you are accessing this page correctly.";
 241  $l['unknown_error'] = "An unknown error has occurred.";
 242  
 243  // Code buttons editor language strings
 244  $l['editor_bold'] = "Bold";
 245  $l['editor_italic'] = "Italic";
 246  $l['editor_underline'] = "Underline";
 247  $l['editor_strikethrough'] = "Strikethrough";
 248  $l['editor_subscript'] = "Subscript";
 249  $l['editor_superscript'] = "Superscript";
 250  $l['editor_alignleft'] = "Align left";
 251  $l['editor_center'] = "Center";
 252  $l['editor_alignright'] = "Align right";
 253  $l['editor_justify'] = "Justify";
 254  $l['editor_fontname'] = "Font Name";
 255  $l['editor_fontsize'] = "Font Size";
 256  $l['editor_fontcolor'] = "Font Color";
 257  $l['editor_removeformatting'] = "Remove Formatting";
 258  $l['editor_cut'] = "Cut";
 259  $l['editor_copy'] = "Copy";
 260  $l['editor_paste'] = "Paste";
 261  $l['editor_cutnosupport'] = "Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X";
 262  $l['editor_copynosupport'] = "Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C";
 263  $l['editor_pastenosupport'] = "Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V";
 264  $l['editor_pasteentertext'] = "Paste your text inside the following box:";
 265  $l['editor_pastetext'] = "Paste Text";
 266  $l['editor_numlist'] = "Numbered list";
 267  $l['editor_bullist'] = "Bullet list";
 268  $l['editor_undo'] = "Undo";
 269  $l['editor_redo'] = "Redo";
 270  $l['editor_rows'] = "Rows:";
 271  $l['editor_cols'] = "Cols:";
 272  $l['editor_inserttable'] = "Insert a table";
 273  $l['editor_inserthr'] = "Insert a horizontal rule";
 274  $l['editor_code'] = "Code";
 275  $l['editor_php'] = "PHP";
 276  $l['editor_width'] = "Width (optional):";
 277  $l['editor_height'] = "Height (optional):";
 278  $l['editor_insertimg'] = "Insert an image";
 279  $l['editor_email'] = "E-mail:";
 280  $l['editor_insertemail'] = "Insert an email";
 281  $l['editor_url'] = "URL:";
 282  $l['editor_insertlink'] = "Insert a link";
 283  $l['editor_unlink'] = "Unlink";
 284  $l['editor_more'] = "More";
 285  $l['editor_insertemoticon'] = "Insert an emoticon";
 286  $l['editor_videourl'] = "Video URL:";
 287  $l['editor_videotype'] = "Video Type:";
 288  $l['editor_insert'] = "Insert";
 289  $l['editor_insertyoutubevideo'] = "Insert a YouTube video";
 290  $l['editor_currentdate'] = "Insert current date";
 291  $l['editor_currenttime'] = "Insert current time";
 292  $l['editor_print'] = "Print";
 293  $l['editor_viewsource'] = "View source";
 294  $l['editor_description'] = "Description (optional):";
 295  $l['editor_enterimgurl'] = "Enter the image URL:";
 296  $l['editor_enteremail'] = "Enter the e-mail address:";
 297  $l['editor_enterdisplayedtext'] = "Enter the displayed text:";
 298  $l['editor_enterurl'] = "Enter URL:";
 299  $l['editor_enteryoutubeurl'] = "Enter the YouTube video URL or ID:";
 300  $l['editor_insertquote'] = "Insert a Quote";
 301  $l['editor_invalidyoutube'] = "Invalid YouTube video";
 302  $l['editor_dailymotion'] = "Dailymotion";
 303  $l['editor_metacafe'] = "MetaCafe";
 304  $l['editor_mixer'] = "Mixer";
 305  $l['editor_vimeo'] = "Vimeo";
 306  $l['editor_youtube'] = "Youtube";
 307  $l['editor_facebook'] = "Facebook";
 308  $l['editor_liveleak'] = "LiveLeak";
 309  $l['editor_insertvideo'] = "Insert a video";
 310  $l['editor_maximize'] = "Maximize";
 311  
 312  $l['missing_task'] = "Error: Task file does not exist";
 313  $l['task_backup_cannot_write_backup'] = "Error: The database backup task cannot write to backups directory.";
 314  $l['task_backup_ran'] = "The database backup task successfully ran.";
 315  $l['task_checktables_ran'] = "The check tables task successfully ran with no corrupted tables found.";
 316  $l['task_checktables_ran_found'] = "Notice: The check tables task successfully ran and repaired the {1} table(s).";
 317  $l['task_dailycleanup_ran'] = "The daily cleanup task successfully ran.";
 318  $l['task_hourlycleanup_ran'] = "The hourly cleanup task successfully ran.";
 319  $l['task_logcleanup_ran'] = "The log cleanup task successfully ran and pruned any old logs.";
 320  $l['task_promotions_ran'] = "The promotions task successfully ran.";
 321  $l['task_threadviews_ran'] = "The thread views task successfully ran.";
 322  $l['task_usercleanup_ran'] = "The user cleanup task successfully ran.";
 323  $l['task_massmail_ran'] = "The mass mail task successfully ran.";
 324  $l['task_userpruning_ran'] = "The user pruning task successfully ran.";
 325  $l['task_delayedmoderation_ran'] = "The delayed moderation task successfully ran.";
 326  $l['task_massmail_ran_errors'] = "One or more problems occurred sending to \"{1}\":
 327  {2}";
 328  $l['task_versioncheck_ran'] = "The version check task successfully ran.";
 329  $l['task_versioncheck_ran_errors'] = "Could not connect to MyBB for a version check.";
 330  $l['task_recachestylesheets_ran'] = 'Re-cached {1} stylesheets.';
 331  $l['task_sendmailqueue_ran'] = 'The send mail queue task sent up to {1} messages.';
 332  
 333  $l['massmail_username'] = "Username";
 334  $l['email_addr'] = "Email Address";
 335  $l['board_name'] = "Board Name";
 336  $l['board_url'] = "Board URL";
 337  
 338  // Unlock ACP
 339  $l['lockout_unlock'] = "Unlock Admin Control Panel";
 340  $l['enter_username_and_token'] = "Please enter your username and the activation code to continue.";
 341  $l['unlock_token'] = "Activation code:";
 342  $l['unlock_account'] = "Unlock Account";
 343  
 344  // Email message for if an admin account has been locked out
 345  $l['locked_out_subject'] = "Administrator Account Locked Out at {1}";
 346  $l['locked_out_message'] = "{1},
 347  
 348  Your administrator account at {2} has been locked after {3} failed login attempts.
 349  
 350  To unlock your account, please go to the URL below in your web browser.
 351  
 352  {4}/{5}/index.php?action=unlock&uid={7}&token={6}
 353  
 354  If the above link does not work correctly, go to
 355  
 356  {4}/{5}/index.php?action=unlock
 357  
 358  You will need to enter the following:
 359  Username: {1}
 360  Activation Code: {6}
 361  
 362  Thank you,
 363  {2} Staff";
 364  
 365  $l['comma'] = ", ";
 366  
 367  $l['search_for_a_user'] = "Search for a user";
 368  
 369  $l['mybb_engine'] = "MyBB Engine";
 370  
 371  // If the language string for "Username" is too cramped in the ACP Login box
 372  // then use this to define how much larger you want the gap to be (in px)
 373  // $l['login_field_width'] = "0";
 374  
 375  $l['my2fa'] = "Two-Factor Authentication";
 376  $l['my2fa_failed'] = "The code was incorrect, you're logged out now";
 377  $l['my2fa_code'] = "Please enter the authentication code";
 378  $l['my2fa_label'] = "Authentication code:";
 379  $l['my2fa_no_codes'] = "Note: you've used all of your recovery codes. Please visit the <a href=\"index.php?module=home-preferences&amp;action=recovery_codes\">recovery codes page</a> to generate a new set.";


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