Left: | ||
Right: |
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": { | |
Sebastian Noack
2016/05/12 11:12:22
Why did you remove the message? Also what's about
kzar
2016/05/17 15:15:36
The strings are provided by adblockplusui/locale/*
Sebastian Noack
2016/05/17 18:35:24
Those strings aren't imported yet. And even if we
kzar
2016/05/17 19:20:21
The strings are imported, I added "adblockplusui/l
Sebastian Noack
2016/05/18 07:03:29
I see. But still the strings there won't be transl
kzar
2016/05/18 08:02:48
Done.
| |
125 "description": "Switch between classic and Safari's Content Blocking", | |
126 "message": "Use Safari's native Content Blocking (experimental)" | |
127 }, | |
128 "show_block_element_menu": { | 124 "show_block_element_menu": { |
129 "message": "Show 'Block Element' right-click menu item" | 125 "message": "Show 'Block Element' right-click menu item" |
130 }, | 126 }, |
131 "show_devtools_panel": { | 127 "show_devtools_panel": { |
132 "message": "Show 'Adblock Plus' panel in the developer tools" | 128 "message": "Show 'Adblock Plus' panel in the developer tools" |
133 }, | 129 }, |
134 "stats_label_page": { | 130 "stats_label_page": { |
135 "description": "This shows the number of blocked requests on a specific page in the popup.", | 131 "description": "This shows the number of blocked requests on a specific page in the popup.", |
136 "message": "<strong>$number$</strong> on this page", | 132 "message": "<strong>$number$</strong> on this page", |
137 "placeholders": { | 133 "placeholders": { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
208 "line": { | 204 "line": { |
209 "message": "Line $number$", | 205 "message": "Line $number$", |
210 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", | 206 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", |
211 "placeholders": { | 207 "placeholders": { |
212 "number": { | 208 "number": { |
213 "content": "$1" | 209 "content": "$1" |
214 } | 210 } |
215 } | 211 } |
216 } | 212 } |
217 } | 213 } |
OLD | NEW |