From fe295bc78a58bbb33e6cba1efc1d7cd467b6b0ba Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Sun, 9 Jul 2023 10:44:52 +0200 Subject: [PATCH] Update French and Italian translations (cherry picked from commit 496ab9a2623a61d828fb0a68d99df3c0dde444d3) --- adminer/lang/fr.inc.php | 12 ++++++++++++ adminer/lang/it.inc.php | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/adminer/lang/fr.inc.php b/adminer/lang/fr.inc.php index f72ce956..879867c7 100644 --- a/adminer/lang/fr.inc.php +++ b/adminer/lang/fr.inc.php @@ -288,4 +288,16 @@ $translations = array( 'Default value' => 'Valeur par défaut', 'If you did not send this request from Adminer then close this page.' => 'Si vous n\'avez pas envoyé cette requête depuis Adminer, alors fermez cette page.', 'You are offline.' => 'Vous êtes hors ligne.', + 'Drop %s?' => 'Supprimer %s?', + 'overwrite' => 'écraser', + 'DB' => 'BD', + 'ATTACH queries are not supported.' => 'Requêtes ATTACH ne sont pas supportées.', + 'Warnings' => 'Avertissements', + 'Adminer does not support accessing a database without a password, more information.' => 'Adminer ne supporte pas l\'accès aux bases de données sans mot de passe, plus d\'information.', + 'The action will be performed after successful login with the same credentials.' => 'Cette action sera exécutée après s\'être connecté avec les mêmes données de connexion.', + 'Connecting to privileged ports is not allowed.' => 'La connexion aux ports privilégiés n\'est pas autorisée.', + 'There is a space in the input password which might be the cause.' => 'Il y a un espace dans le mot de passe entré qui pourrait en être la cause.', + 'Unknown error.' => 'Erreur inconnue', + 'Database does not support password.' => 'La base de données ne support pas les mots de passe', + 'Disable %s or enable %s or %s extensions.' => 'Désactiver %s ou activer %s or %s extensions.', ); diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 89719799..57a31f5f 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -265,4 +265,39 @@ $translations = array( 'Permanent link' => 'Link permanente', 'Edit all' => 'Modifica tutto', 'HH:MM:SS' => 'HH:MM:SS', + 'Drop %s?' => 'Scartare %s?', + 'Tables have been optimized.' => 'Le tabelle sono state ottimizzate', + 'Materialized view' => 'Vista materializzata', + 'Vacuum' => 'Aspira', + 'Selected' => 'Selezionato', + 'overwrite' => 'sovrascrivi', + 'DB' => 'DB', + 'File must be in UTF-8 encoding.' => 'Il file deve avere codifica UTF-8.', + 'Modify' => 'Modifica', + 'Load more data' => 'Carica piú dati', + 'Loading' => 'Caricamento', + 'ATTACH queries are not supported.' => 'ATTACH queries non sono supportate.', + 'Warnings' => 'Attenzione', + '%d / ' => '%d / ', + 'Limit rows' => 'Limite righe', + 'Adminer does not support accessing a database without a password, more information.' => 'Adminer non supporta accesso a databse senza password, piú informazioni.', + 'Default value' => 'Valore predefinito', + 'Full table scan' => 'Analizza intera tabella', + 'Too many unsuccessful logins, try again in %d minute(s).' => array('Troppi tentativi infruttuosi di login, si prega di riprovare in %d minuto.', 'Troppi tentativi infruttuosi di login, si prega di riprovare in %d minuti.'), + 'Master password expired. Implement %s method to make it permanent.' => 'La password principale é scaduta. Implementare %s come metodo per renderla permanente.', + 'The action will be performed after successful login with the same credentials.' => 'La azione verrá eseguita dopo un login valido con le stesse credenziali.', + 'Connecting to privileged ports is not allowed.' => 'LA connessione a porte privilegiate non é permessa.', + 'There is a space in the input password which might be the cause.' => 'Esiste uno spazio nella passoword inserita che potrebbe essere la causa.', + 'If you did not send this request from Adminer then close this page.' => 'Se non hai inviato tu la richiesta tramite Adminer puoi chiudere la pagina.', + 'You can upload a big SQL file via FTP and import it from server.' => 'Puoi caricare un grande file SQL tramite FTP ed impirtarlo dal server.', + 'Size' => 'Taglia', + 'Compute' => 'Elabora', + 'You are offline.' => 'Sei disconnesso.', + 'You have no privileges to update this table.' => 'Non hai i privilegi per aggiornare questa tabella.', + 'Saving' => 'Salvataggio', + 'Unknown error.' => 'Errore sconosciuto', + 'Database does not support password.' => 'Il database non supporta password.', + 'Disable %s or enable %s or %s extensions.' => 'Disabilita %s o abilita %s oppure %s estensioni.', + 'yes' => 'si', + 'no' => 'no', );