OLD | NEW |
1 title=Adblock Plus has been uninstalled | 1 title=Adblock Plus has been uninstalled |
2 template=simple | 2 template=simple |
3 | 3 |
4 {% set reasons = [ | 4 {% set reasons = [ |
5 ("1v0", "reason-not-installed", "I didn't install Adblock Plus.", ""), | 5 ("1v0", "reason-not-installed", "I didn't install Adblock Plus.", ""), |
6 ("2v0", "reason-slowing-down", "Adblock Plus slowed down my browser.", ""), | 6 ("2v0", "reason-slowing-down", "Adblock Plus slowed down my browser.", ""), |
7 ("3v0", "reason-acceptable-ads", "I don't like the Acceptable Ads program.", "
"), | 7 ("3v0", "reason-acceptable-ads", "I don't like the Acceptable Ads program.", "
"), |
8 ("4v0", "reason-see-ads", "Adblock Plus didn't block all ads.", ""), | 8 ("4v0", "reason-see-ads", "Adblock Plus didn't block all ads.", ""), |
9 ("5v0", "reason-better-adblocker", "I found better ad blocking software.", ["A
dBlock", "uBlock", "uBlock Origin", "Ghostery"]), | 9 ("5v0", "reason-better-adblocker", "I found better ad blocking software.", ["A
dBlock", "uBlock", "uBlock Origin", "Ghostery"]), |
10 ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.",
"") | 10 ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.",
""), |
| 11 ("7v0", "reason-difficult-to-use", "I find it difficult to use Adblock Plus",
""), |
11 ] %} | 12 ] %} |
12 | 13 |
13 <head> | 14 <head> |
14 <meta name="robots" content="noindex" /> | 15 <meta name="robots" content="noindex" /> |
15 <script type="text/javascript"> | 16 <script type="text/javascript"> |
16 (function() | 17 (function() |
17 { | 18 { |
18 var adblockersList = null; | 19 var adblockersList = null; |
19 function toggleView(element) | 20 function toggleView(element) |
20 { | 21 { |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 </li> | 153 </li> |
153 </ul> | 154 </ul> |
154 </fieldset> | 155 </fieldset> |
155 <button id="submit-form">{{"Submit"|translate("submit", "Submit button text"
)}}</button> | 156 <button id="submit-form">{{"Submit"|translate("submit", "Submit button text"
)}}</button> |
156 <span class="error-label">{{"Please select at least one of the options above
"|translate("error-msg", "Error message, is being shown after submission if no i
tem selected")}}</span> | 157 <span class="error-label">{{"Please select at least one of the options above
"|translate("error-msg", "Error message, is being shown after submission if no i
tem selected")}}</span> |
157 </form> | 158 </form> |
158 <p class="disclaimer"> | 159 <p class="disclaimer"> |
159 {{"By clicking Submit, you are sending your response to Adblock Plus. Please
see our <a href='/privacy'>privacy policy</a>."|translate("disclaimer", "Discla
imer below form")}} | 160 {{"By clicking Submit, you are sending your response to Adblock Plus. Please
see our <a href='/privacy'>privacy policy</a>."|translate("disclaimer", "Discla
imer below form")}} |
160 </p> | 161 </p> |
161 </section> | 162 </section> |
OLD | NEW |