Left: | ||
Right: |
OLD | NEW |
---|---|
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "description": "This is the label for the 'Add' buttons.", | 3 "description": "This is the label for the 'Add' buttons.", |
4 "message": "Add" | 4 "message": "Add" |
5 }, | 5 }, |
6 "add_domain_button": { | 6 "add_domain_button": { |
7 "message": "Add domain" | 7 "message": "Add domain" |
8 }, | 8 }, |
9 "add_filter_button": { | 9 "add_filter_button": { |
10 "message": "Add filter" | 10 "message": "Add filter" |
(...skipping 11 matching lines...) Expand all Loading... | |
22 "description": "Label for 'Block Element' context menu item", | 22 "description": "Label for 'Block Element' context menu item", |
23 "message": "Block Element" | 23 "message": "Block Element" |
24 }, | 24 }, |
25 "cancel": { | 25 "cancel": { |
26 "description": "Cancel button label", | 26 "description": "Cancel button label", |
27 "message": "Cancel" | 27 "message": "Cancel" |
28 }, | 28 }, |
29 "clickhide_instructions": { | 29 "clickhide_instructions": { |
30 "message": "After closing this popup, click (or right-click) an element on t he page." | 30 "message": "After closing this popup, click (or right-click) an element on t he page." |
31 }, | 31 }, |
32 "description": { | 32 "description_chrome": { |
Wladimir Palant
2013/10/31 14:07:06
While we are at it, please add "Must not be more t
Wladimir Palant
2013/10/31 14:42:13
Feel free to address this comment.
| |
33 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." | 33 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." |
34 }, | 34 }, |
35 "description_opera": { | |
36 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." | |
37 }, | |
38 "description_safari": { | |
39 "description": "Must not be more than 100 characters wide", | |
Wladimir Palant
2013/10/31 14:07:06
Wrong indentation here: tab used instead of spaces
Sebastian Noack
2013/10/31 14:40:37
The extension builder shows a warning, saying that
| |
40 "message": "The free adblock tool for Safari: Blocks annoying ads on YouTube , Facebook ads, banners and more." | |
41 }, | |
35 "disable_inline": { | 42 "disable_inline": { |
36 "message": "Disable inline text ads" | 43 "message": "Disable inline text ads" |
37 }, | 44 }, |
38 "disabled_for_these_domains": { | 45 "disabled_for_these_domains": { |
39 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button." | 46 "message": "Adblock Plus is disabled for the domains listed below. You can a dd a domain either via the Adblock Plus icon in the address bar or by typing the domain (not a URL) in the box and clicking the \"Add domain\" button." |
40 }, | 47 }, |
41 "easy_create_filter": { | 48 "easy_create_filter": { |
42 "description": "Button label in popup balloon", | 49 "description": "Button label in popup balloon", |
43 "message": "Easy create filter" | 50 "message": "Easy create filter" |
44 }, | 51 }, |
45 "edit_filters_raw": { | 52 "edit_filters_raw": { |
46 "message": "Edit filters as raw text" | 53 "message": "Edit filters as raw text" |
47 }, | 54 }, |
48 "enable_only_the": { | 55 "enable_only_the": { |
49 "message": "Enable only the filter lists you need. Too many can make Chrome unresponsive." | 56 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive." |
50 }, | 57 }, |
51 "enabled_for_site": { | 58 "enabled_for_site": { |
52 "description": "Popup balloon checkbox label", | 59 "description": "Popup balloon checkbox label", |
53 "message": "Enabled for this site" | 60 "message": "Enabled for this site" |
54 }, | 61 }, |
55 "filter_lists": { | 62 "filter_lists": { |
56 "description": "This is a tab heading.", | 63 "description": "This is a tab heading.", |
57 "message": "Filter lists" | 64 "message": "Filter lists" |
58 }, | 65 }, |
59 "filter_must_follow_syntax": { | 66 "filter_must_follow_syntax": { |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
164 "message": "Please choose a filter subscription from the list:" | 171 "message": "Please choose a filter subscription from the list:" |
165 }, | 172 }, |
166 "update_now": { | 173 "update_now": { |
167 "message": "Update now" | 174 "message": "Update now" |
168 }, | 175 }, |
169 "whitelisted_domains": { | 176 "whitelisted_domains": { |
170 "description": "This is a tab heading.", | 177 "description": "This is a tab heading.", |
171 "message": "Whitelisted domains" | 178 "message": "Whitelisted domains" |
172 } | 179 } |
173 } | 180 } |
OLD | NEW |