2018-05-21 21:25:20 +00:00
{
"hash_status_code_1" : {
"message" : "up to date" ,
"description" : ""
} ,
"hash_status_code_2" : {
"message" : "updated" ,
"description" : ""
} ,
"hash_status_code_3" : {
"message" : "update available" ,
"description" : ""
} ,
"hash_status_code_4" : {
"message" : "error" ,
"description" : ""
} ,
"hash_status_code_5" : {
"message" : "Oops something went wrong!" ,
"description" : ""
} ,
"log_redirect" : {
"message" : "This url is redirected" ,
"description" : ""
} ,
"log_domain_blocked" : {
"message" : "This domain is blocked" ,
"description" : ""
} ,
"check_os_log" : {
2018-05-22 16:40:05 +00:00
"message" : "[ClearURLs]: Log listener is added." ,
2018-05-21 21:25:20 +00:00
"description" : ""
} ,
"log_html_page_title" : {
"message" : "Log from ClearURLs" ,
"description" : ""
} ,
"log_html_table_head_1" : {
"message" : "Before processing" ,
"description" : ""
} ,
"log_html_table_head_2" : {
"message" : "After processing" ,
"description" : ""
} ,
"log_html_table_head_3" : {
"message" : "Rule" ,
"description" : ""
} ,
"log_html_table_head_4" : {
"message" : "Time" ,
"description" : ""
} ,
"log_html_reset_button" : {
"message" : "Reset" ,
"description" : ""
} ,
2018-05-22 16:40:05 +00:00
"log_html_reset_button_title" : {
"message" : "Reset the global log" ,
"description" : ""
} ,
2018-05-21 21:25:20 +00:00
"popup_html_configs_head" : {
"message" : "Configs" ,
"description" : ""
} ,
"popup_html_configs_switch_filter" : {
"message" : "Filter" ,
"description" : ""
} ,
2018-06-11 17:46:56 +00:00
"popup_html_configs_switch_filter_title" : {
"message" : "The filters switch activates the cleaning functionality of ClearURLs. If you disable this option, the whole addon is disabled" ,
"description" : ""
} ,
2018-05-21 21:25:20 +00:00
"popup_html_configs_switch_log" : {
"message" : "Logging" ,
"description" : ""
} ,
"popup_html_configs_switch_log_title" : {
2018-05-22 16:40:05 +00:00
"message" : "The log is saved only locally. We advise against this feature if you do not need it" ,
2018-05-21 21:25:20 +00:00
"description" : ""
} ,
"popup_html_configs_switch_badges" : {
"message" : "Badges" ,
"description" : ""
} ,
2018-06-11 17:46:56 +00:00
"popup_html_configs_switch_badges_title" : {
"message" : "Show number of cleaned urls" ,
"description" : ""
} ,
2018-05-21 21:25:20 +00:00
"popup_html_statistics_head" : {
"message" : "Statistics" ,
"description" : ""
} ,
"popup_html_statistics_elements" : {
"message" : "Elements" ,
"description" : ""
} ,
"popup_html_statistics_blocked" : {
"message" : "Blocked" ,
"description" : ""
} ,
"popup_html_statistics_percentage" : {
"message" : "Percentage" ,
"description" : ""
} ,
"popup_html_statistics_reset_button" : {
"message" : "Reset" ,
"description" : ""
} ,
"popup_html_statistics_reset_button_title" : {
"message" : "Reset the global statistics" ,
"description" : ""
} ,
"popup_html_rules_status_head" : {
"message" : "Rules-Status" ,
"description" : ""
} ,
"popup_html_log_head" : {
"message" : "Log" ,
"description" : ""
} ,
"popup_html_log_head_title" : {
"message" : "Open the log" ,
"description" : ""
} ,
2018-08-31 18:55:15 +00:00
"popup_html_report_button" : {
"message" : "Report current URL" ,
"description" : ""
} ,
"popup_html_report_button_title" : {
"message" : "Report the current URL from this tab." ,
"description" : ""
} ,
2018-05-21 21:25:20 +00:00
"core_save_on_disk" : {
"message" : "[ClearURLs]: Save on disk." ,
"description" : ""
} ,
"core_error" : {
"message" : "[ClearURLs]: The addon could not started." ,
"description" : ""
2018-05-22 16:40:05 +00:00
} ,
"configs_switch_statistics" : {
"message" : "Statistics" ,
"description" : ""
} ,
"configs_switch_statistics_title" : {
"message" : "Activate or deactivate the statistics function" ,
"description" : ""
} ,
"settings_html_page_title" : {
"message" : "Settings from ClearURLs" ,
"description" : ""
} ,
"badged_color_label" : {
"message" : "Badged color" ,
"description" : ""
} ,
"setting_html_reset_button" : {
"message" : "Reset" ,
"description" : ""
} ,
"setting_html_reset_button_title" : {
"message" : "Reset everything" ,
"description" : ""
} ,
"setting_rule_url_label" : {
"message" : "The url to the data.json file (rules)" ,
"description" : ""
} ,
"settings_html_save_button" : {
"message" : "Save & reload addon" ,
"description" : ""
} ,
"settings_html_save_button_title" : {
"message" : "Saves the settings" ,
"description" : ""
} ,
"setting_hash_url_label" : {
"message" : "The url to the rules.hash file (hash)" ,
"description" : ""
2018-07-31 17:15:48 +00:00
} ,
"setting_types_label" : {
"message" : "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (expert level)" ,
"description" : ""
2018-08-31 18:55:15 +00:00
} ,
"setting_report_server_label" : {
"message" : "Report server for URLs" ,
"description" : ""
} ,
"success_report_url" : {
"message" : "The URL was successfully reported. We will check this URL soon." ,
"description" : ""
} ,
"error_report_url" : {
"message" : "It seems like this URL has already been reported." ,
"description" : ""
2018-09-26 15:35:50 +00:00
} ,
"donate_button" : {
"message" : "A donation for the ClearURLs creator." ,
"description" : ""
2019-04-10 16:08:10 +00:00
} ,
2019-04-10 16:33:21 +00:00
"clipboard_copy_link" : {
2019-04-11 14:40:48 +00:00
"message" : "Copy Clean Link Location" ,
"description" : ""
} ,
"context_menu_enabled" : {
"message" : "Display context menu entry" ,
"description" : ""
} ,
"history_listener_enabled" : {
2019-04-26 21:41:44 +00:00
"message" : "Prevent tracking injection over history API (See also: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)" ,
2019-04-11 14:40:48 +00:00
"description" : ""
} ,
"cleaning_tool_page_title" : {
"message" : "Cleaning tool from ClearURLs" ,
"description" : ""
} ,
"cleaning_tool_description" : {
"message" : "With this tool you can paste in URLs and ClearURLs will cleaned the URLs after a click on the green button. You can paste in multiple URLs at once, but every URL must be in a separate line." ,
"description" : ""
} ,
"cleaning_tool_btn" : {
"message" : "Clean URLs" ,
"description" : ""
} ,
"cleaning_tool_dirty_urls_label" : {
"message" : "Here you can paste in the dirty URLs:" ,
"description" : ""
} ,
"cleaning_tool_clean_urls_label" : {
"message" : "Here you can find the cleaned URLs:" ,
2019-04-10 16:08:10 +00:00
"description" : ""
2018-05-21 21:25:20 +00:00
}
}