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 12 matching lines...) Expand all Loading... |
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 "description": "Instructions shown in popup UI before it disapears, when \"B
lock element\" action is executed", | 30 "description": "Instructions shown in popup UI before it disapears, when \"B
lock element\" action is executed", |
31 "message": "After closing this popup, click (or right-click) an element on t
he page." | 31 "message": "After closing this popup, click (or right-click) an element on t
he page." |
32 }, | 32 }, |
33 "description_chrome": { | 33 "description": { |
34 "description": "Note: this cannot be longer than 132 characters", | 34 "description": "Note: this cannot be longer than 132 characters", |
35 "message": "Used by over 50 million people, a free ad blocker for Chrome tha
t blocks ALL annoying ads, malware and tracking." | 35 "message": "Used by over 50 million people, a free ad blocker that blocks AL
L annoying ads, malware and tracking." |
36 }, | |
37 "description_opera": { | |
38 "message": "Used by over 50 million people, a free ad blocker for Opera that
blocks ALL annoying ads, malware and tracking." | |
39 }, | |
40 "description_safari": { | |
41 "message": "Used by over 50 million people, a free ad blocker for Safari tha
t blocks ALL annoying ads, malware and tracking." | |
42 }, | 36 }, |
43 "disabled_for_site": | 37 "disabled_for_site": |
44 { | 38 { |
45 "description": "Popup balloon label to disable blocking", | 39 "description": "Popup balloon label to disable blocking", |
46 "message": "<strong>Disabled</strong> on this site" | 40 "message": "<strong>Disabled</strong> on this site" |
47 }, | 41 }, |
48 "disabled_for_these_domains": { | 42 "disabled_for_these_domains": { |
49 "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." | 43 "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." |
50 }, | 44 }, |
51 "easy_create_filter": { | 45 "easy_create_filter": { |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 "line": { | 201 "line": { |
208 "message": "Line $number$", | 202 "message": "Line $number$", |
209 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
210 "placeholders": { | 204 "placeholders": { |
211 "number": { | 205 "number": { |
212 "content": "$1" | 206 "content": "$1" |
213 } | 207 } |
214 } | 208 } |
215 } | 209 } |
216 } | 210 } |
OLD | NEW |