OLD | NEW |
1 title=Adblock Plus preferences | 1 title=Adblock Plus preferences |
2 | 2 |
3 {# | 3 {# |
4 # This file is part of the Adblock Plus website, | 4 # This file is part of the Adblock Plus website, |
5 # Copyright (C) 2006-present eyeo GmbH | 5 # Copyright (C) 2006-present eyeo GmbH |
6 # | 6 # |
7 # Adblock Plus is free software: you can redistribute it and/or modify | 7 # Adblock Plus is free software: you can redistribute it and/or modify |
8 # it under the terms of the GNU General Public License version 3 as | 8 # it under the terms of the GNU General Public License version 3 as |
9 # published by the Free Software Foundation. | 9 # published by the Free Software Foundation. |
10 # | 10 # |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 {% endmacro %} | 217 {% endmacro %} |
218 | 218 |
219 {% macro report_submiturlDescription() %} | 219 {% macro report_submiturlDescription() %} |
220 {{"Address on adblockplus.org to submit issue reports to."|translate("report_sub
miturl-s1")}} | 220 {{"Address on adblockplus.org to submit issue reports to."|translate("report_sub
miturl-s1")}} |
221 {% endmacro %} | 221 {% endmacro %} |
222 | 222 |
223 {% macro subscriptions_exceptionsurlDescription() %} | 223 {% macro subscriptions_exceptionsurlDescription() %} |
224 {{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow non-int
rusive ads</a>."|translate("subscriptions_exceptionsurl-s1")}} | 224 {{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow non-int
rusive ads</a>."|translate("subscriptions_exceptionsurl-s1")}} |
225 {% endmacro %} | 225 {% endmacro %} |
226 | 226 |
| 227 {% macro subscriptions_exceptionsurlPrivacyDescription() %} |
| 228 {{"Location of the filter list used to allow only nonintrusive ads that are priv
acy-friendly."|translate("subscriptions_exceptionsurlPrivacy")}} |
| 229 {% endmacro %} |
| 230 |
227 {% macro notificationurlDescription() %} | 231 {% macro notificationurlDescription() %} |
228 {{"Location of the file containing emergency notifications."|translate("notifica
tionurl-s1")}} | 232 {{"Location of the file containing emergency notifications."|translate("notifica
tionurl-s1")}} |
229 {% endmacro %} | 233 {% endmacro %} |
230 | 234 |
231 {% macro notificationdataDescription() %} | 235 {% macro notificationdataDescription() %} |
232 {{"Current emergency notification data."|translate("notificationdata-s1")}} | 236 {{"Current emergency notification data."|translate("notificationdata-s1")}} |
233 {% endmacro %} | 237 {% endmacro %} |
234 | 238 |
235 {% macro subscriptions_antiadblockurlDescription() %} | 239 {% macro subscriptions_antiadblockurlDescription() %} |
236 {{"Location of the subscription that hides anti adblock messages."|translate("su
bscriptions_antiadblockurl-s1")}} | 240 {{"Location of the subscription that hides anti adblock messages."|translate("su
bscriptions_antiadblockurl-s1")}} |
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
543 "name": "subscriptions_antiadblockurl", | 547 "name": "subscriptions_antiadblockurl", |
544 "default": "", | 548 "default": "", |
545 "description": subscriptions_antiadblockurlDescription | 549 "description": subscriptions_antiadblockurlDescription |
546 }, | 550 }, |
547 { | 551 { |
548 "name": "subscriptions_exceptionsurl", | 552 "name": "subscriptions_exceptionsurl", |
549 "default": "", | 553 "default": "", |
550 "description": subscriptions_exceptionsurlDescription | 554 "description": subscriptions_exceptionsurlDescription |
551 }, | 555 }, |
552 { | 556 { |
| 557 "name": "subscriptions_exceptionsurl_privacy", |
| 558 "default": "", |
| 559 "description": subscriptions_exceptionsurlPrivacyDescription |
| 560 }, |
| 561 { |
553 "name": "subscriptions_fallbackerrors", | 562 "name": "subscriptions_fallbackerrors", |
554 "default": "5", | 563 "default": "5", |
555 "description": subscriptions_fallbackerrorsDescription | 564 "description": subscriptions_fallbackerrorsDescription |
556 }, | 565 }, |
557 { | 566 { |
558 "name": "subscriptions_fallbackurl", | 567 "name": "subscriptions_fallbackurl", |
559 "default": "", | 568 "default": "", |
560 "description": subscriptions_fallbackurlDescription | 569 "description": subscriptions_fallbackurlDescription |
561 }, | 570 }, |
562 { | 571 { |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), | 706 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), |
698 "preferences": [ | 707 "preferences": [ |
699 { | 708 { |
700 "name": "suppress_first_run_page", | 709 "name": "suppress_first_run_page", |
701 "default": "false", | 710 "default": "false", |
702 "description": suppress_first_run_pageDescription | 711 "description": suppress_first_run_pageDescription |
703 } | 712 } |
704 ] | 713 ] |
705 } | 714 } |
706 ]) }} | 715 ]) }} |
OLD | NEW |