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

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

Issue 29502647: Issue 5482 - Sidebar and about ABP dialog (Closed)
Patch Set: Fixed nit Created Aug. 28, 2017, 11:38 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 | « no previous file | 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_header_1": { 6 "options_page_title": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Options" 8 "message": "Settings"
9 },
10 "options_page_header_2": {
11 "description": "Name of extension in navigation sidebar",
12 "message": "Adblock <strong>Plus</strong>"
13 }, 9 },
14 "options_tab_general": { 10 "options_tab_general": {
15 "description": "Sidebar tab label", 11 "description": "Sidebar tab label",
16 "message": "General" 12 "message": "General"
17 }, 13 },
18 "options_tab_whitelist": { 14 "options_tab_whitelist": {
19 "description": "Sidebar tab label and main heading inside corresponding tab" , 15 "description": "Sidebar tab label and main heading inside corresponding tab" ,
20 "message": "Whitelisted websites" 16 "message": "Whitelisted websites"
21 }, 17 },
22 "options_tab_advanced": { 18 "options_tab_advanced": {
23 "description": "Sidebar tab label and main heading inside corresponding tab" , 19 "description": "Sidebar tab label and main heading inside corresponding tab" ,
24 "message": "Advanced" 20 "message": "Advanced"
25 }, 21 },
26 "options_tab_help": { 22 "options_tab_help": {
27 "description": "Sidebar tab label", 23 "description": "Sidebar tab label",
28 "message": "Help" 24 "message": "Help"
29 }, 25 },
30 "options_version": { 26 "options_footer_contribute": {
31 "description": "Version label in navigation sidebar", 27 "description": "Sidebar button label",
32 "message": "Version" 28 "message": "Contribute"
33 }, 29 },
34 "options_tab_share": { 30 "options_footer_about": {
35 "description": "Share button in navigation sidebar", 31 "description": "Sidebar button label",
36 "message": "Share" 32 "message": "About Adblock Plus"
37 },
38 "options_tab_contribute": {
39 "description": "Button in navigation sidebar to support Adblock Plus",
40 "message": "Support us"
41 }, 33 },
42 "options_control_remove_title": { 34 "options_control_remove_title": {
43 "description": "Title of remove controls", 35 "description": "Title of remove controls",
44 "message": "remove" 36 "message": "remove"
45 }, 37 },
46 "options_readMore": { 38 "options_readMore": {
47 "description": "Read more element that shows tooltip with description", 39 "description": "Read more element that shows tooltip with description",
48 "message": "read more" 40 "message": "read more"
49 }, 41 },
50 "options_general_description": { 42 "options_general_description": {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "message": "Get in touch" 352 "message": "Get in touch"
361 }, 353 },
362 "options_social_description": { 354 "options_social_description": {
363 "description": "'Get in touch' section description in Help tab", 355 "description": "'Get in touch' section description in Help tab",
364 "message": "Have a question or a new idea? We're here to help." 356 "message": "Have a question or a new idea? We're here to help."
365 }, 357 },
366 "options_email": { 358 "options_email": {
367 "description": "Email label in Help tab", 359 "description": "Email label in Help tab",
368 "message": "Email:" 360 "message": "Email:"
369 }, 361 },
362 "options_dialog_about_title": {
363 "description": "Title of about ABP dialog",
364 "message": "About Adblock Plus"
365 },
366 "options_dialog_about_version": {
367 "description": "Version information in 'about Adblock Plus' modal dialog ",
368 "message": "Version number $version$",
369 "placeholders": {
370 "version": {
371 "content": "$1",
372 "example": "2.6.7"
373 }
374 }
375 },
376 "options_dialog_about_copyright": {
377 "description": "Copyright information in 'about Adblock Plus' modal dialog " ,
378 "message": "Copyright © 2017 eyeo GmbH. Adblock Plus is a registered ® trade mark of eyeo GmbH."
379 },
370 "options_dialog_predefined_confirm": { 380 "options_dialog_predefined_confirm": {
371 "description": "Confirming to add a predefined subscription when asked in a dialog", 381 "description": "Confirming to add a predefined subscription when asked in a dialog",
372 "message": "Yes, use this filter list" 382 "message": "Yes, use this filter list"
373 }, 383 },
374 "options_dialog_predefined_title": { 384 "options_dialog_predefined_title": {
375 "description": "Dialog title for adding a predefined subscription", 385 "description": "Dialog title for adding a predefined subscription",
376 "message": "Do you really want to use this filter list?" 386 "message": "Do you really want to use this filter list?"
377 }, 387 },
378 "options_dialog_custom_title": { 388 "options_dialog_custom_title": {
379 "description": "Title of custom subscription modal dialog", 389 "description": "Title of custom subscription modal dialog",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 }, 497 },
488 "options_language_ro": { 498 "options_language_ro": {
489 "description": "Language name shown in add language modal dialog", 499 "description": "Language name shown in add language modal dialog",
490 "message": "Romanian" 500 "message": "Romanian"
491 }, 501 },
492 "options_language_ru_uk": { 502 "options_language_ru_uk": {
493 "description": "Language name shown in add language modal dialog", 503 "description": "Language name shown in add language modal dialog",
494 "message": "Russian and Ukrainian" 504 "message": "Russian and Ukrainian"
495 } 505 }
496 } 506 }
OLDNEW
« no previous file with comments | « no previous file | new-options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld