summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-24 19:58:29 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-24 19:58:29 +0200
commit7f41344085d6bab6b602773f09c85534c9ad36cf (patch)
tree99305817e4bee3671ac6b42fdc1768e4f84fea90 /inc
parent17076c2ad03d6de87b6c8f2ed3d6fcecb99ecf5b (diff)
downloadrpg-7f41344085d6bab6b602773f09c85534c9ad36cf.tar.gz
rpg-7f41344085d6bab6b602773f09c85534c9ad36cf.tar.bz2
check mbstring function overloading in installer. closes #736
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/en/lang.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 592289185..203c206a8 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -307,6 +307,7 @@ $lang['i_modified'] = 'For security reasons this script will only wor
<a href="http://dokuwiki.org/install">Dokuwiki installation instructions</a>';
$lang['i_funcna'] = 'PHP function <code>%s</code> is not available. Maybe your hosting provider disabled it for some reason?';
$lang['i_phpver'] = 'Your PHP version <code>%s</code> is lower than the needed <code>%s</code>. You need to upgrade your PHP install.';
+$lang['i_mbfuncoverload'] = 'mbstring.func_overload must be disabled in php.ini to run DokuWiki.';
$lang['i_permfail'] = '<code>%s</code> is not writable by DokuWiki. You need to fix the permission settings of this directory!';
$lang['i_confexists'] = '<code>%s</code> already exists';
$lang['i_writeerr'] = 'Unable to create <code>%s</code>. You will need to check directory/file permissions and create the file manually.';