diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 22:08:26 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-13 22:08:26 -0700 |
commit | 96604b6836edc0ee2f9bfc58fdbaedf19a6f099c (patch) | |
tree | 3e5a970928925a533a119d3b07b0ea9444c1b743 /languages/en.php | |
parent | a11aec8c7b88e78581a5550c059c2cfab099a02d (diff) | |
download | elgg-96604b6836edc0ee2f9bfc58fdbaedf19a6f099c.tar.gz elgg-96604b6836edc0ee2f9bfc58fdbaedf19a6f099c.tar.bz2 |
Fixes #3917. Removed uses of admin interface in manifests. Removed related code.
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/languages/en.php b/languages/en.php index 9967bc34d..67e447901 100644 --- a/languages/en.php +++ b/languages/en.php @@ -686,12 +686,7 @@ $english = array( 'admin:plugins:plugin_website' => 'Plugin website', 'admin:plugins:author' => '%s', 'admin:plugins:version' => 'Version %s', - 'admin:plugins:simple' => 'Simple', - 'admin:plugins:advanced' => 'Advanced', 'admin:plugin_settings' => 'Plugin Settings', - 'admin:plugins:simple_simple_fail' => 'Could not save settings.', - 'admin:plugins:simple_simple_success' => 'Settings saved.', - 'admin:plugins:simple:cannot_activate' => 'Cannot activate this plugin. Check the advanced plugin admin area for more information.', 'admin:plugins:warning:unmet_dependencies_active' => 'This plugin is active but has unmet dependencies. You may encounter problems. See "more info" below for details.', 'admin:plugins:dependencies:type' => 'Type', |