diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 08:02:23 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-05-16 08:02:23 +0200 |
commit | 38175ed45a1a1684e8da55d0f5cd825ee4804c3d (patch) | |
tree | cb0ea509b91873181aa1c29e78556ef4712e4847 /lib/plugins/extension/lang | |
parent | 1bf270429ba972b600ae94b232d90fcbaf0e9a2d (diff) | |
parent | 526e5abda6d7ab051bb2819eaffbe81af04e6c68 (diff) | |
download | rpg-38175ed45a1a1684e8da55d0f5cd825ee4804c3d.tar.gz rpg-38175ed45a1a1684e8da55d0f5cd825ee4804c3d.tar.bz2 |
Merge pull request #1113 from gamma/extension_manager
Add display options to extension manger
Diffstat (limited to 'lib/plugins/extension/lang')
-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..79f643629 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['js']['display_viewoptions'] = 'View Options:'; +$lang['js']['display_enabled'] = 'enabled'; +$lang['js']['display_disabled'] = 'disabled'; +$lang['js']['display_updatable'] = 'updatable'; |