3.3.10-rc1
[phpmyadmin/crack.git] / lang / italian-utf-8.inc.php
blob81ca05145b31a67b5e00071cf40aefed9e20c8ac
1 <?php
2 /* $Id$ */
4 /**
5 * translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
6 * Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
7 * Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2008-10-21
8 */
10 $charset = 'utf-8';
11 $allow_recoding = TRUE;
12 $text_dir = 'ltr';
13 $number_thousands_separator = '.';
14 $number_decimal_separator = ',';
15 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
16 $byteUnits = array('B', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
18 $day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
19 $month = array('gen', 'feb', 'mar', 'apr', 'mag', 'giu', 'lug', 'ago', 'set', 'ott', 'nov', 'dic'); //italian months
20 // See http://www.php.net/manual/en/function.strftime.php to define the
21 // variable below
22 $datefmt = '%d %B, %Y at %I:%M %p'; //italian time
23 $timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
25 $strAbortedClients = 'Fallito';
26 $strAccessDenied = 'Accesso negato';
27 $strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
28 $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.';
29 $strAction = 'Azione';
30 $strActions = 'Azioni';
31 $strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
32 $strAddClause = 'Aggiungi %s';
33 $strAddConstraints = 'Aggiungi vincoli';
34 $strAddDeleteColumn = 'Aggiungi/Cancella campo';
35 $strAddDeleteRow = 'Aggiungi/Cancella criterio';
36 $strAddFields = 'Aggiungi %s campo(i)';
37 $strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
38 $strAddIntoComments = 'Aggiungi nei commenti';
39 $strAddNewField = 'Aggiungi un nuovo campo';
40 $strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
41 $strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
42 $strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
43 $strAddToIndex = 'Aggiungi all\'indice %s colonna/e';
44 $strAddUser = 'Aggiungi un nuovo utente';
45 $strAddUserMessage = 'Hai aggiunto un nuovo utente.';
46 $strAdministration = 'Amministrazione';
47 $strAfter = 'Dopo %s';
48 $strAfterInsertBack = 'Indietro';
49 $strAfterInsertNewInsert = 'Inserisci un nuovo record';
50 $strAfterInsertNext = 'Modifica il record successivo';
51 $strAfterInsertSame = 'Torna a questa pagina';
52 $strAllowInterrupt = 'di interrompere il processo di importazione nel caso lo script rilevi di essere troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
53 $strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
54 $strAll = 'Tutti';
55 $strAlterOrderBy = 'Altera tabella ordinata per';
56 $strAnalyze = 'Analizza';
57 $strAnalyzeTable = 'Analizza tabella';
58 $strAnd = 'e';
59 $strAndThen = 'e quindi';
60 $strAngularLinks = 'Link angolari';
61 $strAnIndex = 'Un indice è stato aggiunto in %s';
62 $strAnyHost = 'Qualsiasi host';
63 $strAny = 'Qualsiasi';
64 $strAnyUser = 'Qualsiasi utente';
65 $strApplyChanges = 'Applica i cambiamenti selezionati';
66 $strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
67 $strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
68 $strArabic = 'Arabo';
69 $strArmenian = 'Armeno';
70 $strAscending = 'Crescente';
71 $strAsDefined = 'Come definito:';
72 $strAtBeginningOfTable = 'All\'inizio della tabella';
73 $strAtEndOfTable = 'Alla fine della tabella';
74 $strAttr = 'Attributi';
75 $strAutomaticLayout = 'Impaginazione automatica';
77 $strBack = 'Indietro';
78 $strBaltic = 'Baltico';
79 $strBeginCut = 'INIZIO CUT';
80 $strBeginRaw = 'INIZIO RAW';
81 $strBinary = 'Binario';
82 $strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
83 $strBinaryLog = 'Log binario';
84 $strBinLogEventType = 'Tipo di evento';
85 $strBinLogInfo = 'Informazioni';
86 $strBinLogName = 'Nome del Log';
87 $strBinLogOriginalPosition = 'Posizione originale';
88 $strBinLogPosition = 'Posizione';
89 $strBinLogServerId = 'ID del server';
90 $strBLOBRepositoryDamaged = 'Danneggiato';
91 $strBLOBRepositoryDisableAreYouSure = 'Sei sicuro di voler disabilitare tutte le referenze BLOB per il database %s?';
92 $strBLOBRepositoryDisabled = 'Disabilitato';
93 $strBLOBRepositoryDisable = 'Disabilita';
94 $strBLOBRepositoryDisableStrongWarning = 'Stai per DISABILITARE una repository BLOB!';
95 $strBLOBRepositoryEnable = 'Abilita';
96 $strBLOBRepositoryEnabled = 'Abilitato';
97 $strBLOBRepositoryRemove = 'Rimuovi le referenze al REPOSITORY BLOB';
98 $strBLOBRepositoryRepair = 'Ripara';
99 $strBLOBRepository = 'Repository BLOB';
100 $strBLOBRepositoryUpload = 'Carica nella repository BLOB';
101 $strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
102 $strBookmarkCreated = 'Segnalibro %s creato';
103 $strBookmarkDeleted = 'Il bookmark è stato cancellato.';
104 $strBookmarkLabel = 'Etichetta';
105 $strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
106 $strBookmarkReplace = 'Sostituisci segnalibro esistente se con lo stesso nome';
107 $strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
108 $strBookmarkView = 'Visualizza solo';
109 $strBrowseDistinctValues = 'Naviga tra i valori DISTINCT';
110 $strBrowseForeignValues = 'Naviga tra i valori esterni';
111 $strBrowse = 'Mostra';
112 $strBufferPoolActivity = 'Attività del Buffer Pool';
113 $strBufferPool = 'Buffer Pool';
114 $strBufferPoolUsage = 'Utilizzo del Buffer Pool';
115 $strBufferReadMissesInPercent = 'Non letto in %';
116 $strBufferReadMisses = 'Non letto';
117 $strBufferWriteWaits = 'In attesa di scrittura';
118 $strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
119 $strBulgarian = 'Bulgaro';
120 $strBusyPages = 'Pagine occupate';
121 $strBzip = '"compresso con bzip"';
123 $strCalendar = 'Calendario';
124 $strCancel = 'Annulla';
125 $strCanNotLoadExportPlugins = 'Non posso caricare i plugins di esportazione. Controlla l\'installazione!';
126 $strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
127 $strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
128 $strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
129 $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.';
130 $strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
131 $strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
132 $strCardinality = 'Cardinalità';
133 $strCaseInsensitive = 'case-insensitive';
134 $strCaseSensitive = 'case-sensitive';
135 $strCentralEuropean = 'Europeo Centrale';
136 $strClickToSelect = 'Clicca per selezionare';
137 $strClickToUnselect = 'Clicca per deselezionare';
138 $strColComFeat = 'Visualizzazione commenti delle colonne';
139 $strCollation = 'Collation';
140 $strColumnNames = 'Nomi delle colonne';
141 $strColumnPrivileges = 'Privilegi relativi alle colonne';
142 $strCommand = 'Comando';
143 $strComment = 'Commenti';
144 $strComments = 'Commenti';
145 $strCompatibleHashing = 'Compatibile con MySQL 4.0';
146 $strCompleteInserts = 'Inserimenti completi';
147 $strCompression = 'Compressione';
148 $strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
149 $strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
150 $strConfigDirectoryWarning = 'La cartella [code]config[/code], che è utilizzata dallo script di installazione, esiste ancora nella cartella del tuo phpMyAdmin. Si consiglia di rimuoverla una volta configurato phpMyAdmin.';
151 $strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />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.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
152 $strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
153 $strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
154 $strConnections = 'Connessioni';
155 $strConstraintsForDumped = 'Limiti per le tabelle scaricate';
156 $strConstraintsForTable = 'Limiti per la tabella';
157 $strControluserFailed = 'Connessione per controluser come definito nella configurazione fallita.';
158 $strCookiesRequired = 'Da questo punto in poi, i cookie devono essere abilitati.';
159 $strCopy = 'Copia';
160 $strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
161 $strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
162 $strCopyTableOK = 'La tabella %s è stata copiata su %s.';
163 $strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
164 $strCouldNotConnectSource = 'Impossibile connettersi all\'origine';
165 $strCouldNotConnectTarget = 'Impossibile connettersi alla destinazione';
166 $strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
167 $strCreate = 'Crea';
168 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
169 $strCreateIndex = 'Crea un indice su %s columns';
170 $strCreateIndexTopic = 'Crea un nuovo indice';
171 $strCreateNewDatabase = 'Crea un nuovo database';
172 $strCreateNewTable = 'Crea una nuova tabella nel database %s';
173 $strCreatePage = 'Crea una nuova pagina';
174 $strCreatePdfFeat = 'Creazione di PDF';
175 $strCreateRelation = 'Crea relazioni';
176 $strCreateTable = 'Crea tabelle';
177 $strCreateUserDatabase = 'Database per l\'utente';
178 $strCreateUserDatabaseName = 'Crea un database con lo stesso nome e concedi tutti i privilegi';
179 $strCreateUserDatabaseNone = 'None';
180 $strCreateUserDatabasePrivileges = 'Garantisci tutti i privilegi per il database &quot;%s&quot;';
181 $strCreateUserDatabaseWildcard = 'Concedi tutti i privilegi al nome con caratteri jolly (username\_%)';
182 $strCreationDates = 'Creazione/Aggiornamento/Controllo date';
183 $strCriteria = 'Criterio';
184 $strCroatian = 'Croato';
185 $strCSV = 'CSV';
186 $strCurrentServer = 'Server attuale';
187 $strCustomColor = 'Colore definito dall\'utente';
188 $strCyrillic = 'Cirillico';
189 $strCzech = 'Ceco';
190 $strCzechSlovak = 'Ceco-Slovacco';
191 $strChangeCopyModeCopy = '... mantieni quello vecchio.';
192 $strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
193 $strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
194 $strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
195 $strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
196 $strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
197 $strChangeDisplay = 'Scegli il campo da mostrare';
198 $strChange = 'Modifica';
199 $strChangePassword = 'Cambia password';
200 $strCharsetOfFile = 'Set di caratteri del file:';
201 $strCharsetsAndCollations = 'Set di Caratteri e Collation';
202 $strCharset = 'Set di caratteri';
203 $strCharsets = 'Set di caratteri';
204 $strCheckAll = 'Seleziona tutti';
205 $strCheck = 'Controlla';
206 $strCheckOverhead = 'Controllo addizionale';
207 $strCheckPrivs = 'Controlla i privilegi';
208 $strCheckPrivsLong = 'Controlla i privilegi per il database "%s".';
209 $strCheckTable = 'Controlla tabella';
210 $strChoosePage = 'Prego scegliere una Page da modificare';
212 $strDanish = 'Danese';
213 $strDatabase = 'Database';
214 $strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
215 $strDatabaseExportOptions = 'Opzioni di esportazione del database';
216 $strDatabaseHasBeenCreated = 'Il database %1$s è stato creato.';
217 $strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
218 $strDatabaseNotExisting = 'database \'%s\' non esistente.';
219 $strDatabases = 'Database';
220 $strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
221 $strDatabase_src = 'Database di origine';
222 $strDatabasesStatsDisable = 'Disabilita le Statistiche';
223 $strDatabasesStatsEnable = 'Abilita le Statistiche';
224 $strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
225 $strDatabasesStats = 'Statistiche dei databases';
226 $strDatabase_trg = 'Database di destinazione';
227 $strData = 'Dati';
228 $strDataDict = 'Data Dictionary';
229 $strDataDiff = 'Differenze dei dati';
230 $strDataOnly = 'Solo dati';
231 $strDataPages = 'Pagine contenenti dati';
232 $strDataSyn = 'Sincronizzazione dati';
233 $strDBComment = 'Commento al Database: ';
234 $strDBCopy = 'Copia il Database in';
235 $strDbIsEmpty = 'Il databse sembra essere vuoto!';
236 $strDbPrivileges = 'Privilegi specifici al database';
237 $strDBRename = 'Rinomina il DataBase in';
238 $strDbSpecific = 'specifico del database';
239 $strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
240 $strDefault = 'Predefinito';
241 $strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslash escaping o virgolette, utilizzando questo formato: a';
242 $strDefragment = 'Deframmenta la tabella';
243 $strDelayedInserts = 'Utilizza inserimenti ritardati';
244 $strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
245 $strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
246 $strDeleted = 'La riga è stata cancellata';
247 $strDelete = 'Elimina';
248 $strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
249 $strDeleteRelation = 'Elimina relazione';
250 $strDeleteTrackingData = 'Cancella dati di tracciamento per questa tabella';
251 $strDeleting = 'Cancellazione in corso di %s';
252 $strDelimiter = 'Delimitatori';
253 $strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
254 $strDescending = 'Decrescente';
255 $strDescription = 'Descrizione';
256 $strDesigner = 'Designer';
257 $strDesignerHelpDisplayField = 'Il campi da mostrare sono in colore rosa. Per impostare/togliere un campo come campo da mostrare, clicca l\'icona "Scegli il campo da mostrare", e poi clicca sul nome appropriato del campo.';
258 $strDetails = 'Dettagli...';
259 $strDictionary = 'dizionario';
260 $strDifference = 'Differenza';
261 $strDirectLinks = 'Link diretti';
262 $strDirtyPages = 'Pagine sporche';
263 $strDisabled = 'Disabilitata';
264 $strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
265 $strDisplayFeat = 'Mostra Caratteristiche';
266 $strDisplayOrder = 'Ordine di visualizzazione:';
267 $strDisplayPDF = 'Mostra lo schema del PDF';
268 $strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
269 $strDocSQL = 'DocSQL';
270 $strDocu = 'Documentazione';
271 $strDoNotAutoIncrementZeroValues = 'Non usare AUTO_INCREMENT per il valore zero';
272 $strDownloadFile = 'Scarica file';
273 $strDoYouReally = 'Confermi: ';
274 $strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
275 $strDrop = 'Elimina';
276 $strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
277 $strDumpingData = 'Dump dei dati per la tabella';
278 $strDumpSaved = 'Il dump è stato salvato sul file %s.';
279 $strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
280 $strDynamic = 'dinamico';
282 $strEdit = 'Modifica';
283 $strEditPDFPages = 'Modifica pagine PDF';
284 $strEditPrivileges = 'Modifica Privilegi';
285 $strEffective = 'Effettivo';
286 $strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
287 $strEmpty = 'Svuota';
288 $strEnabled = 'Abilitata';
289 $strEncloseInTransaction = 'Includi export in una transazione';
290 $strEndCut = 'FINE CUT';
291 $strEnd = 'Fine';
292 $strEndRaw = 'FINE RAW';
293 $strEngineAvailable = '%s è disponibile su questo server MySQL.';
294 $strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
295 $strEngines = 'Motori';
296 $strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
297 $strEnglish = 'Inglese';
298 $strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
299 $strError = 'Errore';
300 $strErrorInZipFile = 'Errore nell\'archivio ZIP:';
301 $strErrorRelationAdded = 'Errore: relazione non aggiunta.';
302 $strErrorRelationExists = 'Errore: relazione già esistente.';
303 $strErrorRenamingTable = 'Errore nel rinominare la tabella %1$s in %2$s';
304 $strErrorSaveTable = 'Errore nel salvare le coordinate per il Designer.';
305 $strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
306 $strEsperanto = 'Esperanto';
307 $strEstonian = 'Estone';
308 $strEvent = 'Eventi';
309 $strEvents = 'Eventi';
310 $strExcelEdition = 'Edizione Excel';
311 $strExecuteBookmarked = 'Esegue la query dalle preferite';
312 $strExplain = 'Spiega SQL';
313 $strExport = 'Esporta';
314 $strExportImportToScale = 'Importa/esporta alla dimensione';
315 $strExportMustBeFile = 'Il tipo di esportazione selezionato necessita di essere salvato in un file!';
316 $strExtendedInserts = 'Inserimenti estesi';
317 $strExtra = 'Extra';
319 $strFailedAttempts = 'Tentativi falliti';
320 $strField = 'Campo';
321 $strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
322 $strFieldInsertFromFileTempDirNotExists = 'Errore nello spostare il file caricato, vedi FAQ 1.11';
323 $strFields = 'Campi';
324 $strFieldsEnclosedBy = 'Campo composto da';
325 $strFieldsEscapedBy = 'Campo impedito da';
326 $strFieldsTerminatedBy = 'Campo terminato da';
327 $strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
328 $strFileCouldNotBeRead = 'Il file non può essere letto';
329 $strFileNameTemplateDescriptionDatabase = 'nome database';
330 $strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s: in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
331 $strFileNameTemplateDescriptionServer = 'nome server';
332 $strFileNameTemplateDescriptionTable = 'nome tabella';
333 $strFileNameTemplate = 'Nome file template';
334 $strFileNameTemplateRemember = 'ricorda il template';
335 $strFiles = 'File';
336 $strFileToImport = 'File importato';
337 $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.';
338 $strFlushQueryCache = 'Rinfresca la cache delle query';
339 $strFlushTable = 'Inizializza ("FLUSH") la tabella';
340 $strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
341 $strFontSize = 'Dimensione font';
342 $strForeignKeyError = 'Errore nel creare una "foreign key" su %1$s (controlla il tipo di dati)';
343 $strForeignKeyRelationAdded = 'Relazione "FOREIGN KEY" aggiunta';
344 $strFormat = 'Formato';
345 $strFormEmpty = 'Valore mancante nel form!';
346 $strFreePages = 'Pagine libere';
347 $strFullStart = 'Pieno avvio';
348 $strFullStop = 'Pieno spegnimento';
349 $strFullText = 'Testo completo';
350 $strFunction = 'Funzione';
351 $strFunctions = 'Funzioni';
353 $strGenBy = 'Generato da';
354 $strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
355 $strGenerate = 'Genera';
356 $strGeneratePassword = 'Genera Password';
357 $strGenTime = 'Generato il';
358 $strGeorgian = 'Georgiano';
359 $strGerman = 'Tedesco';
360 $strGetMoreThemes = 'Scarica altri temi!';
361 $strGlobal = 'globale';
362 $strGlobalPrivileges = 'Privilegi globali';
363 $strGlobalValue = 'Valore globale';
364 $strGo = 'Esegui';
365 $strGoToDatabase = 'Vai al database';
366 $strGoToTable = 'Vai alla tabella';
367 $strGoToView = 'Vai alla visualizzazione';
368 $strGrantOption = 'Grant';
369 $strGreek = 'Greco';
370 $strGzip = '"compresso con gzip"';
372 $strHandler = 'Handler';
373 $strHasBeenAltered = 'è stato modificato.';
374 $strHaveBeenSynchronized = 'Le tabelle di destinazione selezionate sono state sincronizzate con le tabelle di origine.';
375 $strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
376 $strHebrew = 'Ebreo';
377 $strHelp = 'Aiuto';
378 $strHexForBLOB = 'Usa dati esadecimali per BLOB';
379 $strHide = 'Nascondi';
380 $strHideShowAll = 'Mostra/nascondi tutto';
381 $strHideShowNoRelation = 'Mostra/nascondi tabella senza relazioni';
382 $strHome = 'Home';
383 $strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
384 $strHostEmpty = 'Il nome di host è vuoto!';
385 $strHost = 'Host';
386 $strHostTableExplanation = 'Quando la tabella Host è usata, questo campo è ignorato e i valori memorizzati nella tabella Host invece utilizzati.';
387 $strHTMLExcel = 'Microsoft Excel 2000';
388 $strHTMLWord = 'Microsoft Word 2000';
389 $strHungarian = 'Ungherese';
391 $strIcelandic = 'Islandese';
392 $strId = 'ID';
393 $strIdxFulltext = 'Testo completo';
394 $strIEUnsupported = 'Internet explorer non supporta questa funzione.';
395 $strIgnoreDuplicates = 'Ignora le righe duplicate';
396 $strIgnore = 'Ignora';
397 $strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
398 $strImportColNames = 'I nomi delle colonne in prima fila';
399 $strImportEmptyRows = 'Non importare righe vuote';
400 $strImportExportCoords = 'Importa/esporta le coordinate per PDF schema';
401 $strImportFiles = 'Importa file';
402 $strImportFormat = 'Formato del file importato';
403 $strImport = 'Importa';
404 $strImportLargeFileUploading = 'Il file che viene caricato è probabilmente più grande della dimensione massima consentita o questo è un bug noto in browser basati su WebKit (Safari, Google Chrome, Arora, ecc).';
405 $strImportNoticePt1 = 'Le seguenti strutture sono state create o modificate. Qui tu puoi:';
406 $strImportNoticePt2 = 'Visualizza i contenuti delle strutture facendo click sul loro nome';
407 $strImportNoticePt3 = 'Modificare ogni impostazione cliccando sul corrispondente link "Opzioni"';
408 $strImportNoticePt4 = 'Modifica la sua struttura seguendo il link "Struttura"';
409 $strImportODSCurrency = 'Importa valute ($5.00 to 5.00)';
410 $strImportODSPercents = 'Importa percentuali come propri decimali (12.00% to .12)';
411 $strImportProceedingFile = 'Il file è in fase di elaborazione, vi preghiamo di essere pazienti.';
412 $strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d query eseguite.';
413 $strImportUploadInfoNotAvailable = 'Pazienza mentre il file viene caricato. Dettagli sulla upload non sono disponibili.';
414 $strImportXLS = 'Excel 97-2003 XLS Workbook';
415 $strImportXLSX = 'Excel 2007 XLSX Workbook';
416 $strIndexes = 'Indici';
417 $strIndexesSeemEqual = 'Gli indici %1$s e %2$s sembrano essere uguali e andrebbero, possibilmente, essere rimossi.';
418 $strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
419 $strIndex = 'Indice';
420 $strIndexName = 'Nome dell\'indice :';
421 $strIndexType = 'Tipo di indice :';
422 $strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
423 $strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
424 $strInnoDBAutoextendIncrement = 'Incremento autoextend';
425 $strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
426 $strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
427 $strInnoDBDataFilePath = 'File dati';
428 $strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
429 $strInnoDBDataHomeDir = 'Home directory dei dati';
430 $strInnoDBPages = 'pagine';
431 $strInnodbStat = 'Stato InnoDB';
432 $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.';
433 $strInsertAsNewRow = 'Inserisci come nuova riga';
434 $strInsertedRowId = 'Inserita riga id: %1$d';
435 $strInsert = 'Inserisci';
436 $strInterface = 'Interfacce';
437 $strInternalAndForeign = 'Una relazione interna non %è necessaria, quando una corrispondente relazione FOREIGN KEY esiste.';
438 $strInternalRelationAdded = 'Aggiunte relazioni internet';
439 $strInternalRelations = 'Relazioni interne';
440 $strInUse = 'in uso';
441 $strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
442 $strInvalidColumn = 'Colonna specificata (%s) invalida!';
443 $strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
444 $strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
445 $strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
446 $strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
447 $strInvalidDatabase = 'Database non valido';
448 $strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
449 $strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
450 $strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
451 $strInvalidRowNumber = '%d non è un numero valido di righe.';
452 $strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
453 $strInvalidServerIndex = 'Server index non valido: "%s"';
454 $strInvalidTableName = 'Nome tabella non valido';
456 $strJapanese = 'Giapponese';
457 $strJoins = 'Joins';
458 $strJumpToDB = 'Passa al database "%s".';
459 $strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
460 $strJustDeleteDescr = 'Gli utenti "cancellati" saranno ancora in grado di accedere al server come al solito, finché i privilegi non verranno ricaricati.';
462 $strKeepPass = 'Non cambiare la password';
463 $strKeyCache = 'Key cache';
464 $strKeyname = 'Nome chiave';
465 $strKill = 'Rimuovi';
466 $strKnownExternalBug = 'La %s funzionalità è affetta da un bug noto, vedi %s';
467 $strKorean = 'Coreano';
469 $strLandscape = 'Orizzontale';
470 $strLanguage = 'Lingua';
471 $strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
472 $strLatexCaption = 'Sottotitolo della tabella';
473 $strLatexContent = 'Contenuto della tabella __TABLE__';
474 $strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
475 $strLatexContinued = '(continua)';
476 $strLatexIncludeCaption = 'Includi sottotitolo della tabella';
477 $strLatexLabel = 'Chiave etichetta';
478 $strLaTeX = 'LaTeX';
479 $strLatexStructure = 'Struttura della tabella __TABLE__';
480 $strLatchedPages = 'Latched pages';
481 $strLatvian = 'Lituano';
482 $strLDI = 'CSV usando LOAD DATA';
483 $strLDILocal = 'Usa LOCAL keyword';
484 $strLengthSet = 'Lunghezza/Set*';
485 $strLimitNumRows = 'record per pagina';
486 $strLinesTerminatedBy = 'Linee terminate da';
487 $strLinkNotFound = 'Link non trovato';
488 $strLinksTo = 'Collegamenti a';
489 $strLithuanian = 'Lituano';
490 $strLocalhost = 'Locale';
491 $strLocationTextfile = 'Percorso del file';
492 $strLogin = 'Connetti';
493 $strLoginInformation = 'Informazioni di Login';
494 $strLoginWithoutPassword = 'Login senza password è vietato dalla configurazione (vedi AllowNoPassword)';
495 $strLogout = 'Disconnetti';
496 $strLogPassword = 'Password:';
497 $strLogServerHelp = 'Puoi inserire Indirizzo IP/hostname a porta separati dallo spazio.';
498 $strLogServer = 'Server';
499 $strLogUsername = 'Nome utente:';
500 $strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
502 $strMaxConnects = 'max. connessioni contemporanee';
503 $strMaximalQueryLength = 'Lunghezza massima di una query creata';
504 $strMaximumSize = 'Dimensione massima: %s%s';
505 $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.';
506 $strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
507 $strMediaWiki = 'Tabella MediaWiki';
508 $strMIME_available_mime = 'Tipi-MIME disponibili';
509 $strMIME_available_transform = 'Trasformazioni disponibili';
510 $strMIME_description = 'Descrizione';
511 $strMIME_MIMEtype = 'tipo MIME';
512 $strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
513 $strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
514 $strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\', 100, b,\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
515 $strMIME_transformation_options = 'Opzioni di Transformation';
516 $strMIME_transformation = 'Trasformazione del Browser';
517 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
518 $strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
519 $strModifications = 'Le modifiche sono state salvate';
520 $strModifyIndexTopic = 'Modifica un indice';
521 $strModify = 'Modifica';
522 $strMoveMenu = 'Muovi menù';
523 $strMoveTableOK = 'La tabella %s è stata spostata in %s.';
524 $strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
525 $strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
526 $strMultilingual = 'multilingua';
527 $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.';
528 $strMyISAMDataPointerSize = 'Domensione del puntatore dati';
529 $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.';
530 $strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i file temporanei nella creazione di un indice';
531 $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).';
532 $strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
533 $strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
534 $strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
535 $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.';
536 $strMyISAMRepairThreads = 'Thread di riparazione';
537 $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.';
538 $strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
539 $strMysqlClientVersion = 'Versione MySQL client';
540 $strMySQLConnectionCollation = 'collation della connessione di MySQL';
541 $strMySQLCharset = 'Set di caratteri MySQL';
542 $strMysqlLibDiffersServerVersion = 'Le tue librerie di PHP per MySQL versione %s sono diverse dalla versione di MySQL server %s. Potrebbe causare comportamenti imprevedibili.';
543 $strMySQLSaid = 'Messaggio di MySQL: ';
544 $strMySQLShowProcess = 'Visualizza processi in esecuzione';
546 $strName = 'Nome';
547 $strNext = 'Prossimo';
548 $strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
549 $strNoDatabases = 'Nessun database';
550 $strNoDatabasesSelected = 'Nessun database selezionato.';
551 $strNoDataReceived = 'Non sono stati ricevuti dati da importare. O non è stato indicato alcun nome file, oppure è stato superata la dimensione massima consentita per il file, impostata nella configurazione di PHP. Vedi FAQ 1.16.';
552 $strNoDescription = 'nessuna Description';
553 $strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
554 $strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
555 $strNoExplain = 'Non Spiegare SQL';
556 $strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
557 $strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
558 $strNoIndex = 'Nessun indice definito!';
559 $strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
560 $strNoModification = 'Nessun cambiamento';
561 $strNone = 'Nessuno';
562 $strNo = 'No';
563 $strNoOptions = 'Questo formato non ha opzioni';
564 $strNoPassword = 'Nessuna Password';
565 $strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
566 $strNoPhp = 'senza codice PHP';
567 $strNoPrivileges = 'Nessun Privilegio';
568 $strNoRights = 'Non hai i permessi per effettuare questa operazione!';
569 $strNoRowsSelected = 'Nessuna riga selezionata';
570 $strNoSpace = 'Spazio insufficiente per salvare il file %s.';
571 $strNoTablesFound = 'Non ci sono tabelle nel database.';
572 $strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
573 $strNotNumber = 'Questo non è un numero!';
574 $strNotOK = 'non OK';
575 $strNotPresent = 'non presente';
576 $strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
577 $strNoUsersFound = 'Nessun utente trovato.';
578 $strNoValidateSQL = 'Non Validare SQL';
579 $strNull = 'Null';
580 $strNumberOfFields = 'Numero di campi';
581 $strNumberOfTables = 'Numero di tabelle';
582 $strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
583 $strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
584 $strNumTables = 'Tabelle';
586 $strOK = 'OK';
587 $strOpenDocumentSpreadsheet = 'Foglio di calcolo nel formato Open Document';
588 $strOpenDocumentText = 'Testo nel formato Open Document';
589 $strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
590 $strOperations = 'Operazioni';
591 $strOperator = 'Operatore';
592 $strOptimize = 'Ottimizza';
593 $strOptimizeTable = 'Ottimizza tabella';
594 $strOptions = 'Opzioni';
595 $strOr = 'Oppure';
596 $strOverhead = 'In eccesso';
597 $strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
599 $strPacked = 'Compresso';
600 $strPageNumber = 'Numero pagina:';
601 $strPagesToBeFlushed = 'Pagine che devono essere flushate';
602 $strPaperSize = 'Dimensioni carta';
603 $strPartialImport = 'Importazione parziale';
604 $strPartialText = 'Testo parziale';
605 $strPartitionDefinition = 'Definizione Partizioni';
606 $strPartitioned = 'partizionato';
607 $strPartitionMaintenance = 'Manutenzione partizione';
608 $strPartition = 'Partizione %s';
609 $strPasswordEmpty = 'La password è vuota!';
610 $strPasswordHashing = 'Password Hashing';
611 $strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
612 $strPasswordNotSame = 'La password non coincide!';
613 $strPassword = 'Password';
614 $strPBXTDataFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtd) con gli "handle data".';
615 $strPBXTDataFileGrowSize = 'Dimensione incremento del file dei dati';
616 $strPBXTDataLogThresholdDesc = 'La dimensione massima di un file con i log. Il valore di default è 64MB. PBXT può creare un massimo di 32000 log dei dati, che sono usati da tutte le tabelle. Il valore può essere incrementato per aumentare la dimensione massima dei dati che possono essere memorizzati complessivamente nel database.';
617 $strPBXTDataLogThreshold = 'Dimensione del log dei dati';
618 $strPBXTGarbageThresholdDesc = 'La percentuale di dati "spazzatura" in un file di log prima che questo debba essere compattato. Il valore deve essere compreso tra 1 e 99. Il valore di default è 50.';
619 $strPBXTGarbageThreshold = 'Dimensione del cestino';
620 $strPBXTCheckpointFrequencyDesc = 'L\'ammontare dei dati scritti sul log delle trasazioni, prima che sia eseguito un checkpoint. Il valore di default è 24MB.';
621 $strPBXTCheckpointFrequency = 'Frequheckpoint';
622 $strPBXTIndexCacheSizeDesc = 'This is the amount of memory allocated to the index cache. Il valore di default è 32MB. La memoria allocata qui è usata solo per la cache delle pagine di indice.';
623 $strPBXTIndexCacheSize = 'Dimensione cache degli indici';
624 $strPBXTLogBufferSizeDesc = 'La dimensione del buffer usata quando si scrive un log dei dati. Il valore di default è 256MB. Il motore allora un buffer per ciascun thread, ma solo se è necessario scrivere un log dei dati.';
625 $strPBXTLogBufferSize = 'Dimensione del buffer dei log';
626 $strPBXTLogCacheSizeDesc = 'L\'ammontare di memoria allocata per la cache del log delle trasazioni. Il valore di default è 16MB.';
627 $strPBXTLogCacheSize = 'Dimensione cache dei log';
628 $strPBXTLogFileCountDesc = 'Questo è il numero dei file di log della trasazioni (pbxt/system/xlog*.xt) che il sistema conserva. Se il numero dei log è superiore i file più sono cancellati, altrimenti vengono rinominati e gli viene assegnato il numero più alto.';
629 $strPBXTLogFileCount = 'Numero dei file di log';
630 $strPBXTLogFileThresholdDesc = 'La dimensione del log delle trasazioni prima di un rollover, quando viene creato un nuovo file. Il valore di default è 16MB.';
631 $strPBXTLogFileThreshold = 'Soglia dei file di log';
632 $strPBXTRecordCacheSizeDesc = 'L\'ammontare della memoria allocata nella cache dei record, usata per la cache dei dati della tabella. The default value is 32MB. This memory is used to cache changes to the handle data (.xtd) and row pointer (.xtr) files.';
633 $strPBXTRecordCacheSize = 'Dimensione cache dei record';
634 $strPBXTRowFileGrowSizeDesc = 'Dimensione dell\'incremento del file (.xtr) con i puntatori delle righe.';
635 $strPBXTRowFileGrowSize = 'Dimensione incremento del file delle righe';
636 $strPBXTTransactionBufferSizeDesc = 'La dimensione del buffer globale dei log di trasazione (il motore alloca 2 buffer di questa dimensione). Il valore di default è 1MB.';
637 $strPBXTTransactionBufferSize = 'Dimensione buffer delle transazioni';
638 $strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
639 $strPdfInvalidTblName = 'La tabella "%s" non esiste!';
640 $strPdfNoTables = 'Nessuna Tabella';
641 $strPDF = 'PDF';
642 $strPDFReportExplanation = '(Genera un report contenete i dati di una singola tabella)';
643 $strPDFReportTitle = 'Titolo del Report';
644 $strPerHour = 'all\'ora';
645 $strPerMinute = 'al minuto';
646 $strPerSecond = 'al secondo';
647 $strPersian = 'Persiano';
648 $strPhoneBook = 'rubrica';
649 $strPhpArray = 'Array PHP';
650 $strPhp = 'Crea il codice PHP';
651 $strPHPExtension = 'Estensioni PHP';
652 $strPHPVersion = 'Versione PHP';
653 $strPlayAudio = 'Avvia audio';
654 $strPleaseSelectPrimaryOrUniqueKey = 'Seleziona la chiave primaria o una chiave univoca';
655 $strPmaDocumentation = 'Documentazione di phpMyAdmin';
656 $strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
657 $strPolish = 'Polacco';
658 $strPortrait = 'Verticale';
659 $strPos1 = 'Inizio';
660 $strPrevious = 'Precedente';
661 $strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
662 $strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
663 $strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
664 $strPrimary = 'Primaria';
665 $strPrint = 'Stampa';
666 $strPrintViewFull = 'Vista stampa (con full text)';
667 $strPrintView = 'Visualizza per stampa';
668 $strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
669 $strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
670 $strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
671 $strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
672 $strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
673 $strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
674 $strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
675 $strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
676 $strPrivDescCreateView = 'Permette la creazione di nuove viste.';
677 $strPrivDescDelete = 'Permette di cancellare dati.';
678 $strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
679 $strPrivDescDropTbl = 'Permette di eliminare tabelle.';
680 $strPrivDescEvent = 'Permette di impostare gli eventi per lo scheduler';
681 $strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
682 $strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
683 $strPrivDescFile = 'Permette di importare dati da e esportare dati in file.';
684 $strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
685 $strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
686 $strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
687 $strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
688 $strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
689 $strPrivDescMaxQuestions = 'Limita il numero di query che un utente può mandare al server in un\'ora.';
690 $strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
691 $strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
692 $strPrivDescProcess = 'Permette di vedere i processi di tutti gli utenti';
693 $strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
694 $strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
695 $strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
696 $strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
697 $strPrivDescSelect = 'Permette di leggere i dati.';
698 $strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
699 $strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
700 $strPrivDescShutdown = 'Permette di chiudere il server.';
701 $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.';
702 $strPrivDescTrigger = 'Permette di creare e di eliminare i triggers';
703 $strPrivDescUpdate = 'Permette di cambiare i dati.';
704 $strPrivDescUsage = 'Nessun privilegio.';
705 $strPrivileges = 'Privilegi';
706 $strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
707 $strProcedures = 'Procedure';
708 $strProcesses = 'Processi';
709 $strProcesslist = 'Lista Processi';
710 $strProfiling = 'Profiling';
711 $strProtocolVersion = 'Versione protocollo';
712 $strPutColNames = 'Mette i nomi delle colonne alla prima riga';
714 $strQBEDel = 'Elimina';
715 $strQBEIns = 'Aggiungi';
716 $strQBE = 'Query da esempio';
717 $strQueriesExecuted = 'Le seguenti query sono state eseguite:';
718 $strQueryCache = 'Cache delle query';
719 $strQueryFrame = 'Finestra della Query';
720 $strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
721 $strQueryResultsOperations = 'Risultato delle operazioni di Query';
722 $strQuerySQLHistory = 'Storico dell\'SQL';
723 $strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s query sono state effettuate sul server.';
724 $strQueryTime = 'La query ha impiegato %01.4f sec';
725 $strQueryType = 'Tipo di Query';
726 $strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
728 $strReadRequests = 'Richieste di lettura';
729 $strRebuild = 'Ricrea';
730 $strReceived = 'Ricevuti';
731 $strRecommended = 'raccomandato';
732 $strRecords = 'Record';
733 $strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
734 $strRefresh = 'Aggiorna';
735 $strRelationalDisplayField = 'Mosta il campo relazionale';
736 $strRelationalKey = 'Chiave relazionale';
737 $strRelationalSchema = 'Schema relazionale';
738 $strRelationDeleted = 'Relazione cancellata';
739 $strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
740 $strRelationsForTable = 'RELATIONS FOR TABLE';
741 $strRelations = 'Relazioni';
742 $strRelationView = 'Vedi relazioni';
743 $strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
744 $strReloadPrivileges = 'Ricarica i privilegi';
745 $strReload = 'Ricarica';
746 $strRemoteServer = 'Server remoto';
747 $strRemovePartitioning = 'Rimuove partizionamento';
748 $strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
749 $strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
750 $strRenameTableOK = 'La tabella %s è stata rinominata %s';
751 $strRenameTable = 'Rinomina la tabella in';
752 $strRepair = 'Ripara';
753 $strRepairTable = 'Ripara tabella';
754 $strReplaceNULLBy = 'Sostituisci NULL con';
755 $strReplaceTable = 'Sostituisci i dati della tabella col file';
756 $strReplication = 'Replicazione';
757 $strReplicationSynchronize = 'Sincronizza i database con il master';
758 $strReset = 'Riavvia';
759 $strResourceLimits = 'Limiti di risorse';
760 $strRestartInsertion = 'Riprendi inserimento con la riga %s';
761 $strReType = 'Reinserisci';
762 $strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
763 $strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
764 $strRevokeMessage = 'Hai revocato i privilegi per %s';
765 $strRevoke = 'Revoca';
766 $strRomanian = 'Rumeno';
767 $strRoutineReturnType = 'Tipo di risultato';
768 $strRoutines = 'Routines';
769 $strRowLength = 'Lunghezza riga';
770 $strRowsAffected = '%1$d riga/e modificata.';
771 $strRowsDeleted = '%1$d riga/e cancellata.';
772 $strRowsFrom = 'righe a partire da';
773 $strRowsInserted = '%1$d riga/e inserita.';
774 $strRowSize = 'Dimensione riga';
775 $strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
776 $strRowsModeHorizontal = ' orizzontale ';
777 $strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
778 $strRowsModeVertical = ' verticale ';
779 $strRows = 'Righe';
780 $strRowsStatistic = 'Statistiche righe';
781 $strRunning = 'in esecuzione su %s';
782 $strRunQuery = 'Invia Query';
783 $strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
784 $strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
785 $strRussian = 'Russo';
787 $strSaveOnServer = 'Salva sul server nella directory %s';
788 $strSavePosition = 'Salva la posizione';
789 $strSave = 'Salva';
790 $strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
791 $strSearch = 'Cerca';
792 $strSearchFormTitle = 'Cerca nel database';
793 $strSearchInField = 'Campi contenuti:';
794 $strSearchInTables = 'Nella/e tabella/e:';
795 $strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
796 $strSearchOption1 = 'almeno una delle parole';
797 $strSearchOption2 = 'tutte le parole';
798 $strSearchOption3 = 'la frase esatta';
799 $strSearchOption4 = 'come espressione regolare';
800 $strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
801 $strSearchType = 'Trova:';
802 $strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
803 $strSelectADb = 'Prego, selezionare un database';
804 $strSelectAll = 'Seleziona tutto';
805 $strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
806 $strSelectFields = 'Seleziona campi (almeno uno):';
807 $strSelectForeignKey = 'Seleziona Foreign Key';
808 $strSelectNumRows = 'nella query';
809 $strSelectReferencedKey = 'Seleziona le chiavi referenziali';
810 $strSelectTables = 'Seleziona Tables';
811 $strSend = 'Salva con nome...';
812 $strSent = 'Spediti';
813 $strServerChoice = 'Scelta del server';
814 $strServerNotResponding = 'Il server non risponde';
815 $strServer = 'Server';
816 $strServers = 'Servers';
817 $strServerStatusDelayedInserts = 'Inserimento ritardato';
818 $strServerStatus = 'Informazioni di Runtime';
819 $strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
820 $strServerTabVariables = 'Variabili';
821 $strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di rete di questo server MySQL dal momento del suo avvio.';
822 $strServerVars = 'Variabili e parametri del Server';
823 $strServerVersion = 'Versione MySQL';
824 $strSessionStartupErrorGeneral = 'Non posso far partire la sessione senza errori, controlla gli errori nel log di PHP e/o del tuo server web e configura correttamente la tua installazione di PHP.';
825 $strSessionValue = 'Valore sessione';
826 $strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslash ("\") o dei single quote ("\'") davanti a questi valori anteporre un "\" (per esempio \'\\\\xyz\' o \'a\\\'b\').';
827 $strSettings = 'impostazioni';
828 $strSetupCannotLoadConfig = 'Impossibile caricare o salvare la configurazione';
829 $strSetupConfigurationFile = 'File di configurazione';
830 $strSetupDefaultLanguage = 'Lingua predefinita';
831 $strSetupDefaultServer = 'Server predefinito';
832 $strSetupDisplay = 'Visualizza';
833 $strSetupDonateLink = 'Dona';
834 $strSetupDownload = 'Scarica';
835 $strSetuperror_incorrect_value = 'Valore non corretto';
836 $strSetupExport_asfile_name = 'Salva con nome...';
837 $strSetupExport_compression_name = 'Compressione';
838 $strSetupExport_format_name = 'Formato';
839 $strSetupExport_onserver_overwrite_name = 'Sovrascrivi file(s) esistente/i';
840 $strSetupFalse = 'no';
841 $strSetupForm_Import_export = 'Importa / esporta';
842 $strSetupForm_Left_databases = 'Database';
843 $strSetupForm_Left_frame = 'Frame di navigazione';
844 $strSetupForm_Left_servers = 'Servers';
845 $strSetupForm_Left_tables_desc = 'Opzioni di visualizzazione tabelle';
846 $strSetupForm_Left_tables = 'Tabelle';
847 $strSetupForm_Query_window = 'Finestra della Query';
848 $strSetupForm_Security = 'Sicurezza';
849 $strSetupForm_Server_config = 'Configurazione del server';
850 $strSetupForm_Server_desc = 'Inserisci i parametri di connessione al server';
851 $strSetupForm_Server = 'Impostazioni di base';
852 $strSetupForm_Server_pmadb = 'Database di PMA';
853 $strSetupFormset_customization = 'Personalizzazione';
854 $strSetupFormset_export = 'Personalizza le opzioni di esportazione';
855 $strSetupFormset_features = 'Caratteristiche';
856 $strSetupFormset_left_frame = 'Personalizza frame di navigazione';
857 $strSetupFormset_main_frame = 'Personalizza frame principale';
858 $strSetupForm_Startup = 'Avvio';
859 $strSetupIgnoreErrors = 'Ignora errori';
860 $strSetupImport_format_name = 'Formato del file importato';
861 $strSetupInsecureConnection = 'Connessione non sicura';
862 $strSetupLeftDisplayLogo_desc = 'Mostra logo nel frame di sinistra';
863 $strSetupLeftDisplayLogo_name = 'Visualizza logo';
864 $strSetupLeftFrameLight_name = 'Usa versione leggera';
865 $strSetupLoad = 'Carica';
866 $strSetupMemoryLimit_name = 'Limite memoria';
867 $strSetupNewServer = 'Nuovo server';
868 $strSetupNoServers = 'Non ci sono server configurati';
869 $strSetupOptionNone = '- nessuno -';
870 $strSetupOverview = 'Panoramica';
871 $strSetupRestoreDefaultValue = 'Ripristinare valori predefiniti';
872 $strSetupServersAdd = 'Aggiungi un nuovo server';
873 $strSetupServers_auth_type_desc = 'Metodo di autenticazione da usare';
874 $strSetupServers_auth_type_name = 'Tipo di autenticazione';
875 $strSetupServers_connect_type_name = 'Tipo di connessione';
876 $strSetupServersEdit = 'Modifica server';
877 $strSetupServers_pmadb_name = 'Database di PMA';
878 $strSetupSetValue = 'Imposta valore: %s';
879 $strSetupShowForm = 'Visualizza form';
880 $strSetupSQLQuery_Edit_name = 'Modifica';
881 $strSetupSQLQuery_Explain_name = 'Spiega SQL';
882 $strSetupSQLQuery_Refresh_name = 'Aggiorna';
883 $strSetupSQLQuery_ShowAsPHP_name = 'Crea il codice PHP';
884 $strSetupTrue = 'sì';
885 $strSetupVersionCheck = 'Controllo versione';
886 $strSetupVersionCheckLink = 'Controlla l\'ultima versione';
887 $strSetupWarning = 'Attenzione';
888 $strShowAll = 'Mostra tutti';
889 $strShowBinaryContentsAsHex = 'Mostra contenuti binati come esadecimali';
890 $strShowBinaryContents = 'Mostra contenuti binari';
891 $strShowBLOBContents = 'Mostra contenuti BLOB';
892 $strShowColor = 'Mostra il colore';
893 $strShowDatadictAs = 'Formato del Data Dictionary';
894 $strShowFullQueries = 'Mostra query complete';
895 $strShowGrid = 'Mostra la griglia';
896 $strShowHideLeftMenu = 'Mostra/nascondi il menù di sinistra';
897 $strShowingBookmark = 'Mostrando i segnalibri';
898 $strShowingPhp = 'Mostrando il codice PHP';
899 $strShowingRecords = 'Visualizzazione record ';
900 $strShowingSQL = 'Mostrando la query SQL';
901 $strShowKeys = 'Mostra solo le chiavi';
902 $strShow = 'Mostra';
903 $strShowOpenTables = 'Mostra le tabelle aperte';
904 $strShowPHPInfo = 'Mostra le info sul PHP';
905 $strShowSlaveHosts = 'Mostra gli hosts slave';
906 $strShowSlaveStatus = 'Mostra lo stato degli slave';
907 $strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
908 $strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
909 $strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
910 $strShowStatusCreated_tmp_filesDescr = 'Numero di file temporanei che mysqld ha creato.';
911 $strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
912 $strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
913 $strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
914 $strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
915 $strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
916 $strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
917 $strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
918 $strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
919 $strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
920 $strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
921 $strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
922 $strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
923 $strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
924 $strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
925 $strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
926 $strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
927 $strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
928 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
929 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
930 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
931 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
932 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
933 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
934 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
935 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
936 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
937 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
938 $strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
939 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
940 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
941 $strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
942 $strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
943 $strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
944 $strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
945 $strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
946 $strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
947 $strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
948 $strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
949 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
950 $strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
951 $strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
952 $strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
953 $strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
954 $strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
955 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
956 $strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
957 $strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
958 $strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
959 $strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
960 $strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
961 $strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
962 $strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
963 $strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
964 $strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
965 $strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
966 $strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
967 $strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
968 $strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
969 $strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
970 $strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
971 $strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
972 $strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
973 $strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
974 $strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
975 $strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
976 $strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
977 $strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
978 $strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
979 $strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAYED.';
980 $strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
981 $strShowStatusOpen_filesDescr = 'Il numero di file che sono aperti.';
982 $strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
983 $strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
984 $strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
985 $strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
986 $strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
987 $strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
988 $strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
989 $strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
990 $strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
991 $strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
992 $strShowStatusReset = 'Riavvia';
993 $strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
994 $strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
995 $strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
996 $strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
997 $strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
998 $strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
999 $strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
1000 $strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
1001 $strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
1002 $strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
1003 $strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
1004 $strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
1005 $strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
1006 $strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
1007 $strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
1008 $strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
1009 $strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
1010 $strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
1011 $strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
1012 $strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
1013 $strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
1014 $strShowTableDimension = 'Mostra la dimensione delle tabelle';
1015 $strShowTables = 'Mostra le tabelle';
1016 $strShowThisQuery = 'Mostra di nuovo questa query';
1017 $strSimplifiedChinese = 'Cinese Semplificato';
1018 $strSingly = '(singolarmente)';
1019 $strSize = 'Dimensione';
1020 $strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
1021 $strSlovak = 'Slovacco';
1022 $strSlovenian = 'Sloveno';
1023 $strSmallBigAll = 'Espandi/Contrai';
1024 $strSnapToGrid = 'Calamita alla griglia';
1025 $strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
1026 $strSortByKey = 'Ordina per chiave';
1027 $strSorting = 'Ordinando';
1028 $strSort = 'Ordinamento';
1029 $strSpaceUsage = 'Spazio utilizzato';
1030 $strSpanish = 'Spagnolo';
1031 $strSplitWordsWithSpace = 'Le parole sono separate da spazi (" ").';
1032 $strSQLCompatibility = 'Modo di compatibilità SQL';
1033 $strSQLExportType = 'Tipo di esportazione';
1034 $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:';
1035 $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';
1036 $strSQLQuery = 'query SQL';
1037 $strSQLResult = 'Risultato SQL';
1038 $strSQL = 'SQL';
1039 $strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
1040 $strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
1041 $strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
1042 $strStandInStructureForView = 'Struttura Stand-in per le viste';
1043 $strStatCreateTime = 'Creazione';
1044 $strStatement = 'Istruzioni';
1045 $strStatCheckTime = 'Ultimo controllo';
1046 $strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
1047 $strStatUpdateTime = 'Ultimo cambiamento';
1048 $strStatus = 'Stato';
1049 $strStorageEngine = 'Motore di Memorizzazione';
1050 $strStorageEngines = 'Motori di Memorizzazione';
1051 $strStrucCSV = 'CSV';
1052 $strStrucData = 'Struttura e dati';
1053 $strStrucExcelCSV = 'CSV per dati MS Excel';
1054 $strStrucOnly = 'Solo struttura';
1055 $strStructPropose = 'Proponi la struttura della tabella';
1056 $strStructureForView = 'Struttura per la vista';
1057 $strStructureLC = 'struttura';
1058 $strStructure = 'Struttura';
1059 $strSubmit = 'Invia';
1060 $strSuccess = 'La query è stata eseguita con successo';
1061 $strSuhosin = 'Sul server è in esecuzione Suhosin. Controlla la documentazione: %sdocumentation%s per possibili problemi.';
1062 $strSum = 'Totali';
1063 $strSwedish = 'Svedese';
1064 $strSwekeyAuthenticating = 'Autenticazione...';
1065 $strSwekeyAuthFailed = 'Autentificazione hardware fallita';
1066 $strSwekeyNoKeyId = 'Il file %s non contiente nessuna chiave id';
1067 $strSwekeyNoKey = 'Nessuna chiave di autentificazione valida inserita';
1068 $strSwitchToDatabase = 'Passare al Database copiato';
1069 $strSwitchToTable = 'Passa alla tabella copiata';
1070 $strSynchronizeDb = 'Sincronizzare i database';
1071 $strSynchronize = 'Sincronizza';
1073 $strTableAlreadyExists = 'La tabella %s esiste già!';
1074 $strTableAlteredSuccessfully = 'La tabella %1$s è già stata modificata con successo';
1075 $strTableComments = 'Commenti sulla tabella';
1076 $strTableEmpty = 'Il nome della tabella è vuoto!';
1077 $strTableHasBeenCreated = 'La tabella %1$s è stata creata.';
1078 $strTableHasBeenDropped = 'La tabella %s è stata eliminata';
1079 $strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
1080 $strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
1081 $strTableIsEmpty = 'La tabella sembra essere vuota!';
1082 $strTableMaintenance = 'Amministrazione tabella';
1083 $strTableName = 'Nome tabella';
1084 $strTableOfContents = 'Tabella dei contenuti';
1085 $strTableOptions = 'Opzioni della tabella';
1086 $strTables = '%s tabella(e)';
1087 $strTableStructure = 'Struttura della tabella';
1088 $strTable = 'Tabella';
1089 $strTakeIt = 'prendilo';
1090 $strTblPrivileges = 'Privilegi relativi alle tabelle';
1091 $strTempData = 'Dati temporanei';
1092 $strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
1093 $strTexyText = 'Testo "Texy!"';
1094 $strThai = 'Thai';
1095 $strThemeDefaultNotFound = 'Tema di default %s non trovato!';
1096 $strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
1097 $strThemeNotFound = 'Tema %s non trovato!';
1098 $strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
1099 $strThemePathNotFound = 'Percorso per il tema non trovato %s!';
1100 $strTheme = 'Tema / Stile';
1101 $strThisHost = 'Questo Host';
1102 $strThreads = 'Processi';
1103 $strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
1104 $strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
1105 $strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
1106 $strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
1107 $strTime = 'Tempo';
1108 $strToFromPage = 'da/per pagina';
1109 $strToggleScratchboard = '(dis)attiva scratchboard';
1110 $strToggleSmallBig = 'Contrai/Espandi';
1111 $strToSelectRelation = 'Per selezionare una relazione, click :';
1112 $strTotal = 'Totali';
1113 $strTotalUC = 'Totale';
1114 $strTrackingDatabaseLog = 'Log database';
1115 $strTrackingIsActive = 'Il tracking è attivo.';
1116 $strTrackingIsNotActive = 'Il tracking non è attivo.';
1117 $strTrackingReport = 'Rapporto tracking';
1118 $strTrackingStatusActive = 'attivo';
1119 $strTrackingStatusNotActive = 'non attivo';
1120 $strTrackingThCreated = 'Creato';
1121 $strTrackingThLastVersion = 'Ultima versione';
1122 $strTrackingThUpdated = 'Aggiornato';
1123 $strTrackingTrackedTables = 'Controlla tabelle';
1124 $strTrackingTrackTable = 'Controlla tabella';
1125 $strTrackingVersions = 'Versioni';
1126 $strTraditionalChinese = 'Cinese Tradizionale';
1127 $strTraditionalSpanish = 'Spagnolo tradizionale';
1128 $strTraffic = 'Traffico';
1129 $strTransactionCoordinator = 'Coordinatore delle transazioni';
1130 $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';
1131 $strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati. Il primo parametro, opzionale, specifica ogni quanto deve essere aggiunto uno spazio (default a 2 nibbles).';
1132 $strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
1133 $strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
1134 $strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
1135 $strTransformation_text_plain__dateformat = 'Mostra i campi TIME, TIMESTAMP, DATETIME o il TIMESTAMP UNIX come data formattata. La prima opzione è l\'offset (in ore) che verrà aggiunto all\'ora (Default: 0). Usare la seconda opzione per specificare un differente formato di data/ora. La terza opzione determina se vuoi vedere l\'ora locale o UTC (usa "local" o "utc" per questo). In relazione a questo, il formato data ha differenti valori - per "local" guarda la documentazione della funzione PHP strftime(); per "utc" viene usata la funzione gmdate().';
1136 $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)';
1137 $strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
1138 $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.';
1139 $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.';
1140 $strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
1141 $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: ...) .';
1142 $strTriggers = 'Triggers';
1143 $strTruncateQueries = 'Tronca le Query Mostrate';
1144 $strTurkish = 'Turco';
1145 $strType = 'Tipo';
1147 $strUkrainian = 'Ucraino';
1148 $strUncheckAll = 'Deseleziona tutti';
1149 $strUnicode = 'Unicode';
1150 $strUnique = 'Unica';
1151 $strUnknown = 'sconosciuto';
1152 $strUnselectAll = 'Deseleziona tutto';
1153 $strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione (%s) non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
1154 $strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
1155 $strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
1156 $strUpdateQuery = 'Aggiorna Query';
1157 $strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
1158 $strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
1159 $strUploadErrorCantWrite = 'Non riesco a scrivere il file su disco.';
1160 $strUploadErrorExtension = 'Caricamento del file interrotto per estensione errata.';
1161 $strUploadErrorFormSize = 'Il file caricato eccede il parametro MAX_FILE_SIZE specificato nel form HTML.';
1162 $strUploadErrorIniSize = 'Il file caricato eccede il parametro upload_max_filesize in php.ini.';
1163 $strUploadErrorNoTempDir = 'Non trovo la cartella temporanea.';
1164 $strUploadErrorPartial = 'Il file è stato solo parzialmente caricato.';
1165 $strUploadErrorUnknown = 'Errore sconosciuto nel caricamento del file.';
1166 $strUploadLimit = 'Stai probabilmente cercando di caricare sul server un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
1167 $strUploadsNotAllowed = 'Non è permesso l\'upload dei file su questo server.';
1168 $strUsage = 'Utilizzo';
1169 $strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
1170 $strUseHostTable = 'Utilizza la Tabella dell\'Host';
1171 $strUserAlreadyExists = 'L\'utente %s esiste già!';
1172 $strUserEmpty = 'Il nome utente è vuoto!';
1173 $strUserName = 'Nome utente';
1174 $strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
1175 $strUserOverview = 'Vista d\'insieme dell\'utente';
1176 $strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
1177 $strUsersHavingAccessToDb = 'Utenti che hanno accesso a "%s"';
1178 $strUser = 'Utente';
1179 $strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
1180 $strUseTables = 'Utilizza tabelle';
1181 $strUseTextField = 'Utilizza campo text';
1182 $strUseThisValue = 'Usa questa opzione';
1184 $strValidateSQL = 'Valida SQL';
1185 $strValidatorError = 'L\'SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
1186 $strValue = 'Valore';
1187 $strVar = 'Variabile';
1188 $strVersionInformation = 'Informazioni sulla versione';
1189 $strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
1190 $strViewDumpDB = 'Visualizza dump (schema) del database';
1191 $strViewDump = 'Visualizza dump (schema) della tabella';
1192 $strViewHasAtLeast = 'Questa visuale ha, come minimo, questo numero di righe. Per informazioni controlla la %sdocumentazione%s.';
1193 $strViewHasBeenDropped = 'La vista %s è stata eliminata';
1194 $strViewImage = 'Visualizza immagine';
1195 $strViewName = 'Nome VISTA';
1196 $strViewVideo = 'Visualizza video';
1197 $strView = 'Vista';
1199 $strWebServerUploadDirectory = 'directory di upload del web-server';
1200 $strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
1201 $strWebServer = 'Web server';
1202 $strWelcome = 'Benvenuto in %s';
1203 $strWestEuropean = 'Europeo Occidentale';
1204 $strWiki = 'Wiki';
1205 $strWildcard = 'wildcard';
1206 $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';
1207 $strWithChecked = 'Se selezionati:';
1208 $strWriteRequests = 'Richieste di scrittura';
1209 $strWrongUser = 'Nome utente o password errati. Accesso negato.';
1211 $strXMLExportContents = 'Esporta contenuti';
1212 $strXMLExportFunctions = 'Funzioni di esportazione';
1213 $strXMLExportProcedures = 'Esporta procedure';
1214 $strXMLExportTables = 'Esporta tabelle';
1215 $strXMLExportTriggers = 'Esporta trigger';
1216 $strXMLExportViews = 'Esporta visualizzazione';
1217 $strXML = 'XML';
1219 $strYes = 'Sì';
1221 $strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
1222 $strZip = '"compresso con zip"';
1224 // To translate:
1225 $strAndSmall = 'and'; //to translate
1227 $strDumpAllRows = 'Dump all rows'; //to translate
1229 $strImportODS = 'Open Document Spreadsheet'; //to translate
1231 $strNavTableFilter = 'Filter'; //to translate
1232 $strNoneDefault = 'None'; //to translate
1234 $strPort = 'Port'; //to translate
1236 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1237 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1238 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1239 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1240 $strReplicationControlSlave = 'Control slave:'; //to translate
1241 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1242 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1243 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1244 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1245 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1246 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1247 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1248 $strReplicationMaster = 'Master replication'; //to translate
1249 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1250 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1251 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1252 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1253 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1254 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1255 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1256 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1257 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1258 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1259 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1260 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1261 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate
1262 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1263 $strReplicationSlaveReset = 'Reset slave'; //to translate
1264 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1265 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1266 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1267 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1268 $strReplicationSlave = 'Slave replication'; //to translate
1269 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1270 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1271 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1272 $strReplicationStatus_master = 'Master status'; //to translate
1273 $strReplicationStatus = 'Replication status'; //to translate
1274 $strReplicationStatus_slave = 'Slave status'; //to translate
1275 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1276 $strReplicationUnknownError = 'Unknown error'; //to translate
1278 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1279 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1280 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1281 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1282 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1283 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1284 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1285 $strSetupBlowfishSecretCharsMsg = 'Key should contain alphanumerics, letters [em]and[/em] special characters'; //to translate
1286 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1287 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and enabled cookie authentication so the key was generated for you. It is used to encrypt cookies.'; //to translate
1288 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1289 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1290 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1291 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1292 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1293 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1294 $strSetupBZipDump_name = 'Bzip2'; //to translate
1295 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1296 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1297 $strSetupClear = 'Clear'; //to translate
1298 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1299 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1300 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1301 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1302 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1303 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1304 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1305 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1306 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1307 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1308 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1309 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1310 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1311 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1312 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1313 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1314 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1315 $strSetupEndOfLine = 'End of line'; //to translate
1316 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1317 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1318 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1319 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1320 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1321 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1322 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1323 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1324 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1325 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1326 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1327 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1328 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1329 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1330 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1331 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1332 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1333 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1334 $strSetupExport_onserver_name = 'Save on server'; //to translate
1335 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1336 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1337 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1338 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1339 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1340 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1341 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1342 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1343 $strSetupForm_Browse = 'Browse mode'; //to translate
1344 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1345 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1346 $strSetupForm_Edit = 'Edit mode'; //to translate
1347 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1348 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1349 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1350 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1351 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1352 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1353 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1354 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1355 $strSetupForm_Main_frame = 'Main frame'; //to translate
1356 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1357 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1358 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1359 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1360 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1361 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1362 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1363 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1364 $strSetupFormset_import = 'Customize import defaults'; //to translate
1365 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1366 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1367 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1368 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1369 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1370 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1371 $strSetupForm_Tabs = 'Tabs'; //to translate
1372 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1373 $strSetupGZipDump_name = 'GZip'; //to translate
1374 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1375 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1376 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1377 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1378 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1379 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1380 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1381 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1382 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1383 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1384 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled PMA continues computing multiple-statement queries even if one of the queries failed'; //to translate
1385 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1386 $strSetupImport_allow_interrupt_desc = '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
1387 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1388 $strSetupImport_format_desc = 'Default format, mind that this list depends on location (database, table) and only SQL is always avaiable'; //to translate
1389 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1390 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1391 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection, all data (including sensitive, like passwords) is transferred unencrypted!'; //to translate
1392 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1393 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1394 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1395 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1396 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1397 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1398 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1399 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1400 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1401 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1402 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1403 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1404 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1405 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1406 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1407 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1408 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1409 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1410 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1411 $strSetupLetUserChoose = 'let the user choose'; //to translate
1412 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1413 $strSetupLightTabs_name = 'Light tabs'; //to translate
1414 $strSetupLoginCookieDeleteAll_desc = 'If enabled logout deletes cookies for all servers, otherwise only for current one. Setting this to FALSE makes it easy to forget to log out from other server, when you are using more of them.'; //to translate
1415 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1416 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1417 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1418 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. Default 0 means that it will be kept for existing session only, that is it will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1419 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1420 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1421 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1422 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1423 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1424 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1425 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1426 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1427 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1428 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1429 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1430 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1431 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1432 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1433 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1434 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1435 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1436 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1437 $strSetupOrder_name = 'Default sorting order'; //to translate
1438 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1439 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1440 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1441 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1442 $strSetupProtectBinary_desc = 'Disallow BLOB or BLOB and BINARY fields from editing'; //to translate
1443 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1444 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1445 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1446 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1447 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1448 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1449 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1450 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1451 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1452 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1453 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1454 $strSetupSaveDir_name = 'Save directory'; //to translate
1455 $strSetupServerAuthConfigMsg = 'You set [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1456 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1457 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1458 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1459 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1460 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1461 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1462 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1463 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1464 $strSetupServers_auth_swekey_config_desc = 'Config file for [a@http://swekey.com]SweKey hardware authentication[/a], relative to phpMyAdmin root directory, eg. ./swekey.conf'; //to translate
1465 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1466 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1467 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1468 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1469 $strSetupServers_column_info_name = 'Column information table'; //to translate
1470 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1471 $strSetupServers_compress_name = 'Compress connection'; //to translate
1472 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1473 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1474 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1475 $strSetupServers_controluser_name = 'Control user'; //to translate
1476 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1477 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1478 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1479 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1480 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1481 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1482 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1483 $strSetupServers_extension_desc = 'What PHP extension to use, use mysqli if supported'; //to translate
1484 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1485 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1486 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1487 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1488 $strSetupServers_history_name = 'SQL query history table'; //to translate
1489 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1490 $strSetupServers_host_name = 'Server hostname'; //to translate
1491 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1492 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1493 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1494 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1495 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1496 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1497 $strSetupServers_password_name = 'Password for config auth'; //to translate
1498 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1499 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1500 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1501 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1502 $strSetupServers_port_name = 'Server port'; //to translate
1503 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1504 $strSetupServers_relation_name = 'Relation table'; //to translate
1505 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1506 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1507 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1508 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1509 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1510 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1511 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1512 $strSetupServers_socket_name = 'Server socket'; //to translate
1513 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1514 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1515 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1516 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1517 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1518 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1519 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1520 $strSetupServers_user_name = 'User for config auth'; //to translate
1521 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1522 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1523 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1524 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1525 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1526 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1527 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1528 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1529 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1530 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1531 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1532 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1533 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1534 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1535 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1536 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1537 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1538 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1539 $strSetupShowStats_name = 'Show statistics'; //to translate
1540 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1541 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1542 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1543 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1544 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1545 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1546 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1547 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1548 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1549 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1550 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1551 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1552 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1553 $strSetupUploadDir_name = 'Upload directory'; //to translate
1554 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1555 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1556 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1557 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1558 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1559 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1560 $strSetupVersionCheckNewAvailable = 'New version of phpMyAdmin is available, you should consider upgrade. New version is %s, released on %s.'; //to translate
1561 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1562 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1563 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1564 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1565 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1566 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1567 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1568 $strSetupZipDump_name = 'ZIP'; //to translate
1569 $strShowMasterStatus = 'Show master status'; //to translate
1570 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1571 $strSocket = 'Socket'; //to translate
1572 $strStart = 'Start'; //to translate
1573 $strStatic = 'static'; //to translate
1574 $strStop = 'Stop'; //to translate
1575 $strStructureDiff = 'Structure Difference' ; //to translate
1576 $strStructureSyn = 'Structure Synchronization'; //to translate
1577 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1579 $strTableAddColumn = 'Add column(s)'; //to translate
1580 $strTableAlterColumn = 'Alter column(s)'; //to translate
1581 $strTableAlterIndex = 'Alter index(s)'; //to translate
1582 $strTableApplyIndex = 'Apply index(s)'; //to translate
1583 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1584 $strTableInsertRow = 'Insert row(s)'; //to translate
1585 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1586 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1587 $strTableUpdateRow = 'Update row(s)'; //to translate
1588 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1589 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1590 $strTrackingActivateNow = 'Attiva ora';
1591 $strTrackingActivateTrackingFor = 'Attiva il tracking per %s.%s';
1592 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1593 $strTrackingCreateVersion = 'Crea versione';
1594 $strTrackingCreateVersionOf = 'Crea versione %s di %s.%s';
1595 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1596 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1597 $strTrackingDate = 'Date'; //to translate
1598 $strTrackingDeactivateNow = 'Disattiva ora';
1599 $strTrackingDeactivateTrackingFor = 'Disattiva il tracking per %s.%s';
1600 $strTrackingExportAs = 'Export as %s'; //to translate
1601 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1602 $strTrackingReportClose = 'Close'; //to translate
1603 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1604 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1605 $strTrackingShowVersions = 'Show versions'; //to translate
1606 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1607 $strTrackingSQLDump = 'SQL dump'; //to translate
1608 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1609 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1610 $strTrackingSQLExecution = 'SQL execution'; //to translate
1611 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1612 $strTrackingStatements = 'Tracking statements'; //to translate
1613 $strTrackingStructureSnapshot = 'Solo struttura';
1614 $strTrackingThVersion = 'Versione';
1615 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1616 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1617 $strTracking = 'Tracking';
1618 $strTrackingUntrackedTables = 'Controlla tabella';
1619 $strTrackingUsername = 'Username'; //to translate
1620 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1621 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1622 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1623 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1624 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1626 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1627 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate