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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 }, | 96 }, |
97 "filters_subscription_lastDownload_invalidData": { | 97 "filters_subscription_lastDownload_invalidData": { |
98 "message": "Failed, not a valid filters list" | 98 "message": "Failed, not a valid filters list" |
99 }, | 99 }, |
100 "filters_subscription_lastDownload_invalidURL": { | 100 "filters_subscription_lastDownload_invalidURL": { |
101 "message": "Failed, not a valid address" | 101 "message": "Failed, not a valid address" |
102 }, | 102 }, |
103 "filters_viewList_label": { | 103 "filters_viewList_label": { |
104 "message": "View list" | 104 "message": "View list" |
105 }, | 105 }, |
| 106 "firstRun_acceptableAdsExplanation": { |
| 107 "description": "This is the explanation of the acceptable ads feature", |
| 108 "message": "<strong>Adblock Plus automatically blocks annoying ads.</strong>
Adblock Plus has also been configured to <a>allow some advertising</a> that is
considered non-annoying. These ads have to follow <a>strict guidelines</a>, e.g.
they cannot be animated and there has to be clear separation between content an
d ads. By allowing some carefully selected ads you support websites that rely on
advertising but choose to do it in a non-intrusve way. You can <a>disable</a> t
his feature at any time." |
| 109 }, |
| 110 "firstRun_feature_acceptableAds": { |
| 111 "description": "One of the bullet points in the features list", |
| 112 "message": "Support websites with acceptable ads (read below for more inform
ation)" |
| 113 }, |
| 114 "firstRun_feature_betterSurfing": { |
| 115 "description": "One of the bullet points in the features list", |
| 116 "message": "Surf the web without annoying ads" |
| 117 }, |
| 118 "firstRun_feature_improvements": { |
| 119 "description": "One of the bullet points in the features list", |
| 120 "message": "Many other improvements (<a>view changelog</a>)" |
| 121 }, |
| 122 "firstRun_share1": { |
| 123 "description": "First line of text appearing above Facebook/Twitter buttons"
, |
| 124 "message": "Do you like blocking ads?" |
| 125 }, |
| 126 "firstRun_share2": { |
| 127 "description": "Second line of text appearing above Facebook/Twitter buttons
", |
| 128 "message": "Please spread the word!" |
| 129 }, |
| 130 "firstRun_title_install": { |
| 131 "description": "This is the page heading on first installation", |
| 132 "message": "Adblock Plus has been installed." |
| 133 }, |
| 134 "firstRun_title_update": { |
| 135 "description": "This is the page heading on update", |
| 136 "message": "Adblock Plus has been updated." |
| 137 }, |
106 "found_a_bug": { | 138 "found_a_bug": { |
107 "message": "Found a bug? Want to translate Adblock Plus into your language?
Please <a href='$url$'>file a request here</a>.", | 139 "message": "Found a bug? Want to translate Adblock Plus into your language?
Please <a href='$url$'>file a request here</a>.", |
108 "placeholders": { | 140 "placeholders": { |
109 "url": { | 141 "url": { |
110 "content": "$1" | 142 "content": "$1" |
111 } | 143 } |
112 } | 144 } |
113 }, | 145 }, |
114 "general": { | 146 "general": { |
115 "description": "This is a tab heading.", | 147 "description": "This is a tab heading.", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "message": "Subscription title:" | 209 "message": "Subscription title:" |
178 }, | 210 }, |
179 "update_now": { | 211 "update_now": { |
180 "message": "Update now" | 212 "message": "Update now" |
181 }, | 213 }, |
182 "whitelisted_domains": { | 214 "whitelisted_domains": { |
183 "description": "This is a tab heading.", | 215 "description": "This is a tab heading.", |
184 "message": "Whitelisted domains" | 216 "message": "Whitelisted domains" |
185 } | 217 } |
186 } | 218 } |
OLD | NEW |