| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "description": "Link to the options page from the popup balloon.", | 114 "description": "Link to the options page from the popup balloon.", |
| 115 "message": "Options" | 115 "message": "Options" |
| 116 }, | 116 }, |
| 117 "out_of_date_lists": { | 117 "out_of_date_lists": { |
| 118 "message": "Out-of-date lists are updated periodically." | 118 "message": "Out-of-date lists are updated periodically." |
| 119 }, | 119 }, |
| 120 "remove_button": { | 120 "remove_button": { |
| 121 "description": "This is the label for the 'Remove selected' buttons.", | 121 "description": "This is the label for the 'Remove selected' buttons.", |
| 122 "message": "Remove selected" | 122 "message": "Remove selected" |
| 123 }, | 123 }, |
| 124 "safari_content_blocker": { |
| 125 "description": "Switch between classic and Safari's Content Blocking", |
| 126 "message": "Use Safari's native Content Blocking (experimental)" |
| 127 }, |
| 124 "show_block_element_menu": { | 128 "show_block_element_menu": { |
| 125 "message": "Show 'Block Element' right-click menu item" | 129 "message": "Show 'Block Element' right-click menu item" |
| 126 }, | 130 }, |
| 127 "stats_label_page": { | 131 "stats_label_page": { |
| 128 "description": "This shows the number of blocked requests on a specific page
in the popup.", | 132 "description": "This shows the number of blocked requests on a specific page
in the popup.", |
| 129 "message": "<strong>$number$</strong> on this page", | 133 "message": "<strong>$number$</strong> on this page", |
| 130 "placeholders": { | 134 "placeholders": { |
| 131 "number": { | 135 "number": { |
| 132 "content": "$1" | 136 "content": "$1" |
| 133 } | 137 } |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "line": { | 205 "line": { |
| 202 "message": "Line $number$", | 206 "message": "Line $number$", |
| 203 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", | 207 "description": "Prepended to error messages to indicate the line number (e.g
. \"Line 42: Some error on this line\")", |
| 204 "placeholders": { | 208 "placeholders": { |
| 205 "number": { | 209 "number": { |
| 206 "content": "$1" | 210 "content": "$1" |
| 207 } | 211 } |
| 208 } | 212 } |
| 209 } | 213 } |
| 210 } | 214 } |
| OLD | NEW |