aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-04 15:33:54 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-04 15:33:54 +0000
commit57a690c2f5bee32ec935730607c9d15b99577f63 (patch)
tree4a1a589156475014dd179e34f0b3fe68b5900a80 /languages
parent3dba742795426f871cae34539a95897cc186a923 (diff)
downloadelgg-57a690c2f5bee32ec935730607c9d15b99577f63.tar.gz
elgg-57a690c2f5bee32ec935730607c9d15b99577f63.tar.bz2
Refs #514: Memcache error messages
git-svn-id: https://code.elgg.org/elgg/trunk@2396 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index 951f833f8..d72639dea 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -160,6 +160,10 @@
'CronException:unknownperiod' => '%s is not a recognised period.',
'SecurityException:deletedisablecurrentsite' => 'You can not delete or disable the site you are currently viewing!',
+
+ 'memcache:notinstalled' => 'PHP memcache module not installed, you must install php5-memcache',
+ 'memcache:noservers' => 'No memcache servers defined, please populate the $CONFIG->memcache_servers variable',
+ 'memcache:versiontoolow' => 'Memcache needs at least version 2.0.0 to run, you are running %s',
/**
* API
*/