Skip to content

Commit 4ea6261

Browse files
committed
Reorganize disable/report/donate locale messages
1 parent 113df57 commit 4ea6261

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

src/_locales/en_US/messages.json

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11
{
2+
"name": {
3+
"message": "Privacy Badger",
4+
"description": ""
5+
},
6+
"description": {
7+
"message": "Privacy Badger automatically learns to block invisible trackers.",
8+
"description": ""
9+
},
10+
"popup_disable_for_site": {
11+
"message": "Disable for this site",
12+
"description": "Button in the popup."
13+
},
14+
"popup_enable_for_site": {
15+
"message": "Enable for this site",
16+
"description": "Button in the popup, visible if Privacy Badger is disabled on the current site"
17+
},
18+
"report_broken_site": {
19+
"message": "Report broken site",
20+
"description": "Button in the popup."
21+
},
22+
"version": {
23+
"message": "version $VERSION_STRING$",
24+
"description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".",
25+
"placeholders": {
26+
"version_string": {
27+
"content": "$1",
28+
"example": "2018.8.1"
29+
}
30+
}
31+
},
232
"badger_status_block": {
333
"message": "Blocked $DOMAIN$",
434
"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.",
@@ -37,7 +67,7 @@
3767
},
3868
"donate_to_eff": {
3969
"message": "Donate to EFF",
40-
"description": "Button shown in the popup and on the intro page."
70+
"description": "Link shown in the popup; also a button on the intro page"
4171
},
4272
"intro_donate_subheading": {
4373
"message": "Help us by donating and sharing your support for our tools",
@@ -219,7 +249,7 @@
219249
},
220250
"intro_report_button": {
221251
"message": "Please don't forget to click on 'Report broken site'. We respect your privacy so we don't send automatic reports.",
222-
"description": "Intro page paragraph. The quoted message ('Report broken site') should match the first part of the translation for the 'report_broken_site' message."
252+
"description": "Intro page paragraph. The quoted message ('Report broken site') should match the translation for the 'report_broken_site' message."
223253
},
224254
"options_title": {
225255
"message": "Privacy Badger Options",
@@ -229,10 +259,6 @@
229259
"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.",
230260
"description": ""
231261
},
232-
"popup_enable_for_site": {
233-
"message": "Enable for this site",
234-
"description": ""
235-
},
236262
"options_domain_type_filter": {
237263
"message": "Filter by type:",
238264
"description": "Label for a dropdown control on the Tracking Domains options page tab."
@@ -301,16 +327,6 @@
301327
"message": "Take the tour",
302328
"description": "Intro page welcome button."
303329
},
304-
"version": {
305-
"message": "version $VERSION_STRING$",
306-
"description": "Shows Privacy Badger's version in the popup. For example, \"version 2018.8.1\".",
307-
"placeholders": {
308-
"version_string": {
309-
"content": "$1",
310-
"example": "2018.8.1"
311-
}
312-
}
313-
},
314330
"badger_status_cookieblock": {
315331
"message": "Blocked cookies from $DOMAIN$",
316332
"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.",
@@ -333,10 +349,6 @@
333349
"message": "Please select a file to import.",
334350
"description": ""
335351
},
336-
"report_broken_site": {
337-
"message": "Report broken site",
338-
"description": "Button in the popup."
339-
},
340352
"tooltip_cookieblock": {
341353
"message": "Center the slider to block cookies",
342354
"description": ""
@@ -475,10 +487,6 @@
475487
"message": "Move the slider right to allow a domain",
476488
"description": ""
477489
},
478-
"popup_disable_for_site": {
479-
"message": "Disable for this site",
480-
"description": "Button in the popup."
481-
},
482490
"intro_privacy_note": {
483491
"message": "Privacy Badger will NEVER share data about your browsing unless you choose to share it.",
484492
"description": "Intro page paragraph."
@@ -504,10 +512,6 @@
504512
"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!",
505513
"description": "Shown on the Tracking Domains tab on the options page if all tracking domains have been removed."
506514
},
507-
"name": {
508-
"message": "Privacy Badger",
509-
"description": ""
510-
},
511515
"intro_not_an_adblocker_paragraph": {
512516
"message": "Privacy Badger starts blocking once it sees the same tracker on three different websites. Three strikes and it's out!",
513517
"description": "Intro page paragraph."
@@ -560,10 +564,6 @@
560564
"message": "Share on Facebook",
561565
"description": "Text that comes up when you hover over the social sharing buttons on the intro page."
562566
},
563-
"description": {
564-
"message": "Privacy Badger automatically learns to block invisible trackers.",
565-
"description": ""
566-
},
567567
"report_fail": {
568568
"message": "Oops. Something went wrong.",
569569
"description": ""

0 commit comments

Comments
 (0)