LEFT | RIGHT |
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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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() %} | 227 {% macro subscriptions_exceptionsurlPrivacyDescription() %} |
228 {{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow privacy
-friendly non-intrusive ads</a>."|translate("subscriptions_exceptionsurl-privacy
")}} | 228 {{"Location of the filter list used to allow only nonintrusive ads that are priv
acy-friendly."|translate("subscriptions_exceptionsurlPrivacy")}} |
229 {% endmacro %} | 229 {% endmacro %} |
230 | 230 |
231 {% macro notificationurlDescription() %} | 231 {% macro notificationurlDescription() %} |
232 {{"Location of the file containing emergency notifications."|translate("notifica
tionurl-s1")}} | 232 {{"Location of the file containing emergency notifications."|translate("notifica
tionurl-s1")}} |
233 {% endmacro %} | 233 {% endmacro %} |
234 | 234 |
235 {% macro notificationdataDescription() %} | 235 {% macro notificationdataDescription() %} |
236 {{"Current emergency notification data."|translate("notificationdata-s1")}} | 236 {{"Current emergency notification data."|translate("notificationdata-s1")}} |
237 {% endmacro %} | 237 {% endmacro %} |
238 | 238 |
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
706 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), | 706 "title": 'Preferences for administrators'|translate('preferences_for_adminis
tratorsTitle'), |
707 "preferences": [ | 707 "preferences": [ |
708 { | 708 { |
709 "name": "suppress_first_run_page", | 709 "name": "suppress_first_run_page", |
710 "default": "false", | 710 "default": "false", |
711 "description": suppress_first_run_pageDescription | 711 "description": suppress_first_run_pageDescription |
712 } | 712 } |
713 ] | 713 ] |
714 } | 714 } |
715 ]) }} | 715 ]) }} |
LEFT | RIGHT |