diff options
Diffstat (limited to 'lib/plugins/plugin/lang/en/lang.php')
-rw-r--r-- | lib/plugins/plugin/lang/en/lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php index 9414a36d5..e575d3d67 100644 --- a/lib/plugins/plugin/lang/en/lang.php +++ b/lib/plugins/plugin/lang/en/lang.php @@ -69,4 +69,9 @@ $lang['error_copy'] = 'There was a file copy error while attempting to ins $lang['error_delete'] = 'There was an error while attempting to delete plugin <em>%s</em>. '. 'The most probably cause is insufficient file or directory access permissions'; +$lang['enabled'] = 'Plugin %s enabled.'; +$lang['notenabled'] = 'Plugin %s could not be enabled, check file permissions.'; +$lang['disabled'] = 'Plugin %s disabled.'; +$lang['notdisabled'] = 'Plugin %s could not be disabled, check file permissions.'; + //Setup VIM: ex: et ts=4 enc=utf-8 : |