Update translations

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@757 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-06-24 13:55:58 +00:00
parent 91156d1a1d
commit d11fc17932
7 changed files with 237 additions and 231 deletions

View file

@ -71,7 +71,7 @@ $translations = array(
'Foreign keys' => 'Fremdschlüssel', 'Foreign keys' => 'Fremdschlüssel',
'Triggers' => 'Trigger', 'Triggers' => 'Trigger',
'View' => 'View', 'View' => 'View',
'Unable to select the table' => 'Tabelle kann nicht ausgewählt werden', 'Unable to select the table' => 'Auswahl der Tabelle fehlgeschlagen',
'Invalid CSRF token. Send the form again.' => 'CSRF Token ungültig. Bitte die Formulardaten erneut abschicken.', 'Invalid CSRF token. Send the form again.' => 'CSRF Token ungültig. Bitte die Formulardaten erneut abschicken.',
'Comment' => 'Kommentar', 'Comment' => 'Kommentar',
'Default values has been set.' => 'Standard Vorgabewerte sind erstellt worden.', 'Default values has been set.' => 'Standard Vorgabewerte sind erstellt worden.',
@ -80,7 +80,7 @@ $translations = array(
'Show column comments' => 'Spaltenkomentare zeigen', 'Show column comments' => 'Spaltenkomentare zeigen',
'%d byte(s)' => array('%d Byte', '%d Bytes'), '%d byte(s)' => array('%d Byte', '%d Bytes'),
'No commands to execute.' => 'Kein Kommando vorhanden.', 'No commands to execute.' => 'Kein Kommando vorhanden.',
'Unable to upload a file.' => 'Unmöglich Dateien hochzuladen.', 'Unable to upload a file.' => 'Hochladen von Datei fehlgeschlagen.',
'File upload' => 'Datei importieren', 'File upload' => 'Datei importieren',
'File uploads are disabled.' => 'Importieren von Dateien abgeschaltet.', 'File uploads are disabled.' => 'Importieren von Dateien abgeschaltet.',
'Routine has been called, %d row(s) affected.' => array('Kommando SQL ausgeführt, %d Datensatz betroffen.', 'Kommando SQL ausgeführt, %d Datensätze betroffen.'), 'Routine has been called, %d row(s) affected.' => array('Kommando SQL ausgeführt, %d Datensatz betroffen.', 'Kommando SQL ausgeführt, %d Datensätze betroffen.'),
@ -146,7 +146,7 @@ $translations = array(
'User has been created.' => 'Benutzer erstellt.', 'User has been created.' => 'Benutzer erstellt.',
'Hashed' => 'Gehashed', 'Hashed' => 'Gehashed',
'Column' => 'Spalte', 'Column' => 'Spalte',
'Routine' => 'Routine', 'Routine' => 'Rutine',
'Grant' => 'Erlauben', 'Grant' => 'Erlauben',
'Revoke' => 'Verbieten', 'Revoke' => 'Verbieten',
'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data zu gross. Reduzieren Sie die Grösse oder vergrössern Sie den Wert "post_max_size" in der Konfiguration.', 'Too big POST data. Reduce the data or increase the "post_max_size" configuration directive.' => 'POST data zu gross. Reduzieren Sie die Grösse oder vergrössern Sie den Wert "post_max_size" in der Konfiguration.',
@ -195,7 +195,7 @@ $translations = array(
'Move' => 'Verschieben', 'Move' => 'Verschieben',
'Engine' => 'Motor', 'Engine' => 'Motor',
'Save and continue edit' => 'Speichern und weiter bearbeiten', 'Save and continue edit' => 'Speichern und weiter bearbeiten',
'original' => 'original', 'original' => 'Original',
'Tables have been dropped.' => 'Tabellen wurden entfernt (drop).', 'Tables have been dropped.' => 'Tabellen wurden entfernt (drop).',
'%d item(s) have been affected.' => array('%d Artikel betroffen.', '%d Artikel betroffen.'), '%d item(s) have been affected.' => array('%d Artikel betroffen.', '%d Artikel betroffen.'),
'whole result' => 'gesamtes Resultat', 'whole result' => 'gesamtes Resultat',
@ -206,13 +206,14 @@ $translations = array(
'Partition name' => 'Name der Partition', 'Partition name' => 'Name der Partition',
'Values' => 'Werte', 'Values' => 'Werte',
'%d row(s) has been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'), '%d row(s) has been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'),
'Table structure' => 'Tabellensruktur', 'Table structure' => 'Tabellenstruktur',
'(anywhere)' => '(beliebig)', '(anywhere)' => '(beliebig)',
'CSV Import' => 'Importiere CSV', 'CSV Import' => 'Importiere CSV',
'Import' => 'Importieren', 'Import' => 'Importieren',
'Stop on error' => 'Bei Fehler anhaltan', 'Stop on error' => 'Bei Fehler anhaltan',
'Select table' => 'Tabelle auswählen', 'Select table' => 'Tabelle auswählen',
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'Geschichte', 'History' => 'Register',
'Variables' => 'Variablen', 'Variables' => 'Variablen',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Tabellenspalten des Ursprungs und des Zieles müssen den gleichen Datentyp haben, und es muss in den Zielspalten ein Index existieren.',
); );

View file

@ -80,7 +80,7 @@ $translations = array(
'Show column comments' => 'Mostrar comentario de columnas', 'Show column comments' => 'Mostrar comentario de columnas',
'%d byte(s)' => array('%d byte', '%d bytes'), '%d byte(s)' => array('%d byte', '%d bytes'),
'No commands to execute.' => 'No hay comando a ejecutar.', 'No commands to execute.' => 'No hay comando a ejecutar.',
'Unable to upload a file.' => 'No posible subir archivos.', 'Unable to upload a file.' => 'No posible subir archivo.',
'File upload' => 'Importar archivo', 'File upload' => 'Importar archivo',
'File uploads are disabled.' => 'Importación de archivos deshablilitado.', 'File uploads are disabled.' => 'Importación de archivos deshablilitado.',
'Routine has been called, %d row(s) affected.' => array('Consulta ejecutada, %d registro afectado.', 'Consulta ejecutada, %d registros afectados.'), 'Routine has been called, %d row(s) affected.' => array('Consulta ejecutada, %d registro afectado.', 'Consulta ejecutada, %d registros afectados.'),
@ -213,6 +213,7 @@ $translations = array(
'Stop on error' => 'Parar en caso de error', 'Stop on error' => 'Parar en caso de error',
'Select table' => 'Seleccionar tabla', 'Select table' => 'Seleccionar tabla',
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'Historia', 'History' => 'Registro',
'Variables' => 'Variables', 'Variables' => 'Variables',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Las columnas de origen y destino deben ser de igual tipo de datos, y debe existir un índice en la tabla destino.',
); );

View file

@ -1,218 +1,219 @@
<?php <?php
$translations = array( $translations = array(
'Login' => 'Autenticazione', 'Login' => 'Autenticazione',
'Adminer' => 'Adminer', 'Adminer' => 'Adminer',
'Logout successful.' => 'Uscita effettuata con successo.', 'Logout successful.' => 'Uscita effettuata con successo.',
'Invalid credentials.' => 'Credenziali non valide.', 'Invalid credentials.' => 'Credenziali non valide.',
'Server' => 'Server', 'Server' => 'Server',
'Username' => 'Utente', 'Username' => 'Utente',
'Password' => 'Password', 'Password' => 'Password',
'Select database' => 'Seleziona database', 'Select database' => 'Seleziona database',
'Invalid database.' => 'Database non valido.', 'Invalid database.' => 'Database non valido.',
'Create new database' => 'Crea nuovo database', 'Create new database' => 'Crea nuovo database',
'Table has been dropped.' => 'Tabella eliminata.', 'Table has been dropped.' => 'Tabella eliminata.',
'Table has been altered.' => 'Tabella modificata.', 'Table has been altered.' => 'Tabella modificata.',
'Table has been created.' => 'Tabella creata.', 'Table has been created.' => 'Tabella creata.',
'Alter table' => 'Modifica tabella', 'Alter table' => 'Modifica tabella',
'Create table' => 'Crea tabella', 'Create table' => 'Crea tabella',
'Table name' => 'Nome tabella', 'Table name' => 'Nome tabella',
'engine' => 'motore', 'engine' => 'motore',
'collation' => 'collazione', 'collation' => 'collazione',
'Column name' => 'Nome colonna', 'Column name' => 'Nome colonna',
'Type' => 'Tipo', 'Type' => 'Tipo',
'Length' => 'Lunghezza', 'Length' => 'Lunghezza',
'NULL' => 'NULL', 'NULL' => 'NULL',
'Auto Increment' => 'Auto incremento', 'Auto Increment' => 'Auto incremento',
'Options' => 'Opzioni', 'Options' => 'Opzioni',
'Save' => 'Salva', 'Save' => 'Salva',
'Drop' => 'Elimina', 'Drop' => 'Elimina',
'Database has been dropped.' => 'Database eliminato.', 'Database has been dropped.' => 'Database eliminato.',
'Database has been created.' => 'Database creato.', 'Database has been created.' => 'Database creato.',
'Database has been renamed.' => 'Database rinominato.', 'Database has been renamed.' => 'Database rinominato.',
'Database has been altered.' => 'Database modificato.', 'Database has been altered.' => 'Database modificato.',
'Alter database' => 'Modifica database', 'Alter database' => 'Modifica database',
'Create database' => 'Crea database', 'Create database' => 'Crea database',
'SQL command' => 'Comando SQL', 'SQL command' => 'Comando SQL',
'Dump' => 'Dump', 'Dump' => 'Dump',
'Logout' => 'Esci', 'Logout' => 'Esci',
'database' => 'database', 'database' => 'database',
'Use' => 'Usa', 'Use' => 'Usa',
'No tables.' => 'No tabelle.', 'No tables.' => 'No tabelle.',
'select' => 'seleziona', 'select' => 'seleziona',
'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 has been inserted.' => 'Elemento 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',
'Delete' => 'Elimina', 'Delete' => 'Elimina',
'Database' => 'Database', 'Database' => 'Database',
'Routines' => 'Routine', 'Routines' => 'Routine',
'Indexes has been altered.' => 'Indici modificati.', 'Indexes has been altered.' => 'Indici modificati.',
'Indexes' => 'Indici', 'Indexes' => 'Indici',
'Alter indexes' => 'Modifica indici', 'Alter indexes' => 'Modifica indici',
'Add next' => 'Aggiungi altro', 'Add next' => 'Aggiungi altro',
'Language' => 'Lingua', 'Language' => 'Lingua',
'Select' => 'Seleziona', 'Select' => 'Seleziona',
'New item' => 'Nuovo elemento', 'New item' => 'Nuovo elemento',
'Search' => 'Cerca', 'Search' => 'Cerca',
'Sort' => 'Ordina', 'Sort' => 'Ordina',
'descending' => 'discendente', 'descending' => 'discendente',
'Limit' => 'Limite', 'Limit' => 'Limite',
'No rows.' => 'Nessuna riga.', 'No rows.' => 'Nessuna riga.',
'Action' => 'Azione', 'Action' => 'Azione',
'edit' => 'modifica', 'edit' => 'modifica',
'Page' => 'Pagina', 'Page' => 'Pagina',
'Query executed OK, %d row(s) affected.' => array('Esecuzione della query OK, %d riga interessata.', 'Esecuzione della query OK, %d righe interessate.'), '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', 'Error in query' => 'Errore nella query',
'Execute' => 'Esegui', 'Execute' => 'Esegui',
'Table' => 'Tabella', 'Table' => 'Tabella',
'Foreign keys' => 'Chiavi esterne', 'Foreign keys' => 'Chiavi esterne',
'Triggers' => 'Trigger', 'Triggers' => 'Trigger',
'View' => 'Vedi', 'View' => 'Vedi',
'Unable to select the table' => 'Selezione della tabella non riuscita', 'Unable to select the table' => 'Selezione della tabella non riuscita',
'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.', 'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.',
'Comment' => 'Commento', 'Comment' => 'Commento',
'Default values has been set.' => 'Valore predefinito impostato.', 'Default values has been set.' => 'Valore predefinito impostato.',
'Default values' => 'Valori predefiniti', 'Default values' => 'Valori predefiniti',
'BOOL' => 'BOOL', 'BOOL' => 'BOOL',
'Show column comments' => 'Mostra i commenti delle colonne', 'Show column comments' => 'Mostra i commenti delle colonne',
'%d byte(s)' => array('%d byte', '%d bytes'), '%d byte(s)' => array('%d byte', '%d bytes'),
'No commands to execute.' => 'Nessun commando da eseguire.', 'No commands to execute.' => 'Nessun commando da eseguire.',
'Unable to upload a file.' => 'Caricamento del file non riuscito.', 'Unable to upload a file.' => 'Caricamento del file non riuscito.',
'File upload' => 'Caricamento file', 'File upload' => 'Caricamento file',
'File uploads are disabled.' => 'Caricamento file disabilitato.', '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.'), 'Routine has been called, %d row(s) affected.' => array('Routine chiamata, %d riga interessata.', 'Routine chiamata, %d righe interessate.'),
'Call' => 'Chiama', 'Call' => 'Chiama',
'No MySQL extension' => 'Estensioni MySQL non presenti', 'No MySQL extension' => 'Estensioni MySQL non presenti',
'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.', 'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.',
'Sessions must be enabled.' => 'Le sessioni devono essere abilitate.', 'Sessions must be enabled.' => 'Le sessioni devono essere abilitate.',
'Session expired, please login again.' => 'Sessione scaduta, autenticarsi di nuovo.', 'Session expired, please login again.' => 'Sessione scaduta, autenticarsi di nuovo.',
'Text length' => 'Lunghezza testo', 'Text length' => 'Lunghezza testo',
'Foreign key has been dropped.' => 'Foreign key eliminata.', 'Foreign key has been dropped.' => 'Foreign key eliminata.',
'Foreign key has been altered.' => 'Foreign key modificata.', 'Foreign key has been altered.' => 'Foreign key modificata.',
'Foreign key has been created.' => 'Foreign key creata.', 'Foreign key has been created.' => 'Foreign key creata.',
'Foreign key' => 'Foreign key', 'Foreign key' => 'Foreign key',
'Target table' => 'Tabella obiettivo', 'Target table' => 'Tabella obiettivo',
'Change' => 'Cambia', 'Change' => 'Cambia',
'Source' => 'Sorgente', 'Source' => 'Sorgente',
'Target' => 'Obiettivo', 'Target' => 'Obiettivo',
'Add column' => 'Aggiungi colonna', 'Add column' => 'Aggiungi colonna',
'Alter' => 'Modifica', 'Alter' => 'Modifica',
'Add foreign key' => 'Aggiungi foreign key', 'Add foreign key' => 'Aggiungi foreign key',
'ON DELETE' => 'ON DELETE', 'ON DELETE' => 'ON DELETE',
'ON UPDATE' => 'ON UPDATE', 'ON UPDATE' => 'ON UPDATE',
'Index Type' => 'Tipo indice', 'Index Type' => 'Tipo indice',
'Column (length)' => 'Colonna (lunghezza)', 'Column (length)' => 'Colonna (lunghezza)',
'View has been dropped.' => 'Vista eliminata.', 'View has been dropped.' => 'Vista eliminata.',
'View has been altered.' => 'Vista modificata.', 'View has been altered.' => 'Vista modificata.',
'View has been created.' => 'Vista creata.', 'View has been created.' => 'Vista creata.',
'Alter view' => 'Modifica vista', 'Alter view' => 'Modifica vista',
'Create view' => 'Crea vista', 'Create view' => 'Crea vista',
'Name' => 'Nome', 'Name' => 'Nome',
'Process list' => 'Elenco processi', 'Process list' => 'Elenco processi',
'%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'), '%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'),
'Kill' => 'Interrompi', 'Kill' => 'Interrompi',
'IN-OUT' => 'IN-OUT', 'IN-OUT' => 'IN-OUT',
'Parameter name' => 'Nome parametro', 'Parameter name' => 'Nome parametro',
'Database schema' => 'Schema database', 'Database schema' => 'Schema database',
'Create procedure' => 'Crea procedura', 'Create procedure' => 'Crea procedura',
'Create function' => 'Crea funzione', 'Create function' => 'Crea funzione',
'Routine has been dropped.' => 'Routine eliminata.', 'Routine has been dropped.' => 'Routine eliminata.',
'Routine has been altered.' => 'Routine modificata.', 'Routine has been altered.' => 'Routine modificata.',
'Routine has been created.' => 'Routine creata.', 'Routine has been created.' => 'Routine creata.',
'Alter function' => 'Modifica funzione', 'Alter function' => 'Modifica funzione',
'Alter procedure' => 'Modifica procedura', 'Alter procedure' => 'Modifica procedura',
'Return type' => 'Return type', 'Return type' => 'Return type',
'Add trigger' => 'Aggiungi trigger', 'Add trigger' => 'Aggiungi trigger',
'Trigger has been dropped.' => 'Trigger eliminato.', 'Trigger has been dropped.' => 'Trigger eliminato.',
'Trigger has been altered.' => 'Trigger modificato.', 'Trigger has been altered.' => 'Trigger modificato.',
'Trigger has been created.' => 'Trigger creato.', 'Trigger has been created.' => 'Trigger creato.',
'Alter trigger' => 'Modifica trigger', 'Alter trigger' => 'Modifica trigger',
'Create trigger' => 'Crea trigger', 'Create trigger' => 'Crea trigger',
'Time' => 'Orario', 'Time' => 'Orario',
'Event' => 'Evento', 'Event' => 'Evento',
'MySQL version: %s through PHP extension %s' => 'Versione MySQL: %s via estensione PHP %s', 'MySQL version: %s through PHP extension %s' => 'Versione MySQL: %s via estensione PHP %s',
'%d row(s)' => array('%d riga', '%d righe'), '%d row(s)' => array('%d riga', '%d righe'),
'~ %s' => '~ %s', '~ %s' => '~ %s',
'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP', 'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',
'Remove' => 'Rimuovi', 'Remove' => 'Rimuovi',
'Are you sure?' => 'Sicuro?', 'Are you sure?' => 'Sicuro?',
'Privileges' => 'Privilegi', 'Privileges' => 'Privilegi',
'Create user' => 'Crea utente', 'Create user' => 'Crea utente',
'User has been dropped.' => 'Utente eliminato.', 'User has been dropped.' => 'Utente eliminato.',
'User has been altered.' => 'Utente modificato.', 'User has been altered.' => 'Utente modificato.',
'User has been created.' => 'Utente creato.', 'User has been created.' => 'Utente creato.',
'Hashed' => 'Hashed', 'Hashed' => 'Hashed',
'Column' => 'Colonna', 'Column' => 'Colonna',
'Routine' => 'Routine', 'Routine' => 'Routine',
'Grant' => 'Permetti', 'Grant' => 'Permetti',
'Revoke' => 'Revoca', '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".', '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', 'Logged as: %s' => 'Autenticato come: %s',
'Move up' => 'Sposta su', 'Move up' => 'Sposta su',
'Move down' => 'Sposta giu', 'Move down' => 'Sposta giu',
'Functions' => 'Funzioni', 'Functions' => 'Funzioni',
'Aggregation' => 'Aggregazione', 'Aggregation' => 'Aggregazione',
'Export' => 'Esporta', 'Export' => 'Esporta',
'Output' => 'Risultato', 'Output' => 'Risultato',
'open' => 'apri', 'open' => 'apri',
'save' => 'salva', 'save' => 'salva',
'Format' => 'Formato', 'Format' => 'Formato',
'SQL' => 'SQL', 'SQL' => 'SQL',
'CSV' => 'CSV', 'CSV' => 'CSV',
'Tables' => 'Tabelle', 'Tables' => 'Tabelle',
'Data' => 'Dati', 'Data' => 'Dati',
'Event has been dropped.' => 'Evento eliminato.', 'Event has been dropped.' => 'Evento eliminato.',
'Event has been altered.' => 'Evento modificato.', 'Event has been altered.' => 'Evento modificato.',
'Event has been created.' => 'Evento creato.', 'Event has been created.' => 'Evento creato.',
'Alter event' => 'Modifica evento', 'Alter event' => 'Modifica evento',
'Create event' => 'Crea evento', 'Create event' => 'Crea evento',
'Start' => 'Inizio', 'Start' => 'Inizio',
'End' => 'Fine', 'End' => 'Fine',
'Every' => 'Ogni', 'Every' => 'Ogni',
'Status' => 'Stato', 'Status' => 'Stato',
'On completion preserve' => 'Al termine preservare', 'On completion preserve' => 'Al termine preservare',
'Events' => 'Eventi', 'Events' => 'Eventi',
'Schedule' => 'Pianifica', 'Schedule' => 'Pianifica',
'At given time' => 'A tempo prestabilito', 'At given time' => 'A tempo prestabilito',
'Save and continue edit' => 'Salva e continua', 'Save and continue edit' => 'Salva e continua',
'original' => 'originale', 'original' => 'originale',
'Tables have been truncated.' => 'Le tabelle sono state svuotate.', 'Tables have been truncated.' => 'Le tabelle sono state svuotate.',
'Tables have been moved.' => 'Le tabelle sono state spostate.', 'Tables have been moved.' => 'Le tabelle sono state spostate.',
'Tables have been dropped.' => 'Le tabelle sono state eliminate.', 'Tables have been dropped.' => 'Le tabelle sono state eliminate.',
'Tables and views' => 'Tabelle e viste', 'Tables and views' => 'Tabelle e viste',
'Engine' => 'Motore', 'Engine' => 'Motore',
'Collation' => 'Collazione', 'Collation' => 'Collazione',
'Data Length' => 'Lunghezza dato', 'Data Length' => 'Lunghezza dato',
'Index Length' => 'Lunghezza indice', 'Index Length' => 'Lunghezza indice',
'Data Free' => 'Dati liberi', 'Data Free' => 'Dati liberi',
'Rows' => 'Righe', 'Rows' => 'Righe',
',' => '.', ',' => '.',
'Analyze' => 'Analizza', 'Analyze' => 'Analizza',
'Optimize' => 'Ottimizza', 'Optimize' => 'Ottimizza',
'Check' => 'Controlla', 'Check' => 'Controlla',
'Repair' => 'Ripara', 'Repair' => 'Ripara',
'Truncate' => 'Svuota', 'Truncate' => 'Svuota',
'Move to other database' => 'Sposta in altro database', 'Move to other database' => 'Sposta in altro database',
'Move' => 'Sposta', 'Move' => 'Sposta',
'%d item(s) have been affected.' => array('Il risultato consiste in %d elemento', 'Il risultato consiste in %d elementi'), '%d item(s) have been affected.' => array('Il risultato consiste in %d elemento', 'Il risultato consiste in %d elementi'),
'whole result' => 'intero risultato', 'whole result' => 'intero risultato',
'Clone' => 'Clona', 'Clone' => 'Clona',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.',
'Partition by' => 'Partiziona per', 'Partition by' => 'Partiziona per',
'Partitions' => 'Partizioni', 'Partitions' => 'Partizioni',
'Partition name' => 'Nome partizione', 'Partition name' => 'Nome partizione',
'Values' => 'Valori', 'Values' => 'Valori',
'%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'), '%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),
'Table structure' => 'Struttura tabella', 'Table structure' => 'Struttura tabella',
'(anywhere)' => '(ovunque)', '(anywhere)' => '(ovunque)',
'CSV Import' => 'Importa da CSV', 'CSV Import' => 'Importa da CSV',
'Import' => 'Importa', 'Import' => 'Importa',
'Stop on error' => 'Stop su errore', 'Stop on error' => 'Stop su errore',
'Select table' => 'Scegli tabella', 'Select table' => 'Scegli tabella',
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'Storia', 'History' => 'Storico',
'Variables' => 'Variabili', '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.',
);

