diff --git a/ChangeLog b/ChangeLog index 69fb6c6e4..df9a68b74 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-09-03 Michal Cihar + * lang/italian: Updated, thanks to Pietro Danesi (danone). + 2003-09-02 Alexander M. Turek * Documentation.html: - rewrote FAQ 1.17; diff --git a/lang/italian-iso-8859-1.inc.php3 b/lang/italian-iso-8859-1.inc.php3 index cebb37e20..020119e28 100644 --- a/lang/italian-iso-8859-1.inc.php3 +++ b/lang/italian-iso-8859-1.inc.php3 @@ -298,6 +298,8 @@ $strInsertTextfiles = 'Inserisci un file di testo nella tabella'; $strInsertedRowId = 'Inserito id riga:'; $strInsertedRows = 'Righe inserite:'; $strInstructions = 'Istruzioni'; +$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.'; +$strInternalRelations = 'Relazioni interne'; $strInvalidName = '"%s" è una parola riservata; non è possibile utilizzarla come nome di database/tabella/campo.'; $strJapanese = 'Giapponese'; @@ -313,6 +315,13 @@ $strKorean = 'Coreano'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'opzioni LaTeX'; $strLandscape = 'Orizzontale'; +$strLatexCaption = 'Sottotitolo della tabella'; +$strLatexContent = 'Contenuto della tabella __TABLE__'; +$strLatexContinued = '(continua)'; +$strLatexContinuedCaption = 'Sottotitolo della tabella continuato'; +$strLatexIncludeCaption = 'Includi sottotitolo della tabella'; +$strLatexLabel = 'Chiave etichetta'; +$strLatexStructure = 'Struttura della tabella __TABLE__'; $strLength = 'Lunghezza'; $strLengthSet = 'Lunghezza/Set*'; $strLimitNumRows = 'record per pagina'; @@ -436,6 +445,7 @@ $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)'; $strPrint = 'Stampa'; $strPrintView = 'Visualizza per stampa'; +$strPrintViewFull = 'Vista stampa (con full text)'; $strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.'; $strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.'; $strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.'; @@ -656,6 +666,7 @@ $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; $strUpdateProfile = 'Aggiorna profilo:'; $strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; $strUpdateQuery = 'Aggiorna Query'; +$strUpgradeMySQL = 'Si dovrebbe aggiornare MySQL alla versione %s o successiva.'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUseHostTable = 'Utilizza la Tabella dell\'Host'; @@ -699,16 +710,4 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate - -$strPrintViewFull = 'Print view (with full texts)'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php3 b/lang/italian-utf-8.inc.php3 index 7395ef737..2c22c56ec 100644 --- a/lang/italian-utf-8.inc.php3 +++ b/lang/italian-utf-8.inc.php3 @@ -299,6 +299,8 @@ $strInsertTextfiles = 'Inserisci un file di testo nella tabella'; $strInsertedRowId = 'Inserito id riga:'; $strInsertedRows = 'Righe inserite:'; $strInstructions = 'Istruzioni'; +$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.'; +$strInternalRelations = 'Relazioni interne'; $strInvalidName = '"%s" è una parola riservata; non è possibile utilizzarla come nome di database/tabella/campo.'; $strJapanese = 'Giapponese'; @@ -314,6 +316,13 @@ $strKorean = 'Coreano'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'opzioni LaTeX'; $strLandscape = 'Orizzontale'; +$strLatexCaption = 'Sottotitolo della tabella'; +$strLatexContent = 'Contenuto della tabella __TABLE__'; +$strLatexContinued = '(continua)'; +$strLatexContinuedCaption = 'Sottotitolo della tabella continuato'; +$strLatexIncludeCaption = 'Includi sottotitolo della tabella'; +$strLatexLabel = 'Chiave etichetta'; +$strLatexStructure = 'Struttura della tabella __TABLE__'; $strLength = 'Lunghezza'; $strLengthSet = 'Lunghezza/Set*'; $strLimitNumRows = 'record per pagina'; @@ -437,6 +446,7 @@ $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!'; $strPrimaryKeyWarning = '("PRIMARY" deve essere il nome di, e solo di, una chiave primaria!)'; $strPrint = 'Stampa'; $strPrintView = 'Visualizza per stampa'; +$strPrintViewFull = 'Vista stampa (con full text)'; $strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.'; $strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.'; $strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.'; @@ -657,6 +667,7 @@ $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; $strUpdateProfile = 'Aggiorna profilo:'; $strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; $strUpdateQuery = 'Aggiorna Query'; +$strUpgradeMySQL = 'Si dovrebbe aggiornare MySQL alla versione %s o successiva.'; $strUsage = 'Utilizzo'; $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi'; $strUseHostTable = 'Utilizza la Tabella dell\'Host'; @@ -700,16 +711,4 @@ $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate -$strInternalRelations = 'Internal relations'; //to translate -$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate -$strUpgradeMySQL = 'You should upgrade to MySQL %s or later.'; //to translate -$strLatexStructure = 'Structure of table __TABLE__';//to translate -$strLatexContinued = '(continued)';//to translate -$strLatexContent = 'Content of table __TABLE__';//to translate -$strLatexIncludeCaption = 'Include table caption';//to translate -$strLatexCaption = 'Table caption';//to translate -$strLatexLabel = 'Label key';//to translate -$strLatexContinuedCaption = 'Continued table caption';//to translate - -$strPrintViewFull = 'Print view (with full texts)'; //to translate ?>