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

Side by Side Diff: _locales/en_US/messages.json

Issue 29738601: Issue 6431 - Removed old options page (Closed)
Patch Set: Created March 31, 2018, 7:30 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | desktop-options.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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_domain_button": {
7 "message": "Add domain"
8 },
9 "add_filter_button": {
10 "message": "Add filter"
11 },
12 "add_filters_msg": { 6 "add_filters_msg": {
13 "message": "Add filter(s)?" 7 "message": "Add filter(s)?"
14 }, 8 },
15 "add_your_own_filters": {
16 "message": "Add your own filters"
17 },
18 "apply_changes": {
19 "message": "Apply changes"
20 },
21 "block_element": { 9 "block_element": {
22 "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",
23 "message": "Block element" 11 "message": "Block element"
24 }, 12 },
25 "cancel": { 13 "cancel": {
26 "description": "Cancel button label", 14 "description": "Cancel button label",
27 "message": "Cancel" 15 "message": "Cancel"
28 }, 16 },
29 "clickhide_instructions": { 17 "clickhide_instructions": {
30 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed", 18 "description": "Instructions shown in popup UI before it disapears, when \"B lock element\" action is executed",
31 "message": "After closing this popup, click (or right-click) an element on t he page." 19 "message": "After closing this popup, click (or right-click) an element on t he page."
32 }, 20 },
33 "description": { 21 "description": {
34 "description": "Note: this cannot be longer than 132 characters", 22 "description": "Note: this cannot be longer than 132 characters",
35 "message": "Used on over 100 million devices, Adblock Plus is the world's mo st popular ad blocker." 23 "message": "Used on over 100 million devices, Adblock Plus is the world's mo st popular ad blocker."
36 }, 24 },
37 "disabled_for_site": 25 "disabled_for_site":
38 { 26 {
39 "description": "Popup balloon label to disable blocking", 27 "description": "Popup balloon label to disable blocking",
40 "message": "<strong>Disabled</strong> on this site" 28 "message": "<strong>Disabled</strong> on this site"
41 }, 29 },
42 "disabled_for_these_domains": {
43 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button."
44 },
45 "easy_create_filter": { 30 "easy_create_filter": {
46 "description": "Action in popup UI to add a filter which blocks an element s elected from the current page", 31 "description": "Action in popup UI to add a filter which blocks an element s elected from the current page",
47 "message": "Block element" 32 "message": "Block element"
48 }, 33 },
49 "edit_filters_raw": {
50 "message": "Edit filters as raw text"
51 },
52 "enable_only_the": {
53 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive."
54 },
55 "enabled_for_site": { 34 "enabled_for_site": {
56 "description": "Popup balloon label to enable blocking", 35 "description": "Popup balloon label to enable blocking",
57 "message": "<strong>Enabled</strong> on this site" 36 "message": "<strong>Enabled</strong> on this site"
58 }, 37 },
59 "filter_elemhideemulation_nodomain": { 38 "filter_elemhideemulation_nodomain": {
60 "message": "No active domain specified for extended element hiding filter" 39 "message": "No active domain specified for extended element hiding filter"
61 }, 40 },
62 "filter_invalid_domain": { 41 "filter_invalid_domain": {
63 "message": "Invalid (or empty) domain specified" 42 "message": "Invalid (or empty) domain specified"
64 }, 43 },
65 "filter_invalid_regexp": { 44 "filter_invalid_regexp": {
66 "message": "Invalid regular expression" 45 "message": "Invalid regular expression"
67 }, 46 },
68 "filter_invalid_csp": { 47 "filter_invalid_csp": {
69 "message": "Invalid Content Security Policy" 48 "message": "Invalid Content Security Policy"
70 }, 49 },
71 "filter_lists": {
72 "description": "This is a tab heading.",
73 "message": "Filter lists"
74 },
75 "filter_must_follow_syntax": {
76 "message": "Your filter must follow the <a>Adblock Plus filter syntax</a>."
77 },
78 "filter_unknown_option": { 50 "filter_unknown_option": {
79 "message": "Unknown filter option" 51 "message": "Unknown filter option"
80 }, 52 },
81 "filters_acceptableAds2_label": {
82 "message": "Allow some non-intrusive advertising"
83 },
84 "filters_addSubscriptionAdd_label": {
85 "message": "Add"
86 },
87 "filters_addSubscriptionOther_label": {
88 "message": "Add a different subscription"
89 },
90 "filters_addSubscription_label": {
91 "message": "Add filter subscription"
92 },
93 "filters_readMore_label": {
94 "message": "Read more"
95 },
96 "filters_subscription_delete_label": {
97 "message": "Delete"
98 },
99 "filters_subscription_enabled_label": {
100 "message": "Enabled"
101 },
102 "filters_subscription_lastDownload_checksumMismatch": {
103 "message": "Failed, checksum mismatch"
104 },
105 "filters_subscription_lastDownload_connectionError": { 53 "filters_subscription_lastDownload_connectionError": {
106 "message": "Failed, download failure" 54 "message": "Failed, download failure"
107 }, 55 },
108 "filters_subscription_lastDownload_inProgress": {
109 "message": "Downloading\u2026"
110 },
111 "filters_subscription_lastDownload_invalidData": {
112 "message": "Failed, not a valid filters list"
113 },
114 "filters_subscription_lastDownload_invalidURL": {
115 "message": "Failed, not a valid address"
116 },
117 "filters_viewList_label": {
118 "message": "View list"
119 },
120 "found_a_bug": {
121 "message": "Found a bug? Want to translate Adblock Plus into your language? Please <a>file a request here</a>."
122 },
123 "general": {
124 "description": "This is a tab heading.",
125 "message": "General"
126 },
127 "global_remove_subscription_warning": {
128 "message": "Do you really want to remove this subscription?"
129 },
130 "global_subscription_invalid_location": {
131 "message": "Filter list location is neither a valid URL nor a valid file nam e."
132 },
133 "last_updated_at": {
134 "description": "e.g. Last updated at 3:00pm on Apr 1, 2011",
135 "message": "Last updated at $time$ on $date$",
136 "placeholders": {
137 "date": {
138 "content": "$2"
139 },
140 "time": {
141 "content": "$1"
142 }
143 }
144 },
145 "last_updated_at_today": {
146 "description": "e.g. Last updated at 3:00pm today",
147 "message": "Last updated at $time$ today",
148 "placeholders": {
149 "time": {
150 "content": "$1"
151 }
152 }
153 },
154 "loading": { 56 "loading": {
155 "description": "Placeholder text displayed when something is still loading", 57 "description": "Placeholder text displayed when something is still loading",
156 "message": "Loading..." 58 "message": "Loading..."
157 }, 59 },
158 "name": { 60 "name": {
159 "message": "Adblock Plus" 61 "message": "Adblock Plus"
160 }, 62 },
161 "name_devbuild": { 63 "name_devbuild": {
162 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.", 64 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.",
163 "message": "Adblock Plus development build" 65 "message": "Adblock Plus development build"
164 }, 66 },
165 "notification_configure": { 67 "notification_configure": {
166 "message": "Configure notification settings" 68 "message": "Configure notification settings"
167 }, 69 },
168 "notification_open_all": { 70 "notification_open_all": {
169 "message": "Open all links from this notification" 71 "message": "Open all links from this notification"
170 }, 72 },
171 "notification_with_buttons": { 73 "notification_with_buttons": {
172 "message": "Click 'OK' to open all links in this notification." 74 "message": "Click 'OK' to open all links in this notification."
173 }, 75 },
174 "notification_without_buttons": { 76 "notification_without_buttons": {
175 "message": "Click on the notification to open all links in it." 77 "message": "Click on the notification to open all links in it."
176 }, 78 },
177 "options": {
178 "message": "Adblock Plus Options"
179 },
180 "options_short": { 79 "options_short": {
181 "description": "Link to the options page from the popup balloon.", 80 "description": "Link to the options page from the popup balloon.",
182 "message": "Options" 81 "message": "Options"
183 }, 82 },
184 "out_of_date_lists": {
185 "message": "Out-of-date lists are updated periodically."
186 },
187 "overlay_notification_button_no": { 83 "overlay_notification_button_no": {
188 "message": "No" 84 "message": "No"
189 }, 85 },
190 "overlay_notification_button_yes": { 86 "overlay_notification_button_yes": {
191 "message": "Yes" 87 "message": "Yes"
192 }, 88 },
193 "overlay_notification_closing_button_hide": { 89 "overlay_notification_closing_button_hide": {
194 "message": "Close this notification" 90 "message": "Close this notification"
195 }, 91 },
196 "overlay_notification_closing_button_optout": { 92 "overlay_notification_closing_button_optout": {
197 "message": "Stop showing notifications" 93 "message": "Stop showing notifications"
198 }, 94 },
199 "overlay_shownotifications_label": {
200 "message": "Show useful notifications"
201 },
202 "remove_button": {
203 "description": "This is the label for the 'Remove selected' buttons.",
204 "message": "Remove selected"
205 },
206 "show_block_element_menu": {
207 "message": "Show 'Block Element' right-click menu item"
208 },
209 "show_devtools_panel": {
210 "message": "Show 'Adblock Plus' panel in the developer tools"
211 },
212 "stats_label_page": { 95 "stats_label_page": {
213 "description": "This shows the number of blocked requests on a specific page in the popup.", 96 "description": "This shows the number of blocked requests on a specific page in the popup.",
214 "message": "<strong>$number$</strong> on this page", 97 "message": "<strong>$number$</strong> on this page",
215 "placeholders": { 98 "placeholders": {
216 "number": { 99 "number": {
217 "content": "$1" 100 "content": "$1"
218 } 101 }
219 } 102 }
220 }, 103 },
221 "stats_label_total": { 104 "stats_label_total": {
(...skipping 15 matching lines...) Expand all
237 } 120 }
238 }, 121 },
239 "stats_show_iconnumber": { 122 "stats_show_iconnumber": {
240 "description": "Toggle for displaying the number of blocked ads in the icon. ", 123 "description": "Toggle for displaying the number of blocked ads in the icon. ",
241 "message": "Show number in icon" 124 "message": "Show number in icon"
242 }, 125 },
243 "stats_title": { 126 "stats_title": {
244 "description": "Title for the stats section in the popup.", 127 "description": "Title for the stats section in the popup.",
245 "message": "Ads blocked" 128 "message": "Ads blocked"
246 }, 129 },
247 "subscriptionSelection_location_label": {
248 "message": "Filter list location:"
249 },
250 "subscriptionSelection_subscriptionSelector_label": {
251 "message": "Please choose a filter subscription from the list:"
252 },
253 "subscriptionSelection_title_label": {
254 "message": "Subscription title:"
255 },
256 "update_now": {
257 "message": "Update now"
258 },
259 "whitelisted_domains": {
260 "description": "This is a tab heading.",
261 "message": "Whitelisted domains"
262 },
263 "unexpected_filter_list_header": { 130 "unexpected_filter_list_header": {
264 "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", 131 "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",
265 "message": "Filter list headers aren't allowed here" 132 "message": "Filter list headers aren't allowed here"
266 }, 133 },
267 "invalid_css_selector": { 134 "invalid_css_selector": {
268 "message": "$selector$ is not a valid CSS selector", 135 "message": "$selector$ is not a valid CSS selector",
269 "placeholders": { 136 "placeholders": {
270 "selector": { 137 "selector": {
271 "content": "$1" 138 "content": "$1"
272 } 139 }
273 } 140 }
274 }, 141 },
275 "line": { 142 "line": {
276 "message": "Line $number$", 143 "message": "Line $number$",
277 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 144 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
278 "placeholders": { 145 "placeholders": {
279 "number": { 146 "number": {
280 "content": "$1" 147 "content": "$1"
281 } 148 }
282 } 149 }
283 }, 150 },
284 "continue": { 151 "continue": {
285 "description": "Continue button label", 152 "description": "Continue button label",
286 "message": "Continue" 153 "message": "Continue"
287 }, 154 },
288 "sendReport": { 155 "sendReport": {
289 "message": "Report issue on this page" 156 "message": "Report issue on this page"
290 } 157 }
291 } 158 }
OLDNEW
« no previous file with comments | « no previous file | desktop-options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld