adminerevo/editor/lang/it.inc.php
2009-07-03 09:47:29 +00:00

60 lines
2.4 KiB
PHP

<?php
$translations = array(
'Login' => 'Autenticazione',
'Invalid credentials.' => 'Credenziali non valide.',
'Server' => 'Server',
'Save' => 'Salva',
'SQL command' => 'Comando SQL',
'Logout' => 'Esci',
'Use' => 'Usa',
'No tables.' => 'No tabelle.',
'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',
'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',
'Unable to select the table' => 'Selezione della tabella non riuscita',
'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.',
'Default values has been set.' => 'Valore predefinito impostato.',
'Default values' => 'Valori predefiniti',
'BOOL' => 'BOOL',
'%d byte(s)' => array('%d byte', '%d bytes'),
'Unable to upload a file.' => 'Caricamento del file non riuscito.',
'File uploads are disabled.' => 'Caricamento file disabilitato.',
'No MySQL extension' => 'Estensioni MySQL non presenti',
'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.',
'Text length' => 'Lunghezza testo',
'%d row(s)' => array('%d riga', '%d righe'),
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
'Are you sure?' => 'Sicuro?',
'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".',
'Functions' => 'Funzioni',
'Aggregation' => 'Aggregazione',
'Export' => 'Esporta',
'Save and continue edit' => 'Salva e continua',
'original' => 'originale',
'%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',
'%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',
'Editor' => null,
);