updates
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
<?php
|
||||
/* $Id$ */
|
||||
/* Alessandro Astarita <aleast@capri.it> 21 July 2001 */
|
||||
|
||||
$charset = "iso-8859-1";
|
||||
$left_font_family = "verdana, helvetica, arial, geneva, sans-serif";
|
||||
$right_font_family = "helvetica, arial, geneva, sans-serif";
|
||||
$number_thousands_separator = ",";
|
||||
$number_decimal_separator = ".";
|
||||
$number_thousands_separator = ".";
|
||||
$number_decimal_separator = ",";
|
||||
$byteUnits = array("Bytes", "KB", "MB", "GB");
|
||||
|
||||
$strAccessDenied = "Accesso negato";
|
||||
@@ -20,7 +21,7 @@ $strAddUser = "Aggiungi un nuovo utente";
|
||||
$strAddUserMessage = "Hai aggiunto un nuovo utente.";
|
||||
$strAfter = "Dopo";
|
||||
$strAll = "Tutti";
|
||||
$strAlterOrderBy = "Alter table order by"; //to translate
|
||||
$strAlterOrderBy = "Altera tabella ordinata per";
|
||||
$strAnalyzeTable = "Analizza tabella";
|
||||
$strAnd = ""; //to translate, but its not in use ...
|
||||
$strAnIndex = "E' stato aggiunto un indice per ";
|
||||
@@ -38,15 +39,15 @@ $strAttr = "Attributi";
|
||||
|
||||
$strBack = "Indietro";
|
||||
$strBookmarkLabel = "Label"; //to translate
|
||||
$strBookmarkQuery = "Bookmarked SQL-query"; //to translate
|
||||
$strBookmarkThis = "Bookmark this SQL-query"; //to translate
|
||||
$strBookmarkView = "View only"; //to translate
|
||||
$strBookmarkQuery = "Query SQL aggiunte ai preferiti";
|
||||
$strBookmarkThis = "Aggiungi ai preferiti questa query SQL";
|
||||
$strBookmarkView = "Visualizza solo";
|
||||
$strBrowse = "Mostra";
|
||||
|
||||
$strCantLoadMySQL = "cannot load MySQL extension,<br>please check PHP Configuration."; //to translate
|
||||
$strCantLoadMySQL = "impossibile caricare l'estensione MySQL,<br>controlla la configurazione di PHP.";
|
||||
$strCarriage = "Ritorno carrello: \\r";
|
||||
$strChange = "Modifica";
|
||||
$strCheckAll = "Check All";
|
||||
$strCheckAll = "Seleziona tutti";
|
||||
$strCheckDbPriv = "Controlla i privilegi del database";
|
||||
$strCheckTable = "Controlla tabella";
|
||||
$strColumn = "Colonna";
|
||||
@@ -54,14 +55,14 @@ $strColumnEmpty = "Il nome della colonna
|
||||
$strColumnNames = "Nomi delle colonne";
|
||||
$strCompleteInserts = "Inserimenti completi";
|
||||
$strConfirm = "Sicuro di volerlo fare?";
|
||||
$strCopyTable = "Copia la tabella su:";
|
||||
$strCopyTable = "Copia la tabella su";
|
||||
$strCopyTableOK = "La tabella \$table <20> stata copiata su \$new_name.";
|
||||
$strCreate = "Crea";
|
||||
$strCreateNewDatabase = "Crea un nuovo database";
|
||||
$strCreateNewTable = "Crea una nuova tabella nel database ";
|
||||
$strCriteria = ""; //to translate, but its not in use ...
|
||||
|
||||
$strData = "Data"; //to translate
|
||||
$strData = "Dati";
|
||||
$strDatabase = "Database ";
|
||||
$strDatabases = "database";
|
||||
$strDataOnly = "Solo dati";
|
||||
@@ -74,7 +75,7 @@ $strDeletePassword = "Cancella Password";
|
||||
$strDeleteUserMessage = "Hai cancellato l'utente";
|
||||
$strDelPassMessage = "Hai cancellato la password per";
|
||||
$strDescending = ""; //to translate, but its not in use ...
|
||||
$strDisableMagicQuotes = "<b>Warning:</b> You have enabled magic_quotes_gpc in your PHP configuration. This version of PhpMyAdmin cannot work properly with it. Please have a look at the configuration section of the PHP manual for information on how to disable it."; //to translate
|
||||
$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";
|
||||
$strDoAQuery = "Esegui \"query da esempio\" (carattere jolly: \"%\")";
|
||||
$strDocu = "Documentazione";
|
||||
@@ -82,14 +83,14 @@ $strDoYouReally = "Confermi: ";
|
||||
$strDrop = "Elimina";
|
||||
$strDropDB = "Elimina database ";
|
||||
$strDumpingData = "Dump dei dati per la tabella";
|
||||
$strDynamic = "dynamic"; //to translate
|
||||
$strDynamic = "dinamico";
|
||||
|
||||
$strEdit = "Modifica";
|
||||
$strEditPrivileges = "Modifica Privilegi";
|
||||
$strEffective = "Effective"; //to translate
|
||||
$strEffective = "Effettivo";
|
||||
$strEmpty = "Svuota";
|
||||
$strEmptyResultSet = "MySQL ha restituito un insieme vuoto (i.e. zero righe).";
|
||||
$strEnableMagicQuotes = "<b>Attenzione:</b> Non hai abilitato l'opzione 'magic_quotes_gpc' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come abilitare tale opzione.";
|
||||
$strEnableMagicQuotes = "<b>Attenzione:</b> Non hai abilitato l'opzione 'magic_quotes_gpc' nella configurazione del PHP. PhpMyAdmin ne ha bisogno per funzionare correttamente. Fai riferimento alla sezione relativa alla configurazione del manuale PHP per informazioni su come abilitala.";
|
||||
$strEnclosedBy = "delimitati da";
|
||||
$strEnd = "Fine";
|
||||
$strError = "Errore";
|
||||
@@ -99,7 +100,7 @@ $strExtra = "Extra";
|
||||
$strField = "Campo";
|
||||
$strFields = "Campi";
|
||||
$strFixed = "fixed"; //to translate
|
||||
$strFormat = "Format"; //to translate
|
||||
$strFormat = "Formato";
|
||||
$strFunction = "Funzione";
|
||||
|
||||
$strGenTime = "Generation Time"; //to translate
|
||||
@@ -112,22 +113,22 @@ $strHasBeenDropped = "
|
||||
$strHasBeenEmptied = "<EFBFBD> stato svuotato.";
|
||||
$strHome = "Home";
|
||||
$strHomepageOfficial = "Home page ufficiale di phpMyAdmin";
|
||||
$strHomepageSourceforge = "Nuova home page di phpMyAdmin (non ufficiale)";
|
||||
$strHomepageSourceforge = "Home page di phpMyAdmin su sourceforge.net";
|
||||
$strHost = "Host";
|
||||
$strHostEmpty = "Il nome di host <20> vuoto!";
|
||||
|
||||
$strIfYouWish = "Per caricare i dati solo per alcune colonne della tabella, specificare la lista dei campi (separati da virgole).";
|
||||
$strIndex = "Indice";
|
||||
$strIndexes = "Indexes"; //to translate
|
||||
$strIndexes = "Indici";
|
||||
$strInsert = "Inserisci";
|
||||
$strInsertAsNewRow = "Inserisci una nuova riga";
|
||||
$strInsertAsNewRow = "Inserisci come nuova riga";
|
||||
$strInsertIntoTable = "Inserisci nella tabella";
|
||||
$strInsertNewRow = "Inserisci una nuova riga";
|
||||
$strInsertTextfiles = "Inserisci un file di testo nella tabella";
|
||||
$strInUse = "in use"; //to translate
|
||||
$strInUse = "in uso";
|
||||
|
||||
$strKeyname = "Nome della chiave";
|
||||
$strKill = "Kill"; //to translate
|
||||
$strKeyname = "Nome chiave";
|
||||
$strKill = "Uccidi";
|
||||
|
||||
$strLength = "Lunghezza";
|
||||
$strLengthSet = "Lunghezza/Set";
|
||||
@@ -142,20 +143,20 @@ $strModifications = "Le modifiche sono state salvate";
|
||||
$strModify = ""; //to translate, but its not in use ...
|
||||
$strMySQLReloaded = "MySQL riavviato.";
|
||||
$strMySQLSaid = "Messaggio di MySQL: ";
|
||||
$strMySQLShowProcess = "Visualizza processi";
|
||||
$strMySQLShowStatus = "Visualizza le informazioni di runtime di MySQL";
|
||||
$strMySQLShowVars = "Visualizza le variabili di sistema di MySQL";
|
||||
$strMySQLShowProcess = "Visualizza processi in esecuzione";
|
||||
$strMySQLShowStatus = "Visualizza informazioni di runtime di MySQL";
|
||||
$strMySQLShowVars = "Visualizza variabili di sistema di MySQL";
|
||||
|
||||
$strName = "Nome";
|
||||
$strNext = "Prossimo";
|
||||
$strNo = "No";
|
||||
$strNo = " No ";
|
||||
$strNoPassword = "Nessuna Password";
|
||||
$strNoPrivileges = "Nessun Privilegio";
|
||||
$strNoRights = "Non hai i permessi per effettuare questa operazione!";
|
||||
$strNoTablesFound = "Non ci sono tabelle nel database.";
|
||||
$strNoUsersFound = "Nessun utente trovato.";
|
||||
$strNull = "Null";
|
||||
$strNumberIndexes = " Number of advanced indexes "; //to translate
|
||||
$strNumberIndexes = "Numero di indici avanzati";
|
||||
|
||||
$strOftenQuotation = "In genere da doppi apici (virgolette). OPZIONALE indica che solo i campi <I>char</I> e <I>varchar</I> devono essere delimitati dal carattere indicato.";
|
||||
$strOptimizeTable = "Ottimizza tabella";
|
||||
@@ -167,13 +168,13 @@ $strOverhead = "Overhead"; //to translate
|
||||
$strPassword = "Password";
|
||||
$strPasswordEmpty = "La password <20> vuota!";
|
||||
$strPasswordNotSame = "La password non coincide!";
|
||||
$strPHPVersion = "PHP Version"; //to translate
|
||||
$strPHPVersion = "Versione PHP";
|
||||
$strPos1 = "Inizio";
|
||||
$strPrevious = "Precedente";
|
||||
$strPrimary = "Primaria";
|
||||
$strPrimaryKey = "Chiave primaria";
|
||||
$strPrinterFriendly = "Visulizzazione <I>per stampa</I> della tabella precedente";
|
||||
$strPrintView = "Visualizzazione per stampa";
|
||||
$strPrintView = "Visualizza per stampa";
|
||||
$strPrivileges = "Privilegi";
|
||||
$strProducedAnError = "ha causato un errore.";
|
||||
$strProperties = "Propriet<EFBFBD>";
|
||||
@@ -197,10 +198,10 @@ $strRevokeGrant = "Revoca permessi";
|
||||
$strRevokeGrantMessage = "Hai revocato i privilegi di permesso per";
|
||||
$strRevokeMessage = "Hai revocato i privilegi per";
|
||||
$strRevokePriv = "Revoca privilegi";
|
||||
$strRowLength = "Row length"; //to translate
|
||||
$strRows = "Rows"; //to translate
|
||||
$strRowLength = "Lunghezza riga";
|
||||
$strRows = "Righe";
|
||||
$strRowsFrom = "righe a partire da";
|
||||
$strRowsStatistic = "Row Statistic"; //to translate
|
||||
$strRowsStatistic = "Statistiche righe";
|
||||
$strRunning = "in esecuzione su ";
|
||||
$strRunQuery = ""; //to translate, but its not in use ...
|
||||
$strRunSQLQuery = "Esegui una/pi<70> query SQL sul database ";
|
||||
@@ -211,22 +212,22 @@ $strSelectFields = "Seleziona campi (almeno uno):";
|
||||
$strSelectNumRows = "nella query";
|
||||
$strSend = "Invia";
|
||||
$strSequence = "Sequenza";
|
||||
$strServerVersion = "Server version"; //to translate
|
||||
$strServerVersion = "Versione del server";
|
||||
$strShow = "Mostra";
|
||||
$strShowingRecords = "Visualizzazione record ";
|
||||
$strSingly = "(singly)"; //to translate
|
||||
$strSize = "Size"; //to translate
|
||||
$strSingly = "(singolarmente)";
|
||||
$strSize = "Dimensione";
|
||||
$strSort = ""; //to translate, but its not in use ...
|
||||
$strSpaceUsage = "Space usage"; //to translate
|
||||
$strSpaceUsage = "Spazio utilizzato";
|
||||
$strSQLQuery = "query SQL";
|
||||
$strStatement = "Statements"; //to translate
|
||||
$strStatement = "Istruzioni";
|
||||
$strStrucCSV = "dati CSV";
|
||||
$strStrucData = "Struttura e dati";
|
||||
$strStrucDrop = "Aggiungi 'drop table'";
|
||||
$strStrucOnly = "Solo struttura";
|
||||
$strSubmit = "Invia";
|
||||
$strSuccess = "La query <20> stata eseguita con successo";
|
||||
$strSum = "Sum"; //to translate
|
||||
$strSum = "Totali";
|
||||
|
||||
$strTable = "tabella ";
|
||||
$strTableComments = "Commenti sulla tabella";
|
||||
@@ -235,20 +236,20 @@ $strTableMaintenance = "Amministrazione tabella";
|
||||
$strTableStructure = "Struttura della tabella";
|
||||
$strTableType = "Tipo tabella";
|
||||
$strTerminatedBy = "terminati da";
|
||||
$strTextAreaLength = " Because of its length,<br> this field might not be editable "; //to translate
|
||||
$strTextAreaLength = " A causa della sua lunghezza,<br> questo campo non pu<70> essere modificato ";
|
||||
$strTheContent = "Il contenuto del file <20> stato inserito.";
|
||||
$strTheContents = "Il contenuto del file sostituisce le righe della tabella con la stessa chiave primaria o chiave unica.";
|
||||
$strTheTerminator = "Il carattere terminatore dei campi.";
|
||||
$strTotal = "Totale";
|
||||
$strTotal = "Totali";
|
||||
$strType = "Tipo";
|
||||
|
||||
$strUncheckAll = "Uncheck All"; //to translate
|
||||
$strUncheckAll = "Deseleziona tutti";
|
||||
$strUnique = "Unica";
|
||||
$strUpdatePassMessage = "Hai aggiornato la password per";
|
||||
$strUpdatePassword = "Aggiorna Password";
|
||||
$strUpdatePrivMessage = "Hai aggiornato i permessi per";
|
||||
$strUpdateQuery = ""; //to translate, but its not in use ...
|
||||
$strUsage = "Usage"; //to translate
|
||||
$strUsage = "Utilizzo";
|
||||
$strUser = "Utente";
|
||||
$strUserEmpty = "Il nome utente <20> vuoto!";
|
||||
$strUserName = "Nome utente";
|
||||
@@ -266,17 +267,17 @@ $strYes = " Si ";
|
||||
|
||||
// automatic generated by langxlorer.php (June 27, 2001, 6:53 pm)
|
||||
// V0.11 - experimental (Steve Alberty - alberty@neptunlabs.de)
|
||||
$strBinary=" Binary "; //to translate
|
||||
$strBinaryDoNotEdit=" Binary - do not edit "; //to translate
|
||||
$strEnglishPrivileges=" Note: MySQL privilege names are expressed in English "; //to translate
|
||||
$strNotNumber = "This is not a number!"; //to translate
|
||||
$strNotValidNumber = " is not a valid row number!"; //to translate
|
||||
$strBinary = "Binario"; //to translate
|
||||
$strBinaryDoNotEdit = "Binario - non modificare";
|
||||
$strEnglishPrivileges = "Nota: i nomi dei privilegi di MySQL sono in Inglese";
|
||||
$strNotNumber = "Questo non <20> un numero!";
|
||||
$strNotValidNumber = " non <20> una riga valida!";
|
||||
|
||||
// export Zip (July 07, 2001, 19:48am)
|
||||
$strBzip = "\"bzipped\"";
|
||||
$strGzip = "\"gzipped\""; //to translate
|
||||
$strOffSet = "Offset";
|
||||
$strNbRecords = "No. Of records";
|
||||
$strRowSize=" Row size "; //to translate
|
||||
$strShowThisQuery=" Show this query here again "; //to translate
|
||||
?>
|
||||
$strOffSet = "Spiazzamento";
|
||||
$strNbRecords = "n. di record";
|
||||
$strRowSize = "Dimensione riga";
|
||||
$strShowThisQuery = "Mostra questa query di nuovo";
|
||||
?>
|
Reference in New Issue
Block a user