diff options
author | kevinjardine <kevinjardine@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 13:02:54 +0000 |
---|---|---|
committer | kevinjardine <kevinjardine@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 13:02:54 +0000 |
commit | 8eb953ffe12d9d55e9f6c3e6c10e1d19e8477325 (patch) | |
tree | e6a69cc7ae810e4253d97a5bf48ca0c86ba32803 /languages | |
parent | 6336f2176cf12e195248a96118d5513d79fc652c (diff) | |
download | elgg-8eb953ffe12d9d55e9f6c3e6c10e1d19e8477325.tar.gz elgg-8eb953ffe12d9d55e9f6c3e6c10e1d19e8477325.tar.bz2 |
Introduces user default access.
git-svn-id: https://code.elgg.org/elgg/trunk@2943 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 2a7be9a81..05b27c802 100644 --- a/languages/en.php +++ b/languages/en.php @@ -774,6 +774,9 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:disableapi' => "The RESTful API is a flexible and extensible interface that enables applications to use certain Elgg features remotely.",
'installation:disableapi:label' => "Enable the RESTful API",
+
+ 'installation:allow_user_default_access:description' => "If checked, individual users will be allowed to set their own default access level that can over-ride the system default access level.",
+ 'installation:allow_user_default_access:label' => "Allow user default access",
'installation:simplecache:description' => "The simple cache increases performance by caching static content including some CSS and JavaScript files. Normally you will want this on.",
'installation:simplecache:label' => "Use simple cache",
@@ -825,6 +828,14 @@ If you requested this click on the link below, otherwise ignore this email. %s
",
+ /**
+ * user default access
+ */
+
+ 'default_access:settings' => "Your default access level",
+ 'default_access:label' => "Default access",
+ 'user:default_access:success' => "Your new default access level was saved.",
+ 'user:default_access:failure' => "Your new default access level could not be saved.",
/**
* XML-RPC
|