diff options
author | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-14 15:33:27 +0000 |
---|---|---|
committer | nickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-14 15:33:27 +0000 |
commit | 736771dcea2a7ca82b90be27edf317dae3338489 (patch) | |
tree | ba670619fc8ff66045a92430735f61832477bfbd /languages/en.php | |
parent | 95d7c27e5a65f6df5221842bb4427619ccec3327 (diff) | |
download | elgg-736771dcea2a7ca82b90be27edf317dae3338489.tar.gz elgg-736771dcea2a7ca82b90be27edf317dae3338489.tar.bz2 |
Updating language files for new Walled Garden support.
git-svn-id: http://code.elgg.org/elgg/trunk@6048 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 83a7c5159..11ecfbdb6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -774,6 +774,13 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:debug:error' => 'Display only critical errors', 'installation:debug:warning' => 'Display errors and warnings', 'installation:debug:notice' => 'Log all errors, warnings and notices', + + // Walled Garden support + 'installation:registration:description' => 'User registration is enabled by default. Turn this off if you do not want new users to be able to register on their own.', + 'installation:registration:label' => 'Allow new users to register', + 'installation:walled_garden:description' => 'Enable the site to run as a Walled Garden. This will not allow non logged-in users to view any site pages other than those specifically marked as public.', + 'installation:walled_garden:label' => 'Restrict pages to logged-in users', + 'installation:httpslogin' => "Enable this to have user logins performed over HTTPS. You will need to have https enabled on your server for this to work.", 'installation:httpslogin:label' => "Enable HTTPS logins", 'installation:view' => "Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):", |