From dd116ece8fc523fa0497c92794f760fa4f0b79e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sun, 16 Feb 2020 15:38:13 +0000 Subject: [PATCH] Update messages.json (POEditor.com) --- _locales/it/messages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_locales/it/messages.json b/_locales/it/messages.json index f8d547b..c6b8335 100644 --- a/_locales/it/messages.json +++ b/_locales/it/messages.json @@ -304,5 +304,25 @@ "watchdog": { "message": "[ClearURLs]: Il sistema di controllo ha identificato un problema. ClearURLs verrà riavviato.", "description": "This string is used as text for the watchdog" + }, + "domain_blocking_enabled": { + "message": "Permetti il blocco dei domini (può portare a problemi su pagine che non consentono AdBlocker)", + "description": "This string is used as label for the domain blocking switch" + }, + "domain_blocking_enabled_title": { + "message": "Permetti il blocco dei domini (può portare a problemi su pagine che non consentono AdBlocker)", + "description": "This string is used as title for the domain blocking switch" + }, + "log_ping_blocked": { + "message": "Questa verifica del collegamento è stata bloccata", + "description": "This string is used on hyperlink auditing in the ClearURLs log." + }, + "ping_blocking_enabled": { + "message": "Blocca la verifica dei collegamenti (vedi anche questo articolo)", + "description": "This string is used as label for the hyperlink auditing blocking switch" + }, + "ping_blocking_enabled_title": { + "message": "Blocca la verifica dei collegamenti", + "description": "This string is used as title for the hyperlink auditing blocking switch" } } \ No newline at end of file