(it) Updates

This commit is contained in:
Alexander M. Turek 2002-12-20 22:54:53 +00:00
parent f522e5626a
commit 9b0249d30d
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-12-20 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
2002-12-19 Michal Cihar <nijel@users.sourceforge.net>
* server_privileges.php3: Fixed undefined variable warning.
* lang/czech*: Updated.

View File

@ -294,6 +294,7 @@ $strPHPVersion = 'Versione PHP';
$strPageNumber = 'Numero pagina:';
$strPartialText = 'Testo parziale';
$strPassword = 'Password';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordNotSame = 'La password non coincide!';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
@ -516,5 +517,4 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
?>

View File

@ -295,6 +295,7 @@ $strPHPVersion = 'Versione PHP';
$strPageNumber = 'Numero pagina:';
$strPartialText = 'Testo parziale';
$strPassword = 'Password';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordNotSame = 'La password non coincide!';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
@ -517,5 +518,4 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
// To translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
?>