View file

@ -87,7 +87,7 @@ $translations = array(
'Call' => 'Uitvoeren', 'Call' => 'Uitvoeren',
'No MySQL extension' => 'Geen MySQL extensie', 'No MySQL extension' => 'Geen MySQL extensie',
'None of supported PHP extensions (%s) are available.' => 'Geen geldige PHP extensies beschikbaar (%s).', 'None of supported PHP extensions (%s) are available.' => 'Geen geldige PHP extensies beschikbaar (%s).',
'Sessions must be enabled.' => 'Siessies moeten geactiveerd zijn.', 'Sessions must be enabled.' => 'Sessies moeten geactiveerd zijn.',
'Session expired, please login again.' => 'Uw sessie is verlopen. Gelieve opnieuw in te loggen.', 'Session expired, please login again.' => 'Uw sessie is verlopen. Gelieve opnieuw in te loggen.',
'Text length' => 'Tekst lengte', 'Text length' => 'Tekst lengte',
'Foreign key has been dropped.' => 'Foreign key verwijderd.', 'Foreign key has been dropped.' => 'Foreign key verwijderd.',
@ -215,4 +215,5 @@ $translations = array(
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'Geschiedenis', 'History' => 'Geschiedenis',
'Variables' => 'Variabelen', 'Variables' => 'Variabelen',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Bron- en doelkolommen moeten van hetzelfde data type zijn en er moet een index bestaan op de gekozen kolommen.',
); );

