summaryrefslogtreecommitdiff
path: root/inc/lang/en/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-11-05 21:44:20 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-11-05 21:44:20 +0100
commit3afe5d1c3420a012163ab6794ff63f68acf37c5e (patch)
treea1256531cd9ccd8c419a0b33100418010a84e141 /inc/lang/en/lang.php
parent6b06b65228c9fbd6e8e45658458b14a0e8c2cdfc (diff)
downloadrpg-3afe5d1c3420a012163ab6794ff63f68acf37c5e.tar.gz
rpg-3afe5d1c3420a012163ab6794ff63f68acf37c5e.tar.bz2
PHP version check in the installer
darcs-hash:20061105204420-7ad00-2b80d8ceb37b48ccdaa10545ea6fb9bddb58529b.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-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 924c4c8d3..2a28b720a 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -206,6 +206,7 @@ $lang['i_modified'] = 'For security reasons this script will only work with a
You should either re-extract the files from the downloaded package or consult the complete
<a href="http://wiki.splitbrain.org/wiki: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_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.';