2002-03-29 * Revised by: "DPhantom" 2002-04-16 */ $charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; $right_font_family = 'arial, helvetica, geneva, sans-serif'; $number_thousands_separator = '.'; $number_decimal_separator = ','; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days $month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months // See http://www.php.net/manual/en/function.strftime.php to define the // variable below $datefmt = '%d %B, %Y at %I:%M %p'; //italian time $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi'; $strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s'; $strAbortedClients = 'Fallito'; $strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL'; $strAccessDenied = 'Accesso negato'; $strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.'; $strAction = 'Azione'; $strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT'; $strAddConstraints = 'Aggiungi vincoli'; $strAddDeleteColumn = 'Aggiungi/Cancella campo'; $strAddDeleteRow = 'Aggiungi/Cancella criterio'; $strAddDropDatabase = 'Aggiungi DROP DATABASE'; $strAddFields = 'Aggiungi %s campo(i)'; $strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)'; $strAddIfNotExists = 'Aggiunge IF NOT EXISTS'; $strAddIntoComments = 'Aggiungi nei commenti'; $strAddNewField = 'Aggiungi un nuovo campo'; $strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database'; $strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella'; $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):'; $strAddToIndex = 'Aggiungi all\'indice  %s colonna/e'; $strAddUser = 'Aggiungi un nuovo utente'; $strAddUserMessage = 'Hai aggiunto un nuovo utente.'; $strAddedColumnComment = 'Agginto commento sulla colonna'; $strAddedColumnRelation = 'Aggiunta Relazione per la colonna'; $strAdministration = 'Amministrazione'; $strAffectedRows = 'Righe interessate:'; $strAfter = 'Dopo %s'; $strAfterInsertBack = 'Indietro'; $strAfterInsertNewInsert = 'Inserisci un nuovo record'; $strAfterInsertNext = 'Modifica il record successivo'; $strAfterInsertSame = 'Torna a questa pagina'; $strAll = 'Tutti'; $strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?'; $strAlterOrderBy = 'Altera tabella ordinata per'; $strAnIndex = 'Un indice è stato aggiunto in %s'; $strAnalyzeTable = 'Analizza tabella'; $strAnd = 'E'; $strAny = 'Qualsiasi'; $strAnyHost = 'Qualsiasi host'; $strAnyUser = 'Qualsiasi utente'; $strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11'; $strArabic = 'Arabo'; $strArmenian = 'Armeno'; $strAscending = 'Crescente'; $strAtBeginningOfTable = 'All\'inizio della tabella'; $strAtEndOfTable = 'Alla fine della tabella'; $strAttr = 'Attributi'; $strAutodetect = 'Autorilevazione'; $strAutomaticLayout = 'Impaginazione automatica'; $strBack = 'Indietro'; $strBaltic = 'Baltico'; $strBeginCut = 'INIZIO CUT'; $strBeginRaw = 'INIZIO RAW'; $strBinLogEventType = 'Tipo di evento'; $strBinLogInfo = 'Informazioni'; $strBinLogName = 'Nome del Log'; $strBinLogOriginalPosition = 'Posizione originale'; $strBinLogPosition = 'Posizione'; $strBinLogServerId = 'ID del server'; $strBinary = 'Binario'; $strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare'; $strBinaryLog = 'Log binario'; $strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark'; $strBookmarkDeleted = 'Il bookmark è stato cancellato.'; $strBookmarkLabel = 'Etichetta'; $strBookmarkQuery = 'Query SQL aggiunte ai preferiti'; $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL'; $strBookmarkView = 'Visualizza solo'; $strBrowse = 'Mostra'; $strBrowseForeignValues = 'Sfoglia le opzioni straniere'; $strBufferPool = 'Buffer Pool'; $strBufferPoolActivity = 'Attività del Buffer Pool'; $strBufferPoolUsage = 'Utilizzo del Buffer Pool'; $strBulgarian = 'Bulgaro'; $strBusyPages = 'Pagine occupate'; $strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro $cfg[\'BZipDump\'] nel vostro file di configurazione di phpMyAdmin a FALSE. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.'; $strBzip = '"compresso con bzip2"'; $strCSVOptions = 'Opzioni CSV'; $strCalendar = 'Calendario'; $strCannotLogin = 'Impossibile eseguire il login nel server MySQL'; $strCantLoad = 'Impossibile caricare l\'estensione %s,
prego controllare la configurazione di PHP'; $strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.'; $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!'; $strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.'; $strCardinality = 'Cardinalità'; $strCaseInsensitive = 'case-insensitive'; $strCaseSensitive = 'case-sensitive'; $strCentralEuropean = 'Europeo Centrale'; $strChange = 'Modifica'; $strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...'; $strChangeCopyModeCopy = '... mantieni quello vecchio.'; $strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.'; $strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.'; $strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.'; $strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente'; $strChangeDisplay = 'Scegli il campo da mostrare'; $strChangePassword = 'Cambia password'; $strCharset = 'Set di caratteri'; $strCharsetOfFile = 'Set di caratteri del file:'; $strCharsets = 'Set di caratteri'; $strCharsetsAndCollations = 'Set di Caratteri e Collations'; $strCheckAll = 'Seleziona tutti'; $strCheckOverhead = 'Controllo addizionale'; $strCheckPrivs = 'Controlla i privilegi'; $strCheckPrivsLong = 'Controlla i privilegi per il database "%s".'; $strCheckTable = 'Controlla tabella'; $strChoosePage = 'Prego scegliere una Page da modificare'; $strColComFeat = 'Visualizzazione commenti delle colonne'; $strCollation = 'Collation'; $strColumnNames = 'Nomi delle colonne'; $strColumnPrivileges = 'Privilegi relativi alle colonne'; $strCommand = 'Comando'; $strComments = 'Commenti'; $strCommentsForTable = 'COMMENTS FOR TABLE'; $strCompatibleHashing = 'Compatibile con MySQL 4.0'; $strCompleteInserts = 'Inserimenti completi'; $strCompression = 'Compressione'; $strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!
Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.
Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.
Se ricevete una pagina bianca, allora è tutto a posto.'; $strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s'; $strConnectionError = 'Impossibile connettersi: impostazioni non valide.'; $strConnections = 'Connessioni'; $strConstraintsForDumped = 'Limiti per le tabelle scaricate'; $strConstraintsForTable = 'Limiti per la tabella'; $strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.'; $strCopy = 'Copia'; $strCopyDatabaseOK = 'Il Database %s è stato copiato in %s'; $strCopyTable = 'Copia la tabella nel (database.tabella):'; $strCopyTableOK = 'La tabella %s è stata copiata su %s.'; $strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!'; $strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.'; $strCreate = 'Crea'; $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare'; $strCreateIndex = 'Crea un indice su  %s columns'; $strCreateIndexTopic = 'Crea un nuovo indice'; $strCreateNewDatabase = 'Crea un nuovo database'; $strCreateNewTable = 'Crea una nuova tabella nel database %s'; $strCreatePage = 'Crea una nuova Page'; $strCreatePdfFeat = 'Creazione di PDF'; $strCreationDates = 'Creazione/Aggiornamento/Controllo date'; $strCriteria = 'Criterio'; $strCroatian = 'Croato'; $strCyrillic = 'Cirillico'; $strCzech = 'Ceco'; $strCzechSlovak = 'Ceco-Slovacco'; $strDBComment = 'Commento al Database: '; $strDBCopy = 'Copia il Database in'; $strDBGContext = 'Contesto'; $strDBGContextID = 'ID del Contesto'; $strDBGHits = 'Hits'; $strDBGLine = 'Linea'; $strDBGMaxTimeMs = 'Tempo massimo, ms'; $strDBGMinTimeMs = 'Tempo minimo, ms'; $strDBGModule = 'Modulo'; $strDBGTimePerHitMs = 'Tempo/Hit, ms'; $strDBGTotalTimeMs = 'Tempo totale, ms'; $strDBRename = 'Rinomina il DataBase in'; $strDanish = 'Danese'; $strData = 'Dati'; $strDataDict = 'Data Dictionary'; $strDataOnly = 'Solo dati'; $strDataPages = 'Pagine contenenti dati'; $strDatabase = 'Database'; $strDatabaseEmpty = 'Il nome del DataBase è vuoto!'; $strDatabaseExportOptions = 'Opzioni di esportazione del database'; $strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.'; $strDatabaseNoTable = 'Questo database non contiene tabelle!'; $strDatabases = 'Database'; $strDatabasesDropped = '%s databases sono stati cancellati correttamente.'; $strDatabasesStats = 'Statistiche dei databases'; $strDatabasesStatsDisable = 'Disabilita le Statistiche'; $strDatabasesStatsEnable = 'Abilita le Statistiche'; $strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.'; $strDbPrivileges = 'Privilegi specifici al database'; $strDbSpecific = 'specifico del database'; $strDefault = 'Predefinito'; $strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.'; $strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a'; $strDefragment = 'Deframmenta la tabella'; $strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?'; $strDelayedInserts = 'Utilizza inserimenti ritardati'; $strDelete = 'Cancella'; $strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.'; $strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.'; $strDeleted = 'La riga è stata cancellata'; $strDeletedRows = 'Righe cancellate:'; $strDeleting = 'Cancellazione in corso di %s'; $strDescending = 'Decrescente'; $strDescription = 'Descrizione'; $strDictionary = 'dizionario'; $strDirtyPages = 'Pagine sporche'; $strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere'; $strDisabled = 'Disabilitata'; $strDisplayFeat = 'Mostra Caratteristiche'; $strDisplayOrder = 'Ordine di visualizzazione:'; $strDisplayPDF = 'Mostra lo schema del PDF'; $strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")'; $strDoYouReally = 'Confermi: '; $strDocu = 'Documentazione'; $strDrop = 'Elimina'; $strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!'; $strDropSelectedDatabases = 'Elimina i Databases selezionati'; $strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.'; $strDumpSaved = 'Il dump è stato salvato sul file %s.'; $strDumpXRows = 'Dump di %s righe a partire dalla riga %s.'; $strDumpingData = 'Dump dei dati per la tabella'; $strDynamic = 'dinamico'; $strEdit = 'Modifica'; $strEditPDFPages = 'Modifica pagine PDF'; $strEditPrivileges = 'Modifica Privilegi'; $strEffective = 'Effettivo'; $strEmpty = 'Svuota'; $strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).'; $strEnabled = 'Abilitata'; $strEncloseInTransaction = 'Includi export in una transazione'; $strEnd = 'Fine'; $strEndCut = 'FINE CUT'; $strEndRaw = 'FINE RAW'; $strEngineAvailable = '%s è disponibile su questo server MySQL.'; $strEngineDisabled = '%s è stato disabilitato su questo server MySQL.'; $strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.'; $strEngines = 'Motori'; $strEnglish = 'Inglese'; $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese'; $strError = 'Errore'; $strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale'; $strEstonian = 'Estone'; $strExcelEdition = 'Edizione Excel'; $strExcelOptions = 'Opzioni di Excel'; $strExecuteBookmarked = 'Esegue la query dalle preferite'; $strExplain = 'Spiega SQL'; $strExport = 'Esporta'; $strExtendedInserts = 'Inserimenti estesi'; $strExtra = 'Extra'; $strFailedAttempts = 'Tentativi falliti'; $strField = 'Campo'; $strFieldHasBeenDropped = 'Il campo %s è stato eliminato'; $strFields = 'Campi'; $strFieldsEmpty = ' Il contatore dei campi è vuoto! '; $strFieldsEnclosedBy = 'Campo composto da'; $strFieldsEscapedBy = 'Campo impedito da'; $strFieldsTerminatedBy = 'Campo terminato da'; $strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".'; $strFileCouldNotBeRead = 'Il filenon può essere letto'; $strFileNameTemplate = 'Nome file template'; $strFileNameTemplateHelp = 'Utilizza __DB__ come nome per il DataBase, __TABLE__ come nome per la tabella e %sany strftime%s opzioni per per le specifiche del tempo, l\'estensione sarà aggiunta automaticamente. Qualsiasi altro testo sarà conservato.'; $strFileNameTemplateRemember = 'ricorda il template'; $strFixed = 'fisso'; $strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.'; $strFlushTable = 'Inizializza ("FLUSH") la tabella'; $strFormEmpty = 'Valore mancante nel form!'; $strFormat = 'Formato'; $strFreePages = 'Pagine libere'; $strFullText = 'Testo completo'; $strFunction = 'Funzione'; $strGenBy = 'Generato da'; $strGenTime = 'Generato il'; $strGeneralRelationFeat = 'Caratteristiche Generali di Relazione'; $strGenerate = 'Genera'; $strGeneratePassword = 'Genera Password'; $strGeorgian = 'Georgiano'; $strGerman = 'Tedesco'; $strGlobal = 'globale'; $strGlobalPrivileges = 'Privilegi globali'; $strGlobalValue = 'Valore globale'; $strGo = 'Esegui'; $strGrantOption = 'Grant'; $strGreek = 'Greco'; $strGzip = '"compresso con gzip"'; $strHTMLExcel = 'Microsoft Excel 2000'; $strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000'; $strHTMLWord = 'Microsoft Word 2000'; $strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000'; $strHasBeenAltered = 'è stato modificato.'; $strHasBeenCreated = 'è stato creato.'; $strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare'; $strHebrew = 'Ebreo'; $strHexForBinary = 'Usa l\'esadecimale per i dati binari'; $strHome = 'Home'; $strHomepageOfficial = 'Home page ufficiale di phpMyAdmin'; $strHost = 'Host'; $strHostEmpty = 'Il nome di host è vuoto!'; $strHungarian = 'Ungherese'; $strIcelandic = 'Islandese'; $strId = 'ID'; $strIdxFulltext = 'Testo completo'; $strIgnore = 'Ignora'; $strIgnoreInserts = 'Utilizza gli IGNORE INSERTS'; $strIgnoringFile = 'File %s ignorato'; $strImportDocSQL = 'Importa Files docSQL'; $strImportFiles = 'Importa files'; $strImportFinished = 'Importazione terminata'; $strInUse = 'in uso'; $strIndex = 'Indice'; $strIndexHasBeenDropped = 'L\'indice %s è stato eliminato'; $strIndexName = 'Nome dell\'indice :'; $strIndexType = 'Tipo di indice :'; $strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`'; $strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`'; $strIndexWarningTable = 'Problemi con gli indici della tabella `%s`'; $strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`'; $strIndexes = 'Indici'; $strInnoDBAutoextendIncrement = 'Incremento autoextend'; $strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.'; $strInnoDBBufferPoolSize = 'Dimensione del Buffer pool'; $strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.'; $strInnoDBDataFilePath = 'File dati'; $strInnoDBDataHomeDir = 'Home directory dei dati'; $strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.'; $strInnoDBPages = 'pagine'; $strInnodbStat = 'Stato InnoDB'; $strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.'; $strInsert = 'Inserisci'; $strInsertAsNewRow = 'Inserisci come nuova riga'; $strInsertNewRow = 'Inserisci una nuova riga'; $strInsertedRowId = 'Inserito id riga:'; $strInsertedRows = 'Righe inserite:'; $strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.'; $strInternalRelations = 'Relazioni interne'; $strJapanese = 'Giapponese'; $strJumpToDB = 'Passa al database "%s".'; $strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.'; $strJustDeleteDescr = 'Gli utenti "cancellati" saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.'; $strKeepPass = 'Non cambiare la password'; $strKeyname = 'Nome chiave'; $strKill = 'Rimuovi'; $strKorean = 'Coreano'; $strLaTeX = 'LaTeX'; $strLaTeXOptions = 'opzioni LaTeX'; $strLandscape = 'Orizzontale'; $strLatchedPages = 'Latched pages'; $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__'; $strLatvian = 'Lituano'; $strLengthSet = 'Lunghezza/Set*'; $strLimitNumRows = 'record per pagina'; $strLinesTerminatedBy = 'Linee terminate da'; $strLinkNotFound = 'Link non trovato'; $strLinksTo = 'Collegamenti a'; $strLithuanian = 'Lituano'; $strLocalhost = 'Locale'; $strLocationTextfile = 'Percorso del file'; $strLogPassword = 'Password:'; $strLogServer = 'Server'; $strLogUsername = 'Nome utente:'; $strLogin = 'Connetti'; $strLoginInformation = 'Informazioni di Login'; $strLogout = 'Disconnetti'; $strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?'; $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; $strMIME_MIMEtype = 'tipo MIME'; $strMIME_available_mime = 'Tipi-MIME disponibili'; $strMIME_available_transform = 'Trasformazioni disponibili'; $strMIME_description = 'Descrizione'; $strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.
Prego, chiedere all\'autore cosa %s faccia.'; $strMIME_transformation = 'Trasformazione del Browser'; $strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s'; $strMIME_transformation_options = 'Opzioni di Transformation'; $strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...
Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').'; $strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata'; $strMaximumSize = 'Dimensione massima: %s%s'; $strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.'; $strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!'; $strModifications = 'Le modifiche sono state salvate'; $strModify = 'Modifica'; $strModifyIndexTopic = 'Modifica un indice'; $strMoveTable = 'Sposta la tabella nel (database.tabella):'; $strMoveTableOK = 'La tabella %s è stata spostata in %s.'; $strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!'; $strMultilingual = 'multilingua'; $strMyISAMDataPointerSize = 'Domensione del puntatore dati'; $strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.'; $strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice'; $strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.'; $strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento'; $strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).'; $strMyISAMRecoverOptions = 'Modalità di ripristino automatico'; $strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.'; $strMyISAMRepairThreads = 'Thread di riparazione'; $strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.'; $strMyISAMSortBufferSize = 'Ordina la dimensione del buffer'; $strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.'; $strMySQLCharset = 'Set di caratteri MySQL'; $strMySQLConnectionCollation = 'collazione della connessione di MySQL'; $strMySQLReloaded = 'MySQL riavviato.'; $strMySQLSaid = 'Messaggio di MySQL: '; $strMySQLServerProcess = 'MySQL %pma_s1% in esecuzione su %pma_s2% come %pma_s3%'; $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 '; $strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente'; $strNoDatabases = 'Nessun database'; $strNoDatabasesSelected = 'Nessun database selezionato.'; $strNoDescription = 'nessuna Description'; $strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.'; $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.'; $strNoExplain = 'Non Spiegare SQL'; $strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames'; $strNoIndex = 'Nessun indice definito!'; $strNoIndexPartsDefined = 'Nessuna parte di indice definita!'; $strNoModification = 'Nessun cambiamento'; $strNoOptions = 'Questo formato non ha opzioni'; $strNoPassword = 'Nessuna Password'; $strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.'; $strNoPhp = 'senza codice PHP'; $strNoPrivileges = 'Nessun Privilegio'; $strNoRights = 'Non hai i permessi per effettuare questa operazione!'; $strNoRowsSelected = 'Nessuna riga selezionata'; $strNoSpace = 'Spazio insufficiente per salvare il file %s.'; $strNoTablesFound = 'Non ci sono tabelle nel database.'; $strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.'; $strNoUsersFound = 'Nessun utente trovato.'; $strNoValidateSQL = 'Non Validare SQL'; $strNone = 'Nessuno'; $strNotNumber = 'Questo non è un numero!'; $strNotOK = 'non OK'; $strNotSet = '%s tabella non trovata o non settata in %s'; $strNull = 'Null'; $strNumSearchResultsInTable = '%s corrisponde/ono nella tabella %s'; $strNumSearchResultsTotal = 'Totale: %s corrispondenza/e'; $strNumTables = 'Tabelle'; $strOK = 'OK'; $strOperations = 'Operazioni'; $strOperator = 'Operatore'; $strOptimizeTable = 'Ottimizza tabella'; $strOr = 'Oppure'; $strOverhead = 'In eccesso'; $strOverwriteExisting = 'Sovrascrivi file(s) esistente/i'; $strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.'; $strPHPVersion = 'Versione PHP'; $strPageNumber = 'Numero pagina:'; $strPagesToBeFlushed = 'Pagine che devono essere flushate'; $strPaperSize = 'Dimensioni carta'; $strPartialText = 'Testo parziale'; $strPassword = 'Password'; $strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.'; $strPasswordEmpty = 'La password è vuota!'; $strPasswordHashing = 'Password Hashing'; $strPasswordNotSame = 'La password non coincide!'; $strPdfDbSchema = 'Schema del database "%s" - Pagina %s'; $strPdfInvalidTblName = 'La tabella "%s" non esiste!'; $strPdfNoTables = 'Nessuna Tabella'; $strPerHour = 'all\'ora'; $strPerMinute = 'al minuto'; $strPerSecond = 'al secondo'; $strPersian = 'Persiano'; $strPhoneBook = 'rubrica'; $strPhp = 'Crea il codice PHP'; $strPmaDocumentation = 'Documentazione di phpMyAdmin'; $strPmaUriError = 'La direttiva $cfg[\'PmaAbsoluteUri\'] DEVE essere impostata nel file di configurazione!'; $strPolish = 'Polacco'; $strPortrait = 'Verticale'; $strPos1 = 'Inizio'; $strPrevious = 'Precedente'; $strPrimary = 'Primaria'; $strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata'; $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.'; $strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.'; $strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.'; $strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.'; $strPrivDescCreateTbl = 'Permette di creare nuove tabelle.'; $strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.'; $strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.'; $strPrivDescCreateView = 'Permette la creazione di nuove viste.'; $strPrivDescDelete = 'Permette di cancellare dati.'; $strPrivDescDropDb = 'Permette di eliminare databases e tabelle.'; $strPrivDescDropTbl = 'Permette di eliminare tabelle.'; $strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.'; $strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.'; $strPrivDescFile = 'Permette di importare dati da e esportare dati in files.'; $strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.'; $strPrivDescIndex = 'Permette di creare ed eliminare gli indici.'; $strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.'; $strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.'; $strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.'; $strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.'; $strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.'; $strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.'; $strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.'; $strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.'; $strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.'; $strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.'; $strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.'; $strPrivDescSelect = 'Permette di leggere i dati.'; $strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.'; $strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.'; $strPrivDescShutdown = 'Permette di chiudere il server.'; $strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.'; $strPrivDescUpdate = 'Permette di cambiare i dati.'; $strPrivDescUsage = 'Nessun privilegio.'; $strPrivileges = 'Privilegi'; $strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.'; $strProcesslist = 'Lista Processi'; $strPutColNames = 'Mette i nomi delle colonne alla prima riga'; $strQBE = 'Query da esempio'; $strQBEDel = 'Cancella'; $strQBEIns = 'Aggiungi'; $strQueryFrame = 'Finestra della Query'; $strQueryOnDb = 'SQL-query sul database %s:'; $strQuerySQLHistory = 'Storico dell\'SQL'; $strQueryStatistics = 'Query delle Statistiche: Dall\'avvio, %s queries sono state effettuate sul server.'; $strQueryTime = 'La query ha impiegato %01.4f sec'; $strQueryType = 'Tipo di Query'; $strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra'; $strReType = 'Reinserisci'; $strReadRequests = 'Richieste di lettura'; $strReceived = 'Ricevuti'; $strRecords = 'Record'; $strReferentialIntegrity = 'Controlla l\'integrità delle referenze:'; $strRefresh = 'Aggiorna'; $strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.'; $strRelationView = 'Vedi relazioni'; $strRelationalSchema = 'Schema relazionale'; $strRelations = 'Relazioni'; $strRelationsForTable = 'RELATIONS FOR TABLE'; $strReloadFailed = 'Riavvio di MySQL fallito.'; $strReloadMySQL = 'Riavvia MySQL'; $strReloadingThePrivileges = 'Caricamento dei privilegi in corso'; $strRemoveSelectedUsers = 'Rimuove gli utenti selezionati'; $strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s'; $strRenameTable = 'Rinomina la tabella in'; $strRenameTableOK = 'La tabella %s è stata rinominata %s'; $strRepairTable = 'Ripara tabella'; $strReplaceNULLBy = 'Sostituisci NULL con'; $strReplaceTable = 'Sostituisci i dati della tabella col file'; $strReset = 'Riavvia'; $strResourceLimits = 'Limiti di risorse'; $strRevoke = 'Revoca'; $strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.'; $strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.'; $strRevokeMessage = 'Hai revocato i privilegi per %s'; $strRomanian = 'Rumeno'; $strRowLength = 'Lunghezza riga'; $strRowSize = 'Dimensione riga'; $strRows = 'Righe'; $strRowsFrom = 'righe a partire da'; $strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)'; $strRowsModeHorizontal = ' orizzontale '; $strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle '; $strRowsModeVertical = ' verticale '; $strRowsStatistic = 'Statistiche righe'; $strRunQuery = 'Invia Query'; $strRunSQLQuery = 'Esegui la/e query SQL sul database %s'; $strRunning = 'in esecuzione su %s'; $strRussian = 'Russo'; $strSQL = 'SQL'; $strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL'; $strSQLExportType = 'Tipo di esportazione'; $strSQLOptions = 'Opzioni SQL'; $strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:'; $strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema'; $strSQLQuery = 'query SQL'; $strSQLResult = 'Risultato SQL'; $strSQPBugInvalidIdentifer = 'Identificatore Non Valido'; $strSQPBugUnclosedQuote = 'Virgolette Non Chiuse'; $strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta'; $strSave = 'Salva'; $strSaveOnServer = 'Salva sul server nella directory %s'; $strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina'; $strSearch = 'Cerca'; $strSearchFormTitle = 'Cerca nel database'; $strSearchInTables = 'Nella/e tabella/e:'; $strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):'; $strSearchOption1 = 'almeno una delle parole'; $strSearchOption2 = 'tutte le parole'; $strSearchOption3 = 'la frase esatta'; $strSearchOption4 = 'come espressione regolare'; $strSearchResultsFor = 'Cerca i risultati per "%s" %s:'; $strSearchType = 'Trova:'; $strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).'; $strSelectADb = 'Prego, selezionare un database'; $strSelectAll = 'Seleziona Tutto'; $strSelectBinaryLog = 'Selezionare il log binario da visualizzare'; $strSelectFields = 'Seleziona campi (almeno uno):'; $strSelectNumRows = 'nella query'; $strSelectTables = 'Seleziona Tables'; $strSend = 'Salva con nome...'; $strSent = 'Spediti'; $strServer = 'Server'; $strServerChoice = 'Scelta del server'; $strServerNotResponding = 'Il server non risponde'; $strServerStatus = 'Informazioni di Runtime'; $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.'; $strServerTabProcesslist = 'Processi'; $strServerTabVariables = 'Variabili'; $strServerTrafficNotes = 'Traffico del server: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.'; $strServerVars = 'Variabili e parametri del Server'; $strServerVersion = 'Versione MySQL'; $strSessionValue = 'Valore sessione'; $strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...
Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').'; $strShow = 'Mostra'; $strShowAll = 'Mostra tutti'; $strShowColor = 'Mostra il colore'; $strShowDatadictAs = 'Formato del Data Dictionary'; $strShowFullQueries = 'Mostra query complete'; $strShowGrid = 'Mostra la griglia'; $strShowPHPInfo = 'Mostra le info sul PHP'; $strShowTableDimension = 'Mostra la dimensione delle tabelle'; $strShowTables = 'Mostra le tabelle'; $strShowThisQuery = 'Mostra questa query di nuovo'; $strShowingRecords = 'Visualizzazione record '; $strSimplifiedChinese = 'Cinese Semplificato'; $strSingly = '(singolarmente)'; $strSize = 'Dimensione'; $strSlovak = 'Slovacco'; $strSlovenian = 'Sloveno'; $strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)'; $strSort = 'Ordinamento'; $strSortByKey = 'Ordina per chiave'; $strSpaceUsage = 'Spazio utilizzato'; $strSpanish = 'Spagnolo'; $strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").'; $strStatCheckTime = 'Ultimo controllo'; $strStatCreateTime = 'Creazione'; $strStatUpdateTime = 'Ultimo cambiamento'; $strStatement = 'Istruzioni'; $strStatus = 'Stato'; $strStorageEngine = 'Motore di Memorizzazione'; $strStorageEngines = 'Motori di Memorizzazione'; $strStrucCSV = 'dati CSV'; $strStrucData = 'Struttura e dati'; $strStrucDrop = 'Aggiungi DROP TABLE'; $strStrucExcelCSV = 'CSV per dati MS Excel'; $strStrucNativeExcel = 'Dati nativi di MS Excel'; $strStrucOnly = 'Solo struttura'; $strStructPropose = 'Proponi la struttura della tabella'; $strStructure = 'Struttura'; $strSubmit = 'Invia'; $strSuccess = 'La query è stata eseguita con successo'; $strSum = 'Totali'; $strSwedish = 'Svedese'; $strSwitchToDatabase = 'Passare al Database copiato'; $strSwitchToTable = 'Passa alla tabella copiata'; $strTable = 'Tabella'; $strTableComments = 'Commenti sulla tabella'; $strTableEmpty = 'Il nome della tabella è vuoto!'; $strTableHasBeenDropped = 'La tabella %s è stata eliminata'; $strTableHasBeenEmptied = 'La tabella %s è stata svuotata'; $strTableHasBeenFlushed = 'La tabella %s è stata inizializzata'; $strTableMaintenance = 'Amministrazione tabella'; $strTableOfContents = 'Tabella dei contenuti'; $strTableOptions = 'Opzioni della tabella'; $strTableStructure = 'Struttura della tabella'; $strTableType = 'Tipo tabella'; $strTables = '%s tabella(e)'; $strTakeIt = 'prendilo'; $strTblPrivileges = 'Privilegi relativi alle tabelle'; $strTextAreaLength = ' A causa della sua lunghezza,
questo campo non può essere modificato '; $strThai = 'Thai'; $strTheme = 'Tema / Stile'; $strThisHost = 'Questo Host'; $strThisNotDirectory = 'Questa non è una directory'; $strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.'; $strTime = 'Tempo'; $strToggleScratchboard = '(dis)attiva scratchboard'; $strTotal = 'Totali'; $strTotalUC = 'Totale'; $strTraditionalChinese = 'Cinese Tradizionale'; $strTraditionalSpanish = 'Spagnolo tradizionale'; $strTraffic = 'Traffico'; $strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota'; $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)'; $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).'; $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline'; $strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.'; $strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)'; $strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.'; $strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.'; $strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.'; $strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .'; $strTruncateQueries = 'Tronca le Query Mostrate'; $strTurkish = 'Turco'; $strType = 'Tipo'; $strUkrainian = 'Ucraino'; $strUncheckAll = 'Deseleziona tutti'; $strUnicode = 'Unicode'; $strUnique = 'Unica'; $strUnknown = 'sconosciuto'; $strUnselectAll = 'Deseleziona Tutto'; $strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments'; $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.'; $strUpdateProfileMessage = 'Il profilo è stato aggiornato.'; $strUpdateQuery = 'Aggiorna Query'; $strUpgrade = 'Si dovrebbe aggiornare %s 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'; $strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove'; $strUseTables = 'Utilizza tabelle'; $strUseTextField = 'Utilizza campo text'; $strUseThisValue = 'Usa questa opzione'; $strUser = 'Utente'; $strUserAlreadyExists = 'L\'utente %s esiste già!'; $strUserEmpty = 'Il nome utente è vuoto!'; $strUserName = 'Nome utente'; $strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.'; $strUserOverview = 'Vista d\'insieme dell\'utente'; $strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.'; $strUsersHavingAccessToDb = 'Utenti che hanno accesso a "%s"'; $strValidateSQL = 'Valida SQL'; $strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.'; $strValue = 'Valore'; $strVar = 'Variabile'; $strVersionInformation = 'Informazioni sulla versione'; $strView = 'Vista'; $strViewDump = 'Visualizza dump (schema) della tabella'; $strViewDumpDB = 'Visualizza dump (schema) del database'; $strViewDumpDatabases = 'Visualizza il dump (schema) dei databases'; $strViewHasBeenDropped = 'La vista %s è stata eliminata'; $strWebServerUploadDirectory = 'directory di upload del web-server'; $strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata'; $strWelcome = 'Benvenuto in %s'; $strWestEuropean = 'Europeo Occidentale'; $strWildcard = 'wildcard'; $strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza'; $strWithChecked = 'Se selezionati:'; $strWriteRequests = 'Richieste di scrittura'; $strWritingCommentNotPossible = 'Impossibile scrivere il commento'; $strWritingRelationNotPossible = 'Impossibile scrivere la Relazione'; $strWrongUser = 'Nome utente o password errati. Accesso negato.'; $strXML = 'XML'; $strYes = ' Si '; $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.'; $strZip = '"compresso con zip"'; // To translate: $strBufferReadMisses = 'Read misses'; // to translate $strBufferReadMissesInPercent = 'Read misses in %'; //to translate $strBufferWriteWaits = 'Write waits'; //to translate $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate $strInvalidFieldCount = 'Table must have at least one field.'; //to translate $strInvalidRowNumber = '%d is not valid row number.'; //to translate $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate $strAndThen = 'and then'; //to translate $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate $strCSV = 'CSV'; //to translate $strImport = 'Import'; //to translate $strImportFormat = 'Format of imported file'; //to translate $strFileToImport = 'File to import'; //to translate $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate $strEnclosingOptional = 'Enclosing of fields is optional'; //to translate $strCSVImportOptions = 'CSV options'; //to translate $strPartialImport = 'Partial import'; //to translate $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate $strNothingToImport = 'You didn\'t enter any data to import!'; //to translate $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate $strInvalidCSVInput = 'Invalid CSV input, could not parse!'; //to translate $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate $strErrorInZipFile = 'Error in ZIP archive:'; //to translate $strFlushQueryCache = 'Flush query cache'; //to translate $strFlushTables = 'Flush (close) all tables'; //to translate $strHandler = 'Handler'; //to translate $strJoins = 'Joins'; //to translate $strKeyCache = 'Key cache'; //to translate $strMaxConnects = 'max. concurrent connections'; //to translate $strQueryCache = 'Query cache'; //to translate $strReplication = 'Replication'; //to translate $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate $strShowOpenTables = 'Show open tables'; //to translate $strShowSlaveHosts = 'Show slave hosts'; //to translate $strShowSlaveStatus = 'Show slave status'; //to translate $strShowStatusReset = 'Reset'; //to translate $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate $strSorting = 'Sorting'; //to translate $strTempData = 'Temporary data'; //to translate $strThreads = 'Threads'; //to translate $strLDI = 'CSV using LOAD DATA'; //to translate $strLDILocal = 'Use LOCAL keyword'; //to translate $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate $strTableAlreadyExists = 'Table %s already exists!'; //to translate $strTransactionCoordinator = 'Transaction coordinator'; //to translate $strNumberOfFields = 'Number of fields'; //to translate $strShowingBookmark = 'Showing bookmark'; //to translate $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate $strMaximalQueryLength = 'Maximal length of created query'; //to translate $strBookmarkCreated = 'Bookmark %s created'; //to translate $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate $strEsperanto = 'Esperanto'; //to translate ?>