Changeset 2244

Show
Ignore:
Timestamp:
11/26/10 12:59:31 (18 months ago)
Author:
nick_ramsay
Message:

[1.5] Admin theme language. Unnecessary items removed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.4/content/admin_language.php

    r2221 r2244  
    108108$lang["admin_theme_plugins_close"] = "Close"; 
    109109$lang["admin_theme_plugins_no_plugins"] = "No additional plugins needed."; 
    110 $lang["admin_theme_plugins_guide"] = "Plugin Management Guide"; 
    111 $lang["admin_theme_plugins_guide1"] = "To upgrade a plugin, simply turn it off, overwrite the plugin files and turn it back on."; 
    112 $lang["admin_theme_plugins_guide2"] = "The order column is used to determine which plugins are checked for hooks first."; 
    113 $lang["admin_theme_plugins_guide3"] = "Uninstalling a plugin will delete it from the <i>plugins</i> and <i>pluginhooks</i> tables, but not <i>pluginsettings</i>."; 
    114 $lang["admin_theme_plugins_guide4"] = "Any other database entries created by the plugin will not be removed."; 
    115  
    116110$lang["admin_theme_plugins_deactivate_all"] = "Turn OFF all plugins"; 
    117111$lang["admin_theme_plugins_activate_all"] = "Turn ON (upgrade) all plugins";