| 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 }, |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 } | 217 } |
| 218 }, | 218 }, |
| 219 "stats_label_total": { | 219 "stats_label_total": { |
| 220 "message": "<strong>$number$</strong> in total", | 220 "message": "<strong>$number$</strong> in total", |
| 221 "placeholders": { | 221 "placeholders": { |
| 222 "number": { | 222 "number": { |
| 223 "content": "$1" | 223 "content": "$1" |
| 224 } | 224 } |
| 225 } | 225 } |
| 226 }, | 226 }, |
| 227 "stats_over": { | |
| 228 "message": "over $number$", | |
| 229 "placeholders": { | |
| 230 "number": { | |
| 231 "content": "$1" | |
| 232 } | |
| 233 } | |
| 234 }, | |
| 235 "stats_share_download": { | |
| 236 "message": "Download Adblock Plus" | |
| 237 }, | |
| 238 "stats_share_message": { | 227 "stats_share_message": { |
| 239 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", | 228 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", |
| 240 "placeholders": { | 229 "placeholders": { |
| 241 "number": { | 230 "number": { |
| 242 "content": "$1" | 231 "content": "$1" |
| 243 } | 232 } |
| 244 } | 233 } |
| 245 }, | 234 }, |
| 246 "stats_share_title": { | |
| 247 "message": "Share this number" | |
| 248 }, | |
| 249 "stats_show_iconnumber": { | 235 "stats_show_iconnumber": { |
| 250 "message": "Show number in icon" | 236 "message": "Show number in icon" |
| 251 }, | 237 }, |
| 252 "stats_title": { | 238 "stats_title": { |
| 253 "message": "Ads blocked" | 239 "message": "Ads blocked" |
| 254 }, | 240 }, |
| 255 "subscriptionSelection_location_label": { | 241 "subscriptionSelection_location_label": { |
| 256 "message": "Filter list location:" | 242 "message": "Filter list location:" |
| 257 }, | 243 }, |
| 258 "subscriptionSelection_subscriptionSelector_label": { | 244 "subscriptionSelection_subscriptionSelector_label": { |
| 259 "message": "Please choose a filter subscription from the list:" | 245 "message": "Please choose a filter subscription from the list:" |
| 260 }, | 246 }, |
| 261 "subscriptionSelection_title_label": { | 247 "subscriptionSelection_title_label": { |
| 262 "message": "Subscription title:" | 248 "message": "Subscription title:" |
| 263 }, | 249 }, |
| 264 "unexpected_filter_list_header": { | 250 "unexpected_filter_list_header": { |
| 265 "message": "Filter list headers aren't allowed here" | 251 "message": "Filter list headers aren't allowed here" |
| 266 }, | 252 }, |
| 267 "update_now": { | 253 "update_now": { |
| 268 "message": "Update now" | 254 "message": "Update now" |
| 269 }, | 255 }, |
| 270 "whitelisted_domains": { | 256 "whitelisted_domains": { |
| 271 "message": "Whitelisted domains" | 257 "message": "Whitelisted domains" |
| 272 } | 258 } |
| 273 } | 259 } |
| OLD | NEW |