LEFT | RIGHT |
(no file at all) | |
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 }, | 92 }, |
93 "last_updated_at_today": { | 93 "last_updated_at_today": { |
94 "description": "e.g. Last updated at 3:00pm today", | 94 "description": "e.g. Last updated at 3:00pm today", |
95 "message": "Last updated at $time$ today", | 95 "message": "Last updated at $time$ today", |
96 "placeholders": { | 96 "placeholders": { |
97 "time": { | 97 "time": { |
98 "content": "$1" | 98 "content": "$1" |
99 } | 99 } |
100 } | 100 } |
101 }, | 101 }, |
| 102 "notification_with_buttons": { |
| 103 "message": "Click 'OK' to open all links in this notification." |
| 104 }, |
| 105 "notification_without_buttons": { |
| 106 "message": "Click on the notification to open all links in it." |
| 107 }, |
102 "options": { | 108 "options": { |
103 "message": "Adblock Plus Options" | 109 "message": "Adblock Plus Options" |
104 }, | 110 }, |
105 "options_short": { | 111 "options_short": { |
106 "description": "Link to the options page from the popup balloon.", | 112 "description": "Link to the options page from the popup balloon.", |
107 "message": "Options" | 113 "message": "Options" |
108 }, | 114 }, |
109 "out_of_date_lists": { | 115 "out_of_date_lists": { |
110 "message": "Out-of-date lists are updated periodically." | 116 "message": "Out-of-date lists are updated periodically." |
111 }, | 117 }, |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "message": "Please choose a filter subscription from the list:" | 178 "message": "Please choose a filter subscription from the list:" |
173 }, | 179 }, |
174 "update_now": { | 180 "update_now": { |
175 "message": "Update now" | 181 "message": "Update now" |
176 }, | 182 }, |
177 "whitelisted_domains": { | 183 "whitelisted_domains": { |
178 "description": "This is a tab heading.", | 184 "description": "This is a tab heading.", |
179 "message": "Whitelisted domains" | 185 "message": "Whitelisted domains" |
180 } | 186 } |
181 } | 187 } |
LEFT | RIGHT |