mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 01:54:00 +02:00
English corrections (thanks to crazy1729)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@959 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -47,7 +47,7 @@ $translations = array(
|
||||
'Delete' => 'Elimina',
|
||||
'Database' => 'Database',
|
||||
'Routines' => 'Routine',
|
||||
'Indexes has been altered.' => 'Indici modificati.',
|
||||
'Indexes have been altered.' => 'Indici modificati.',
|
||||
'Indexes' => 'Indici',
|
||||
'Alter indexes' => 'Modifica indici',
|
||||
'Add next' => 'Aggiungi altro',
|
||||
@@ -72,7 +72,7 @@ $translations = array(
|
||||
'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 have been set.' => 'Valore predefinito impostato.',
|
||||
'Default values' => 'Valori predefiniti',
|
||||
'BOOL' => 'BOOL',
|
||||
'Show column comments' => 'Mostra i commenti delle colonne',
|
||||
@@ -84,7 +84,7 @@ $translations = array(
|
||||
'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.',
|
||||
'None of the 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',
|
||||
@@ -110,7 +110,7 @@ $translations = array(
|
||||
'Create view' => 'Crea vista',
|
||||
'Name' => 'Nome',
|
||||
'Process list' => 'Elenco processi',
|
||||
'%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'),
|
||||
'%d process(es) have been killed.' => array('%d processo interrotto.', '%d processi interrotti.'),
|
||||
'Kill' => 'Interrompi',
|
||||
'IN-OUT' => 'IN-OUT',
|
||||
'Parameter name' => 'Nome parametro',
|
||||
@@ -203,7 +203,7 @@ $translations = array(
|
||||
'Partitions' => 'Partizioni',
|
||||
'Partition name' => 'Nome partizione',
|
||||
'Values' => 'Valori',
|
||||
'%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),
|
||||
'%d row(s) have been imported.' => array('%d riga importata.','%d righe importate.'),
|
||||
'Table structure' => 'Struttura tabella',
|
||||
'(anywhere)' => '(ovunque)',
|
||||
'CSV Import' => 'Importa da CSV',
|
||||
|
Reference in New Issue
Block a user