[ 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['preferences_and_personal_notes'] = "Preferences & Personal Notes"; 9 $l['prefs_and_personal_notes_description'] = "Here you can manage your Admin Control Panel preferences and leave personal notes for yourself."; 10 11 $l['preferences'] = "Preferences"; 12 $l['global_preferences'] = "Global Preferences"; 13 $l['acp_theme'] = "Admin Control Panel Theme"; 14 $l['select_acp_theme'] = "Please select a theme to use in the Admin Control Panel."; 15 $l['acp_language'] = "Admin Control Panel Language"; 16 $l['select_acp_language'] = "Please select a language to use in the Admin Control Panel."; 17 $l['notes_not_shared'] = "These notes are not shared with other Administrators."; 18 $l['save_notes_and_prefs'] = "Save Personal Notes & Preferences"; 19 $l['personal_notes'] = "Personal Notes"; 20 $l['codemirror'] = "Turn on / off Code Mirror"; 21 $l['use_codemirror_desc'] = "This preference allows you to turn off Code Mirror (used in template editing and stylesheet editing for syntax highlighting) if you are experiencing issues / slow loading."; 22 23 $l['success_preferences_updated'] = "The preferences have been successfully updated."; 24 25 $l['use_2fa_desc'] = "Two-Factor Authentication is a method to secure your admin account. After you've enabled it you'll see a QR Code below which you need to scan with an app <a href=\"https://docs.mybb.com/1.8/administration/security/2fa/\" target=\"_blank\" rel=\"noopener\">like Google Authenticator or Authy</a>. Those apps will generate a token which you need to enter on every acp login."; 26 $l['my2fa_qr'] = "Two-Factor Authentication Code"; 27 $l['recovery_codes_desc'] = "View your <a href=\"index.php?module=home-preferences&action=recovery_codes\">recovery codes</a>."; 28 $l['recovery_codes'] = "Recovery Codes"; 29 $l['recovery_codes_warning'] = "<b>Note:</b> the codes will be regenerated on every page visit and can be only used once."; 30 $l['print_recovery_codes'] = "Print Recovery Codes";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |