diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 4 |
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 */ |