From d32c667a470038ee194577b8b2f3b7388337eaec Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 29 Aug 2008 14:16:16 +0000 Subject: [PATCH] Italian translation git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@465 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- lang.inc.php | 1 + lang/it.inc.php | 177 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 178 insertions(+) create mode 100644 lang/it.inc.php diff --git a/lang.inc.php b/lang.inc.php index 1f84996d..3e57b166 100644 --- a/lang.inc.php +++ b/lang.inc.php @@ -8,6 +8,7 @@ $langs = array( 'de' => 'Deutsch', // Klemens Häckel - http://clickdimension.wordpress.com 'zh' => '简体中文', // Mr. Lodar 'fr' => 'Français', // Francis Gagné + 'it' => 'Italiano', // SF.net ticket #2082471 ); function lang($idf, $number = null) { diff --git a/lang/it.inc.php b/lang/it.inc.php new file mode 100644 index 00000000..6a783b7a --- /dev/null +++ b/lang/it.inc.php @@ -0,0 +1,177 @@ + 'Autenticazione', + 'phpMinAdmin' => 'phpMinAdmin', + 'Logout successful.' => 'Uscita effettuata con successo.', + 'Invalid credentials.' => 'Credenziali non valide.', + 'Server' => 'Server', + 'Username' => 'Utente', + 'Password' => 'Password', + 'Select database' => 'Seleziona database', + 'Invalid database.' => 'Database non valido.', + 'Create new database' => 'Crea nuovo database', + 'Table has been dropped.' => 'Tabella eliminata.', + 'Table has been altered.' => 'Tabella modificata.', + 'Table has been created.' => 'Tabella creata.', + 'Alter table' => 'Modifica tabella', + 'Create table' => 'Crea tabella', + 'Table name' => 'Nome tabella', + 'engine' => 'motore', + 'collation' => 'collazione', + 'Column name' => 'Nome colonna', + 'Type' => 'Tipo', + 'Length' => 'Lunghezza', + 'NULL' => 'NULL', + 'Auto Increment' => 'Auto incremento', + 'Options' => 'Opzioni', + 'Save' => 'Salva', + 'Drop' => 'Elimina', + 'Database has been dropped.' => 'Database eliminato.', + 'Database has been created.' => 'Database creato.', + 'Database has been renamed.' => 'Database rinominato.', + 'Database has been altered.' => 'Database modificato.', + 'Alter database' => 'Modifica database', + 'Create database' => 'Crea database', + 'SQL command' => 'Comando SQL', + 'Dump' => 'Dump', + 'Logout' => 'Esci', + 'database' => 'database', + 'Use' => 'Usa', + 'No tables.' => 'No tabelle.', + 'select' => 'seleziona', + 'Create new table' => 'Crea nuova tabella', + 'Item has been deleted.' => 'Elemento eliminato.', + 'Item has been updated.' => 'Elemento aggiornato.', + 'Item has been inserted.' => 'Elemento inserito.', + 'Edit' => 'Modifica', + 'Insert' => 'Inserisci', + 'Save and insert next' => 'Salva e inserisci un altro', + 'Delete' => 'Elimina', + 'Database' => 'Database', + 'Routines' => 'Routine', + 'Indexes has been altered.' => 'Indici modificati.', + 'Indexes' => 'Indici', + 'Alter indexes' => 'Modifica indici', + 'Add next' => 'Aggiungi altro', + 'Language' => 'Lingua', + 'Select' => 'Seleziona', + 'New item' => 'Nuovo elemento', + 'Search' => 'Cerca', + 'Sort' => 'Ordina', + 'DESC' => 'DESC', + 'Limit' => 'Limite', + 'No rows.' => 'Nessuna riga.', + 'Action' => 'Azione', + 'edit' => 'modifica', + 'Page' => 'Pagina', + 'Query executed OK, %d row(s) affected.' => array('Esecuzione della query OK, %d riga interessata.', 'Esecuzione della query OK, %d righe interessate.'), + 'Error in query' => 'Errore nella query', + 'Execute' => 'Esegui', + 'Table' => 'Tabella', + 'Foreign keys' => 'Chiavi esterne', + 'Triggers' => 'Trigger', + 'View' => 'Vedi', + 'Unable to select the table' => 'Selezione della tabella non riuscita', + 'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.', + 'Comment' => 'Commento', + 'Default values has been set.' => 'Valore predefinito impostato.', + 'Default values' => 'Valori predefiniti', + 'BOOL' => 'BOOL', + 'Show column comments' => 'Mostra i commenti delle colonne', + '%d byte(s)' => array('%d byte', '%d bytes'), + 'No commands to execute.' => 'Nessun commando da eseguire.', + 'Unable to upload a file.' => 'Caricamento del file non riuscito.', + 'File upload' => 'Caricamento file', + 'File uploads are disabled.' => 'Caricamento file disabilitato.', + 'Routine has been called, %d row(s) affected.' => array('Routine chiamata, %d riga interessata.', 'Routine chiamata, %d righe interessate.'), + 'Call' => 'Chiama', + 'No MySQL extension' => 'Estensioni MySQL non presenti', + 'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.', + 'Sessions must be enabled.' => 'Le sessioni devono essere abilitate.', + 'Session expired, please login again.' => 'Sessione scaduta, autenticarsi di nuovo.', + 'Text length' => 'Lunghezza testo', + 'Syntax highlighting' => 'Evidenzia sintassi', + 'Foreign key has been dropped.' => 'Foreign key eliminata.', + 'Foreign key has been altered.' => 'Foreign key modificata.', + 'Foreign key has been created.' => 'Foreign key creata.', + 'Foreign key' => 'Foreign key', + 'Target table' => 'Tabella obiettivo', + 'Change' => 'Cambia', + 'Source' => 'Sorgente', + 'Target' => 'Obiettivo', + 'Add column' => 'Aggiungi colonna', + 'Alter' => 'Modifica', + 'Add foreign key' => 'Aggiungi foreign key', + 'ON DELETE' => 'ON DELETE', + 'ON UPDATE' => 'ON UPDATE', + 'Index Type' => 'Tipo indice', + 'Column (length)' => 'Colonna (lunghezza)', + 'View has been dropped.' => 'Vista eliminata.', + 'View has been altered.' => 'Vista modificata.', + 'View has been created.' => 'Vista creata.', + 'Alter view' => 'Modifica vista', + 'Create view' => 'Crea vista', + 'Name' => 'Nome', + 'Process list' => 'Elenco processi', + '%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'), + 'Kill' => 'Interrompi', + 'IN-OUT' => 'IN-OUT', + 'Parameter name' => 'Nome parametro', + 'Database schema' => 'Schema database', + 'Create procedure' => 'Crea procedura', + 'Create function' => 'Crea funzione', + 'Routine has been dropped.' => 'Routine eliminata.', + 'Routine has been altered.' => 'Routine modificata.', + 'Routine has been created.' => 'Routine creata.', + 'Alter function' => 'Modifica funzione', + 'Alter procedure' => 'Modifica procedura', + 'Return type' => 'Return type', + 'Add trigger' => 'Aggiungi trigger', + 'Trigger has been dropped.' => 'Trigger eliminato.', + 'Trigger has been altered.' => 'Trigger modificato.', + 'Trigger has been created.' => 'Trigger creato.', + 'Alter trigger' => 'Modifica trigger', + 'Create trigger' => 'Crea trigger', + 'Time' => 'Orario', + 'Event' => 'Evento', + 'MySQL version: %s through PHP extension %s' => 'Versione MySQL: %s via estensione PHP %s', + '%d row(s)' => array('%d riga', '%d righe'), + 'around %d row(s)' => array('su %d riga', 'su %d righe'), + 'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP', + 'Remove' => 'Rimuovi', + 'Are you sure?' => 'Sicuro?', + 'Privileges' => 'Privilegi', + 'Create user' => 'Crea utente', + 'User has been dropped.' => 'Utente eliminato.', + 'User has been altered.' => 'Utente modificato.', + 'User has been created.' => 'Utente creato.', + 'Hashed' => 'Hashed', + 'Column' => 'Colonna', + 'Routine' => 'Routine', + 'Grant' => 'Permetti', + 'Revoke' => 'Revoca', + 'Error during deleting' => 'Errore durante la cancellazione', + '%d item(s) have been deleted.' => array('%d elemento eliminato.', '%d elementi eliminati.'), + 'all' => 'tutti', + 'Delete selected' => 'Elimina la selezione', + 'Truncate result' => 'Elimina il risultato', + 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'Troppi dati via POST. Ridurre i dati o aumentare la direttiva di configurazione "post_max_size".', + 'Logged as: %s' => 'Autenticato come: %s', + 'Move up' => 'Sposta su', + 'Move down' => 'Sposta giu', + 'Functions' => 'Funzioni', + 'Aggregation' => 'Aggregazione', + 'Export' => 'Esporta', + 'Output' => 'Risultato', + 'open' => 'apri', + 'save' => 'salva', + 'Format' => 'Formato', + 'SQL' => 'SQL', + 'CSV' => 'CSV', + 'skip' => 'tralascia', + 'Tables' => 'Tabelle', + 'Structure' => 'Struttura', + 'Data' => 'Dati', + 'Export selected' => 'Esporta la selezione', + 'Export result' => 'Esporta il risultato', +);