| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 } | 148 } |
| 149 } | 149 } |
| 150 }, | 150 }, |
| 151 "name": { | 151 "name": { |
| 152 "message": "Adblock Plus" | 152 "message": "Adblock Plus" |
| 153 }, | 153 }, |
| 154 "name_devbuild": { | 154 "name_devbuild": { |
| 155 "description": "Extension name to be shown for development builds. Note: thi
s cannot be longer than 45 characters.", | 155 "description": "Extension name to be shown for development builds. Note: thi
s cannot be longer than 45 characters.", |
| 156 "message": "Adblock Plus development build" | 156 "message": "Adblock Plus development build" |
| 157 }, | 157 }, |
| 158 "notification_antiadblock_message": { | |
| 159 "message": "This site has been known to show targeted messages to Adblock Pl
us users. Do you want Adblock Plus to hide targeted messages?" | |
| 160 }, | |
| 161 "notification_antiadblock_title": { | |
| 162 "message": "Hide targeted messages?" | |
| 163 }, | |
| 164 "notification_configure": { | 158 "notification_configure": { |
| 165 "message": "Configure notification settings" | 159 "message": "Configure notification settings" |
| 166 }, | 160 }, |
| 167 "notification_open_all": { | 161 "notification_open_all": { |
| 168 "message": "Open all links from this notification" | 162 "message": "Open all links from this notification" |
| 169 }, | 163 }, |
| 170 "notification_with_buttons": { | 164 "notification_with_buttons": { |
| 171 "message": "Click 'OK' to open all links in this notification." | 165 "message": "Click 'OK' to open all links in this notification." |
| 172 }, | 166 }, |
| 173 "notification_without_buttons": { | 167 "notification_without_buttons": { |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "line": { | 285 "line": { |
| 292 "message": "Line $number$", | 286 "message": "Line $number$", |
| 293 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 287 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
| 294 "placeholders": { | 288 "placeholders": { |
| 295 "number": { | 289 "number": { |
| 296 "content": "$1" | 290 "content": "$1" |
| 297 } | 291 } |
| 298 } | 292 } |
| 299 } | 293 } |
| 300 } | 294 } |
| OLD | NEW |