| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 340 "message": "Save" | 340 "message": "Save" |
| 341 }, | 341 }, |
| 342 "options_help_description": { | 342 "options_help_description": { |
| 343 "description": "Help tab description", | 343 "description": "Help tab description", |
| 344 "message": "Find help or get in touch with us" | 344 "message": "Find help or get in touch with us" |
| 345 }, | 345 }, |
| 346 "options_support_title": { | 346 "options_support_title": { |
| 347 "description": "Section title in Help tab", | 347 "description": "Section title in Help tab", |
| 348 "message": "Support" | 348 "message": "Support" |
| 349 }, | 349 }, |
| 350 "options_report_issue": { | |
| 351 "description": "'Support' section list item in Help tab", | |
| 352 "message": "Think content or functionality is being incorrectly blocked by u s? <a>Report incorrectly blocked items here</a>" | |
| 353 }, | |
| 354 "options_report_ad": { | |
| 355 "description": "'Support' section list item in Help tab", | |
| 356 "message": "See an ad that you think shouldn't be there? <a>Report an ad</a> " | |
| 357 }, | |
| 358 "options_report_bug": { | 350 "options_report_bug": { |
| 359 "description": "'Support' section list item in Help tab", | 351 "description": "'Support' section list item in Help tab", |
| 360 "message": "Found a bug? <a>Send us a bug report</a>" | 352 "message": "Found a bug? <a>Send us a bug report</a>" |
| 361 }, | 353 }, |
| 362 "options_report_forum": { | 354 "options_report_forum": { |
| 363 "description": "'Support' section list item in Help tab", | 355 "description": "'Support' section list item in Help tab", |
| 364 "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>" |
| 365 }, | 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 }, | |
| 366 "options_social_title": { | 362 "options_social_title": { |
| 367 "description": "'Section' title in Help tab", | 363 "description": "'Section' title in Help tab", |
| 368 "message": "Get in touch" | 364 "message": "Get in touch" |
| 369 }, | 365 }, |
| 370 "options_social_description": { | 366 "options_social_description": { |
| 371 "description": "'Get in touch' section description in Help tab", | 367 "description": "'Get in touch' section description in Help tab", |
| 372 "message": "Have a question or a new idea? We're here to help." | 368 "message": "Have a question or a new idea? We're here to help." |
| 373 }, | 369 }, |
| 374 "options_email": { | |
| 375 "description": "Email label in Help tab", | |
| 376 "message": "Email:" | |
| 377 }, | |
| 378 "options_dialog_about_title": { | 370 "options_dialog_about_title": { |
| 379 "description": "Title of about ABP dialog", | 371 "description": "Title of about ABP dialog", |
| 380 "message": "About Adblock Plus" | 372 "message": "About Adblock Plus" |
| 381 }, | 373 }, |
| 382 "options_dialog_about_version": { | 374 "options_dialog_about_version": { |
| 383 "description": "Version information in 'about Adblock Plus' modal dialog ", | 375 "description": "Version information in 'about Adblock Plus' modal dialog ", |
| 384 "message": "Version number $version$", | 376 "message": "Version number $version$", |
| 385 "placeholders": { | 377 "placeholders": { |
| 386 "version": { | 378 "version": { |
| 387 "content": "$1", | 379 "content": "$1", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 451 "content": "$1", | 443 "content": "$1", |
| 452 "example": "example.com" | 444 "example": "example.com" |
| 453 } | 445 } |
| 454 } | 446 } |
| 455 }, | 447 }, |
| 456 "options_notification_hide": { | 448 "options_notification_hide": { |
| 457 "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", |
| 458 "message": "Close notification" | 450 "message": "Close notification" |
| 459 } | 451 } |
| 460 } | 452 } |
| OLD | NEW |