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