diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 19:46:02 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-04 19:46:02 +0200 |
commit | d7410643d8e3db12a76845370d8eee2508fa6115 (patch) | |
tree | c249b55b5bd247783d843cc3640c702e36d901fe /lib/plugins/extension/lang/en | |
parent | a8332b68fa9dd8f70d2fc9d9e50c34957cf9e24d (diff) | |
download | rpg-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.php | 6 |
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'; |