| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 }, | 217 }, |
| 218 "stats_label_total": { | 218 "stats_label_total": { |
| 219 "description": "This shows the total number of blocked requests in the popup
.", | 219 "description": "This shows the total number of blocked requests in the popup
.", |
| 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 "description": "For some numbers the stats share message will say 'I blocked
over 123 ads' instead of 'I blocked 123 ads'. This is a reference to the 'over
9000' meme. This string can be translated simply with '$number$' if that meme is
n't known to the speakers of the language or if the resulting sentence would sou
nd weird otherwise.", | |
| 229 "message": "over $number$", | |
| 230 "placeholders": { | |
| 231 "number": { | |
| 232 "content": "$1" | |
| 233 } | |
| 234 } | |
| 235 }, | |
| 236 "stats_share_download": { | |
| 237 "description": "Label for link to adblockplus.org that is attached when the
user wants to share the stats on Facebook.", | |
| 238 "message": "Download Adblock Plus" | |
| 239 }, | |
| 240 "stats_share_message": { | 227 "stats_share_message": { |
| 241 "description": "This message will be posted to social networks if the user d
ecides to share the stats.", | 228 "description": "This message will be posted to social networks if the user d
ecides to share the stats.", |
| 242 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", | 229 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", |
| 243 "placeholders": { | 230 "placeholders": { |
| 244 "number": { | 231 "number": { |
| 245 "content": "$1" | 232 "content": "$1" |
| 246 } | 233 } |
| 247 } | 234 } |
| 248 }, | 235 }, |
| 249 "stats_share_title": { | |
| 250 "description": "Label for social media buttons sharing the number of blocked
ads", | |
| 251 "message": "Share this number" | |
| 252 }, | |
| 253 "stats_show_iconnumber": { | 236 "stats_show_iconnumber": { |
| 254 "description": "Toggle for displaying the number of blocked ads in the icon.
", | 237 "description": "Toggle for displaying the number of blocked ads in the icon.
", |
| 255 "message": "Show number in icon" | 238 "message": "Show number in icon" |
| 256 }, | 239 }, |
| 257 "stats_title": { | 240 "stats_title": { |
| 258 "description": "Title for the stats section in the popup.", | 241 "description": "Title for the stats section in the popup.", |
| 259 "message": "Ads blocked" | 242 "message": "Ads blocked" |
| 260 }, | 243 }, |
| 261 "subscriptionSelection_location_label": { | 244 "subscriptionSelection_location_label": { |
| 262 "message": "Filter list location:" | 245 "message": "Filter list location:" |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 } | 279 } |
| 297 }, | 280 }, |
| 298 "continue": { | 281 "continue": { |
| 299 "description": "Continue button label", | 282 "description": "Continue button label", |
| 300 "message": "Continue" | 283 "message": "Continue" |
| 301 }, | 284 }, |
| 302 "sendReport": { | 285 "sendReport": { |
| 303 "message": "Report issue on this page" | 286 "message": "Report issue on this page" |
| 304 } | 287 } |
| 305 } | 288 } |
| OLD | NEW |