updated italian translation thanks to Pietro Danesi

This commit is contained in:
Loïc Chapeaux
2001-09-04 13:18:11 +00:00
parent 659fd4df79
commit 8be2dc8bc5
2 changed files with 26 additions and 23 deletions

View File

@@ -13,6 +13,8 @@ $Source$
improved font size definition. improved font size definition.
* tbl_replace.php3, lines 107-108: maybe fixed bugs #458324 - Editing * tbl_replace.php3, lines 107-108: maybe fixed bugs #458324 - Editing
fields and #457260 - update (LIMIT 1). fields and #457260 - update (LIMIT 1).
* lang/italian.inc.php3: updated thanks to
Pietro Danesi <danone at aruba.it>.
2001-09-03 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-09-03 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lang/czech-iso.inc.php3 & czech-win1250.inc.php3: updated thanks to * lang/czech-iso.inc.php3 & czech-win1250.inc.php3: updated thanks to

View File

@@ -1,6 +1,6 @@
<?php <?php
/* $Id$ */ /* $Id$ */
/* Alessandro Astarita <aleast@capri.it> 21 July 2001 */ /* Pietro Danesi <danone@aruba.it> 04.09.2001 */
$charset = 'iso-8859-1'; $charset = 'iso-8859-1';
$left_font_family = 'verdana, helvetica, arial, geneva, sans-serif'; $left_font_family = 'verdana, helvetica, arial, geneva, sans-serif';
@@ -20,6 +20,7 @@ $strAddPrivMessage = 'Hai aggiunto un nuovo privilegio.';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddUser = 'Aggiungi un nuovo utente'; $strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAffectedRows = 'Righe affette:';
$strAfter = 'Dopo'; $strAfter = 'Dopo';
$strAll = 'Tutti'; $strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per'; $strAlterOrderBy = 'Altera tabella ordinata per';
@@ -69,11 +70,13 @@ $strCriteria = 'Criterio';
$strData = 'Dati'; $strData = 'Dati';
$strDatabase = 'Database '; $strDatabase = 'Database ';
$strDatabases = 'database'; $strDatabases = 'database';
$strDatabasesStats = 'Statistiche dei databases';
$strDataOnly = 'Solo dati'; $strDataOnly = 'Solo dati';
$strDbEmpty = 'Il nome del database <20> vuoto!'; $strDbEmpty = 'Il nome del database <20> vuoto!';
$strDefault = 'Predefinito'; $strDefault = 'Predefinito';
$strDelete = 'Cancella'; $strDelete = 'Cancella';
$strDeleted = 'La riga <20> stata cancellata'; $strDeleted = 'La riga <20> stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteFailed = 'Cancellazione fallita!'; $strDeleteFailed = 'Cancellazione fallita!';
$strDeletePassword = 'Cancella Password'; $strDeletePassword = 'Cancella Password';
$strDeleteUserMessage = 'Hai cancellato l\'utente'; $strDeleteUserMessage = 'Hai cancellato l\'utente';
@@ -81,11 +84,13 @@ $strDelPassMessage = 'Hai cancellato la password per';
$strDescending = 'Decrescente'; $strDescending = 'Decrescente';
$strDisableMagicQuotes = '<b>Attenzione:</b> Hai l\'opzione \'magic_quotes_gpc\' abilitata nel file di configurazione di PHP. Questa versione di PhpMyAdmin non funziona correttamente con essa. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come disabilitarla.'; $strDisableMagicQuotes = '<b>Attenzione:</b> Hai l\'opzione \'magic_quotes_gpc\' abilitata nel file di configurazione di PHP. Questa versione di PhpMyAdmin non funziona correttamente con essa. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come disabilitarla.';
$strDisplay = 'Visualizza'; $strDisplay = 'Visualizza';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")'; $strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione'; $strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: '; $strDoYouReally = 'Confermi: ';
$strDrop = 'Elimina'; $strDrop = 'Elimina';
$strDropDB = 'Elimina database '; $strDropDB = 'Elimina database ';
$strDropTable = 'Elimina table';
$strDumpingData = 'Dump dei dati per la tabella'; $strDumpingData = 'Dump dei dati per la tabella';
$strDynamic = 'dinamico'; $strDynamic = 'dinamico';
@@ -100,12 +105,16 @@ $strEnd = 'Fine';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore'; $strError = 'Errore';
$strEscapedBy = 'con escape'; $strEscapedBy = 'con escape';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra'; $strExtra = 'Extra';
$strField = 'Campo'; $strField = 'Campo';
$strFields = 'Campi'; $strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi <20> vuoto! ';
$strFixed = 'fisso'; $strFixed = 'fisso';
$strFormat = 'Formato'; $strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFullText = 'Testi pieni';
$strFunction = 'Funzione'; $strFunction = 'Funzione';
$strGenTime = 'Generato il'; $strGenTime = 'Generato il';
@@ -128,9 +137,11 @@ $strIndex = 'Indice';
$strIndexes = 'Indici'; $strIndexes = 'Indici';
$strInsert = 'Inserisci'; $strInsert = 'Inserisci';
$strInsertAsNewRow = 'Inserisci come nuova riga'; $strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRows = 'Righe inserite:';
$strInsertIntoTable = 'Inserisci nella tabella'; $strInsertIntoTable = 'Inserisci nella tabella';
$strInsertNewRow = 'Inserisci una nuova riga'; $strInsertNewRow = 'Inserisci una nuova riga';
$strInsertTextfiles = 'Inserisci un file di testo nella tabella'; $strInsertTextfiles = 'Inserisci un file di testo nella tabella';
$strInstructions = 'Istruzioni';
$strInUse = 'in uso'; $strInUse = 'in uso';
$strKeyname = 'Nome chiave'; $strKeyname = 'Nome chiave';
@@ -157,6 +168,9 @@ $strName = 'Nome';
$strNbRecords = 'n. di record'; $strNbRecords = 'n. di record';
$strNext = 'Prossimo'; $strNext = 'Prossimo';
$strNo = ' No '; $strNo = ' No ';
$strNoDatabases = 'Nessun database';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoModification = 'Nessun cambiamento';
$strNoPassword = 'Nessuna Password'; $strNoPassword = 'Nessuna Password';
$strNoPrivileges = 'Nessun Privilegio'; $strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!'; $strNoRights = 'Non hai i permessi per effettuare questa operazione!';
@@ -175,10 +189,12 @@ $strOptionally = 'OPZIONALE';
$strOr = 'O'; $strOr = 'O';
$strOverhead = 'Overhead'; // To translate $strOverhead = 'Overhead'; // To translate
$strPartialText = 'Testi parziali';
$strPassword = 'Password'; $strPassword = 'Password';
$strPasswordEmpty = 'La password <20> vuota!'; $strPasswordEmpty = 'La password <20> vuota!';
$strPasswordNotSame = 'La password non coincide!'; $strPasswordNotSame = 'La password non coincide!';
$strPHPVersion = 'Versione PHP'; $strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPos1 = 'Inizio'; $strPos1 = 'Inizio';
$strPrevious = 'Precedente'; $strPrevious = 'Precedente';
$strPrimary = 'Primaria'; $strPrimary = 'Primaria';
@@ -192,6 +208,7 @@ $strProperties = 'Propriet
$strQBE = 'Query da esempio'; $strQBE = 'Query da esempio';
$strQBEDel = 'Cancella'; $strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi'; $strQBEIns = 'Aggiungi';
$strQueryOnDb = 'SQL-query sul database ';
$strReadTheDocs = 'Leggere la docomentazione'; $strReadTheDocs = 'Leggere la docomentazione';
$strRecords = 'Record'; $strRecords = 'Record';
@@ -225,9 +242,12 @@ $strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query'; $strSelectNumRows = 'nella query';
$strSend = 'Invia'; $strSend = 'Invia';
$strSequence = 'Sequenza'; $strSequence = 'Sequenza';
$strServerChoice = 'Scelta del server';
$strServerVersion = 'Versione MySQL'; $strServerVersion = 'Versione MySQL';
$strSetEnumVal = 'Se il tipo di campo <20> "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Mostra'; $strShow = 'Mostra';
$strShowingRecords = 'Visualizzazione record '; $strShowingRecords = 'Visualizzazione record ';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowThisQuery = 'Mostra questa query di nuovo'; $strShowThisQuery = 'Mostra questa query di nuovo';
$strSingly = '(singolarmente)'; $strSingly = '(singolarmente)';
$strSize = 'Dimensione'; $strSize = 'Dimensione';
@@ -238,6 +258,7 @@ $strStatement = 'Istruzioni';
$strStrucCSV = 'dati CSV'; $strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati'; $strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi \'drop table\''; $strStrucDrop = 'Aggiungi \'drop table\'';
$strStrucExcelCSV = 'CSV per dati Ms Excel';
$strStrucOnly = 'Solo struttura'; $strStrucOnly = 'Solo struttura';
$strSubmit = 'Invia'; $strSubmit = 'Invia';
$strSuccess = 'La query <20> stata eseguita con successo'; $strSuccess = 'La query <20> stata eseguita con successo';
@@ -247,6 +268,7 @@ $strTable = 'tabella ';
$strTableComments = 'Commenti sulla tabella'; $strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella <20> vuoto!'; $strTableEmpty = 'Il nome della tabella <20> vuoto!';
$strTableMaintenance = 'Amministrazione tabella'; $strTableMaintenance = 'Amministrazione tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella'; $strTableStructure = 'Struttura della tabella';
$strTableType = 'Tipo tabella'; $strTableType = 'Tipo tabella';
$strTerminatedBy = 'terminati da'; $strTerminatedBy = 'terminati da';
@@ -264,6 +286,7 @@ $strUpdatePassword = 'Aggiorna Password';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per'; $strUpdatePrivMessage = 'Hai aggiornato i permessi per';
$strUpdateQuery = 'Aggiorna Query'; $strUpdateQuery = 'Aggiorna Query';
$strUsage = 'Utilizzo'; $strUsage = 'Utilizzo';
$strUseBackquotes = 'Usate i backquotes con i nomi delle tabelle e dei campi';
$strUser = 'Utente'; $strUser = 'Utente';
$strUserEmpty = 'Il nome utente <20> vuoto!'; $strUserEmpty = 'Il nome utente <20> vuoto!';
$strUserName = 'Nome utente'; $strUserName = 'Nome utente';
@@ -280,28 +303,6 @@ $strWrongUser = 'Nome utente o password errati. Accesso negato.';
$strYes = ' Si '; $strYes = ' Si ';
// To translate // To translate
$strAffectedRows = 'Affected rows:';
$strDatabasesStats = 'Databases statistics';//to translate
$strDeletedRows = 'Deleted rows:';
$strDisplayOrder = 'Display order:';
$strDropTable = 'Drop table';
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFormEmpty = 'Missing value in the form !';
$strInsertedRows = 'Inserted rows:';
$strInstructions = 'Instructions';//to translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate $strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strNoDatabases = 'No databases';
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.';
$strNoModification = 'No change'; // To translate
$strQueryOnDb = 'SQL-query on database ';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowPHPInfo = 'Show PHP information'; // To translate
$strStrucExcelCSV = 'CSV for Ms Excel data';
$strTables = '%s table(s)'; //to translate
$strUseBackquotes = 'Use backquotes with tables and fields\' names';
$strServerChoice = 'Server Choice';//to translate
$strPmaDocumentation = 'phpMyAdmin Documentation';//to translate
$strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';//to translate
$strWithChecked = 'With checked:'; $strWithChecked = 'With checked:';
?> ?>