(it) Updates
This commit is contained in:
parent
f522e5626a
commit
9b0249d30d
@ -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.
|
||||
|
||||
@ -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
|
||||
?>
|
||||
|
||||
@ -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
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user