View file

@ -108,8 +108,8 @@ $translations = array(
'View has been dropped.' => 'Взгляд был удален.', 'View has been dropped.' => 'Взгляд был удален.',
'View has been altered.' => 'Взгляд был изменен.', 'View has been altered.' => 'Взгляд был изменен.',
'View has been created.' => 'Взгляд был создан.', 'View has been created.' => 'Взгляд был создан.',
'Alter view' => 'Изменить взгляд', 'Alter view' => 'Изменить взгляд',
'Create view' => 'Создать взгляд', 'Create view' => 'Создать взгляд',
'Name' => 'Имя', 'Name' => 'Имя',
'Process list' => 'Список процессов', 'Process list' => 'Список процессов',
'%d process(es) has been killed.' => array('Был завершён %d процесс.', 'Было завершёно %d процессов.', 'Было завершёно %d процессов.'), '%d process(es) has been killed.' => array('Был завершён %d процесс.', 'Было завершёно %d процессов.', 'Было завершёно %d процессов.'),

View file

@ -215,4 +215,5 @@ $translations = array(
'%.3f s' => '%.3f s', '%.3f s' => '%.3f s',
'History' => 'História', 'History' => 'História',
'Variables' => 'Premenné', 'Variables' => 'Premenné',
'Source and target columns must have the same data type and there must be an index on the target columns.' => 'Zdrojové a cieľové stĺpce musia mať rovnaký dátový typ a nad cieľovými stĺpcami musí byť definovaný index.',
); );

