This commit is contained in:
Marc Delisle
2002-07-27 12:23:39 +00:00
parent 8d0a37276a
commit 1757b367e0
3 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-07-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian update, thanks to Pietro Danesi
* lang/*, fix a typo
2002-07-26 Robin Johnson <robbat2@users.sourceforge.net> 2002-07-26 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/sqlparser.lib.php3: * libraries/sqlparser.lib.php3:
- Fixed ANSI type string escaping - Fixed ANSI type string escaping

View File

@@ -260,6 +260,7 @@ $strPasswordNotSame = 'La password non coincide!';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s'; $strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidPageNum = 'Pagina del PDF non definita!'; $strPdfInvalidPageNum = 'Pagina del PDF non definita!';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPhp = 'Crea il codice PHP'; $strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP'; $strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin'; $strPmaDocumentation = 'Documentazione di phpMyAdmin';
@@ -409,7 +410,6 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate $strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate $strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate $strColComFeat = 'Displaying Column Comments'; //to translate

View File

@@ -261,6 +261,7 @@ $strPasswordNotSame = 'La password non coincide!';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s'; $strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidPageNum = 'Pagina del PDF non definita!'; $strPdfInvalidPageNum = 'Pagina del PDF non definita!';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPhp = 'Crea il codice PHP'; $strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP'; $strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin'; $strPmaDocumentation = 'Documentazione di phpMyAdmin';
@@ -410,7 +411,6 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strPdfNoTables = 'No tables'; //to translate
$strDisplayFeat = 'Display Features'; //to translate $strDisplayFeat = 'Display Features'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate $strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate $strColComFeat = 'Displaying Column Comments'; //to translate