| Index: pages/adblock-browser.html |
| =================================================================== |
| --- a/pages/adblock-browser.html |
| +++ b/pages/adblock-browser.html |
| @@ -1,4 +1,11 @@ |
| -<meta property="og:image" content="https://adblockplus.org/_override-static/global/global/img/adblockbrowser_beta_promo.png" /> |
| +title=Want Adblock Browser for your smartphone or tablet? |
| + |
| +<head> |
| +<meta name="title" content="{{meta-title Adblock Browser Beta Launch}}" /> |
| +<meta property="og:title" content="{{meta-title Adblock Browser Beta Launch}}" /> |
| +<meta name="description" content="{{meta-description Want Adblock Browser for your smartphone or tablet? Join the Adblock Browser for Android Beta Google+ community.}}" /> |
| +<meta property="og:description" content="{{meta-description Want Adblock Browser for your smartphone or tablet? Join the Adblock Browser for Android Beta Google+ community.}}" /> |
| +<meta property="og:image" content="https://adblockplus.org/img/adblockbrowser_beta_promo.png" /> |
| <style type="text/css"> |
| #content * |
| @@ -240,38 +247,33 @@ |
| addListener(document, "DOMContentLoaded", contentLoad, false); |
| //]]> |
| </script> |
| - |
| -<meta name="title"><attr name="content">Adblock Browser Beta Launch</attr></meta> |
| -<meta property="og:title"><attr name="content">Adblock Browser Beta Launch</attr></meta> |
| -<meta name="description"><attr name="content">Want Adblock Browser for your smartphone or tablet? Join the Adblock Browser for Android Beta Google+ community.</attr></meta> |
| -<meta property="og:description"><attr name="content">Want Adblock Browser for your smartphone or tablet? Join the Adblock Browser for Android Beta Google+ community.</attr></meta> |
| - |
| -<h3>Join the beta test!</h3> |
| +</head> |
| +<h3>{{beta-install-header Join the beta test!}}</h3> |
| <ol> |
| - <li>Join the <b>Adblock Browser for Android Beta</b> Google+ community.</li> |
| - <li>Click the <b>Become a Tester</b> link.</li> |
| - <li>Download the <b>beta app</b>.</li> |
| + <li>{{beta-install-step1 Join the <strong>Adblock Browser for Android Beta</strong> Google+ community.}}</li> |
| + <li>{{beta-install-step2 Click the <strong>Become a Tester</strong> link.}}</li> |
| + <li>{{beta-install-step3 Download the <strong>beta app</strong>.}}</li> |
| </ol> |
| <div class="button-community-wrapper"> |
| - <a href="https://adblockplus.org/redirect?link=adblock_browser_android_beta_community">Beta test Adblock Browser for Android</a> |
| + <a href="https://adblockplus.org/redirect?link=adblock_browser_android_beta_community">{{beta-install-button-text Beta test Adblock Browser for Android}}</a> |
| </div> |
| -<h3 class="subscribe-header">iOS user? Coming soon!</h3> |
| +<h3 class="subscribe-header">{{ios-subscription-header iOS user? Coming soon!}}</h3> |
| <p class="subscribe-description"> |
| - Get a heads-up prior to the launch! |
| + {{ios-subscription-description Get a heads-up prior to the launch!}} |
| </p> |
| <form id="subscribe-form" accept-charset="utf-8" action="/submitEmail" method="post"> |
| - <input id="subscribe-textbox" type="email" name="email" required=""><attr name="placeholder">Your email address</attr></input> |
| - <button id="subscribe-button" type="submit"><span>Notify me</span></button> |
| + <input id="subscribe-textbox" type="email" name="email" placeholder="{{ios-subscription-input-placeholder Your email address}}" required /> |
| + <button id="subscribe-button" type="submit"><span>{{ios-subscription-button Notify me}}</span></button> |
| <span class="sucess-label"> |
| - A confirmation email has been sent. Please check your email and click the confirmation link. |
| + {{subscription-message-success A confirmation email has been sent. Please check your email and click the confirmation link.}} |
| </span> |
| <span class="invalid-label"> |
| - Please enter a valid email address. |
| + {{subscription-message-invalid-email Please enter a valid email address.}} |
| </span> |
| <span id="response-error"> |
| </span> |