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

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

Issue 29480624: Issue 5374 - Add filter list popup (Closed)
Patch Set: Created July 7, 2017, 6:12 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 | new-options.html » ('j') | new-options.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." 330 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels."
331 }, 331 },
332 "options_dialog_predefined_confirm": { 332 "options_dialog_predefined_confirm": {
333 "description": "Confirming to add a predefined subscription when asked in a dialog", 333 "description": "Confirming to add a predefined subscription when asked in a dialog",
334 "message": "Yes, use this filter list" 334 "message": "Yes, use this filter list"
335 }, 335 },
336 "options_dialog_predefined_title": { 336 "options_dialog_predefined_title": {
337 "description": "Dialog title for adding a predefined subscription", 337 "description": "Dialog title for adding a predefined subscription",
338 "message": "Do you really want to use this filter list?" 338 "message": "Do you really want to use this filter list?"
339 }, 339 },
340 "options_dialog_recommended_title": {
341 "description": "Title of add filter subscription modal dialog",
342 "message": "Add filter subscription"
343 },
340 "options_dialog_custom_title": { 344 "options_dialog_custom_title": {
341 "description": "Title of custom subscription modal dialog", 345 "description": "Title of custom subscription modal dialog",
342 "message": "Add other filter list" 346 "message": "Add other filter list"
343 }, 347 },
348 "options_filter_by_url": {
349 "description": "Button text in 'Add filter subscription' dialog",
350 "message": "Add a filter list via URL"
351 },
344 "options_close": { 352 "options_close": {
345 "description": "Close modal button", 353 "description": "Close modal button",
346 "message": "close" 354 "message": "close"
347 }, 355 },
348 "options_dialog_custom_subscription_title": { 356 "options_dialog_custom_subscription_title": {
349 "description": "Add custom subscription modal import hint message", 357 "description": "Add custom subscription modal import hint message",
350 "message": "Via URL/Link" 358 "message": "Via URL/Link"
351 }, 359 },
352 "options_dialog_custom_import": { 360 "options_dialog_custom_import": {
353 "description": "Button in add custom subscription modal dialog", 361 "description": "Button in add custom subscription modal dialog",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "description": "Language name shown in add language modal dialog", 445 "description": "Language name shown in add language modal dialog",
438 "message": "French" 446 "message": "French"
439 }, 447 },
440 "options_language_ro": { 448 "options_language_ro": {
441 "description": "Language name shown in add language modal dialog", 449 "description": "Language name shown in add language modal dialog",
442 "message": "Romanian" 450 "message": "Romanian"
443 }, 451 },
444 "options_language_ru_uk": { 452 "options_language_ru_uk": {
445 "description": "Language name shown in add language modal dialog", 453 "description": "Language name shown in add language modal dialog",
446 "message": "Russian and Ukrainian" 454 "message": "Russian and Ukrainian"
455 },
456 "options_feature_anti_adblock_title": {
Thomas Greiner 2017/07/25 10:30:54 Those are the names of the filter lists so no need
Thomas Greiner 2017/07/25 10:30:54 According to https://bitbucket.org/adblockplus/spe
saroyanm 2017/07/28 17:54:54 I agree, but we don't need to display them in curr
saroyanm 2017/07/28 17:54:54 We don't need to display them in current Dialog, s
457 "description": "Feature title for anti-adblock blocking filter list",
458 "message": "Adblock Warning Removal List"
459 },
460 "options_feature_anti_adblock_description": {
461 "description": "Feature description for anti-adblock blocking filter list",
462 "message": "Removes anti-ad block warnings and other obtrusive messages"
463 },
464 "options_feature_malware_title": {
465 "description": "Feature title for anti-malware filter list",
466 "message": "Malware Domains"
467 },
468 "options_feature_malware_description": {
469 "description": "Feature description for anti-malware filter list",
470 "message": "Blocks malware"
471 },
472 "options_feature_privacy_title": {
473 "description": "Feature title for privacy filter list",
474 "message": "EasyPrivacy"
475 },
476 "options_feature_privacy_description": {
477 "description": "Feature description for privacy filter list",
478 "message": "Blocks tracking"
479 },
480 "options_feature_social_title": {
481 "description": "Feature title for social media blocking filter list",
482 "message": "Fanboy's Social Blocking List"
483 },
484 "options_feature_social_description": {
485 "description": "Feature description for social media blocking filter list",
486 "message": "Removes social media integration"
447 } 487 }
448 } 488 }
OLDNEW
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.html » ('J')

Powered by Google App Engine
This is Rietveld