LEFT | RIGHT |
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" |
11 }, | 11 }, |
12 "add_filters_msg": { | 12 "add_filters_msg": { |
13 "message": "Add filter(s)?" | 13 "message": "Add filter(s)?" |
14 }, | 14 }, |
15 "add_your_own_filters": { | 15 "add_your_own_filters": { |
16 "message": "Add your own filters" | 16 "message": "Add your own filters" |
17 }, | 17 }, |
18 "apply_changes": { | 18 "apply_changes": { |
19 "message": "Apply changes" | 19 "message": "Apply changes" |
20 }, | 20 }, |
21 "block_element": { | 21 "block_element": { |
22 "description": "Action in context menu and popup UI, to add a filter which b
locks an element selected from the current page", | 22 "description": "Context menu item that adds a filter which blocks the select
ed element", |
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_chrome": { |
34 "description": "Note: this cannot be longer than 132 characters", | 34 "description": "Note: this cannot be longer than 132 characters", |
35 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." | 35 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." |
36 }, | 36 }, |
37 "description_opera": { | 37 "description_opera": { |
38 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo
uTube, Facebook ads, banners and much more." | 38 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo
uTube, Facebook ads, banners and much more." |
39 }, | 39 }, |
40 "description_safari": { | 40 "description_safari": { |
41 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." | 41 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y
ouTube, Facebook ads, banners and much more." |
42 }, | 42 }, |
43 "disabled_for_site": | 43 "disabled_for_site": |
44 { | 44 { |
45 "description": "Popup balloon label to disable blocking", | 45 "description": "Popup balloon label to disable blocking", |
46 "message": "<strong>Disabled</strong> on this site" | 46 "message": "<strong>Disabled</strong> on this site" |
47 }, | 47 }, |
48 "disabled_for_these_domains": { | 48 "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." | 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." |
50 }, | 50 }, |
| 51 "easy_create_filter": { |
| 52 "description": "Action in popup UI to add a filter which blocks an element s
elected from the current page", |
| 53 "message": "Block element" |
| 54 }, |
51 "edit_filters_raw": { | 55 "edit_filters_raw": { |
52 "message": "Edit filters as raw text" | 56 "message": "Edit filters as raw text" |
53 }, | 57 }, |
54 "enable_only_the": { | 58 "enable_only_the": { |
55 "message": "Enable only the filter lists you need. Too many can make your br
owser unresponsive." | 59 "message": "Enable only the filter lists you need. Too many can make your br
owser unresponsive." |
56 }, | 60 }, |
57 "enabled_for_site": { | 61 "enabled_for_site": { |
58 "description": "Popup balloon label to enable blocking", | 62 "description": "Popup balloon label to enable blocking", |
59 "message": "<strong>Enabled</strong> on this site" | 63 "message": "<strong>Enabled</strong> on this site" |
60 }, | 64 }, |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 "line": { | 201 "line": { |
198 "message": "Line $number$", | 202 "message": "Line $number$", |
199 "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\")", |
200 "placeholders": { | 204 "placeholders": { |
201 "number": { | 205 "number": { |
202 "content": "$1" | 206 "content": "$1" |
203 } | 207 } |
204 } | 208 } |
205 } | 209 } |
206 } | 210 } |
LEFT | RIGHT |