From 181e37352fec9cc63fafbd99e28fa146df00e7c7 Mon Sep 17 00:00:00 2001 From: Lionel Laffineur Date: Sun, 9 Jul 2023 10:44:52 +0200 Subject: [PATCH] Added missing italian translations --- adminer/lang/it.inc.php | 74 ++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/adminer/lang/it.inc.php b/adminer/lang/it.inc.php index 6e34c6b3..ad3d0376 100644 --- a/adminer/lang/it.inc.php +++ b/adminer/lang/it.inc.php @@ -266,43 +266,43 @@ $translations = array( 'Edit all' => 'Modifica tutto', 'HH:MM:SS' => 'HH:MM:SS', - 'Drop %s?' => null, - 'Tables have been optimized.' => null, - 'as a regular expression' => null, - 'Materialized view' => null, - 'Vacuum' => null, - 'Selected' => null, - 'overwrite' => null, - 'DB' => null, - 'File must be in UTF-8 encoding.' => null, - 'Modify' => null, - 'Load more data' => null, - 'Loading' => null, - 'Copy to clipboard' => null, - 'ATTACH queries are not supported.' => null, - 'Warnings' => null, - '%d / ' => array(), - 'Limit rows' => null, - 'Adminer does not support accessing a database without a password, more information.' => null, - 'Default value' => null, - 'Full table scan' => null, - 'Too many unsuccessful logins, try again in %d minute(s).' => array(), - 'Master password expired. Implement %s method to make it permanent.' => null, - 'The action will be performed after successful login with the same credentials.' => null, - 'Connecting to privileged ports is not allowed.' => null, - 'There is a space in the input password which might be the cause.' => null, - 'If you did not send this request from Adminer then close this page.' => null, - 'You can upload a big SQL file via FTP and import it from server.' => null, - 'Size' => null, - 'Compute' => null, - 'You are offline.' => null, - 'You have no privileges to update this table.' => null, - 'Saving' => null, - 'Unknown error.' => null, - 'Database does not support password.' => null, - 'Disable %s or enable %s or %s extensions.' => null, - 'yes' => null, - 'no' => null, + 'Drop %s?' => 'Scartare %s?', + 'Tables have been optimized.' => 'Le tabelle sono state ottimizzate', + 'as a regular expression' => 'come espressione regolare', + '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', + 'Copy to clipboard' => 'Copiato nella clipboard', + 'ATTACH queries are not supported.' => 'ATTACH queries non sono supportate.', + 'Warnings' => 'Attenzione', + '%d / ' => array('%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', // 'Thanks for using Adminer, consider donating.' => null, );