German: $strPdfDbSchema

This commit is contained in:
Alexander M. Turek
2002-05-29 13:30:37 +00:00
parent 5bb9aee33b
commit ec2bd9547a
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-05-27 Lo<4C>c Chapeaux <lolo@phpheaven.net>
2002-05-29 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: Translated $strPdfDbSchema.
2002-05-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* pdf_schema.php3; lang/*.inc.php3: beautified the generated page.
2002-05-27 Lo<4C>c Chapeaux <lolo@phpheaven.net>

View File

@@ -236,6 +236,7 @@ $strPartialText = 'gek
$strPassword = 'Kennwort';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordNotSame = 'Die eingegebenen Kennw<6E>rter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidPageNum = 'Undefinierte PDF-Seitennummer!';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
@@ -383,5 +384,4 @@ $strYes = 'Ja';
$strZip = '"Zip komprimiert"';
// To translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
?>