Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@773 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-07-01 11:58:51 +00:00
parent c361d7a461
commit a02d61c131
2 changed files with 233 additions and 232 deletions

View file

@ -3,12 +3,12 @@ $translations = array(
'Login' => 'Logi sisse',
'Adminer' => 'Andmebaasi haldaja',
'Logout successful.' => 'Väljalogimine õnnestus.',
'Invalid credentials.' => 'Ebasobivad andmed.',
'Invalid credentials.' => 'Ebakorrektsed andmed.',
'Server' => 'Server',
'Username' => 'Kasutajanimi',
'Password' => 'Parool',
'Select database' => 'Vali andmebaas',
'Invalid database.' => 'Sobimatu andmebaas.',
'Invalid database.' => 'Tundmatu andmebaas.',
'Create new database' => 'Loo uus andmebaas',
'Table has been dropped.' => 'Tabel on edukalt kustutatud.',
'Table has been altered.' => 'Tabeli andmed on edukalt muudetud.',
@ -16,15 +16,15 @@ $translations = array(
'Alter table' => 'Muuda tabeli struktuuri',
'Create table' => 'Loo uus tabel',
'Table name' => 'Tabeli nimi',
'engine' => 'Mootor',
'collation' => 'Tähetabel',
'engine' => 'andmebaasimootor',
'collation' => 'tähetabel',
'Column name' => 'Veeru nimi',
'Type' => 'Tüüp',
'Length' => 'Pikkus',
'NULL' => 'NULL',
'Auto Increment' => 'Automaatselt suurenev',
'Options' => 'Valikud',
'Save' => 'Sisesta',
'Save' => 'Salvesta',
'Drop' => 'Kustuta',
'Database has been dropped.' => 'Andmebaas on edukalt kustutatud.',
'Database has been created.' => 'Andmebaas on edukalt loodud.',
@ -35,7 +35,7 @@ $translations = array(
'SQL command' => 'SQL-Päring',
'Dump' => 'Ekspordi',
'Logout' => 'Logi välja',
'database' => 'Andmebaas',
'database' => 'andmebaas',
'Use' => 'Kasuta',
'No tables.' => 'Tabeleid ei leitud.',
'select' => 'kuva',
@ -45,7 +45,7 @@ $translations = array(
'Item has been inserted.' => 'Lisamine õnnestus.',
'Edit' => 'Muuda',
'Insert' => 'Sisesta',
'Save and insert next' => 'Sisesta ja lisa järgmine',
'Save and insert next' => 'Salvesta ja lisa järgmine',
'Delete' => 'Kustuta',
'Database' => 'Andmebaas',
'Routines' => 'Protseduurid',
@ -57,22 +57,22 @@ $translations = array(
'Select' => 'Kuva',
'New item' => 'Lisa kirje',
'Search' => 'Otsi',
'Sort' => 'Sordi',
'descending' => 'Kahanevalt',
'Limit' => 'Piira kirjete hulka',
'Sort' => 'Sorteeri',
'descending' => 'kahanevalt',
'Limit' => 'Piira',
'No rows.' => 'Sissekanded puuduvad.',
'Action' => 'Tegevus',
'edit' => 'muuda',
'Page' => 'Lehekülg',
'Query executed OK, %d row(s) affected.' => array('Päring õnnestus, mõjutatatud ridu: %d.', 'Päring õnnestus, mõjutatatud ridu: %d.'),
'Error in query' => 'SQL-päringus esines viga',
'Error in query' => 'Päringus esines viga',
'Execute' => 'Käivita',
'Table' => 'Tabel',
'Foreign keys' => 'Võõrvõtmed (foreign key)',
'Triggers' => 'Päästikud (trigger)',
'View' => 'Vaata',
'Unable to select the table' => 'Tabeli valimine ebaõnnestus',
'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun saadke vorm uuesti.',
'Invalid CSRF token. Send the form again.' => 'Sobimatu CSRF, palun postitage vorm uuesti.',
'Comment' => 'Kommentaar',
'Default values has been set.' => 'Vaimimisi väärtused on edukalt määratud.',
'Default values' => 'Vaikimisi väärtused',
@ -82,7 +82,7 @@ $translations = array(
'No commands to execute.' => 'Käsk puudub.',
'Unable to upload a file.' => 'Faili üleslaadimine pole võimalik.',
'File upload' => 'Faili üleslaadimine',
'File uploads are disabled.' => 'Faili üleslaadimine on keelatud.',
'File uploads are disabled.' => 'Failide üleslaadimine on keelatud.',
'Routine has been called, %d row(s) affected.' => array('Protseduur täideti edukalt, mõjutatud ridu: %d.', 'Protseduur täideti edukalt, mõjutatud ridu: %d.'),
'Call' => 'Käivita',
'No MySQL extension' => 'Ei leitud MySQL laiendust',
@ -215,4 +215,5 @@ $translations = array(
'%.3f s' => '%.3f s',
'History' => 'Ajalugu',
'Variables' => 'Muutujad',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Lähte- ja sihtveerud peavad omama sama andmetüüpi ning vastavatel sihtveergudel peavad olema määratud indeksid.',
);

View file

@ -1,219 +1,219 @@
<?php
$translations = array(
'Login' => 'Autenticazione',
'Adminer' => 'Adminer',
'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',
'descending' => 'discendente',
'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',
'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'),
'~ %s' => '~ %s',
'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',
'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',
'Tables' => 'Tabelle',
'Data' => 'Dati',
'Event has been dropped.' => 'Evento eliminato.',
'Event has been altered.' => 'Evento modificato.',
'Event has been created.' => 'Evento creato.',
'Alter event' => 'Modifica evento',
'Create event' => 'Crea evento',
'Start' => 'Inizio',
'End' => 'Fine',
'Every' => 'Ogni',
'Status' => 'Stato',
'On completion preserve' => 'Al termine preservare',
'Events' => 'Eventi',
'Schedule' => 'Pianifica',
'At given time' => 'A tempo prestabilito',
'Save and continue edit' => 'Salva e continua',
'original' => 'originale',
'Tables have been truncated.' => 'Le tabelle sono state svuotate.',
'Tables have been moved.' => 'Le tabelle sono state spostate.',
'Tables have been dropped.' => 'Le tabelle sono state eliminate.',
'Tables and views' => 'Tabelle e viste',
'Engine' => 'Motore',
'Collation' => 'Collazione',
'Data Length' => 'Lunghezza dato',
'Index Length' => 'Lunghezza indice',
'Data Free' => 'Dati liberi',
'Rows' => 'Righe',
',' => '.',
'Analyze' => 'Analizza',
'Optimize' => 'Ottimizza',
'Check' => 'Controlla',
'Repair' => 'Ripara',
'Truncate' => 'Svuota',
'Move to other database' => 'Sposta in altro database',
'Move' => 'Sposta',
'%d item(s) have been affected.' => array('Il risultato consiste in %d elemento', 'Il risultato consiste in %d elementi'),
'whole result' => 'intero risultato',
'Clone' => 'Clona',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.',
'Partition by' => 'Partiziona per',
'Partitions' => 'Partizioni',
'Partition name' => 'Nome partizione',
'Values' => 'Valori',
'%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),
'Table structure' => 'Struttura tabella',
'(anywhere)' => '(ovunque)',
'CSV Import' => 'Importa da CSV',
'Import' => 'Importa',
'Stop on error' => 'Stop su errore',
'Select table' => 'Scegli tabella',
'%.3f s' => '%.3f s',
'History' => 'Storico',
'Variables' => 'Variabili',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Le colonne sorgente e destinazione devono essere dello stesso tipo e ci deve essere un indice sulla colonna di destinazione.',
);
<?php
$translations = array(
'Login' => 'Autenticazione',
'Adminer' => 'Adminer',
'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',
'descending' => 'discendente',
'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',
'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'),
'~ %s' => '~ %s',
'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',
'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',
'Tables' => 'Tabelle',
'Data' => 'Dati',
'Event has been dropped.' => 'Evento eliminato.',
'Event has been altered.' => 'Evento modificato.',
'Event has been created.' => 'Evento creato.',
'Alter event' => 'Modifica evento',
'Create event' => 'Crea evento',
'Start' => 'Inizio',
'End' => 'Fine',
'Every' => 'Ogni',
'Status' => 'Stato',
'On completion preserve' => 'Al termine preservare',
'Events' => 'Eventi',
'Schedule' => 'Pianifica',
'At given time' => 'A tempo prestabilito',
'Save and continue edit' => 'Salva e continua',
'original' => 'originale',
'Tables have been truncated.' => 'Le tabelle sono state svuotate.',
'Tables have been moved.' => 'Le tabelle sono state spostate.',
'Tables have been dropped.' => 'Le tabelle sono state eliminate.',
'Tables and views' => 'Tabelle e viste',
'Engine' => 'Motore',
'Collation' => 'Collazione',
'Data Length' => 'Lunghezza dato',
'Index Length' => 'Lunghezza indice',
'Data Free' => 'Dati liberi',
'Rows' => 'Righe',
',' => '.',
'Analyze' => 'Analizza',
'Optimize' => 'Ottimizza',
'Check' => 'Controlla',
'Repair' => 'Ripara',
'Truncate' => 'Svuota',
'Move to other database' => 'Sposta in altro database',
'Move' => 'Sposta',
'%d item(s) have been affected.' => array('Il risultato consiste in %d elemento', 'Il risultato consiste in %d elementi'),
'whole result' => 'intero risultato',
'Clone' => 'Clona',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.',
'Partition by' => 'Partiziona per',
'Partitions' => 'Partizioni',
'Partition name' => 'Nome partizione',
'Values' => 'Valori',
'%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),
'Table structure' => 'Struttura tabella',
'(anywhere)' => '(ovunque)',
'CSV Import' => 'Importa da CSV',
'Import' => 'Importa',
'Stop on error' => 'Stop su errore',
'Select table' => 'Scegli tabella',
'%.3f s' => '%.3f s',
'History' => 'Storico',
'Variables' => 'Variabili',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Le colonne sorgente e destinazione devono essere dello stesso tipo e ci deve essere un indice sulla colonna di destinazione.',
);