updated thanks to Alexander M. Turek
This commit is contained in:
parent
e894e9e8ad
commit
d5e10ad609
@ -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ïc Chapeaux <lolo@phpheaven.net>
|
||||
* header.inc.php3, line 76; main.php3, lines 13-24; lang/*;
|
||||
|
||||
@ -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 <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!';
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user