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: Created Aug. 18, 2017, 11:51 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.js » ('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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "message": "Added languages" 412 "message": "Added languages"
413 }, 413 },
414 "options_dialog_language_other": { 414 "options_dialog_language_other": {
415 "description": "Table headline in add language modal dialog", 415 "description": "Table headline in add language modal dialog",
416 "message": "Other languages" 416 "message": "Other languages"
417 }, 417 },
418 "options_dialog_language_other_empty": { 418 "options_dialog_language_other_empty": {
419 "description": "Text shown when list of available languages is empty", 419 "description": "Text shown when list of available languages is empty",
420 "message": "There are no available languages." 420 "message": "There are no available languages."
421 }, 421 },
422 "options_dialog_tracking_title": {
423 "description": "Title of tracking modal dialog",
424 "message": "Allow tracking on Acceptable Ads?"
425 },
426 "options_dialog_tracking_notification": {
427 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
428 "message": "You currently allow Acceptable Ads to be shown. These ads are re spectful and do not interfere with content that you view. Some of these ads requ ire tracking to show you more relevant ads. Click <strong>YES</strong> to contin ue seeing relevant nonintrusive ads."
saroyanm 2017/08/19 00:00:40 In specs each sentence looks to be on it's own lin
Thomas Greiner 2017/08/25 18:44:51 This is not a viable solution because we don't sup
saroyanm 2017/08/27 16:25:28 Actually that what I meant by the example of spans
Thomas Greiner 2017/08/29 10:20:41 Ah ok. In that case `<div>` would be more appropri
saroyanm 2017/09/14 21:56:14 Having another look I think we don't need to use <
429 },
430 "options_dialog_tracking_relevent_ads": {
Thomas Greiner 2017/08/25 18:44:51 Detail: Those IDs are specific to how the text is
Thomas Greiner 2017/08/25 18:44:51 Typo: Replace "relevent" with "relevant"
saroyanm 2017/08/27 16:25:28 agree.
saroyanm 2017/09/14 21:56:13 Done.
431 "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
432 "message": "Yes, allow relevant ads"
433 },
434 "options_dialog_tracking_privacy_ads": {
435 "description": "Button text in 'Allow tracking on Acceptable Ads' dialog",
436 "message": "No, turn off tracking"
437 },
438 "options_dialog_tracking_note": {
439 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
Thomas Greiner 2017/08/25 18:44:51 Detail: I wasn't able to tell where this text is s
saroyanm 2017/08/27 16:25:28 Agree.
saroyanm 2017/09/14 21:56:14 Done.
440 "message": "Note:"
441 },
442 "options_dialog_tracking_note_1": {
443 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
444 "message": "Adblock Plus cannot guarantee that all tracking is disabled."
445 },
446 "options_dialog_tracking_note_2": {
447 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
448 "message": "Ads shown are chosen by the website you visit, not Adblock Plus. "
449 },
450 "options_dialog_tracking_note_3": {
451 "description": "Text in 'Allow tracking on Acceptable Ads' dialog",
452 "message": "Adblock Plus never tracks your data."
453 },
422 "options_language_en": { 454 "options_language_en": {
423 "description": "Language name shown in add language modal dialog", 455 "description": "Language name shown in add language modal dialog",
424 "message": "English" 456 "message": "English"
425 }, 457 },
426 "options_language_id": { 458 "options_language_id": {
427 "description": "Language name shown in add language modal dialog", 459 "description": "Language name shown in add language modal dialog",
428 "message": "Indonesian" 460 "message": "Indonesian"
429 }, 461 },
430 "options_language_bg": { 462 "options_language_bg": {
431 "description": "Language name shown in add language modal dialog", 463 "description": "Language name shown in add language modal dialog",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 }, 505 },
474 "options_language_ro": { 506 "options_language_ro": {
475 "description": "Language name shown in add language modal dialog", 507 "description": "Language name shown in add language modal dialog",
476 "message": "Romanian" 508 "message": "Romanian"
477 }, 509 },
478 "options_language_ru_uk": { 510 "options_language_ru_uk": {
479 "description": "Language name shown in add language modal dialog", 511 "description": "Language name shown in add language modal dialog",
480 "message": "Russian and Ukrainian" 512 "message": "Russian and Ukrainian"
481 } 513 }
482 } 514 }
OLDNEW
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.js » ('J')

Powered by Google App Engine
This is Rietveld