]> git.joonet.de Git - adminer.git/commitdiff
Update translations
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 24 Jun 2009 13:55:58 +0000 (13:55 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Wed, 24 Jun 2009 13:55:58 +0000 (13:55 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@757 7c3ca157-0c34-0410-bff1-cbf682f78f5c

adminer/lang/de.inc.php
adminer/lang/es.inc.php
adminer/lang/it.inc.php
adminer/lang/nl.inc.php
adminer/lang/ru.inc.php
adminer/lang/sk.inc.php
adminer/lang/zh.inc.php

index 21eb90dedecfa3253a2efe69382a7a58b23fa370..272e47127a733a48be2ee558f2fb3fba3a4b57bd 100644 (file)
@@ -71,7 +71,7 @@ $translations = array(
        'Foreign keys' => 'Fremdschlüssel',
        'Triggers' => 'Trigger',
        '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.',
        'Comment' => 'Kommentar',
        'Default values has been set.' => 'Standard Vorgabewerte sind erstellt worden.',
@@ -80,7 +80,7 @@ $translations = array(
        'Show column comments' => 'Spaltenkomentare zeigen',
        '%d byte(s)' => array('%d Byte', '%d Bytes'),
        '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 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.'),
@@ -146,7 +146,7 @@ $translations = array(
        'User has been created.' => 'Benutzer erstellt.',
        'Hashed' => 'Gehashed',
        'Column' => 'Spalte',
-       'Routine' => 'Routine',
+       'Routine' => 'Rutine',
        'Grant' => 'Erlauben',
        '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.',
@@ -195,7 +195,7 @@ $translations = array(
        'Move' => 'Verschieben',
        'Engine' => 'Motor',
        'Save and continue edit' => 'Speichern und weiter bearbeiten',
-       'original' => 'original',
+       'original' => 'Original',
        'Tables have been dropped.' => 'Tabellen wurden entfernt (drop).',
        '%d item(s) have been affected.' => array('%d Artikel betroffen.', '%d Artikel betroffen.'),
        'whole result' => 'gesamtes Resultat',
@@ -206,13 +206,14 @@ $translations = array(
        'Partition name' => 'Name der Partition',
        'Values' => 'Werte',
        '%d row(s) has been imported.' => array('%d Datensatz importiert.', '%d Datensätze wurden importiert.'),
-       'Table structure' => 'Tabellensruktur',
+       'Table structure' => 'Tabellenstruktur',
        '(anywhere)' => '(beliebig)',
        'CSV Import' => 'Importiere CSV',
        'Import' => 'Importieren',
        'Stop on error' => 'Bei Fehler anhaltan',
        'Select table' => 'Tabelle auswählen',
        '%.3f s' => '%.3f s',
-       'History' => 'Geschichte',
+       'History' => 'Register',
        '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.',
 );
index ecc8f77421283285e2019f1fd2fe5ec73be13d6a..fc4e95d76c497b7470f52ef661f0354c4b0e5b0c 100644 (file)
@@ -80,7 +80,7 @@ $translations = array(
        'Show column comments' => 'Mostrar comentario de columnas',
        '%d byte(s)' => array('%d byte', '%d bytes'),
        '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 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.'),
@@ -213,6 +213,7 @@ $translations = array(
        'Stop on error' => 'Parar en caso de error',
        'Select table' => 'Seleccionar tabla',
        '%.3f s' => '%.3f s',
-       'History' => 'Historia',
+       'History' => 'Registro',
        '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.',
 );
index e94764de07b522a91bab2c37fba8884ac3d525ed..4dc70570b3f77a55a5ad318639a369f76fb33f43 100644 (file)
-<?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' => 'Storia',
-       'Variables' => 'Variabili',
-);
+<?php\r
+$translations = array(\r
+       'Login' => 'Autenticazione',\r
+       'Adminer' => 'Adminer',\r
+       'Logout successful.' => 'Uscita effettuata con successo.',\r
+       'Invalid credentials.' => 'Credenziali non valide.',\r
+       'Server' => 'Server',\r
+       'Username' => 'Utente',\r
+       'Password' => 'Password',\r
+       'Select database' => 'Seleziona database',\r
+       'Invalid database.' => 'Database non valido.',\r
+       'Create new database' => 'Crea nuovo database',\r
+       'Table has been dropped.' => 'Tabella eliminata.',\r
+       'Table has been altered.' => 'Tabella modificata.',\r
+       'Table has been created.' => 'Tabella creata.',\r
+       'Alter table' => 'Modifica tabella',\r
+       'Create table' => 'Crea tabella',\r
+       'Table name' => 'Nome tabella',\r
+       'engine' => 'motore',\r
+       'collation' => 'collazione',\r
+       'Column name' => 'Nome colonna',\r
+       'Type' => 'Tipo',\r
+       'Length' => 'Lunghezza',\r
+       'NULL' => 'NULL',\r
+       'Auto Increment' => 'Auto incremento',\r
+       'Options' => 'Opzioni',\r
+       'Save' => 'Salva',\r
+       'Drop' => 'Elimina',\r
+       'Database has been dropped.' => 'Database eliminato.',\r
+       'Database has been created.' => 'Database creato.',\r
+       'Database has been renamed.' => 'Database rinominato.',\r
+       'Database has been altered.' => 'Database modificato.',\r
+       'Alter database' => 'Modifica database',\r
+       'Create database' => 'Crea database',\r
+       'SQL command' => 'Comando SQL',\r
+       'Dump' => 'Dump',\r
+       'Logout' => 'Esci',\r
+       'database' => 'database',\r
+       'Use' => 'Usa',\r
+       'No tables.' => 'No tabelle.',\r
+       'select' => 'seleziona',\r
+       'Create new table' => 'Crea nuova tabella',\r
+       'Item has been deleted.' => 'Elemento eliminato.',\r
+       'Item has been updated.' => 'Elemento aggiornato.',\r
+       'Item has been inserted.' => 'Elemento inserito.',\r
+       'Edit' => 'Modifica',\r
+       'Insert' => 'Inserisci',\r
+       'Save and insert next' => 'Salva e inserisci un altro',\r
+       'Delete' => 'Elimina',\r
+       'Database' => 'Database',\r
+       'Routines' => 'Routine',\r
+       'Indexes has been altered.' => 'Indici modificati.',\r
+       'Indexes' => 'Indici',\r
+       'Alter indexes' => 'Modifica indici',\r
+       'Add next' => 'Aggiungi altro',\r
+       'Language' => 'Lingua',\r
+       'Select' => 'Seleziona',\r
+       'New item' => 'Nuovo elemento',\r
+       'Search' => 'Cerca',\r
+       'Sort' => 'Ordina',\r
+       'descending' => 'discendente',\r
+       'Limit' => 'Limite',\r
+       'No rows.' => 'Nessuna riga.',\r
+       'Action' => 'Azione',\r
+       'edit' => 'modifica',\r
+       'Page' => 'Pagina',\r
+       'Query executed OK, %d row(s) affected.' => array('Esecuzione della query OK, %d riga interessata.', 'Esecuzione della query OK, %d righe interessate.'),\r
+       'Error in query' => 'Errore nella query',\r
+       'Execute' => 'Esegui',\r
+       'Table' => 'Tabella',\r
+       'Foreign keys' => 'Chiavi esterne',\r
+       'Triggers' => 'Trigger',\r
+       'View' => 'Vedi',\r
+       'Unable to select the table' => 'Selezione della tabella non riuscita',\r
+       'Invalid CSRF token. Send the form again.' => 'Token CSRF non valido. Reinvia la richiesta.',\r
+       'Comment' => 'Commento',\r
+       'Default values has been set.' => 'Valore predefinito impostato.',\r
+       'Default values' => 'Valori predefiniti',\r
+       'BOOL' => 'BOOL',\r
+       'Show column comments' => 'Mostra i commenti delle colonne',\r
+       '%d byte(s)' => array('%d byte', '%d bytes'),\r
+       'No commands to execute.' => 'Nessun commando da eseguire.',\r
+       'Unable to upload a file.' => 'Caricamento del file non riuscito.',\r
+       'File upload' => 'Caricamento file',\r
+       'File uploads are disabled.' => 'Caricamento file disabilitato.',\r
+       'Routine has been called, %d row(s) affected.' => array('Routine chiamata, %d riga interessata.', 'Routine chiamata, %d righe interessate.'),\r
+       'Call' => 'Chiama',\r
+       'No MySQL extension' => 'Estensioni MySQL non presenti',\r
+       'None of supported PHP extensions (%s) are available.' => 'Nessuna delle estensioni PHP supportate (%s) disponibile.',\r
+       'Sessions must be enabled.' => 'Le sessioni devono essere abilitate.',\r
+       'Session expired, please login again.' => 'Sessione scaduta, autenticarsi di nuovo.',\r
+       'Text length' => 'Lunghezza testo',\r
+       'Foreign key has been dropped.' => 'Foreign key eliminata.',\r
+       'Foreign key has been altered.' => 'Foreign key modificata.',\r
+       'Foreign key has been created.' => 'Foreign key creata.',\r
+       'Foreign key' => 'Foreign key',\r
+       'Target table' => 'Tabella obiettivo',\r
+       'Change' => 'Cambia',\r
+       'Source' => 'Sorgente',\r
+       'Target' => 'Obiettivo',\r
+       'Add column' => 'Aggiungi colonna',\r
+       'Alter' => 'Modifica',\r
+       'Add foreign key' => 'Aggiungi foreign key',\r
+       'ON DELETE' => 'ON DELETE',\r
+       'ON UPDATE' => 'ON UPDATE',\r
+       'Index Type' => 'Tipo indice',\r
+       'Column (length)' => 'Colonna (lunghezza)',\r
+       'View has been dropped.' => 'Vista eliminata.',\r
+       'View has been altered.' => 'Vista modificata.',\r
+       'View has been created.' => 'Vista creata.',\r
+       'Alter view' => 'Modifica vista',\r
+       'Create view' => 'Crea vista',\r
+       'Name' => 'Nome',\r
+       'Process list' => 'Elenco processi',\r
+       '%d process(es) has been killed.' => array('%d processo interrotto.', '%d processi interrotti.'),\r
+       'Kill' => 'Interrompi',\r
+       'IN-OUT' => 'IN-OUT',\r
+       'Parameter name' => 'Nome parametro',\r
+       'Database schema' => 'Schema database',\r
+       'Create procedure' => 'Crea procedura',\r
+       'Create function' => 'Crea funzione',\r
+       'Routine has been dropped.' => 'Routine eliminata.',\r
+       'Routine has been altered.' => 'Routine modificata.',\r
+       'Routine has been created.' => 'Routine creata.',\r
+       'Alter function' => 'Modifica funzione',\r
+       'Alter procedure' => 'Modifica procedura',\r
+       'Return type' => 'Return type',\r
+       'Add trigger' => 'Aggiungi trigger',\r
+       'Trigger has been dropped.' => 'Trigger eliminato.',\r
+       'Trigger has been altered.' => 'Trigger modificato.',\r
+       'Trigger has been created.' => 'Trigger creato.',\r
+       'Alter trigger' => 'Modifica trigger',\r
+       'Create trigger' => 'Crea trigger',\r
+       'Time' => 'Orario',\r
+       'Event' => 'Evento',\r
+       'MySQL version: %s through PHP extension %s' => 'Versione MySQL: %s via estensione PHP %s',\r
+       '%d row(s)' => array('%d riga', '%d righe'),\r
+       '~ %s' => '~ %s',\r
+       'ON UPDATE CURRENT_TIMESTAMP' => 'ON UPDATE CURRENT_TIMESTAMP',\r
+       'Remove' => 'Rimuovi',\r
+       'Are you sure?' => 'Sicuro?',\r
+       'Privileges' => 'Privilegi',\r
+       'Create user' => 'Crea utente',\r
+       'User has been dropped.' => 'Utente eliminato.',\r
+       'User has been altered.' => 'Utente modificato.',\r
+       'User has been created.' => 'Utente creato.',\r
+       'Hashed' => 'Hashed',\r
+       'Column' => 'Colonna',\r
+       'Routine' => 'Routine',\r
+       'Grant' => 'Permetti',\r
+       'Revoke' => 'Revoca',\r
+       '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".',\r
+       'Logged as: %s' => 'Autenticato come: %s',\r
+       'Move up' => 'Sposta su',\r
+       'Move down' => 'Sposta giu',\r
+       'Functions' => 'Funzioni',\r
+       'Aggregation' => 'Aggregazione',\r
+       'Export' => 'Esporta',\r
+       'Output' => 'Risultato',\r
+       'open' => 'apri',\r
+       'save' => 'salva',\r
+       'Format' => 'Formato',\r
+       'SQL' => 'SQL',\r
+       'CSV' => 'CSV',\r
+       'Tables' => 'Tabelle',\r
+       'Data' => 'Dati',\r
+       'Event has been dropped.' => 'Evento eliminato.',\r
+       'Event has been altered.' => 'Evento modificato.',\r
+       'Event has been created.' => 'Evento creato.',\r
+       'Alter event' => 'Modifica evento',\r
+       'Create event' => 'Crea evento',\r
+       'Start' => 'Inizio',\r
+       'End' => 'Fine',\r
+       'Every' => 'Ogni',\r
+       'Status' => 'Stato',\r
+       'On completion preserve' => 'Al termine preservare',\r
+       'Events' => 'Eventi',\r
+       'Schedule' => 'Pianifica',\r
+       'At given time' => 'A tempo prestabilito',\r
+       'Save and continue edit' => 'Salva e continua',\r
+       'original' => 'originale',\r
+       'Tables have been truncated.' => 'Le tabelle sono state svuotate.',\r
+       'Tables have been moved.' => 'Le tabelle sono state spostate.',\r
+       'Tables have been dropped.' => 'Le tabelle sono state eliminate.',\r
+       'Tables and views' => 'Tabelle e viste',\r
+       'Engine' => 'Motore',\r
+       'Collation' => 'Collazione',\r
+       'Data Length' => 'Lunghezza dato',\r
+       'Index Length' => 'Lunghezza indice',\r
+       'Data Free' => 'Dati liberi',\r
+       'Rows' => 'Righe',\r
+       ',' => '.',\r
+       'Analyze' => 'Analizza',\r
+       'Optimize' => 'Ottimizza',\r
+       'Check' => 'Controlla',\r
+       'Repair' => 'Ripara',\r
+       'Truncate' => 'Svuota',\r
+       'Move to other database' => 'Sposta in altro database',\r
+       'Move' => 'Sposta',\r
+       '%d item(s) have been affected.' => array('Il risultato consiste in %d elemento', 'Il risultato consiste in %d elementi'),\r
+       'whole result' => 'intero risultato',\r
+       'Clone' => 'Clona',\r
+       'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Troppi campi. Per favore aumentare %s e %s.',\r
+       'Partition by' => 'Partiziona per',\r
+       'Partitions' => 'Partizioni',\r
+       'Partition name' => 'Nome partizione',\r
+       'Values' => 'Valori',\r
+       '%d row(s) has been imported.' => array('%d riga importata.','%d righe importate.'),\r
+       'Table structure' => 'Struttura tabella',\r
+       '(anywhere)' => '(ovunque)',\r
+       'CSV Import' => 'Importa da CSV',\r
+       'Import' => 'Importa',\r
+       'Stop on error' => 'Stop su errore',\r
+       'Select table' => 'Scegli tabella',\r
+       '%.3f s' => '%.3f s',\r
+       'History' => 'Storico',\r
+       'Variables' => 'Variabili',\r
+       '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.',\r
+);\r
index a126e05c4e637f85c93f8484e387086e6f56bbd0..be223602bef248af702b0020704bd218c9911217 100644 (file)
@@ -87,7 +87,7 @@ $translations = array(
        'Call' => 'Uitvoeren',
        'No MySQL extension' => 'Geen MySQL extensie',
        '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.',
        'Text length' => 'Tekst lengte',
        'Foreign key has been dropped.' => 'Foreign key verwijderd.',
@@ -215,4 +215,5 @@ $translations = array(
        '%.3f s' => '%.3f s',
        'History' => 'Geschiedenis',
        '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.',
 );
index a77ea510ef5d8da1aa7b9c1e29b45482e92880ac..adbe9e9d1c0d12947e33f5d880230490f07545f5 100644 (file)
@@ -108,8 +108,8 @@ $translations = array(
        'View has been dropped.' => 'Взгляд был удален.',
        'View has been altered.' => 'Взгляд был изменен.',
        'View has been created.' => 'Взгляд был создан.',
-       'Alter view' => 'Изменить       взгляд',
-       'Create view' => 'Создать        взгляд',
+       'Alter view' => 'Изменить взгляд',
+       'Create view' => 'Создать взгляд',
        'Name' => 'Имя',
        'Process list' => 'Список процессов',
        '%d process(es) has been killed.' => array('Был завершён %d процесс.', 'Было завершёно %d процессов.', 'Было завершёно %d процессов.'),
index 9d5e9dfe3ac25593049a75ca9725cea9da535f70..c0ee3fd83d99deeaa4703e29bcddea25f7aad449 100644 (file)
@@ -215,4 +215,5 @@ $translations = array(
        '%.3f s' => '%.3f s',
        'History' => 'História',
        '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.',
 );
index a47ddcbae0010bf7d465931ff938a9daf994b459..981bd3b64145e429543251dc19331ff1c3514ade 100644 (file)
@@ -200,7 +200,7 @@ $translations = array(
        'whole result' => '所有结果',
        'Tables have been dropped.' => '已丢弃表。',
        'Clone' => '克隆',
-       'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'è¶\85è¿\87æ\9c\80大å\85\81许ç\9a\84å\9f\9fç\9a\84å\80¼。请增加 %s 和 %s 。',
+       'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'è¶\85è¿\87æ\9c\80å¤\9aå\85\81许ç\9a\84å­\97段æ\95°é\87\8f。请增加 %s 和 %s 。',
        'Partition by' => '分区类型',
        'Partitions' => '分区',
        'Partition name' => '分区名',
@@ -212,7 +212,8 @@ $translations = array(
        'Import' => '导入',
        'Stop on error' => '出错时停止',
        'Select table' => '选择表',
-       '%.3f s' => '%.3f s',
+       '%.3f s' => '%.3f ',
        'History' => '历史',
        'Variables' => '变量',
+       'Source and target columns must have the same data type and there must be an index on the target columns.' => '源列和目标列必须具有相同的数据类型并且在目标列的必须是一个索引',
 );