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."), | 9 ("5v0", "reason-better-adblocker", "I found better ad blocking software."), |
10 ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.") | 10 ("6v0", "reason-break-websites", "Adblock Plus breaks websites that I visit.") |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 <textarea id="reason-other-input" class="hidden" name="reasonOther" plac
eholder="{{"Please explain why you are uninstalling Adblock Plus"|translate("rea
son-other-placeholder", "Textarea placeholder text, appears after selecting 'Oth
er, namely...' option")}}"></textarea> | 94 <textarea id="reason-other-input" class="hidden" name="reasonOther" plac
eholder="{{"Please explain why you are uninstalling Adblock Plus"|translate("rea
son-other-placeholder", "Textarea placeholder text, appears after selecting 'Oth
er, namely...' option")}}"></textarea> |
95 </li> | 95 </li> |
96 </ul> | 96 </ul> |
97 <button id="submit-form">{{"Submit"|translate("submit", "Submit button text"
)}}</button> | 97 <button id="submit-form">{{"Submit"|translate("submit", "Submit button text"
)}}</button> |
98 <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> | 98 <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> |
99 </form> | 99 </form> |
100 <p class="disclaimer"> | 100 <p class="disclaimer"> |
101 {{"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")}} | 101 {{"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")}} |
102 </p> | 102 </p> |
103 </section> | 103 </section> |
OLD | NEW |