This commit is contained in:
Alexander M. Turek
2002-05-29 20:43:04 +00:00
parent ec2bd9547a
commit bc93ec0536
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2002-05-29 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: Translated $strPdfDbSchema.
* lang/italian.inc.php3: Updates, thanks again to
Pietro Danesi <danone@users.sourceforge.net>.
2002-05-28 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* pdf_schema.php3; lang/*.inc.php3: beautified the generated page.

View File

@@ -242,6 +242,7 @@ $strPartialText = 'Testo parziale';
$strPassword = 'Password';
$strPasswordEmpty = 'La password <20> vuota!';
$strPasswordNotSame = 'La password non coincide!';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidPageNum = 'Pagina del PDF non definita!';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPhp = 'Crea il codice PHP';
@@ -389,5 +390,6 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
?>