OLD | NEW |
1 { | 1 { |
| 2 "name_devbuild": { |
| 3 "message": "Adblock Plus development build" |
| 4 }, |
2 "add": { | 5 "add": { |
3 "description": "This is the label for the 'Add' buttons.", | 6 "description": "This is the label for the 'Add' buttons.", |
4 "message": "Add" | 7 "message": "Add" |
5 }, | 8 }, |
6 "add_domain_button": { | 9 "add_domain_button": { |
7 "message": "Add domain" | 10 "message": "Add domain" |
8 }, | 11 }, |
9 "add_filter_button": { | 12 "add_filter_button": { |
10 "message": "Add filter" | 13 "message": "Add filter" |
11 }, | 14 }, |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 }, | 95 }, |
93 "last_updated_at_today": { | 96 "last_updated_at_today": { |
94 "description": "e.g. Last updated at 3:00pm today", | 97 "description": "e.g. Last updated at 3:00pm today", |
95 "message": "Last updated at $time$ today", | 98 "message": "Last updated at $time$ today", |
96 "placeholders": { | 99 "placeholders": { |
97 "time": { | 100 "time": { |
98 "content": "$1" | 101 "content": "$1" |
99 } | 102 } |
100 } | 103 } |
101 }, | 104 }, |
| 105 "name_devbuild": { |
| 106 "description": "Extension name to be shown for development builds", |
| 107 "message": "Adblock Plus development build" |
| 108 }, |
| 109 "notification_with_buttons": { |
| 110 "message": "Click 'OK' to open all links in this notification." |
| 111 }, |
| 112 "notification_without_buttons": { |
| 113 "message": "Click on the notification to open all links in it." |
| 114 }, |
102 "options": { | 115 "options": { |
103 "message": "Adblock Plus Options" | 116 "message": "Adblock Plus Options" |
104 }, | 117 }, |
105 "options_short": { | 118 "options_short": { |
106 "description": "Link to the options page from the popup balloon.", | 119 "description": "Link to the options page from the popup balloon.", |
107 "message": "Options" | 120 "message": "Options" |
108 }, | 121 }, |
109 "out_of_date_lists": { | 122 "out_of_date_lists": { |
110 "message": "Out-of-date lists are updated periodically." | 123 "message": "Out-of-date lists are updated periodically." |
111 }, | 124 }, |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "message": "Please choose a filter subscription from the list:" | 185 "message": "Please choose a filter subscription from the list:" |
173 }, | 186 }, |
174 "update_now": { | 187 "update_now": { |
175 "message": "Update now" | 188 "message": "Update now" |
176 }, | 189 }, |
177 "whitelisted_domains": { | 190 "whitelisted_domains": { |
178 "description": "This is a tab heading.", | 191 "description": "This is a tab heading.", |
179 "message": "Whitelisted domains" | 192 "message": "Whitelisted domains" |
180 } | 193 } |
181 } | 194 } |
OLD | NEW |