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" |
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": "Label for 'Block Element' context menu item", | 22 "description": "Action in context menu and popup UI, to add a filter which b locks an element selected from the current page", |
23 "message": "Block Element" | 23 "message": "Block element" |
Wladimir Palant
2014/12/01 19:39:43
Actually, it should probably be in title case. The
Sebastian Noack
2014/12/02 09:26:13
It should be consistent with the other labels. Whi
| |
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_chrome": { | 32 "description_chrome": { |
33 "description": "Note: this cannot be longer than 132 characters", | 33 "description": "Note: this cannot be longer than 132 characters", |
34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." | 34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." |
35 }, | 35 }, |
36 "description_opera": { | 36 "description_opera": { |
37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." | 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." |
38 }, | 38 }, |
39 "description_safari": { | 39 "description_safari": { |
40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." | 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." |
41 }, | 41 }, |
42 "disabled_for_site": | 42 "disabled_for_site": |
43 { | 43 { |
44 "description": "Popup balloon label to disable blocking", | 44 "description": "Popup balloon label to disable blocking", |
45 "message": "<strong>Disabled</strong> on this site" | 45 "message": "<strong>Disabled</strong> on this site" |
46 }, | 46 }, |
47 "disable_inline": { | |
48 "message": "Disable inline text ads" | |
49 }, | |
50 "disabled_for_these_domains": { | 47 "disabled_for_these_domains": { |
51 "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." | 48 "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." |
52 }, | 49 }, |
53 "easy_create_filter": { | |
54 "description": "Popup balloon label for blocking elements on the current pag e", | |
55 "message": "Block element" | |
Wladimir Palant
2014/12/01 19:39:43
I'm not sure that this is a good idea. A button an
Sebastian Noack
2014/12/02 09:26:13
I think we should make sure they have the same tit
| |
56 }, | |
57 "edit_filters_raw": { | 50 "edit_filters_raw": { |
58 "message": "Edit filters as raw text" | 51 "message": "Edit filters as raw text" |
59 }, | 52 }, |
60 "enable_only_the": { | 53 "enable_only_the": { |
61 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive." | 54 "message": "Enable only the filter lists you need. Too many can make your br owser unresponsive." |
62 }, | 55 }, |
63 "enabled_for_site": { | 56 "enabled_for_site": { |
64 "description": "Popup balloon label to enable blocking", | 57 "description": "Popup balloon label to enable blocking", |
65 "message": "<strong>Enabled</strong> on this site" | 58 "message": "<strong>Enabled</strong> on this site" |
66 }, | 59 }, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
202 "line": { | 195 "line": { |
203 "message": "Line $number$", | 196 "message": "Line $number$", |
204 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", | 197 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", |
205 "placeholders": { | 198 "placeholders": { |
206 "number": { | 199 "number": { |
207 "content": "$1" | 200 "content": "$1" |
208 } | 201 } |
209 } | 202 } |
210 } | 203 } |
211 } | 204 } |
OLD | NEW |