Left: | ||
Right: |
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 allow only nonintrusive ads that are priv acy-friendly."|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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
547 "name": "subscriptions_antiadblockurl", | 547 "name": "subscriptions_antiadblockurl", |
548 "default": "", | 548 "default": "", |
549 "description": subscriptions_antiadblockurlDescription | 549 "description": subscriptions_antiadblockurlDescription |
550 }, | 550 }, |
551 { | 551 { |
552 "name": "subscriptions_exceptionsurl", | 552 "name": "subscriptions_exceptionsurl", |
553 "default": "", | 553 "default": "", |
554 "description": subscriptions_exceptionsurlDescription | 554 "description": subscriptions_exceptionsurlDescription |
555 }, | 555 }, |
556 { | 556 { |
557 "name": "subscriptions_exceptionsurl_privacy", | 557 "name": "subscriptions_exceptionsurl_privacy", |
ire
2017/10/09 08:45:16
This name doesn't match the translation id used ab
saroyanm
2017/10/09 11:07:44
Yes it's not, It's the name which appears in the p
ire
2017/10/09 11:12:12
Oh okay. My bad, I thought there were supposed to
| |
558 "default": "", | 558 "default": "", |
559 "description": subscriptions_exceptionsurlPrivacyDescription | 559 "description": subscriptions_exceptionsurlPrivacyDescription |
560 }, | 560 }, |
561 { | 561 { |
562 "name": "subscriptions_fallbackerrors", | 562 "name": "subscriptions_fallbackerrors", |
563 "default": "5", | 563 "default": "5", |
564 "description": subscriptions_fallbackerrorsDescription | 564 "description": subscriptions_fallbackerrorsDescription |
565 }, | 565 }, |
566 { | 566 { |
567 "name": "subscriptions_fallbackurl", | 567 "name": "subscriptions_fallbackurl", |
(...skipping 138 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 |