Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 29801613: Issue 6321 - Move the popup under UI (Closed)
Left Patch Set: Created June 7, 2018, 1:22 p.m.
Right Patch Set: removed popup.png Created July 17, 2018, 4:22 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | icons/detailed/abp-64.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_filters_msg": { 6 "add_filters_msg": {
7 "message": "Add filter(s)?" 7 "message": "Add filter(s)?"
8 }, 8 },
9 "block_element": { 9 "block_element": {
10 "description": "Context menu item that adds a filter which blocks the select ed element", 10 "description": "Context menu item that adds a filter which blocks the select ed element",
11 "message": "Block element" 11 "message": "Block element"
12 }, 12 },
13 "cancel": { 13 "cancel": {
14 "description": "Cancel button label", 14 "description": "Cancel button label",
15 "message": "Cancel" 15 "message": "Cancel"
16 }, 16 },
17 "clickhide_instructions": {
18 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed",
19 "message": "After closing this popup, click (or right-click) an element on t he page."
20 },
21 "description": { 17 "description": {
22 "description": "Note: this cannot be longer than 132 characters", 18 "description": "Note: this cannot be longer than 132 characters",
23 "message": "With over 500 million downloads, Adblock Plus is one of the worl d's most popular ad blockers." 19 "message": "With over 500 million downloads, Adblock Plus is one of the worl d's most popular ad blockers."
24 },
25 "disabled_for_site":
26 {
27 "description": "Popup balloon label to disable blocking",
28 "message": "<strong>Disabled</strong> on this site"
29 },
30 "easy_create_filter": {
31 "description": "Action in popup UI to add a filter which blocks an element s elected from the current page",
32 "message": "Block element"
33 },
34 "enabled_for_site": {
35 "description": "Popup balloon label to enable blocking",
36 "message": "<strong>Enabled</strong> on this site"
37 }, 20 },
38 "filter_elemhideemulation_nodomain": { 21 "filter_elemhideemulation_nodomain": {
39 "message": "No active domain specified for extended element hiding filter" 22 "message": "No active domain specified for extended element hiding filter"
40 }, 23 },
41 "filter_invalid_domain": { 24 "filter_invalid_domain": {
42 "message": "Invalid (or empty) domain specified" 25 "message": "Invalid (or empty) domain specified"
43 }, 26 },
44 "filter_invalid_regexp": { 27 "filter_invalid_regexp": {
45 "message": "Invalid regular expression" 28 "message": "Invalid regular expression"
46 }, 29 },
(...skipping 22 matching lines...) Expand all
69 }, 52 },
70 "notification_open_all": { 53 "notification_open_all": {
71 "message": "Open all links from this notification" 54 "message": "Open all links from this notification"
72 }, 55 },
73 "notification_with_buttons": { 56 "notification_with_buttons": {
74 "message": "Click 'OK' to open all links in this notification." 57 "message": "Click 'OK' to open all links in this notification."
75 }, 58 },
76 "notification_without_buttons": { 59 "notification_without_buttons": {
77 "message": "Click on the notification to open all links in it." 60 "message": "Click on the notification to open all links in it."
78 }, 61 },
79 "options_short": {
80 "description": "Link to the options page from the popup balloon.",
81 "message": "Options"
82 },
83 "overlay_notification_button_no": { 62 "overlay_notification_button_no": {
84 "message": "No" 63 "message": "No"
85 }, 64 },
86 "overlay_notification_button_yes": { 65 "overlay_notification_button_yes": {
87 "message": "Yes" 66 "message": "Yes"
88 },
89 "overlay_notification_closing_button_hide": {
90 "message": "Close this notification"
91 },
92 "overlay_notification_closing_button_optout": {
93 "message": "Stop showing notifications"
94 },
95 "stats_label_page": {
96 "description": "This shows the number of blocked requests on a specific page in the popup.",
97 "message": "<strong>$number$</strong> on this page",
98 "placeholders": {
99 "number": {
100 "content": "$1"
101 }
102 }
103 },
104 "stats_label_total": {
105 "description": "This shows the total number of blocked requests in the popup .",
106 "message": "<strong>$number$</strong> in total",
107 "placeholders": {
108 "number": {
109 "content": "$1"
110 }
111 }
112 },
113 "stats_show_iconnumber": {
114 "description": "Toggle for displaying the number of blocked ads in the icon. ",
115 "message": "Show number in icon"
116 },
117 "stats_title": {
118 "description": "Title for the stats section in the popup.",
119 "message": "Ads blocked"
120 }, 67 },
121 "unexpected_filter_list_header": { 68 "unexpected_filter_list_header": {
122 "description": "Error message shown when the user attempts to add a custom f ilter that has the format of a header (e.g. \"[Adblock Plus 2.0]\") which are on ly allowed in filter lists", 69 "description": "Error message shown when the user attempts to add a custom f ilter that has the format of a header (e.g. \"[Adblock Plus 2.0]\") which are on ly allowed in filter lists",
123 "message": "Filter list headers aren't allowed here" 70 "message": "Filter list headers aren't allowed here"
124 }, 71 },
125 "invalid_css_selector": { 72 "invalid_css_selector": {
126 "message": "$selector$ is not a valid CSS selector", 73 "message": "$selector$ is not a valid CSS selector",
127 "placeholders": { 74 "placeholders": {
128 "selector": { 75 "selector": {
129 "content": "$1" 76 "content": "$1"
130 } 77 }
131 } 78 }
132 }, 79 },
133 "line": { 80 "line": {
134 "message": "Line $number$", 81 "message": "Line $number$",
135 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 82 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
136 "placeholders": { 83 "placeholders": {
137 "number": { 84 "number": {
138 "content": "$1" 85 "content": "$1"
139 } 86 }
140 } 87 }
141 }, 88 },
142 "continue": { 89 "continue": {
143 "description": "Continue button label", 90 "description": "Continue button label",
144 "message": "Continue" 91 "message": "Continue"
145 },
146 "sendReport": {
147 "message": "Report issue on this page"
148 } 92 }
149 } 93 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld