summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-09 15:31:45 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-09 15:31:45 +0200
commitea9f3f904d439e9af84bdbed8e1a0bba3ed286b2 (patch)
tree93fc55acc7c68b1f875de2fb107bda4786db7a28 /lib/plugins/extension/lang/en
parent89275cfd7e4e8b88724a36ccf7ae7bd29342d494 (diff)
downloadrpg-ea9f3f904d439e9af84bdbed8e1a0bba3ed286b2.tar.gz
rpg-ea9f3f904d439e9af84bdbed8e1a0bba3ed286b2.tar.bz2
added 4th tab for manual install
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/intro_install.txt1
-rw-r--r--lib/plugins/extension/lang/en/lang.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/intro_install.txt b/lib/plugins/extension/lang/en/intro_install.txt
new file mode 100644
index 000000000..f68d2d909
--- /dev/null
+++ b/lib/plugins/extension/lang/en/intro_install.txt
@@ -0,0 +1 @@
+Here you can manual install plugins and templates by either uploading them or providing a direct download URL. \ No newline at end of file
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index 10bf2087f..24cabe1fa 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -12,6 +12,7 @@ $lang['menu'] = 'Extension Manager';
$lang['tab_plugins'] = 'Installed Plugins';
$lang['tab_templates'] = 'Installed Templates';
$lang['tab_search'] = 'Search and Install';
+$lang['tab_install'] = 'Manual Install';
// custom language strings for the plugin
$lang['notimplemented'] = 'This feature hasn\'t been implemented yet';