]> git.joonet.de Git - adminer.git/commitdiff
Update French and Italian translations
authorLionel Laffineur <lionel@tigron.be>
Sun, 9 Jul 2023 08:44:52 +0000 (10:44 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sun, 16 Feb 2025 17:03:09 +0000 (18:03 +0100)
(cherry picked from commit 496ab9a2623a61d828fb0a68d99df3c0dde444d3)

adminer/lang/fr.inc.php
adminer/lang/it.inc.php

index f72ce9563e6fe0c4c253ec21673ac108a8d519c9..879867c70f8c367e2661e8b32444067653313349 100644 (file)
@@ -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, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Adminer ne supporte pas l\'accès aux bases de données sans mot de passe, <a href="https://www.adminer.org/en/password/"%s>plus d\'information</a>.',
+       '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.',
 );
index 89719799262f54b77e57c707ebf396a109d36339..57a31f5ff6de7524de894243e0358d00fe1c0475 100644 (file)
@@ -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, <a href="https://www.adminer.org/en/password/"%s>more information</a>.' => 'Adminer non supporta accesso a databse senza password, <a href="https://www.adminer.org/it/password/"%s>piú informazioni</a>.',
+       '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. <a href="https://www.adminer.org/en/extension/"%s>Implement</a> %s method to make it permanent.' => 'La password principale é scaduta. <a href="https://www.adminer.org/it/extension/"%s>Implementare</a> %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',
 );