[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: config_plugins.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['plugins'] = "Plugins";
  10  $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.";
  11  $l['plugin_updates'] = "Plugin Updates";
  12  $l['plugin_updates_desc'] = "This section allows you to check for updates on all your plugins.";
  13  $l['browse_plugins'] = "Browse Plugins";
  14  $l['browse_plugins_desc'] = "Here you may browse the official MyBB modifications site for plugins compatible with your series of MyBB.";
  15  $l['browse_all_plugins'] = "Browse All Plugins";
  16  
  17  $l['plugin'] = "Plugin";
  18  $l['your_version'] = "Your Version";
  19  $l['latest_version'] = "Latest Version";
  20  $l['download'] = "Download";
  21  $l['deactivate'] = "Deactivate";
  22  $l['activate'] = "Activate";
  23  $l['install_and_activate'] = "Install &amp; Activate";
  24  $l['uninstall'] = "Uninstall";
  25  $l['created_by'] = "Created by";
  26  $l['no_plugins'] = "There are no plugins on your forum at this time.";
  27  
  28  $l['plugin_incompatible'] = "This plugin is incompatible with MyBB {1}";
  29  
  30  $l['recommended_plugins_for_mybb'] = "Recommended Plugins for MyBB {1}";
  31  $l['browse_results_for_mybb'] = "Browse Results for MyBB {1}";
  32  $l['search_for_plugins'] = "Search for Plugins";
  33  $l['search'] = "Search";
  34  
  35  $l['error_vcheck_no_supported_plugins'] = "None of the plugins installed support version checking.";
  36  $l['error_vcheck_communications_problem'] = "There was a problem communicating with the MyBB modifications version server. Please try again in a few minutes.";
  37  $l['error_no_input'] = "Error code 1: No input specified.";
  38  $l['error_no_pids'] = "Error code 2: No plugin ids specified.";
  39  $l['error_communication_problem'] = "There was a problem communicating with the MyBB modifications server. Please try again in a few minutes.";
  40  $l['error_invalid_plugin'] = "The selected plugin does not exist.";
  41  $l['error_no_results_found'] = "No results were found for the specified keywords.";
  42  
  43  $l['success_plugins_up_to_date'] = "Congratulations, all of your plugins are up to date.";
  44  $l['success_plugin_activated'] = "The selected plugin has been activated successfully.";
  45  $l['success_plugin_deactivated'] = "The selected plugin has been deactivated successfully.";
  46  $l['success_plugin_installed'] = "The selected plugin has been installed and activated successfully.";
  47  $l['success_plugin_uninstalled'] = "The selected plugin has been uninstalled successfully.";
  48  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1