German translation updated thanks to Alexander M. Turek

This commit is contained in:
Loïc Chapeaux
2002-03-09 16:30:56 +00:00
parent d70056c781
commit c524e4680c
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
main.php3; user_password.php3 (new script); lang/*;
libraries/user_details.js: patch #525250 - Added 'Change Password' to
phpMyAdmin, thanks to Taco Scargo <tscargo at users.sourceforge.net>.
* lang/german.inc.php3: updated thanks to Alexander M. Turek.
2002-03-08 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html: little changes (<tt> is for code, <i> for pathes,

View File

@@ -64,6 +64,7 @@ $strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCardinality = 'Kardinalit<69>t';
$strCarriage = 'Wagenr<6E>cklauf \\r';
$strChange = '<27>ndern';
$strChangePassword = 'Kennwort <20>ndern';
$strCheckAll = 'Alle ausw<73>hlen';
$strCheckDbPriv = 'Rechte einer Datenbank pr<70>fen';
$strCheckTable = '<27>berpr<70>fe Tabelle';
@@ -346,5 +347,4 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strChangePassword = 'Change password';
?>