View file

@ -200,7 +200,7 @@ $translations = array(
'whole result' => '所有结果', 'whole result' => '所有结果',
'Tables have been dropped.' => '已丢弃表。', 'Tables have been dropped.' => '已丢弃表。',
'Clone' => '克隆', 'Clone' => '克隆',
'Maximum number of allowed fields exceeded. Please increase %s and %s.' => '超过最大允许的域的值。请增加 %s 和 %s 。', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => '超过最多允许的字段数量。请增加 %s 和 %s 。',
'Partition by' => '分区类型', 'Partition by' => '分区类型',
'Partitions' => '分区', 'Partitions' => '分区',
'Partition name' => '分区名', 'Partition name' => '分区名',
@ -212,7 +212,8 @@ $translations = array(
'Import' => '导入', 'Import' => '导入',
'Stop on error' => '出错时停止', 'Stop on error' => '出错时停止',
'Select table' => '选择表', 'Select table' => '选择表',
'%.3f s' => '%.3f s', '%.3f s' => '%.3f ',
'History' => '历史', 'History' => '历史',
'Variables' => '变量', 'Variables' => '变量',
'Source and target columns must have the same data type and there must be an index on the target columns.' => '源列和目标列必须具有相同的数据类型并且在目标列的必须是一个索引',
); );