diff --git a/_locales/sv_SE/messages.json b/_locales/sv_SE/messages.json
index 40bf0fd..5d6e22c 100644
--- a/_locales/sv_SE/messages.json
+++ b/_locales/sv_SE/messages.json
@@ -59,22 +59,6 @@
"message": "Återställ den globala loggen",
"description": "This string is used as title for the reset button on the log page."
},
- "log_html_export_button": {
- "message": "Exportera",
- "description": "This string is used for the export button on the log page."
- },
- "log_html_export_button_title": {
- "message": "Exportera den globala loggen",
- "description": "This string is used as title for the export button on the log page."
- },
- "log_html_import_button": {
- "message": "Importera",
- "description": "This string is used for the import button on the log page."
- },
- "log_html_import_button_title": {
- "message": "Importera den globala loggen",
- "description": "This string is used as title for the import button on the log page."
- },
"popup_html_configs_head": {
"message": "Konfiguration",
"description": "This string is used as title for the configs on the popup page."
@@ -179,36 +163,10 @@
"message": "Återställer allt",
"description": "This string is used as title for the reset button on the settings page."
},
- "setting_html_export_button": {
- "message": "Exportera",
- "description": "This string is used as name for the export button on the settings page."
- },
- "setting_html_export_button_title": {
- "message": "Exportera allt",
- "description": "This string is used as title for the export button on the settings page."
- },
- "setting_html_import_button": {
- "message": "Importera",
- "description": "This string is used as name for the reset button on the settings page."
- },
- "setting_html_import_button_title": {
- "message": "Importera allt",
- "description": "This string is used as title for the import button on the settings page."
- },
"setting_rule_url_label": {
"message": "Webbadressen till filen data.json (regler)",
"description": "This string is used as name for the rule url label."
},
- "setting_log_limit_label": {
- "message": "Begränsa loggfilen till $LIMIT$ poster. (-1 := ∞)",
- "description": "This string is used as name for the log limit label.",
- "placeholders": {
- "limit": {
- "content": "$1",
- "example": "100"
- }
- }
- },
"settings_html_save_button": {
"message": "Spara och ladda om tillägget",
"description": "This string is used as name for the save&reload button on the settings page."
@@ -281,6 +239,48 @@
"message": "Hoppa över webbadresser på lokala värdar",
"description": "This string is used as title for the local host skipping switch"
},
+ "log_html_export_button": {
+ "message": "Exportera",
+ "description": "This string is used for the export button on the log page."
+ },
+ "log_html_export_button_title": {
+ "message": "Exportera den globala loggen",
+ "description": "This string is used as title for the export button on the log page."
+ },
+ "log_html_import_button": {
+ "message": "Importera",
+ "description": "This string is used for the import button on the log page."
+ },
+ "log_html_import_button_title": {
+ "message": "Importera den globala loggen",
+ "description": "This string is used as title for the import button on the log page."
+ },
+ "setting_html_export_button": {
+ "message": "Exportera",
+ "description": "This string is used as name for the export button on the settings page."
+ },
+ "setting_html_export_button_title": {
+ "message": "Exportera allt",
+ "description": "This string is used as title for the export button on the settings page."
+ },
+ "setting_html_import_button": {
+ "message": "Importera",
+ "description": "This string is used as name for the reset button on the settings page."
+ },
+ "setting_html_import_button_title": {
+ "message": "Importera allt",
+ "description": "This string is used as title for the import button on the settings page."
+ },
+ "setting_log_limit_label": {
+ "message": "Begränsa loggfilen till $LIMIT$ poster. (-1 := ∞)",
+ "description": "This string is used as name for the log limit label.",
+ "placeholders": {
+ "limit": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
+ },
"blocked_html_title": {
"message": "Den här webbplatsen blockerades av ClearURLs",
"description": "This string is used as title on the blocked site page."
@@ -312,5 +312,17 @@
"domain_blocking_enabled_title": {
"message": "Tillåt domänblockering (Kan leda till problem på sidor som inte tillåter 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