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

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

Issue 29519669: Issue 5539 - Implement "Acceptable Ads notification" (Closed)
Patch Set: Addressed Thomas comment from patchset 6 Created Sept. 22, 2017, 10:28 a.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 | « background.js ('k') | new-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 "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_title": { 6 "options_page_title": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Settings" 8 "message": "Settings"
9 }, 9 },
10 "options_tab_general": { 10 "options_tab_general": {
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 "message": "Added languages" 426 "message": "Added languages"
427 }, 427 },
428 "options_dialog_language_other": { 428 "options_dialog_language_other": {
429 "description": "Table headline in add language modal dialog", 429 "description": "Table headline in add language modal dialog",
430 "message": "Other languages" 430 "message": "Other languages"
431 }, 431 },
432 "options_dialog_language_other_empty": { 432 "options_dialog_language_other_empty": {
433 "description": "Text shown when list of available languages is empty", 433 "description": "Text shown when list of available languages is empty",
434 "message": "There are no available languages." 434 "message": "There are no available languages."
435 }, 435 },
436 "options_dialog_tracking_title": {
437 "description": "Title of tracking modal dialog",
438 "message": "Allow tracking on Acceptable Ads?"
439 },
440 "options_dialog_tracking_notification_1": {
441 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
442 "message": "You currently allow Acceptable Ads to be shown."
443 },
444 "options_dialog_tracking_notification_2": {
445 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
446 "message": "These ads are respectful and do not interfere with content that you view."
447 },
448 "options_dialog_tracking_notification_3": {
449 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
450 "message": "Some of these ads require tracking to show you more relevant ads ."
451 },
452 "options_dialog_tracking_notification_4": {
453 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
454 "message": "Click <strong>YES</strong> to continue seeing relevant nonintrus ive ads."
455 },
456 "options_dialog_tracking_allow": {
457 "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
458 "message": "Yes, allow relevant ads"
459 },
460 "options_dialog_tracking_disallow": {
461 "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
462 "message": "No, turn off tracking"
463 },
464 "options_dialog_tracking_note_title": {
465 "description": "Text preceding list of notes in 'Allow tracking on Acceptabl e Ads' dialog",
466 "message": "Note:"
467 },
468 "options_dialog_tracking_note_1": {
469 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
470 "message": "Adblock Plus cannot guarantee that all tracking is disabled."
471 },
472 "options_dialog_tracking_note_2": {
473 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
474 "message": "Ads shown are chosen by the website you visit, not Adblock Plus. "
475 },
476 "options_dialog_tracking_note_3": {
477 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
478 "message": "Adblock Plus never tracks your data."
479 },
436 "options_whitelist_notification": { 480 "options_whitelist_notification": {
437 "description": "Notification that is shown after a new website is whiteliste d", 481 "description": "Notification that is shown after a new website is whiteliste d",
438 "message": "\"$website$\" has been whitelisted.", 482 "message": "\"$website$\" has been whitelisted.",
439 "placeholders": { 483 "placeholders": {
440 "website": { 484 "website": {
441 "content": "$1", 485 "content": "$1",
442 "example": "example.com" 486 "example": "example.com"
443 } 487 }
444 } 488 }
445 }, 489 },
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 }, 545 },
502 "options_language_ro": { 546 "options_language_ro": {
503 "description": "Language name shown in add language modal dialog", 547 "description": "Language name shown in add language modal dialog",
504 "message": "Romanian" 548 "message": "Romanian"
505 }, 549 },
506 "options_language_ru_uk": { 550 "options_language_ru_uk": {
507 "description": "Language name shown in add language modal dialog", 551 "description": "Language name shown in add language modal dialog",
508 "message": "Russian and Ukrainian" 552 "message": "Russian and Ukrainian"
509 } 553 }
510 } 554 }
OLDNEW
« no previous file with comments | « background.js ('k') | new-options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld