| OLD | NEW |
| 1 { | 1 { |
| 2 "name_devbuild": { | |
| 3 "message": "Adblock Plus development build" | |
| 4 }, | |
| 5 "add": { | 2 "add": { |
| 6 "description": "This is the label for the 'Add' buttons.", | 3 "description": "This is the label for the 'Add' buttons.", |
| 7 "message": "Add" | 4 "message": "Add" |
| 8 }, | 5 }, |
| 9 "add_domain_button": { | 6 "add_domain_button": { |
| 10 "message": "Add domain" | 7 "message": "Add domain" |
| 11 }, | 8 }, |
| 12 "add_filter_button": { | 9 "add_filter_button": { |
| 13 "message": "Add filter" | 10 "message": "Add filter" |
| 14 }, | 11 }, |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "last_updated_at_today": { | 93 "last_updated_at_today": { |
| 97 "description": "e.g. Last updated at 3:00pm today", | 94 "description": "e.g. Last updated at 3:00pm today", |
| 98 "message": "Last updated at $time$ today", | 95 "message": "Last updated at $time$ today", |
| 99 "placeholders": { | 96 "placeholders": { |
| 100 "time": { | 97 "time": { |
| 101 "content": "$1" | 98 "content": "$1" |
| 102 } | 99 } |
| 103 } | 100 } |
| 104 }, | 101 }, |
| 105 "name_devbuild": { | 102 "name_devbuild": { |
| 106 "description": "Extension name to be shown for development builds", | 103 "description": "Extension name to be shown for development builds. Note: thi
s cannot be longer than 45 characters.", |
| 107 "message": "Adblock Plus development build" | 104 "message": "Adblock Plus development build" |
| 108 }, | 105 }, |
| 109 "notification_with_buttons": { | 106 "notification_with_buttons": { |
| 110 "message": "Click 'OK' to open all links in this notification." | 107 "message": "Click 'OK' to open all links in this notification." |
| 111 }, | 108 }, |
| 112 "notification_without_buttons": { | 109 "notification_without_buttons": { |
| 113 "message": "Click on the notification to open all links in it." | 110 "message": "Click on the notification to open all links in it." |
| 114 }, | 111 }, |
| 115 "options": { | 112 "options": { |
| 116 "message": "Adblock Plus Options" | 113 "message": "Adblock Plus Options" |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "message": "Please choose a filter subscription from the list:" | 182 "message": "Please choose a filter subscription from the list:" |
| 186 }, | 183 }, |
| 187 "update_now": { | 184 "update_now": { |
| 188 "message": "Update now" | 185 "message": "Update now" |
| 189 }, | 186 }, |
| 190 "whitelisted_domains": { | 187 "whitelisted_domains": { |
| 191 "description": "This is a tab heading.", | 188 "description": "This is a tab heading.", |
| 192 "message": "Whitelisted domains" | 189 "message": "Whitelisted domains" |
| 193 } | 190 } |
| 194 } | 191 } |
| OLD | NEW |