| 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_filters_msg": { | 6 "add_filters_msg": { |
| 7 "message": "Add filter(s)?" | 7 "message": "Add filter(s)?" |
| 8 }, | 8 }, |
| 9 "block_element": { | 9 "block_element": { |
| 10 "description": "Context menu item that adds a filter which blocks the select
ed element", | 10 "description": "Context menu item that adds a filter which blocks the select
ed element", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 }, | 103 }, |
| 104 "stats_label_total": { | 104 "stats_label_total": { |
| 105 "description": "This shows the total number of blocked requests in the popup
.", | 105 "description": "This shows the total number of blocked requests in the popup
.", |
| 106 "message": "<strong>$number$</strong> in total", | 106 "message": "<strong>$number$</strong> in total", |
| 107 "placeholders": { | 107 "placeholders": { |
| 108 "number": { | 108 "number": { |
| 109 "content": "$1" | 109 "content": "$1" |
| 110 } | 110 } |
| 111 } | 111 } |
| 112 }, | 112 }, |
| 113 "stats_share_message": { | |
| 114 "description": "This message will be posted to social networks if the user d
ecides to share the stats.", | |
| 115 "message": "I blocked $number$ ads and trackers thanks to Adblock Plus.", | |
| 116 "placeholders": { | |
| 117 "number": { | |
| 118 "content": "$1" | |
| 119 } | |
| 120 } | |
| 121 }, | |
| 122 "stats_show_iconnumber": { | 113 "stats_show_iconnumber": { |
| 123 "description": "Toggle for displaying the number of blocked ads in the icon.
", | 114 "description": "Toggle for displaying the number of blocked ads in the icon.
", |
| 124 "message": "Show number in icon" | 115 "message": "Show number in icon" |
| 125 }, | 116 }, |
| 126 "stats_title": { | 117 "stats_title": { |
| 127 "description": "Title for the stats section in the popup.", | 118 "description": "Title for the stats section in the popup.", |
| 128 "message": "Ads blocked" | 119 "message": "Ads blocked" |
| 129 }, | 120 }, |
| 130 "unexpected_filter_list_header": { | 121 "unexpected_filter_list_header": { |
| 131 "description": "Error message shown when the user attempts to add a custom f
ilter that has the format of a header (e.g. \"[Adblock Plus 2.0]\") which are on
ly allowed in filter lists", | 122 "description": "Error message shown when the user attempts to add a custom f
ilter that has the format of a header (e.g. \"[Adblock Plus 2.0]\") which are on
ly allowed in filter lists", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 149 } | 140 } |
| 150 }, | 141 }, |
| 151 "continue": { | 142 "continue": { |
| 152 "description": "Continue button label", | 143 "description": "Continue button label", |
| 153 "message": "Continue" | 144 "message": "Continue" |
| 154 }, | 145 }, |
| 155 "sendReport": { | 146 "sendReport": { |
| 156 "message": "Report issue on this page" | 147 "message": "Report issue on this page" |
| 157 } | 148 } |
| 158 } | 149 } |
| OLD | NEW |