OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "message": "Add" | 3 "message": "Add" |
4 }, | 4 }, |
5 "add_domain_button": { | 5 "add_domain_button": { |
6 "message": "Add domain" | 6 "message": "Add domain" |
7 }, | 7 }, |
8 "add_filter_button": { | 8 "add_filter_button": { |
9 "message": "Add filter" | 9 "message": "Add filter" |
10 }, | 10 }, |
11 "add_filters_msg": { | 11 "add_filters_msg": { |
12 "message": "Add filter(s)?" | 12 "message": "Add filter(s)?" |
13 }, | 13 }, |
14 "add_your_own_filters": { | 14 "add_your_own_filters": { |
15 "message": "Add your own filters" | 15 "message": "Add your own filters" |
16 }, | 16 }, |
17 "apply_changes": { | 17 "apply_changes": { |
18 "message": "Apply changes" | 18 "message": "Apply changes" |
19 }, | 19 }, |
20 "block_element": { | 20 "block_element": { |
21 "message": "Block element" | 21 "message": "Block element" |
22 }, | 22 }, |
23 "cancel": { | 23 "cancel": { |
24 "message": "Cancel" | 24 "message": "Cancel" |
25 }, | 25 }, |
26 "clickhide_instructions": { | 26 "clickhide_instructions": { |
27 "message": "After closing this popup, click (or right-click) an element on t
he page." | 27 "message": "After closing this popup, click (or right-click) an element on t
he page." |
28 }, | 28 }, |
29 "description_chrome": { | 29 "description": { |
30 "message": "Used by over 50 million people, a free ad blocker for Chrome tha
t blocks ALL annoying ads, malware and tracking." | 30 "message": "Used by over 50 million people, a free ad blocker that blocks AL
L annoying ads, malware and tracking." |
31 }, | |
32 "description_opera": { | |
33 "message": "Used by over 50 million people, a free ad blocker for Opera that
blocks ALL annoying ads, malware and tracking." | |
34 }, | |
35 "description_safari": { | |
36 "message": "Used by over 50 million people, a free ad blocker for Safari tha
t blocks ALL annoying ads, malware and tracking." | |
37 }, | 31 }, |
38 "disabled_for_site": { | 32 "disabled_for_site": { |
39 "message": "<strong>Disabled</strong> on this site" | 33 "message": "<strong>Disabled</strong> on this site" |
40 }, | 34 }, |
41 "disabled_for_these_domains": { | 35 "disabled_for_these_domains": { |
42 "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." | 36 "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 }, | 37 }, |
44 "easy_create_filter": { | 38 "easy_create_filter": { |
45 "message": "Block element" | 39 "message": "Block element" |
46 }, | 40 }, |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 }, | 114 }, |
121 "options_short": { | 115 "options_short": { |
122 "message": "Options" | 116 "message": "Options" |
123 }, | 117 }, |
124 "out_of_date_lists": { | 118 "out_of_date_lists": { |
125 "message": "Out-of-date lists are updated periodically." | 119 "message": "Out-of-date lists are updated periodically." |
126 }, | 120 }, |
127 "remove_button": { | 121 "remove_button": { |
128 "message": "Remove selected" | 122 "message": "Remove selected" |
129 }, | 123 }, |
| 124 "safari_content_blocker": { |
| 125 "message": "Use Safari's native Content Blocking (experimental)" |
| 126 }, |
| 127 "safari_restart": { |
| 128 "message": "Please restart Safari" |
| 129 }, |
130 "show_block_element_menu": { | 130 "show_block_element_menu": { |
131 "message": "Show 'Block Element' right-click menu item" | 131 "message": "Show 'Block Element' right-click menu item" |
132 }, | 132 }, |
| 133 "show_devtools_panel": { |
| 134 "message": "Show 'Adblock Plus' panel in the developer tools" |
| 135 }, |
133 "stats_label_page": { | 136 "stats_label_page": { |
134 "message": "<strong>$number$</strong> on this page", | 137 "message": "<strong>$number$</strong> on this page", |
135 "placeholders": { | 138 "placeholders": { |
136 "number": { | 139 "number": { |
137 "content": "$1" | 140 "content": "$1" |
138 } | 141 } |
139 } | 142 } |
140 }, | 143 }, |
141 "stats_label_total": { | 144 "stats_label_total": { |
142 "message": "<strong>$number$</strong> in total", | 145 "message": "<strong>$number$</strong> in total", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "unexpected_filter_list_header": { | 183 "unexpected_filter_list_header": { |
181 "message": "Filter list headers aren't allowed here" | 184 "message": "Filter list headers aren't allowed here" |
182 }, | 185 }, |
183 "update_now": { | 186 "update_now": { |
184 "message": "Update now" | 187 "message": "Update now" |
185 }, | 188 }, |
186 "whitelisted_domains": { | 189 "whitelisted_domains": { |
187 "message": "Whitelisted domains" | 190 "message": "Whitelisted domains" |
188 } | 191 } |
189 } | 192 } |
OLD | NEW |