summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-09 21:26:20 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-09 21:26:20 +0200
commit5c0b30bf48d7f8e5f3d5764cfab94d0d09c0a8b1 (patch)
treea2e495c06c63dbb9d0116694a240783c9c0b1184 /lib/plugins/extension/lang/en
parent519895b5625277197a88748c515919515f1113b8 (diff)
downloadrpg-5c0b30bf48d7f8e5f3d5764cfab94d0d09c0a8b1.tar.gz
rpg-5c0b30bf48d7f8e5f3d5764cfab94d0d09c0a8b1.tar.bz2
installation now works
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/lang.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index 24cabe1fa..1a5c90923 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -73,11 +73,18 @@ $lang['msg_notenabled'] = 'Plugin %s could not be enabled, check file pe
$lang['msg_disabled'] = 'Plugin %s disabled';
$lang['msg_notdisabled'] = 'Plugin %s could not be disabled, check file permissions';
+
+$lang['msg_template_install_success'] = 'Template %s installed successfully';
+$lang['msg_template_update_success'] = 'Template %s updated successfully';
+$lang['msg_plugin_install_success'] = 'Plugin %s installed successfully';
+$lang['msg_plugin_update_success'] = 'Plugin %s updated successfully';
+
+
$lang['msg_url_failed'] = 'URL [%s] could not be downloaded.<br /> %s';
$lang['msg_download_failed'] = 'Plugin %s could not be downloaded.<br /> %s';
$lang['msg_download_success'] = 'Plugin %s installed successfully';
$lang['msg_tpl_download_failed'] = 'Template %s could not be downloaded.<br /> %s';
-$lang['msg_tpl_download_success'] = 'Template %s installed successfully';
+
$lang['msg_download_pkg_success'] = '%s extension package successfully installed (%s)';
$lang['msg_tpl_download_pkg_success'] = '%s extension package successfully installed (%s)';