diff options
author | Gerry Weißbach <gerry.w@gammaproduction.de> | 2015-04-14 10:12:02 +0200 |
---|---|---|
committer | Gerry Weißbach <gerry.w@gammaproduction.de> | 2015-04-14 10:12:02 +0200 |
commit | a7ec353091498e86d606c27f5ca7a808c2d096c0 (patch) | |
tree | 30ccfd0c312a06dc2d6bf45bfe70f9c26615e172 /lib/plugins/extension/lang/en | |
parent | 803a90da0d25c98cd07fc138c940fdd5df1dec7e (diff) | |
download | rpg-a7ec353091498e86d606c27f5ca7a808c2d096c0.tar.gz rpg-a7ec353091498e86d606c27f5ca7a808c2d096c0.tar.bz2 |
Add display options to extension manger
Allows tho show/hide extensions that are: enabled, disabled, updatable
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index f545b6da3..907f91c23 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -101,4 +101,9 @@ $lang['install_url'] = 'Install from URL:'; $lang['install_upload'] = 'Upload Extension:'; $lang['repo_error'] = 'The plugin repository could not be contacted. Make sure your server is allowed to contact www.dokuwiki.org and check your proxy settings.'; -$lang['nossl'] = 'Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.';
\ No newline at end of file +$lang['nossl'] = 'Your PHP seems to miss SSL support. Downloading will not work for many DokuWiki extensions.'; + +$lang['display_viewoptions'] = 'View Options:'; +$lang['display_enabled'] = 'enabled'; +$lang['display_disabled'] = 'disabled'; +$lang['display_updatable'] = 'updatable'; |