diff options
author | Anika Henke <anika@selfthinker.org> | 2013-11-09 19:51:29 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-11-09 19:51:29 +0000 |
commit | 74850f2906bbb3935065d28e3e22ac131766d6f2 (patch) | |
tree | 8b75e034f6df39c44e74c6cc7839a16d2f3ea2dc /inc | |
parent | b4304655d0b09ba0a958b9cf56f1bf699cf05b84 (diff) | |
download | rpg-74850f2906bbb3935065d28e3e22ac131766d6f2.tar.gz rpg-74850f2906bbb3935065d28e3e22ac131766d6f2.tar.bz2 |
added possibility to approve users to ACL policies in installer
Diffstat (limited to 'inc')
-rw-r--r-- | inc/lang/en/lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index ab84c67f3..c6bb0aa2d 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -315,6 +315,7 @@ $lang['i_policy'] = 'Initial ACL policy'; $lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; $lang['i_pol1'] = 'Public Wiki (read for everyone, write and upload for registered users)'; $lang['i_pol2'] = 'Closed Wiki (read, write, upload for registered users only)'; +$lang['i_policyapprove'] = 'Registered users need to be approved before allowing access (to a Public or Closed Wiki)'; $lang['i_retry'] = 'Retry'; $lang['i_license'] = 'Please choose the license you want to put your content under:'; $lang['i_license_none'] = 'Do not show any license information'; |