updated thanks to Alexander M. Turek

This commit is contained in:
Loïc Chapeaux
2002-03-17 14:30:20 +00:00
parent e894e9e8ad
commit d5e10ad609
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
on screen.
* tbl_change.php3: patch from Thomas B<>hr <baehr at glaswald.de> - tabindex
order.
* german.inc.php3: updated thanks to Alexander M. Turek.
2002-03-16 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* header.inc.php3, line 76; main.php3, lines 13-24; lang/*;

View File

@@ -223,6 +223,7 @@ $strPassword = 'Kennwort';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordNotSame = 'Die eingegebenen Kennw<6E>rter sind nicht identisch!';
$strPmaDocumentation = 'phpMyAdmin Dokumentation';
$strPmaUriError = 'Das <tt>$cfgPmaAbsoluteUri</tt>-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 <tt>$cfgPmaAbsoluteUri</tt> directive MUST be set in your configuration file!';
?>