[ 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['plugins'] = "Plugins"; 9 $l['plugins_desc'] = "This section allows you to activate, deactivate, and manage the plugins that you have uploaded to your forum's <strong>inc/plugins</strong> directory. To hide a plugin from view, but not lose any stored information from it, click the Deactivate link."; 10 $l['plugin_updates'] = "Plugin Updates"; 11 $l['plugin_updates_desc'] = "This section allows you to check for updates on all your plugins."; 12 $l['browse_plugins'] = "Browse Plugins"; 13 $l['browse_plugins_desc'] = "Here you may browse the official MyBB modifications site for plugins compatible with your series of MyBB."; 14 $l['browse_all_plugins'] = "Browse All Plugins"; 15 16 $l['plugin'] = "Plugin"; 17 $l['active_plugin'] = "Active Plugins"; 18 $l['inactive_plugin'] = "Inactive Plugins"; 19 $l['your_version'] = "Your Version"; 20 $l['latest_version'] = "Latest Version"; 21 $l['download'] = "Download"; 22 $l['deactivate'] = "Deactivate"; 23 $l['activate'] = "Activate"; 24 $l['install_and_activate'] = "Install & Activate"; 25 $l['uninstall'] = "Uninstall"; 26 $l['created_by'] = "Created by"; 27 $l['no_plugins'] = "There are no plugins on your forum at this time."; 28 $l['no_active_plugins'] = "There are no active plugins on your forum."; 29 $l['no_inactive_plugins'] = "There are no inactive plugins available."; 30 31 $l['plugin_incompatible'] = "This plugin is incompatible with MyBB {1}"; 32 33 $l['recommended_plugins_for_mybb'] = "Recommended Plugins for MyBB {1}"; 34 $l['browse_results_for_mybb'] = "Browse Results for MyBB {1}"; 35 $l['search_for_plugins'] = "Search for Plugins"; 36 $l['search'] = "Search"; 37 38 $l['error_vcheck_no_supported_plugins'] = "None of the plugins installed support version checking."; 39 $l['error_vcheck_communications_problem'] = "There was a problem communicating with the MyBB modifications version server. Please try again in a few minutes."; 40 $l['error_vcheck_vulnerable'] = "[Vulnerable plugin]:"; 41 $l['error_vcheck_vulnerable_notes'] = "This submission has currently been marked as vulnerable by the MyBB Staff. We recommend complete removal of this modification. Please see the notes below: "; 42 $l['error_no_input'] = "Error code 1: No input specified."; 43 $l['error_no_pids'] = "Error code 2: No plugin ids specified."; 44 $l['error_communication_problem'] = "There was a problem communicating with the MyBB modifications server. Please try again in a few minutes."; 45 $l['error_invalid_plugin'] = "The selected plugin does not exist."; 46 $l['error_no_results_found'] = "No results were found for the specified keywords."; 47 48 $l['success_plugins_up_to_date'] = "Congratulations, all of your plugins are up to date."; 49 $l['success_plugin_activated'] = "The selected plugin has been activated successfully."; 50 $l['success_plugin_deactivated'] = "The selected plugin has been deactivated successfully."; 51 $l['success_plugin_installed'] = "The selected plugin has been installed and activated successfully."; 52 $l['success_plugin_uninstalled'] = "The selected plugin has been uninstalled successfully.";
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |