diff --git a/_locales/it/messages.json b/_locales/it/messages.json index f8d547b..d777722 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": "Allow domain blocking (Can lead to problems on pages that do not allow AdBlockers)", + "description": "This string is used as label for the domain blocking switch" + }, + "domain_blocking_enabled_title": { + "message": "Allow domain blocking (Can lead to problems on pages that do not allow AdBlockers)", + "description": "This string is used as title for the domain blocking switch" + }, + "log_ping_blocked": { + "message": "This hyperlink auditing was blocked", + "description": "This string is used on hyperlink auditing in the ClearURLs log." + }, + "ping_blocking_enabled": { + "message": "Block hyperlink auditing (See also this article)", + "description": "This string is used as label for the hyperlink auditing blocking switch" + }, + "ping_blocking_enabled_title": { + "message": "Block hyperlink auditing", + "description": "This string is used as title for the hyperlink auditing blocking switch" } } \ No newline at end of file