Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/index.tmpl

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Added Samsung Internet to browsers list for translations Created July 30, 2018, 4:51 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 title=Adblock Plus - Surf the web without annoying ads! 1 title=Adblock Plus | The world's # 1 free ad blocker
2 noheading=True 2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube.
3 localefile=index
4
5 {#
6 # This file is part of the Adblock Plus website,
7 # Copyright (C) 2006-present eyeo GmbH
8 #
9 # Adblock Plus is free software: you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 3 as
11 # published by the Free Software Foundation.
12 #
13 # Adblock Plus is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
20 #}
21 3
22 <head> 4 <head>
23 <link href="/css/index.css" rel="stylesheet"> 5 <link rel="stylesheet" href="/css/index.css">
24 <link href="/css/index-desktop.css" media="(min-width: 1000px)" rel="stylesheet" > 6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb">
25 <link href="/css/index-mobile.css" media="(max-width: 1000px)" rel="stylesheet">
26
27 <link href="https://adblockplus.org/" rel="canonical">
28 <link href="https://chrome.google.com/webstore/detail/cfhdojbkjhnklbpkdaibdccddi lifddb" rel="chrome-webstore-item">
29 <meta content="website" property="og:type">
30 <meta content="https://adblockplus.org/img/adblockplus_promo.png" property="og:i mage">
31 <meta content="{{"<fix>Adblock Plus</fix> is the most popular ad blocker availab le for <fix>Firefox</fix>, <fix>Chrome</fix>, <fix>Opera</fix>, <fix>Safari</fix >, <fix>Android</fix> and <fix>Internet Explorer</fix>. Block all annoying ads a ll over the web: remove video ads on <fix>YouTube</fix>, block <fix>Facebook</fi x> ads, get rid of pop-ups and much more. On <fix>Google Chrome</fix>, <fix>Adbl ock Plus</fix> is one of the fastest growing extensions ever. <fix>Adblock Plus< /fix> is used on over <fix>100</fix> million devices. Download online for free n ow!"|translate("s2")}}" name="description">
32 <meta content="{{"<fix>Adblock Plus</fix> is the most popular ad blocker availab le for <fix>Firefox</fix>, <fix>Chrome</fix>, <fix>Opera</fix>, <fix>Safari</fix >, <fix>Android</fix> and <fix>Internet Explorer</fix>. Block all annoying ads a ll over the web: remove video ads on <fix>YouTube</fix>, block <fix>Facebook</fi x> ads, get rid of pop-ups and much more. On <fix>Google Chrome</fix>, <fix>Adbl ock Plus</fix> is one of the fastest growing extensions ever. <fix>Adblock Plus< /fix> is used on over <fix>100</fix> million devices. Download online for free n ow!"|translate("s2")}}" property="og:description">
33 </head> 7 </head>
34 8
35 <div id="abb-banner" class="notice"> 9 <? include hero-download ?>
36 <h2>{{"Want to block ads on your smartphone or tablet?"|translate("abb-banner- headline")}}</h2> 10 <? include as-mentioned ?>
37 <img src="/img/abb-promo-image.png" alt="{{"Adblock Browser promotional image" |translate("abb-promotion-alt")}}" /> 11 <? include features ?>
38 <a id="abb-android-download" href="https://adblockplus.org/redirect?link=adblo ck_browser_android_store">{{"Download Adblock Browser"|translate("abb-banner-but ton-text")}}</a> 12 <? include abb-cross-promotion ?>
39 <a id="abb-ios-download" href="https://adblockplus.org/redirect?link=adblock_b rowser_ios_store">{{"Download Adblock Browser"|translate("abb-banner-button-text ")}}</a> 13 <? include footnote ?>
40 </div>
41 <div itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
42 <section id="main">
43 <div id="summary">
44 <h1 itemprop="name">{{"Adblock Plus"|translate("s5")}}</h1>
45 <h2 itemprop="description">{{"Surf the web without annoying ads!"|translat e("s6")}}</h2>
46 14
47 <ul id="features"> 15 {% for browser in browsers %}
48 <li itemprop="featureList"> 16 <script id="download-label-{{ browser.id }}" type="text/template">
49 <div class="sprite"></div> 17 {% if locale in ["en", "de", "fr"] %}
50 {{"Blocks banners, pop-ups, tracking, malware and more"|translate("blo cking-features")}} 18 {{ ("Agree and Install for " + browser.name) | translate(("agree-and-install -for-" + browser.id), "button label") }}
juliandoucette 2018/07/30 05:01:06 Detail: I fixed these strings as described in solu
ire 2018/07/31 00:10:02 Acknowledged.
51 </li> 19 {% else %}
52 <li itemprop="featureList"> 20 {{ ("Install for " + browser.name) | translate(("install-for-" + browser.id) , "button label") }}
53 <div class="sprite"></div> 21 {% endif %}
54 {{"By default, nonintrusive ads aren't blocked in order to support web sites <a href=\"acceptable-ads\">(learn more)</a>"|translate("opt-out-acceptable -ads")}} <sup><a href="#footnote">[1]</a></sup> 22 </script>
55 </li> 23 {% endfor %}
56 <li class="emphasized" id="feature-free" itemprop="featureList">
57 <div class="sprite"></div>
58 {{"It's free for users and open source (<a href=\"https://www.gnu.org/ licenses/gpl.html\">GPLv3</a>)"|translate("gplv3-license")}}
59 </li>
60 <li id="feature-maxthon" itemprop="featureList">
61 <div class="sprite"></div>
62 {{"Integrated by default in"|translate("s11")}} <a href="http://www.ma xthon.com/" target="_blank">{{"Maxthon Cloud Browser"|translate("s12")}}</a>
63 </li>
64 </ul>
65 </div>
66 24
67 <p id="terms-message"> 25 <script src="/js/vendor/bowser.js"></script>
68 {{ "By clicking the Agree and Install button below, you agree to our <a hr ef=\"terms\">Terms of Use</a>." | translate("terms-message", "Terms of use messa ge") }} 26 <script src="/js/index.js"></script>
69 </p>
70
71 <div id="install">
72 <a class="install-button" href="https://eyeo.to/adblockplus/firefox_instal l" id="install-firefox">{{"Agree and Install for Firefox"|translate("s13")}}</a>
73 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-chrome" onclick="chrome.webstore.i nstall(); return false;">{{"Agree and Install for Chrome"|translate("s14")}}</a>
74 <a class="install-button" href="https://addons.opera.com/extensions/detail s/opera-adblock/?display=en-US" id="install-opera">{{"Agree and Install for Oper a"|translate("s15")}}</a>
75 <a class="install-button" href="android-install" id="install-android">{{"A gree and Install for Android"|translate("s16")}}</a>
76 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplusie.exe" id="install-internet-explorer">{{"Agree and Install for Internet Explorer"|translate("s17")}}</a>
77 <a class="install-button" href="https://update.adblockplus.org/latest/adbl ockplussafari.safariextz" id="install-safari">{{"Agree and Install for Safari"|t ranslate("s18")}}</a>
78 <a class="install-button" href="https://itunes.apple.com/us/app/adblock-pl us-abp-remove-ads-browse-faster-without-tracking/id1028871868?mt=8" id="install- ios-safari">{{"Agree and Install for Safari"|translate("s18")}}</a>
79 <a class="install-button" href="https://chrome.google.com/webstore/detail/ cfhdojbkjhnklbpkdaibdccddilifddb" id="install-yandex-browser" onclick="chrome.we bstore.install(); return false;">{{"Agree and Install for Yandex Browser"|transl ate("s19")}}</a>
80 <a class="install-button" href="https://www.microsoft.com/store/p/adblock- plus/9nblggh4r9nz" id="install-edge">{{"Agree and Install for Microsoft Edge"|tr anslate("install-edge")}}</a>
81 </div>
82
83 <div id="other-platform">
84 <div>{{"Download Adblock Plus for another platform"|translate("other-pla tform")}}</div>
85 <ul>
86 <li>
87 <a class="sprite" href="firefox" id="platform-firefox" title="{{"Adb lock Plus for Firefox"|translate("s20")}}"></a>
88 </li>
89 <li>
90 <a class="sprite" href="chrome" id="platform-chrome" title="{{"Adblo ck Plus for Chrome"|translate("s21")}}"></a>
91 </li>
92 <li>
93 <a class="sprite" href="android" id="platform-android" title="{{"Adb lock Plus for Android"|translate("s22")}}"></a>
94 </li>
95 <li>
96 <a class="sprite" href="opera" id="platform-opera" title="{{"Adblock Plus for Opera"|translate("s23")}}"></a>
97 </li>
98 <li>
99 <a class="sprite" href="internet-explorer" id="platform-internet-exp lorer" title="{{"Adblock Plus for Internet Explorer"|translate("s24")}}"></a>
100 </li>
101 <li>
102 <a class="sprite" href="safari" id="platform-safari" title="{{"Adblo ck Plus for Safari"|translate("s25")}}"></a>
103 </li>
104 <li>
105 <a class="sprite" href="yandex-browser" id="platform-yandex-browser" title="{{"Adblock Plus for Yandex Browser"|translate("s26")}}"></a>
106 </li>
107 <li>
108 <a class="sprite" href="maxthon" id="platform-maxthon" title="{{"Adb lock Plus for Maxthon"|translate("s27")}}"></a>
109 </li>
110 <li>
111 <a class="sprite" href="edge" id="platform-edge" title="{{"Adblock P lus for Microsoft Edge"|translate("abp-microsoft-edge")}}"></a>
112 </li>
113 </ul>
114 </div>
115 </section>
116
117 <div id="messages-wrapper">
118 <? include abb-notification ?>
119 <? include fr-download-disclaimer ?>
120 <div id="maxthon-notification">
121 使用傲游云浏览器,享受最好的广告过滤体验. (内置Adblock Plus) <a href="http://www.maxthon.cn" tar get="_blank">下载傲游云浏览器</a>
122 </div>
123 <div class="warning-platform firefox">{{"It appears that you are using Mozil la Firefox."|translate("s28")}} <a href="firefox">{{"Switch to Adblock Plus for Firefox."|translate("s29")}}</a></div>
124 <div class="warning-platform chrome">{{"It appears that you are using Google Chrome."|translate("s30")}} <a href="chrome">{{"Switch to Adblock Plus for Chro me."|translate("s31")}}</a></div>
125 <div class="warning-platform android">{{"It appears that you are using Andro id."|translate("s32")}} <a href="android">{{"Switch to Adblock Plus for Android. "|translate("s33")}}</a></div>
126 <div class="warning-platform opera">{{"It appears that you are using Opera." |translate("s34")}} <a href="opera">{{"Switch to Adblock Plus for Opera."|transl ate("s35")}}</a></div>
127 <div class="warning-platform internet-explorer">{{"It appears that you are u sing Internet Explorer."|translate("s36")}} <a href="internet-explorer">{{"Switc h to Adblock Plus for Internet Explorer."|translate("s37")}}</a></div>
128 <div class="warning-platform safari">{{"It appears that you are using Safari ."|translate("s38")}} <a href="safari">{{"Switch to Adblock Plus for Safari."|tr anslate("s39")}}</a></div>
129 <div class="warning-platform yandex-browser">{{"It appears that you are usin g Yandex Browser."|translate("s40")}} <a href="yandex-browser">{{"Switch to Adbl ock Plus for Yandex Browser."|translate("s41")}}</a></div>
130 <div class="warning-platform maxthon">{{"It appears that you are using Maxth on."|translate("s42")}} <a href="maxthon">{{"Switch to Adblock Plus for Maxthon. "|translate("s43")}}</a></div>
131 </div>
132
133 <div id="home-video" class="video-parent">
134 <a class="video-link" target="_blank" href="https://www.youtube-nocookie.com /embed/PAfHJNv-a7I?html5=1&amp;autohide=1&amp;enablejsapi=1&amp;controls=2&amp;f s=1&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;theme=light&amp;autoplay=1 ">
135 <img class="video-thumbnail" src="/img/video-thumbnail.jpg" alt="{{ "Intro duction to Adblock Plus video thumbnail" | translate("video-alt-text") }}">
136 <img class="video-play" src="/img/video-external.png" alt="{{ "Play Video" | translate("video-play-alt-text") }}">
137 </a>
138 <p class="video-disclaimer">
139 {{ "Click to play this video. Please note that this video is hosted by You Tube. When this video is played, some personal data is transferred to YouTube. F or more information, please review YouTube's <a href='https://www.google.com/int l/en/policies/privacy/' target='_blank'>privacy policy</a>." | translate("video- disclaimer") }}
140 </p>
141 </div>
142
143 <img id="maxthon-instruction" src="/img/maxthon-instruction.png" alt="{{"Activ ate Adblock Plus in Maxthon"|translate("maxthon-instruction")}}">
144 <img id="edge-teaser" src="/img/edge_teaser.png" alt="{{"Coming soon image of Adblock Plus for Microsoft Edge"|translate("edge-teaser")}}" />
145 </div>
146
147 <div id="key-facts">
148 <section class="first">
149 <div class="sprite" id="facts-open-source"></div>
150 <h1>{{"Open Source"|translate("s44")}}</h1>
151 <p>
152 {{"Adblock Plus is an open source project.\n <a href=\"contribute\" >Join us!</a>"|translate("s45")}}
153 </p>
154 </section>
155
156 <section>
157 <div class="sprite" id="facts-downloads"></div>
158 <h1>{{"Active on <fix>100</fix> million devices"|translate("s46")}}</h1>
159 <p>
160 {{"<fix>Adblock Plus</fix> is the world’s most popular browser extension."|trans late("s47")}}
161 </p>
162 </section>
163
164 <section>
165 <div class="sprite" id="facts-privacy"></div>
166 <h1>{{"Privacy Guaranteed"|translate("s48")}}</h1>
167 <p>
168 {{"Adblock Plus will never collect your <a href=\"privacy\">personal data< /a>."|translate("privacy-policy-note")}}
169 </p>
170
171 </section>
172 </div>
173
174 {% if page == "internet-explorer" %}
175 <p id="ready-for-windows-notice" class="notice">
176 {{"Adblock Plus for Internet Explorer is supported by eyeo GmbH on the followi ng editions of Windows 10 – Windows 10 Pro, Windows 10 Education and Windows 10 Enterprise. Adblock Plus for Internet Explorer is supported on the in-market sup ported servicing branches of Windows 10 including - Current Branch, Current Bran ch for Business and the following Long-Term Servicing branch: Windows 10."|trans late("ready-for-windows-notice")}}
177 </p>
178 {% endif %}
179
180 <hr>
181 <div id="footnote">
182 [1] {{"The following rules <strong>have</strong> and <strong>always will</stro ng> apply to everyone, without exception:"|translate("footnote-headline")}}
183 <ul>
184 <li>
185 {{"Participants cannot pay to avoid the <a href=\"acceptable-ads#criteria- general\">criteria</a>. Every ad must comply."|translate("footnote-must-comply") }}
186 </li>
187 <li>
188 {{"For transparency, we add all Acceptable Ads to our <a href=\"https://ad blockplus.org/forum/viewforum.php?f=12\">forum</a> so that our community of user s can provide feedback."|translate("footnote-forum")}}
189 </li>
190 <li>
191 {{"We listen to our users. If an Acceptable Ads proposal is flagged by our community for a legitimate reason, we will remove it from the whitelist."|trans late("footnote-value-users")}}
192 </li>
193 <li>
194 {{"We are able to keep our open source product free by charging large enti ties a fee for whitelisting services. For the other roughly 90 percent of our pa rtners, these services are offered free of charge."|translate("footnote-keep-fre e")}}
195 </li>
196 </ul>
197 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld