aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorkevinjardine <kevinjardine@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 21:29:14 +0000
committerkevinjardine <kevinjardine@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 21:29:14 +0000
commit0139841a1c0836f738fe0917ad09d84e356b68ea (patch)
treeaa9d7bb53e90b9e5a80cfaa4d96f83a556268557 /languages
parent592d51e94bd7071e9b75c069ff91da311ec001ff (diff)
downloadelgg-0139841a1c0836f738fe0917ad09d84e356b68ea.tar.gz
elgg-0139841a1c0836f738fe0917ad09d84e356b68ea.tar.bz2
Added the ability to turn simplecache on and off.
git-svn-id: https://code.elgg.org/elgg/trunk@2908 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 62de6f1dd..2a7be9a81 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -774,7 +774,10 @@ 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: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",
+
'upgrading' => 'Upgrading',
'upgrade:db' => 'Your database was upgraded.',
'upgrade:core' => 'Your elgg installation was upgraded',