Update translation

This commit is contained in:
Jakub Vrana 2010-06-22 11:26:10 +02:00
parent b013ce2d11
commit 9d5c6f700d

View file

@ -40,7 +40,7 @@ $translations = array(
'Create new table' => 'Crea nuova tabella', 'Create new table' => 'Crea nuova tabella',
'Item has been deleted.' => 'Elemento eliminato.', 'Item has been deleted.' => 'Elemento eliminato.',
'Item has been updated.' => 'Elemento aggiornato.', 'Item has been updated.' => 'Elemento aggiornato.',
'Item has been inserted.' => 'Elemento inserito.', 'Item%s has been inserted.' => 'Elemento%s inserito.',
'Edit' => 'Modifica', 'Edit' => 'Modifica',
'Insert' => 'Inserisci', 'Insert' => 'Inserisci',
'Save and insert next' => 'Salva e inserisci un altro', 'Save and insert next' => 'Salva e inserisci un altro',
@ -195,7 +195,7 @@ $translations = array(
'Partitions' => 'Partizioni', 'Partitions' => 'Partizioni',
'Partition name' => 'Nome partizione', 'Partition name' => 'Nome partizione',
'Values' => 'Valori', 'Values' => 'Valori',
'%d row(s) have been imported.' => array('%d riga importata.','%d righe importate.'), '%d row(s) have been imported.' => array('%d riga importata.', '%d righe importate.'),
'anywhere' => 'ovunque', 'anywhere' => 'ovunque',
'CSV Import' => 'Importa da CSV', 'CSV Import' => 'Importa da CSV',
'Import' => 'Importa', 'Import' => 'Importa',
@ -220,9 +220,42 @@ $translations = array(
'From' => 'Da', 'From' => 'Da',
'Subject' => 'Oggetto', 'Subject' => 'Oggetto',
'Send' => 'Invia', 'Send' => 'Invia',
'%d e-mail(s) have been sent.' => array('%d e-mail inviata.','%d e-mail inviate.'), '%d e-mail(s) have been sent.' => array('%d e-mail inviata.', '%d e-mail inviate.'),
'Webserver file %s' => 'Webserver file %s', 'Webserver file %s' => 'Webserver file %s',
'File does not exist.' => 'Il file non esiste.', 'File does not exist.' => 'Il file non esiste.',
'%d in total' => '%d in totale', '%d in total' => '%d in totale',
'Permanent login' => 'Login permanente', 'Permanent login' => 'Login permanente',
'Databases have been dropped.' => 'Database eliminati.',
'Search data in tables' => 'Cerca nelle tabelle',
'schema' => 'schema',
'Schema' => 'Schema',
'Alter schema' => 'Modifica schema',
'Create schema' => 'Crea schema',
'Schema has been dropped.' => 'Schema eliminato.',
'Schema has been created.' => 'Schema creato.',
'Schema has been altered.' => 'Schema modificato.',
'Sequences' => 'Sequenza',
'Create sequence' => 'Crea sequenza',
'Alter sequence' => 'Modifica sequenza',
'Sequence has been dropped.' => 'Sequenza eliminata.',
'Sequence has been created.' => 'Sequenza creata.',
'Sequence has been altered.' => 'Sequenza modificata.',
'User types' => 'Tipi definiti dall\'utente',
'Create type' => 'Crea tipo definito dall\'utente',
'Alter type' => 'Modifica tipo definito dall\'utente',
'Type has been dropped.' => 'Tipo definito dall\'utente eliminato.',
'Type has been created.' => 'Tipo definito dall\'utente creato.',
'Double click on a value to modify it.' => 'Fai doppio click su un valore per modificarlo.',
'Increase text length to modify this value.' => 'Aumenta la lunghezza del testo per modificare questo valore.',
'Use edit link to modify this value.' => 'Usa il link modifica per modificare questo valore.',
'last' => 'ultima',
'From server' => 'Dal server',
'System' => 'Sistema',
'Select data' => 'Visualizza dati',
'Show structure' => 'Visualizza struttura',
'empty' => 'vuoto',
'Network' => 'Rete',
'Geometry' => 'Geometria',
'File exists.' => 'Il file esiste già.',
'Attachments' => 'Allegati',
); );