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

Side by Side Diff: locale/en-US/options.json

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Patch Set: Created Jan. 26, 2016, 6:33 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
OLDNEW
1 { 1 {
2 "options_page_title": { 2 "options_page_title": {
3 "description": "Options page title", 3 "description": "Options page title",
4 "message": "Adblock Plus Options" 4 "message": "Adblock Plus Options"
5 }, 5 },
6 "options_page_header_1": { 6 "options_page_header_1": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Options" 8 "message": "Options"
9 }, 9 },
10 "options_page_header_2": { 10 "options_page_header_2": {
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 }, 69 },
70 "options_furtherBlocking_title_tooltip": { 70 "options_furtherBlocking_title_tooltip": {
71 "description": "Tooltip description for 'More blocking options' section in G eneral tab", 71 "description": "Tooltip description for 'More blocking options' section in G eneral tab",
72 "message": "By default, Adblock Plus blocks all annoying ads, including vide o ads, animated ads, noisy ads, flashy banners, pop-ups, pop-unders and much mor e. In addition to ads, Adblock Plus can also block tracking, malware, social med ia buttons and more to increase your safety and privacy online." 72 "message": "By default, Adblock Plus blocks all annoying ads, including vide o ads, animated ads, noisy ads, flashy banners, pop-ups, pop-unders and much mor e. In addition to ads, Adblock Plus can also block tracking, malware, social med ia buttons and more to increase your safety and privacy online."
73 }, 73 },
74 "options_popular": { 74 "options_popular": {
75 "description": "Popular label in further blocking options table", 75 "description": "Popular label in further blocking options table",
76 "message": "popular" 76 "message": "popular"
77 }, 77 },
78 "options_furtherBlocking_add": { 78 "options_furtherBlocking_add": {
79 "description": "Button name for adding other blocking list in General tab", 79 "description": "Button name for adding other filter list in General tab",
80 "message": "add other blocking list" 80 "message": "add other filter list"
81 }, 81 },
82 "options_exceptions_title": { 82 "options_exceptions_title": {
83 "description": "Exceptions section name in General tab", 83 "description": "Exceptions section name in General tab",
84 "message": "Exceptions" 84 "message": "Exceptions"
85 }, 85 },
86 "options_acceptableAds_title": { 86 "options_acceptableAds_title": {
87 "description": "Acceptable ads option name in General tab", 87 "description": "Acceptable ads option name in General tab",
88 "message": "Acceptable ads" 88 "message": "Acceptable ads"
89 }, 89 },
90 "options_acceptableAds_title_tooltip_1": { 90 "options_acceptableAds_title_tooltip_1": {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 }, 129 },
130 "options_button_add": { 130 "options_button_add": {
131 "description": "Add button label", 131 "description": "Add button label",
132 "message": "add" 132 "message": "add"
133 }, 133 },
134 "options_button_cancel": { 134 "options_button_cancel": {
135 "description": "Cancel button label", 135 "description": "Cancel button label",
136 "message": "cancel" 136 "message": "cancel"
137 }, 137 },
138 "options_tweaks_title": { 138 "options_tweaks_title": {
139 "description": "Tweaks section name in Advanced tab", 139 "description": "Section title in Advanced tab",
140 "message": "Tweaks" 140 "message": "Tweaks"
141 }, 141 },
142 "options_tweaks_blockElement": { 142 "options_tweaks_blockElement": {
143 "description": "Show block Element option in Advanced tab", 143 "description": "Show block Element option in Advanced tab",
144 "message": "Show <a>Block Element</a> right-click menu item" 144 "message": "Show <a>Block Element</a> right-click menu item"
145 }, 145 },
146 "options_blockingList_title": { 146 "options_filterList_title": {
147 "description": "Blocking list section title in Advanced tab", 147 "description": "Section title in Advanced tab",
148 "message": "Blocking list" 148 "message": "Filter list"
Thomas Greiner 2016/01/27 17:16:59 Detail: This text should be plural according to th
saroyanm 2016/01/28 17:00:14 Done.
149 }, 149 },
150 "options_tab_overview": { 150 "options_tab_overview": {
151 "description": "Tab name in Advanced tab", 151 "description": "Tab name in Advanced tab",
152 "message": "Overview" 152 "message": "Overview"
153 }, 153 },
154 "options_tab_ownList": { 154 "options_tab_ownList": {
155 "description": "Tab name in Advanced tab", 155 "description": "Tab name in Advanced tab",
156 "message": "Edit or create own blocking list" 156 "message": "Edit or create own filter list"
157 }, 157 },
158 "options_tableCol_name": { 158 "options_column_name": {
159 "description": "Name of column of subscription list table in Advanced tab", 159 "description": "Name of column of subscription list table in Advanced tab",
160 "message": "Name" 160 "message": "Name"
161 }, 161 },
162 "options_tableCol_description": { 162 "options_column_date": {
163 "description": "Name of column of subscription list table in Advanced tab", 163 "description": "Name of column of subscription list table in Advanced tab",
164 "message": "Description" 164 "message": "Last update"
165 }, 165 },
166 "options_tableCol_date": { 166 "options_filterList_add": {
167 "description": "Name of column of subscription list table in Advanced tab", 167 "description": "Import button in Advanced tab",
168 "message": "Date" 168 "message": "add/import other filter list"
169 }, 169 },
170 "options_blockingList_add": { 170 "options_filterList_update": {
171 "description": "Import button in Advanced tab",
172 "message": "add/import other blocking list"
173 },
174 "options_blockingList_update": {
175 "description": "Update button in Advanced tab", 171 "description": "Update button in Advanced tab",
176 "message": "Update all blocking lists" 172 "message": "update all filter lists"
177 }, 173 },
178 "options_customFilters_empty": { 174 "options_customFilters_empty": {
179 "description": "Text shown when list of custom filters is empty", 175 "description": "Text shown when list of custom filters is empty",
180 "message": "There are no custom filters." 176 "message": "There are no custom filters."
181 }, 177 },
178 "options_subscription_lastDownload_invalidURL": {
179 "description": "Error message in advanced tab",
180 "message": "Failed, not a valid address"
181 },
182 "options_subscription_lastDownload_connectionError": {
183 "description": "Error message in advanced tab",
184 "message": "Failed, download failure"
185 },
186 "options_subscription_lastDownload_invalidData": {
187 "description": "Error message in advanced tab",
188 "message": "Failed, not a valid filter list"
189 },
190 "options_subscription_lastDownload_checksumMismatch": {
191 "description": "Error message in advanced tab",
192 "message": "Failed, checksum mismatch"
193 },
194 "options_filterList_updateNow": {
195 "description": "Context menu item in advanced tab, appears after click on su bscription",
196 "message": "update now"
197 },
198 "options_filterList_website": {
199 "description": "Context menu item in advanced tab, appears after click on su bscription",
200 "message": "website"
201 },
202 "options_filterList_source": {
203 "description": "Context menu item in advanced tab, appears after click on su bscription",
204 "message": "source"
205 },
206 "options_filterList_delete": {
207 "description": "Context menu item in advanced tab, appears after click on su bscription",
208 "message": "delete"
209 },
210 "options_filterList_own_list": {
211 "description": "Name of custom subscription entry in filter list section in Advanced tab",
212 "message": "Own filter list"
213 },
214 "options_filterList_edit_own_list": {
215 "description": "Entry in filter list section in Advanced tab",
216 "message": "edit your filter list"
217 },
182 "options_customFilters_title": { 218 "options_customFilters_title": {
183 "description": "Custom filters option name in Advanced tab", 219 "description": "Custom filters option name in Advanced tab",
184 "message": "Blocking rules" 220 "message": "Blocking rules"
185 }, 221 },
186 "options_customFilters_textbox_placeholder": { 222 "options_customFilters_textbox_placeholder": {
187 "description": "Adding custom filter textbox placeholder text in Advanced ta b", 223 "description": "Adding custom filter textbox placeholder text in Advanced ta b",
188 "message": "add your blocking rule here" 224 "message": "add your blocking rule here"
189 }, 225 },
190 "options_customFilter_edit": { 226 "options_customFilter_edit": {
191 "description": "Label for editing custom filter in Advanced tab", 227 "description": "Label for editing custom filter in Advanced tab",
192 "message": "edit rules" 228 "message": "edit rules"
193 }, 229 },
194 "options_customFilter_list": { 230 "options_customFilter_list": {
195 "description": "Label for editing custom filter in Advanced tab", 231 "description": "Label for editing custom filter in Advanced tab",
196 "message": "list view" 232 "message": "list view"
197 }, 233 },
198 "options_customFilter_save": { 234 "options_customFilter_save": {
199 "description": "Label for editing custom filter in Advanced tab", 235 "description": "Label for editing custom filter in Advanced tab",
200 "message": "save" 236 "message": "save"
201 }, 237 },
202 "options_faq_title": { 238 "options_faq_title": {
203 "description": "FAQ section name in Help tab and link label in same section" , 239 "description": "FAQ section name in Help tab and link label in same section" ,
204 "message": "Frequently asked questions" 240 "message": "Frequently asked questions"
205 }, 241 },
206 "options_faq_description": { 242 "options_faq_description": {
207 "description": "FAQ section description in Help tab", 243 "description": "FAQ section description in Help tab",
208 "message": "You only need to refresh your blocking list in \"Advanced\" very often, but there are also other known problems." 244 "message": "You only need to refresh your filter list in \"Advanced\" very o ften, but there are also other known problems."
209 }, 245 },
210 "options_forum_title": { 246 "options_forum_title": {
211 "description": "Forum section name in Help tab", 247 "description": "Forum section name in Help tab",
212 "message": "Forum" 248 "message": "Forum"
213 }, 249 },
214 "options_forum_description": { 250 "options_forum_description": {
215 "description": "Forum section description in Help tab", 251 "description": "Forum section description in Help tab",
216 "message": "If the frequently asked questions helped you can reach us in our forum." 252 "message": "If the frequently asked questions helped you can reach us in our forum."
217 }, 253 },
218 "options_forum_link": { 254 "options_forum_link": {
219 "description": "Forum section link in Help tab", 255 "description": "Forum section link in Help tab",
220 "message": "Adblock Plus support forum" 256 "message": "Adblock Plus support forum"
221 }, 257 },
222 "options_media_title": { 258 "options_media_title": {
223 "description": "Social media Section name in Help tab", 259 "description": "Social media Section name in Help tab",
224 "message": "Social media" 260 "message": "Social media"
225 }, 261 },
226 "options_media_description": { 262 "options_media_description": {
227 "description": "Social media section description in Help tab", 263 "description": "Social media section description in Help tab",
228 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." 264 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels."
229 }, 265 },
230 "options_dialog_predefined_confirm": { 266 "options_dialog_predefined_confirm": {
231 "description": "Confirming to add a predefined subscription when asked in a dialog", 267 "description": "Confirming to add a predefined subscription when asked in a dialog",
232 "message": "Yes, use this blocking list" 268 "message": "Yes, use this filter list"
233 }, 269 },
234 "options_dialog_predefined_title": { 270 "options_dialog_predefined_title": {
235 "description": "Dialog title for adding a predefined subscription", 271 "description": "Dialog title for adding a predefined subscription",
236 "message": "Do you really want to use this blocking list?" 272 "message": "Do you really want to use this filter list?"
237 }, 273 },
238 "options_dialog_custom_title": { 274 "options_dialog_custom_title": {
239 "description": "Title of custom subscription modal dialog", 275 "description": "Title of custom subscription modal dialog",
240 "message": "Add other blocking list" 276 "message": "Add other filter list"
241 }, 277 },
242 "options_close": { 278 "options_close": {
243 "description": "Close modal button", 279 "description": "Close modal button",
244 "message": "close" 280 "message": "close"
245 }, 281 },
246 "options_dialog_custom_subscription_title": { 282 "options_dialog_custom_subscription_title": {
247 "description": "Add custom subscription modal import hint message", 283 "description": "Add custom subscription modal import hint message",
248 "message": "Via URL/Link" 284 "message": "Via URL/Link"
249 }, 285 },
250 "options_dialog_custom_import": { 286 "options_dialog_custom_import": {
251 "description": "Button in add custom subscription modal dialog", 287 "description": "Button in add custom subscription modal dialog",
252 "message": "import blocking list with this URL" 288 "message": "import filter list with this URL"
253 }, 289 },
254 "options_dialog_edit_own_list": { 290 "options_dialog_edit_own_list": {
255 "description": "Edit own blocking list section name in custom subscription m odal dialog", 291 "description": "Edit own filter list section name in custom subscription mod al dialog",
256 "message": "edit own blocking list" 292 "message": "edit own filter list"
257 }, 293 },
258 "options_dialog_create_own_list": { 294 "options_dialog_create_own_list": {
259 "description": "Button in custom subscription modal dialog", 295 "description": "Button in custom subscription modal dialog",
260 "message": "create own blocking rules" 296 "message": "create own blocking rules"
261 }, 297 },
262 "options_dialog_language_title": { 298 "options_dialog_language_title": {
263 "description": "Button in gerenal tab", 299 "description": "Button in gerenal tab",
264 "message": "Add other website language" 300 "message": "Add other website language"
265 }, 301 },
266 "options_dialog_language_find": { 302 "options_dialog_language_find": {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 }, 373 },
338 "options_language_ro": { 374 "options_language_ro": {
339 "description": "Language name shown in add language modal dialog", 375 "description": "Language name shown in add language modal dialog",
340 "message": "Romanian" 376 "message": "Romanian"
341 }, 377 },
342 "options_language_ru_uk": { 378 "options_language_ru_uk": {
343 "description": "Language name shown in add language modal dialog", 379 "description": "Language name shown in add language modal dialog",
344 "message": "Russian and Ukrainian" 380 "message": "Russian and Ukrainian"
345 } 381 }
346 } 382 }
OLDNEW

Powered by Google App Engine
This is Rietveld