diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 10:29:43 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-23 10:29:43 +0000 |
commit | abf321f2fb25d1750c96a67807bcda84a63ba497 (patch) | |
tree | b5adddfd4456b707a35b8c35acb3782ecfe5bce0 /languages/en.php | |
parent | ba23d8e106d4652e229d1839ec2dd13cf4daaad9 (diff) | |
download | elgg-abf321f2fb25d1750c96a67807bcda84a63ba497.tar.gz elgg-abf321f2fb25d1750c96a67807bcda84a63ba497.tar.bz2 |
Added site default access permissions. Refs #744
git-svn-id: https://code.elgg.org/elgg/trunk@2885 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 09da1d9c3..62de6f1dd 100644 --- a/languages/en.php +++ b/languages/en.php @@ -495,6 +495,7 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'admin:site:description' => "This admin panel allows you to control global settings for your site. Choose an option below to get started.",
'admin:site:opt:linktext' => "Configure site...",
'admin:site:opt:description' => "Configure the site technical and non-technical settings. ",
+ 'admin:site:access:warning' => "Changing the access setting only affects the permissions on content created in the future.",
'admin:plugins' => "Tool Administration",
'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.",
@@ -759,6 +760,7 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:path' => "The full path to your site root on your disk, followed by a trailing slash:",
'installation:dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:",
'installation:dataroot:warning' => "You must create this directory manually. It should sit in a different directory to your Elgg installation.",
+ 'installation:sitepermissions' => "The default access permissions:",
'installation:language' => "The default language for your site:",
'installation:debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:",
'installation:debug:label' => "Turn on debug mode",
|