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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 } | 199 } |
200 }, | 200 }, |
201 "line": { | 201 "line": { |
202 "message": "Line $number$", | 202 "message": "Line $number$", |
203 "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\")", |
204 "placeholders": { | 204 "placeholders": { |
205 "number": { | 205 "number": { |
206 "content": "$1" | 206 "content": "$1" |
207 } | 207 } |
208 } | 208 } |
| 209 }, |
| 210 "options_tweaks_safariContentBlocker": { |
| 211 "description": "Switch between classic and Safari's Content Blocking", |
| 212 "message": "Use Safari's native <strong>Content Blocking</strong> (experimen
tal)" |
209 } | 213 } |
210 } | 214 } |
OLD | NEW |