Skip to content

Commit

Permalink
Reorganize disable/report/donate locale messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Jul 26, 2021
1 parent 113df57 commit 4ea6261
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions src/_locales/en_US/messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
{
"name": {
"message": "Privacy Badger",
"description": ""
},
"description": {
"message": "Privacy Badger automatically learns to block invisible trackers.",
"description": ""
},
"popup_disable_for_site": {
"message": "Disable for this site",
"description": "Button in the popup."
},
"popup_enable_for_site": {
"message": "Enable for this site",
"description": "Button in the popup, visible if Privacy Badger is disabled on the current site"
},
"report_broken_site": {
"message": "Report broken site",
"description": "Button in the popup."
},
"version": {
"message": "version $VERSION_STRING$",
"description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".",
"placeholders": {
"version_string": {
"content": "$1",
"example": "2018.8.1"
}
}
},
"badger_status_block": {
"message": "Blocked $DOMAIN$",
"description": "Tooltip shown when you hover over a domain name with a red slider in the list of domains in the popup or under the Tracking Domains tab on the options page.",
Expand Down Expand Up @@ -37,7 +67,7 @@
},
"donate_to_eff": {
"message": "Donate to EFF",
"description": "Button shown in the popup and on the intro page."
"description": "Link shown in the popup; also a button on the intro page"
},
"intro_donate_subheading": {
"message": "Help us by donating and sharing your support for our tools",
Expand Down Expand Up @@ -219,7 +249,7 @@
},
"intro_report_button": {
"message": "Please don't forget to click on 'Report broken site'. We respect your privacy so we don't send automatic reports.",
"description": "Intro page paragraph. The quoted message ('Report broken site') should match the first part of the translation for the 'report_broken_site' message."
"description": "Intro page paragraph. The quoted message ('Report broken site') should match the translation for the 'report_broken_site' message."
},
"options_title": {
"message": "Privacy Badger Options",
Expand All @@ -229,10 +259,6 @@
"message": "This will automatically send the following information to EFF: the page you're currently visiting, your browser version, the version of Privacy Badger, and the state of all of the sliders on this page.",
"description": ""
},
"popup_enable_for_site": {
"message": "Enable for this site",
"description": ""
},
"options_domain_type_filter": {
"message": "Filter by type:",
"description": "Label for a dropdown control on the Tracking Domains options page tab."
Expand Down Expand Up @@ -301,16 +327,6 @@
"message": "Take the tour",
"description": "Intro page welcome button."
},
"version": {
"message": "version $VERSION_STRING$",
"description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".",
"placeholders": {
"version_string": {
"content": "$1",
"example": "2018.8.1"
}
}
},
"badger_status_cookieblock": {
"message": "Blocked cookies from $DOMAIN$",
"description": "Tooltip shown when you hover over a domain name with a yellow slider in the list of domains in the popup or under the Tracking Domains tab on the options page.",
Expand All @@ -333,10 +349,6 @@
"message": "Please select a file to import.",
"description": ""
},
"report_broken_site": {
"message": "Report broken site",
"description": "Button in the popup."
},
"tooltip_cookieblock": {
"message": "Center the slider to block cookies",
"description": ""
Expand Down Expand Up @@ -475,10 +487,6 @@
"message": "Move the slider right to allow a domain",
"description": ""
},
"popup_disable_for_site": {
"message": "Disable for this site",
"description": "Button in the popup."
},
"intro_privacy_note": {
"message": "Privacy Badger will NEVER share data about your browsing unless you choose to share it.",
"description": "Intro page paragraph."
Expand All @@ -504,10 +512,6 @@
"message": "Privacy Badger hasn't detected any <a target='_blank' tabindex=-1 title='i18n_what_is_a_tracker' class='tooltip' href='https://www.eff.org/privacybadger#faq-What-is-a-third-party-tracker?'>tracking domains</a> yet. Keep browsing!",
"description": "Shown on the Tracking Domains tab on the options page if all tracking domains have been removed."
},
"name": {
"message": "Privacy Badger",
"description": ""
},
"intro_not_an_adblocker_paragraph": {
"message": "Privacy Badger starts blocking once it sees the same tracker on three different websites. Three strikes and it's out!",
"description": "Intro page paragraph."
Expand Down Expand Up @@ -560,10 +564,6 @@
"message": "Share on Facebook",
"description": "Text that comes up when you hover over the social sharing buttons on the intro page."
},
"description": {
"message": "Privacy Badger automatically learns to block invisible trackers.",
"description": ""
},
"report_fail": {
"message": "Oops. Something went wrong.",
"description": ""
Expand Down

0 comments on commit 4ea6261

Please sign in to comment.