diff --git a/ChangeLog b/ChangeLog index b8480c216..a1a8cb13e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-05-31 Alexander M. Turek + * lang/german.inc.php3: Small corrections. + 2002-05-30 Alexander M. Turek * lang/albanian.inc.php3: Updates, thanks again to Laurent Dhima . diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index cf3a398d4..b178ac94e 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -210,7 +210,7 @@ $strNoIndexPartsDefined = 'Keine Indizies definiert.'; $strNoModification = 'Keine Änderung'; $strNone = 'keine'; $strNoPassword = 'Kein Kennwort'; -$strNoPhp = 'ohne PHP Code'; +$strNoPhp = 'ohne PHP-Code'; $strNoPrivileges = 'Keine Rechte'; $strNoQuery = 'Kein SQL-Befehl!'; $strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!'; @@ -241,7 +241,7 @@ $strPdfInvalidPageNum = 'Undefinierte PDF-Seitennummer!'; $strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!'; $strPmaDocumentation = 'phpMyAdmin-Dokumentation'; $strPmaUriError = 'Das $cfg[\'PmaAbsoluteUri\']-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!'; -$strPhp = 'PHP Code erzeugen'; +$strPhp = 'PHP-Code erzeugen'; $strPHPVersion = 'PHP-Version'; $strPos1 = 'Anfang'; $strPrevious = 'Vorherige';