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

Delta Between Two Patch Sets: locale/en_US/desktop-options.json

Issue 29616555: Issue 6082 - Update suport section in the help tab (Closed)
Left Patch Set: Update accordingly to the specs and merge "Email translaiton" Created Nov. 23, 2017, 5:45 p.m.
Right Patch Set: General "issue" reporting text Created Nov. 24, 2017, 1:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « desktop-options.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 { 1 {
2 "options_page_title": { 2 "options_page_document_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": {
11 "description": "Sidebar tab label", 11 "description": "Sidebar tab label",
12 "message": "General" 12 "message": "General"
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "message": "Support" 348 "message": "Support"
349 }, 349 },
350 "options_report_bug": { 350 "options_report_bug": {
351 "description": "'Support' section list item in Help tab", 351 "description": "'Support' section list item in Help tab",
352 "message": "Found a bug? <a>Send us a bug report</a>" 352 "message": "Found a bug? <a>Send us a bug report</a>"
353 }, 353 },
354 "options_report_forum": { 354 "options_report_forum": {
355 "description": "'Support' section list item in Help tab", 355 "description": "'Support' section list item in Help tab",
356 "message": "Want support from our community? <a>Go to the Forum</a>" 356 "message": "Want support from our community? <a>Go to the Forum</a>"
357 }, 357 },
358 "options_report_issue": {
359 "description": "'Support' section list item in Help tab",
360 "message": "Think content or functionality is being incorrectly blocked by u s? Email: <a>support@adblockplus.org</a>"
saroyanm 2017/11/23 17:49:04 On one hand, having "text ... Email: <a></a>" will
saroyanm 2017/11/23 17:56:19 I have uploaded another patch, which keep the tran
361 },
362 "options_social_title": { 358 "options_social_title": {
363 "description": "'Section' title in Help tab", 359 "description": "'Section' title in Help tab",
364 "message": "Get in touch" 360 "message": "Get in touch"
365 }, 361 },
366 "options_social_description": { 362 "options_social_description": {
367 "description": "'Get in touch' section description in Help tab", 363 "description": "'Get in touch' section description in Help tab",
368 "message": "Have a question or a new idea? We're here to help." 364 "message": "Have a question or a new idea? We're here to help."
365 },
366 "options_email": {
367 "description": "Email label in Help tab",
368 "message": "Email:"
369 }, 369 },
370 "options_dialog_about_title": { 370 "options_dialog_about_title": {
371 "description": "Title of about ABP dialog", 371 "description": "Title of about ABP dialog",
372 "message": "About Adblock Plus" 372 "message": "About Adblock Plus"
373 }, 373 },
374 "options_dialog_about_version": { 374 "options_dialog_about_version": {
375 "description": "Version information in 'about Adblock Plus' modal dialog ", 375 "description": "Version information in 'about Adblock Plus' modal dialog ",
376 "message": "Version number $version$", 376 "message": "Version number $version$",
377 "placeholders": { 377 "placeholders": {
378 "version": { 378 "version": {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 "content": "$1", 443 "content": "$1",
444 "example": "example.com" 444 "example": "example.com"
445 } 445 }
446 } 446 }
447 }, 447 },
448 "options_notification_hide": { 448 "options_notification_hide": {
449 "description": "Hidden text attached to the close button for screen readers of Notification", 449 "description": "Hidden text attached to the close button for screen readers of Notification",
450 "message": "Close notification" 450 "message": "Close notification"
451 } 451 }
452 } 452 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld