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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }, | 103 }, |
104 "notification_with_buttons": { | 104 "notification_with_buttons": { |
105 "message": "Click 'OK' to open all links in this notification." | 105 "message": "Click 'OK' to open all links in this notification." |
106 }, | 106 }, |
107 "notification_without_buttons": { | 107 "notification_without_buttons": { |
108 "message": "Click on the notification to open all links in it." | 108 "message": "Click on the notification to open all links in it." |
109 }, | 109 }, |
110 "options": { | 110 "options": { |
111 "message": "Adblock Plus Options" | 111 "message": "Adblock Plus Options" |
112 }, | 112 }, |
| 113 "options_safariContentBlocker": { |
| 114 "description": "Switch between classic and Safari's Content Blocking", |
| 115 "message": "Use Safari's native Content Blocking (experimental)" |
| 116 }, |
113 "options_short": { | 117 "options_short": { |
114 "description": "Link to the options page from the popup balloon.", | 118 "description": "Link to the options page from the popup balloon.", |
115 "message": "Options" | 119 "message": "Options" |
116 }, | 120 }, |
117 "out_of_date_lists": { | 121 "out_of_date_lists": { |
118 "message": "Out-of-date lists are updated periodically." | 122 "message": "Out-of-date lists are updated periodically." |
119 }, | 123 }, |
120 "remove_button": { | 124 "remove_button": { |
121 "description": "This is the label for the 'Remove selected' buttons.", | 125 "description": "This is the label for the 'Remove selected' buttons.", |
122 "message": "Remove selected" | 126 "message": "Remove selected" |
(...skipping 78 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 |