From d5e10ad6092855b774abd622b86e019dcedcde97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 17 Mar 2002 14:30:20 +0000 Subject: [PATCH] updated thanks to Alexander M. Turek --- ChangeLog | 1 + lang/german.inc.php3 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2dbd1e784..a93ad6eab 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ $Source$ on screen. * tbl_change.php3: patch from Thomas Bähr - tabindex order. + * german.inc.php3: updated thanks to Alexander M. Turek. 2002-03-16 Loïc Chapeaux * header.inc.php3, line 76; main.php3, lines 13-24; lang/*; diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 20097f764..31f7b791e 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -223,6 +223,7 @@ $strPassword = 'Kennwort'; $strPasswordEmpty = 'Es wurde kein Kennwort angegeben!'; $strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!'; $strPmaDocumentation = 'phpMyAdmin Dokumentation'; +$strPmaUriError = 'Das $cfgPmaAbsoluteUri-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!'; $strPHPVersion = 'PHP Version'; $strPos1 = 'Anfang'; $strPrevious = 'Vorherige'; @@ -347,5 +348,4 @@ $strYes = 'Ja'; $strZip = '"Zip komprimiert"'; // To translate -$strPmaUriError = 'The $cfgPmaAbsoluteUri directive MUST be set in your configuration file!'; ?>