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_header_1": { | 6 "options_page_title_1": { |
7 "description": "Page title in navigation sidebar", | 7 "description": "Page title in navigation sidebar", |
juliandoucette
2017/08/21 14:10:33
NIT: These are headings not titles. IDK if it make
saroyanm
2017/08/21 15:20:21
I don't think that title is misleading here, but I
juliandoucette
2017/08/21 16:07:23
I don't know what you mean by "this shouldn't be t
saroyanm
2017/08/21 16:46:09
This translation string is redundant: "Adblock <st
saroyanm
2017/08/21 17:02:55
BTW I initially thought that you were referencing
juliandoucette
2017/08/22 10:10:43
Acknowledged.
saroyanm
2017/08/23 13:35:44
Done.
| |
8 "message": "Options" | 8 "message": "Adblock <strong>Plus</strong>" |
9 }, | 9 }, |
10 "options_page_header_2": { | 10 "options_page_title_2": { |
11 "description": "Name of extension in navigation sidebar", | 11 "description": "Page title in navigation sidebar", |
12 "message": "Adblock <strong>Plus</strong>" | 12 "message": "Settings" |
13 }, | 13 }, |
14 "options_tab_general": { | 14 "options_tab_general": { |
15 "description": "Sidebar tab label", | 15 "description": "Sidebar tab label", |
16 "message": "General" | 16 "message": "General" |
17 }, | 17 }, |
18 "options_tab_whitelist": { | 18 "options_tab_whitelist": { |
19 "description": "Sidebar tab label and main heading inside corresponding tab" , | 19 "description": "Sidebar tab label and main heading inside corresponding tab" , |
20 "message": "Whitelisted websites" | 20 "message": "Whitelisted websites" |
21 }, | 21 }, |
22 "options_tab_advanced": { | 22 "options_tab_advanced": { |
23 "description": "Sidebar tab label and main heading inside corresponding tab" , | 23 "description": "Sidebar tab label and main heading inside corresponding tab" , |
24 "message": "Advanced" | 24 "message": "Advanced" |
25 }, | 25 }, |
26 "options_tab_help": { | 26 "options_tab_help": { |
27 "description": "Sidebar tab label", | 27 "description": "Sidebar tab label", |
28 "message": "Help" | 28 "message": "Help" |
29 }, | 29 }, |
30 "options_version": { | 30 "options_footer_contribute": { |
31 "description": "Version label in navigation sidebar", | 31 "description": "Sidebar button label", |
32 "message": "Version" | 32 "message": "Contribute" |
33 }, | 33 }, |
34 "options_tab_share": { | 34 "options_footer_about": { |
35 "description": "Share button in navigation sidebar", | 35 "description": "Sidebar button label", |
36 "message": "Share" | 36 "message": "About Adblock Plus" |
37 }, | |
38 "options_tab_contribute": { | |
39 "description": "Button in navigation sidebar to support Adblock Plus", | |
40 "message": "Support us" | |
41 }, | 37 }, |
42 "options_control_remove_title": { | 38 "options_control_remove_title": { |
43 "description": "Title of remove controls", | 39 "description": "Title of remove controls", |
44 "message": "remove" | 40 "message": "remove" |
45 }, | 41 }, |
46 "options_readMore": { | 42 "options_readMore": { |
47 "description": "Read more element that shows tooltip with description", | 43 "description": "Read more element that shows tooltip with description", |
48 "message": "read more" | 44 "message": "read more" |
49 }, | 45 }, |
50 "options_general_description": { | 46 "options_general_description": { |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
360 "message": "Adblock Plus support forum" | 356 "message": "Adblock Plus support forum" |
361 }, | 357 }, |
362 "options_media_title": { | 358 "options_media_title": { |
363 "description": "Social media Section name in Help tab", | 359 "description": "Social media Section name in Help tab", |
364 "message": "Social media" | 360 "message": "Social media" |
365 }, | 361 }, |
366 "options_media_description": { | 362 "options_media_description": { |
367 "description": "Social media section description in Help tab", | 363 "description": "Social media section description in Help tab", |
368 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." | 364 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." |
369 }, | 365 }, |
366 "options_dialog_about_title": { | |
367 "description": "Title of 'about Adblock Plus' modal dialog ", | |
368 "message": "About Adblock Plus" | |
369 }, | |
370 "options_dialog_about_version": { | |
371 "description": "Version information in 'about Adblock Plus' modal dialog ", | |
372 "message": "Version number $version$", | |
373 "placeholders": { | |
374 "version": { | |
375 "content": "$1", | |
376 "example": "2.6.7" | |
377 } | |
378 } | |
379 }, | |
380 "options_dialog_about_copyright": { | |
381 "description": "Copyright information in 'about Adblock Plus' modal dialog " , | |
382 "message": "Copyright © 2017 eyeo GmbH. Adblock Plus is a registered ® trade mark of eyeo GmbH." | |
383 }, | |
370 "options_dialog_predefined_confirm": { | 384 "options_dialog_predefined_confirm": { |
371 "description": "Confirming to add a predefined subscription when asked in a dialog", | 385 "description": "Confirming to add a predefined subscription when asked in a dialog", |
372 "message": "Yes, use this filter list" | 386 "message": "Yes, use this filter list" |
373 }, | 387 }, |
374 "options_dialog_predefined_title": { | 388 "options_dialog_predefined_title": { |
375 "description": "Dialog title for adding a predefined subscription", | 389 "description": "Dialog title for adding a predefined subscription", |
376 "message": "Do you really want to use this filter list?" | 390 "message": "Do you really want to use this filter list?" |
377 }, | 391 }, |
378 "options_dialog_custom_title": { | 392 "options_dialog_custom_title": { |
379 "description": "Title of custom subscription modal dialog", | 393 "description": "Title of custom subscription modal dialog", |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
473 }, | 487 }, |
474 "options_language_ro": { | 488 "options_language_ro": { |
475 "description": "Language name shown in add language modal dialog", | 489 "description": "Language name shown in add language modal dialog", |
476 "message": "Romanian" | 490 "message": "Romanian" |
477 }, | 491 }, |
478 "options_language_ru_uk": { | 492 "options_language_ru_uk": { |
479 "description": "Language name shown in add language modal dialog", | 493 "description": "Language name shown in add language modal dialog", |
480 "message": "Russian and Ukrainian" | 494 "message": "Russian and Ukrainian" |
481 } | 495 } |
482 } | 496 } |
OLD | NEW |