From 3afe5d1c3420a012163ab6794ff63f68acf37c5e Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 5 Nov 2006 21:44:20 +0100 Subject: PHP version check in the installer darcs-hash:20061105204420-7ad00-2b80d8ceb37b48ccdaa10545ea6fb9bddb58529b.gz --- inc/lang/de/lang.php | 1 + inc/lang/en/lang.php | 1 + 2 files changed, 2 insertions(+) (limited to 'inc/lang') diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 61fa8f5b8..58ca0c8dc 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -211,6 +211,7 @@ $lang['i_modified'] = 'Aus Sicherheitsgründen arbeitet dieses Script nur mit Sie sollten entweder alle Dateien noch einmal frisch installieren oder die Dokuwiki-Installationsanleitung konsultieren.'; $lang['i_funcna'] = 'Die PHP Funktion %s ist nicht verfügbar. Unter Umständen wurde sie von Ihrem Hoster deaktiviert?'; +$lang['i_phpver'] = 'Ihre PHP version %s ist niedriger als die benötigte Version %s. Bitte aktualisieren Sie Ihre PHP Installation.'; $lang['i_permfail'] = '%s ist nicht durch DokuWiki beschreibbar. Sie müssen die Berechtigungen dieses Ordners ändern!'; $lang['i_confexists'] = '%s existiert bereits'; $lang['i_writeerr'] = '%s kontte nicht erzeugt werden. Sie sollten die Verzeichnis/Datei-Rechte überprüfen und die Datei manuell anlegen.'; 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 Dokuwiki installation instructions'; $lang['i_funcna'] = 'PHP function %s is not available. Maybe your hosting provider disabled it for some reason?'; +$lang['i_phpver'] = 'Your PHP version %s is lower than the needed %s. You need to upgrade your PHP install.'; $lang['i_permfail'] = '%s is not writable by DokuWiki. You need to fix the permission settings of this directory!'; $lang['i_confexists'] = '%s already exists'; $lang['i_writeerr'] = 'Unable to create %s. You will need to check directory/file permissions and create the file manually.'; -- cgit v1.2.3