diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 11:11:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 11:11:14 +0200 |
commit | 32fdfac2cd446733436dc1b344d7f73b78655cb1 (patch) | |
tree | 40272ed6281f95990066fd487ba594937f9e2252 /lib/plugins/extension/lang/en | |
parent | df7751c6c456e0107b11d547c159266b470470d9 (diff) | |
download | rpg-32fdfac2cd446733436dc1b344d7f73b78655cb1.tar.gz rpg-32fdfac2cd446733436dc1b344d7f73b78655cb1.tar.bz2 |
changed exception handling, redirect after post actions
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index 0c4582124..8aaa0d8d2 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -74,6 +74,8 @@ $lang['msg_disabled'] = 'Plugin %s disabled'; $lang['msg_notdisabled'] = 'Plugin %s could not be disabled, check file permissions'; +$lang['msg_delete_success'] = 'Extension uninstalled'; + $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'; |