From: jakubvrana Date: Mon, 1 Jun 2009 21:29:18 +0000 (+0000) Subject: Update translations X-Git-Tag: v3.0.0~884 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=eebf5dced2d5b60b8e17c3e18eb297d3bb802ef7;p=adminer.git Update translations git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@641 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/_lang.php b/_lang.php index b07c6cd0..4be0f33d 100644 --- a/_lang.php +++ b/_lang.php @@ -2,7 +2,7 @@ error_reporting(E_ALL & ~E_NOTICE); if ($_SERVER["argc"] > 1) { $_COOKIE["lang"] = $_SERVER["argv"][1]; - include dirname(__FILE__) . "/lang.inc.php"; + include dirname(__FILE__) . "/include/lang.inc.php"; if ($_SERVER["argc"] != 2 || !isset($langs[$_COOKIE["lang"]])) { echo "Usage: php _lang.php [lang]\nPurpose: Update lang/*.inc.php from source code messages.\n"; exit(1); @@ -10,14 +10,14 @@ if ($_SERVER["argc"] > 1) { } $messages_all = array(); -foreach (glob(dirname(__FILE__) . "/*.php") as $filename) { +foreach (array_merge(glob(dirname(__FILE__) . "/*.php"), glob(dirname(__FILE__) . "/include/*.php")) as $filename) { $file = file_get_contents($filename); if (preg_match_all("~lang\\(('(?:[^\\\\']+|\\\\.)*')([),])~", $file, $matches)) { $messages_all += array_combine($matches[1], $matches[2]); } } -foreach (($_COOKIE["lang"] ? array(dirname(__FILE__) . "/lang/$_COOKIE[lang].inc.php") : glob(dirname(__FILE__) . "/lang/*.inc.php")) as $filename) { +foreach (glob(dirname(__FILE__) . "/lang/" . ($_COOKIE["lang"] ? $_COOKIE["lang"] : "*") . ".inc.php") as $filename) { $messages = $messages_all; preg_match_all("~^(\\s*)(?:// )?(('(?:[^\\\\']+|\\\\.)*') => .*[^,\n]),?~m", file_get_contents($filename), $matches, PREG_SET_ORDER); $s = ""; @@ -32,7 +32,7 @@ foreach (($_COOKIE["lang"] ? array(dirname(__FILE__) . "/lang/$_COOKIE[lang].inc foreach($messages as $idf => $val) { if ($val == "," && strpos($idf, "%d")) { $s .= "\t$idf => array(),\n"; - } elseif ($filename != "lang/en.inc.php") { + } elseif (basename($filename) != "en.inc.php") { $s .= "\t$idf => null,\n"; } } diff --git a/lang/cs.inc.php b/lang/cs.inc.php index 1016c064..30bdfd76 100644 --- a/lang/cs.inc.php +++ b/lang/cs.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Session proměnné musí být povolené.', 'Session expired, please login again.' => 'Session vyprÅ¡ela, přihlaÅ¡te se prosím znovu.', 'Text length' => 'Délka textů', - 'Syntax highlighting' => 'Zvýrazňování syntaxe', 'Foreign key has been dropped.' => 'Cizí klíč byl odstraněn.', 'Foreign key has been altered.' => 'Cizí klíč byl změněn.', 'Foreign key has been created.' => 'Cizí klíč byl vytvořen.', @@ -163,9 +162,7 @@ $translations = array( 'Format' => 'Formát', 'SQL' => 'SQL', 'CSV' => 'CSV', - 'skip' => 'přeskočit', 'Tables' => 'Tabulky', - 'Structure' => 'Struktura', 'Data' => 'Data', 'Event has been dropped.' => 'Událost byla odstraněna.', 'Event has been altered.' => 'Událost byla změněna.', @@ -217,6 +214,4 @@ $translations = array( 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Byl překročen maximální povolený počet polí. ZvyÅ¡te prosím %s a %s.', '(anywhere)' => '(kdekoliv)', '%.3f s' => '%.3f s', - 'phpMinAdmin version: %s' => 'Verze phpMinAdmin: %s', - 'current version' => 'aktuální verze', ); diff --git a/lang/de.inc.php b/lang/de.inc.php index 16d72280..07469ccd 100644 --- a/lang/de.inc.php +++ b/lang/de.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Sitzungen müssen aktiviert sein.', 'Session expired, please login again.' => 'Sitzungsdauer abgelaufen, bitte erneut anmelden.', 'Text length' => 'Textlänge', - 'Syntax highlighting' => 'Syntax highlighting', 'Foreign key has been dropped.' => 'Fremdschlüssel entfernt.', 'Foreign key has been altered.' => 'Fremdschlüssel geändert.', 'Foreign key has been created.' => 'Fremdschlüssel erstellt.', @@ -163,9 +162,7 @@ $translations = array( 'Format' => 'Format', 'SQL' => 'SQL', 'CSV' => 'CSV', - 'skip' => 'ignorieren', 'Tables' => 'Tabellen', - 'Structure' => 'Struktur', 'Data' => 'Daten', 'Event has been dropped.' => 'Ereignis entfernt.', 'Event has been altered.' => 'Ereignis geändert.', @@ -216,4 +213,5 @@ $translations = array( 'Import' => 'Importieren', 'Stop on error' => 'Bei Fehler anhaltan', 'Select table' => 'Tabelle auswählen', + '%.3f s' => '%.3f s', ); diff --git a/lang/es.inc.php b/lang/es.inc.php index 48a804d2..9d91ee9b 100644 --- a/lang/es.inc.php +++ b/lang/es.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Deben estar habilitadas las sesiones.', 'Session expired, please login again.' => 'Sesion expirada, favor loguéese de nuevo.', 'Text length' => 'Longitud de texto', - 'Syntax highlighting' => 'Destacar Sintaxis', 'Foreign key has been dropped.' => 'Clave foránea eliminada.', 'Foreign key has been altered.' => 'Clave foránea modificada.', 'Foreign key has been created.' => 'Clave foránea creada.', @@ -163,9 +162,7 @@ $translations = array( 'Format' => 'Formato', 'SQL' => 'SQL', 'CSV' => 'CSV', - 'skip' => 'ignorar', 'Tables' => 'Tablas', - 'Structure' => 'Estructura', 'Data' => 'Datos', 'Event has been dropped.' => 'Evento eliminado.', 'Event has been altered.' => 'Evento modificado.', @@ -216,4 +213,5 @@ $translations = array( 'Import' => 'Importar', 'Stop on error' => 'Parar en caso de error', 'Select table' => 'Seleccionar tabla', + '%.3f s' => '%.3f s', ); diff --git a/lang/et.inc.php b/lang/et.inc.php index 14b99c6c..f626d817 100644 --- a/lang/et.inc.php +++ b/lang/et.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Sessioonid peavad olema lubatud.', 'Session expired, please login again.' => 'Sessioon on aegunud, palun logige uuesti sisse.', 'Text length' => 'Teksti pikkus', - 'Syntax highlighting' => 'Värvi süntaks', 'Foreign key has been dropped.' => 'Võõrvõti on edukalt kustutatud.', 'Foreign key has been altered.' => 'Võõrvõtme andmed on edukalt muudetud.', 'Foreign key has been created.' => 'Võõrvõri on edukalt loodud.', @@ -155,9 +154,7 @@ $translations = array( 'Move up' => 'Liiguta ülespoole', 'Move down' => 'Liiguta allapoole', 'Export' => 'Ekspordi', - 'skip' => 'ignoreeri', 'Tables' => 'Tabelid', - 'Structure' => 'Struktuur', 'Data' => 'Andmed', 'Output' => 'Väljund', 'open' => 'näita brauseris', @@ -216,4 +213,5 @@ $translations = array( 'Import' => 'Impordi', 'Stop on error' => 'Peatuda vea esinemisel', 'Select table' => 'Vali tabel', + '%.3f s' => '%.3f s', ); diff --git a/lang/fr.inc.php b/lang/fr.inc.php index eddce2bf..1c4f643f 100644 --- a/lang/fr.inc.php +++ b/lang/fr.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Veuillez activer les sessions.', 'Session expired, please login again.' => 'Session expirée, veuillez vous enregistrer à nouveau.', 'Text length' => 'Longueur du texte', - 'Syntax highlighting' => 'Coloration syntaxique', 'Foreign key has been dropped.' => 'Clé externe effacée.', 'Foreign key has been altered.' => 'Clé externe modifiée.', 'Foreign key has been created.' => 'Clé externe créée.', @@ -155,9 +154,7 @@ $translations = array( 'Move up' => 'Déplacer vers le haut', 'Move down' => 'Déplacer vers le bas', 'Export' => 'Exporter', - 'skip' => 'sauter', 'Tables' => 'Tables', - 'Structure' => 'Structure', 'Data' => 'Donnée', 'Output' => 'Sortie', 'open' => 'ouvrir', @@ -216,4 +213,5 @@ $translations = array( 'Import' => 'Importer', 'Stop on error' => 'Arrêt sur erreur', 'Select table' => 'Selectionner la table', + '%.3f s' => '%.3f s', ); diff --git a/lang/it.inc.php b/lang/it.inc.php index 10230618..0d6c9013 100644 --- a/lang/it.inc.php +++ b/lang/it.inc.php @@ -1,219 +1,217 @@ - 'Autenticazione', - 'phpMinAdmin' => 'phpMinAdmin', - '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', - 'DESC' => 'DESC', - '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', - 'Syntax highlighting' => 'Evidenzia sintassi', - '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', - 'skip' => 'tralascia', - 'Tables' => 'Tabelle', - 'Structure' => 'Struttura', - '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', - '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', -); + 'Autenticazione', + 'phpMinAdmin' => 'phpMinAdmin', + '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', + 'DESC' => 'DESC', + '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', + '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', +); diff --git a/lang/nl.inc.php b/lang/nl.inc.php index 227e9246..9752b719 100644 --- a/lang/nl.inc.php +++ b/lang/nl.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Siessies moeten geactiveerd zijn.', 'Session expired, please login again.' => 'Uw sessie is verlopen. Gelieve opnieuw in te loggen.', 'Text length' => 'Tekst lengte', - 'Syntax highlighting' => 'Syntax highlighting', 'Foreign key has been dropped.' => 'Foreign key verwijderd.', 'Foreign key has been altered.' => 'Foreign key aangepast.', 'Foreign key has been created.' => 'Foreign key aangemaakt.', @@ -155,9 +154,7 @@ $translations = array( 'Move up' => 'Omhoog', 'Move down' => 'Omlaag', 'Export' => 'Exporteren', - 'skip' => 'overslaan', 'Tables' => 'Tabellen', - 'Structure' => 'Structuur', 'Data' => 'Data', 'Output' => 'Uitvoer', 'open' => 'openen', @@ -209,11 +206,12 @@ $translations = array( 'Partitions' => 'Partities', 'Partition name' => 'Partitie naam', 'Values' => 'Waarden', - '%d row(s) has been imported.' => array('%d rij werd geïmporteerd.', '%d rijen werden geïmporteerd.'), + '%d row(s) has been imported.' => array('%d rij werd geïmporteerd.', '%d rijen werden geïmporteerd.'), 'Table structure' => 'Tabelstructuur', '(anywhere)' => '(overal)', 'CSV Import' => 'CSV Import', 'Import' => 'Importeren', 'Stop on error' => 'Stoppen bij fout', 'Select table' => 'Selecteer tabel', + '%.3f s' => '%.3f s', ); diff --git a/lang/ru.inc.php b/lang/ru.inc.php index 3cfecb21..17fd9be1 100644 --- a/lang/ru.inc.php +++ b/lang/ru.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Сессион должно быть разрешенное.', 'Session expired, please login again.' => 'Сессион прошла, записаться ещё один раз.', 'Text length' => 'Длина текстов', - 'Syntax highlighting' => 'Выделение синтаксису', 'Foreign key has been dropped.' => 'Иностранный ключ был удалена.', 'Foreign key has been altered.' => 'Иностранный ключ был актуализированный.', 'Foreign key has been created.' => 'Иностранный ключ был создан.', @@ -163,9 +162,7 @@ $translations = array( 'Format' => 'Формат', 'SQL' => 'SQL', 'CSV' => 'CSV', - 'skip' => 'перескочить', 'Tables' => 'Таблицы', - 'Structure' => 'Структура', 'Data' => 'Данные', 'Event has been dropped.' => 'Событие была удален.', 'Event has been altered.' => 'Событие была изменена.', @@ -216,4 +213,5 @@ $translations = array( 'Stop on error' => 'Прекратить при ошибке', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Было пересечено максимальные количество поля. Нарастите %s и %s.', '(anywhere)' => '(в любом месте)', + '%.3f s' => '%.3f s', ); diff --git a/lang/sk.inc.php b/lang/sk.inc.php index 47531bf0..4d337116 100644 --- a/lang/sk.inc.php +++ b/lang/sk.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => 'Session premenné musia byÅ¥ povolené.', 'Session expired, please login again.' => 'Session vyprÅ¡ala, prihláste sa prosím znova.', 'Text length' => 'Dĺžka textov', - 'Syntax highlighting' => 'Zvýrazňovanie syntaxe', 'Foreign key has been dropped.' => 'Cudzí kľúč bol odstránený.', 'Foreign key has been altered.' => 'Cudzí kľúč bol zmenený.', 'Foreign key has been created.' => 'Cudzí kľúč bol vytvorený.', @@ -163,9 +162,7 @@ $translations = array( 'Format' => 'Formát', 'SQL' => 'SQL', 'CSV' => 'CSV', - 'skip' => 'preskočiÅ¥', 'Tables' => 'Tabuľky', - 'Structure' => 'Å truktúra', 'Data' => 'Dáta', 'Event has been dropped.' => 'UdalosÅ¥ bola odstránená.', 'Event has been altered.' => 'UdalosÅ¥ bola zmenená.', @@ -216,4 +213,5 @@ $translations = array( 'Stop on error' => 'ZastaviÅ¥ pri chybe', 'Maximum number of allowed fields exceeded. Please increase %s and %s.' => 'Bol prekročený maximálny počet povolených polí. Zvýšte prosím %s a %s.', '(anywhere)' => '(kdekoľvek)', + '%.3f s' => '%.3f s', ); diff --git a/lang/zh.inc.php b/lang/zh.inc.php index b3da3e57..6409e7e5 100644 --- a/lang/zh.inc.php +++ b/lang/zh.inc.php @@ -90,7 +90,6 @@ $translations = array( 'Sessions must be enabled.' => '会话必须被启用。', 'Session expired, please login again.' => '会话已过期,请重新登录。', 'Text length' => '文本长度', - 'Syntax highlighting' => '语法高亮', 'Foreign key has been dropped.' => '已删除外键。', 'Foreign key has been altered.' => '已更改外键。', 'Foreign key has been created.' => '已创建外键。', @@ -155,9 +154,7 @@ $translations = array( 'Move up' => '上移', 'Move down' => '下移', 'Export' => '导出', - 'skip' => '跳过', 'Tables' => '表', - 'Structure' => '结构', 'Data' => '数据', 'Output' => '输出', 'open' => '打开', @@ -216,4 +213,5 @@ $translations = array( 'Import' => '导入', 'Stop on error' => '出错时停止', 'Select table' => '选择表', + '%.3f s' => '%.3f s', );