diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 4b31dca..eb3764d 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -84,6 +84,11 @@ "description": "" }, + "popup_html_configs_switch_filter_title": { + "message": "Activa o desactiva la limpieza de URLs. Si desactivas esta opción, el addon quedará deshabilitado", + "description": "" + }, + "popup_html_configs_switch_log": { "message": "Registro", "description": "" @@ -99,6 +104,11 @@ "description": "" }, + "popup_html_configs_switch_badges_title": { + "message": "Mostrar número de URLs limpiadas.", + "description": "" + }, + "popup_html_statistics_head": { "message": "Estadísticas", "description": "" diff --git a/manifest.json b/manifest.json index 79c4c79..6d14f4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.2.2.14", + "version": "1.2.2.15", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",