summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-04 19:46:02 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-04 19:46:02 +0200
commitd7410643d8e3db12a76845370d8eee2508fa6115 (patch)
treec249b55b5bd247783d843cc3640c702e36d901fe /lib/plugins/extension/lang/en
parenta8332b68fa9dd8f70d2fc9d9e50c34957cf9e24d (diff)
downloadrpg-d7410643d8e3db12a76845370d8eee2508fa6115.tar.gz
rpg-d7410643d8e3db12a76845370d8eee2508fa6115.tar.bz2
added tab navigation
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/lang.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index b3a451ecc..4439db879 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -7,7 +7,11 @@
*/
// menu entry for admin plugins
-$lang['menu'] = 'Extension manager';
+$lang['menu'] = 'Extension Manager';
+
+$lang['tab_plugins'] = 'Installed Plugins';
+$lang['tab_templates'] = 'Installed Templates';
+$lang['tab_search'] = 'Search and Install';
// custom language strings for the plugin
$lang['notimplemented'] = 'This feature hasn\'t been implemented yet';