Added translation tags to templates.
This commit is contained in:
Родитель
aac3f03aca
Коммит
131348a7b5
|
@ -1,13 +1,13 @@
|
|||
<h1>Firefox Accounts</h1>
|
||||
<h1>{{#t}}Firefox Accounts{{/t}}</h1>
|
||||
|
||||
<h2>Confirm Your Account</h2>
|
||||
<h2>{{#t}}Confirm Your Account{{/t}}</h2>
|
||||
|
||||
<div class="placeholder email-placeholder">
|
||||
Email
|
||||
</div>
|
||||
|
||||
<p>We will send an email to: <br><strong>{{email}}</strong>.</p>
|
||||
<p>{{#t}}We will send an email to:{{/t}} <br><strong>{{email}}</strong>.</p>
|
||||
|
||||
<p>Next time you check your email, click the verification link to confirm your Firefox account.</p>
|
||||
<p>{{#t}}Next time you check your email, click the verification link to confirm your Firefox account.{{/t}}</p>
|
||||
|
||||
<p>In the future, you can access and manage your account from your phone's settings.</p>
|
||||
<p>{{#t}}In the future, you can access and manage your account from your phone's settings.{{/t}}</p>
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
Placeholder
|
||||
</div>
|
||||
|
||||
<p class="description">A Firefox Account lets you log in to cool services like the Firefox Marketplace and Where’s My Fox.</p>
|
||||
<p class="description">{{#t}}A Firefox Account lets you log in to cool services like the Firefox Marketplace and Where’s My Fox.{{/t}}</p>
|
||||
|
||||
<a href="/signup" class="button">Create Account</a>
|
||||
<a href="/signup" class="button">{{#t}}Create Account{{/t}}</a>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<h1>Firefox Accounts</h1>
|
||||
<h1>{{#t}}Firefox Accounts{{/t}}</h1>
|
||||
|
||||
<p class="center">Congratulations, you're now signed in!</p>
|
||||
<p class="center">{{#t}}Congratulations, you're now signed in!{{/t}}</p>
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
<h1>Firefox Accounts</h1>
|
||||
<h1>{{#t}}Firefox Accounts{{/t}}</h1>
|
||||
|
||||
<p class="error"></p>
|
||||
|
||||
<p class="center">Sign in to enter <strong>Site</strong>.</p>
|
||||
<p class="center">{{#t}}Sign in to enter Site.{{/t}}</p>
|
||||
|
||||
<form>
|
||||
<div class="form-row">
|
||||
<input type="email" class="email" placeholder="Email">
|
||||
<input type="email" class="email" placeholder="{{#t}}Email{{/t}}">
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
<input type="password" class="password" placeholder="Password">
|
||||
<input type="password" class="password" placeholder="{{#t}}Password{{/t}}">
|
||||
</div>
|
||||
|
||||
<p>By proceeding, you agree to our Terms of Service and Privacy Policy.</p>
|
||||
<p>{{#t}}By proceeding, you agree to our Terms of Service and Privacy Policy.{{/t}}</p>
|
||||
|
||||
<button type="submit">Sign In</button>
|
||||
<button type="submit">{{#t}}Sign In{{/t}}</button>
|
||||
</form>
|
||||
|
||||
<p class="center"><a href="">Forgot Password</a> • <a href="/signup">Create Account</a></p>
|
||||
<p class="center"><a href="">{{#t}}Forgot Password{{/t}}</a> • <a href="/signup">{{#t}}Create Account{{/t}}</a></p>
|
||||
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
<h1>Firefox Accounts</h1>
|
||||
<h1>{{#t}}Firefox Accounts{{/t}}</h1>
|
||||
|
||||
<p class="error"></p>
|
||||
|
||||
<p class="center">Sign up to access <strong>Site</strong>.</p>
|
||||
<p class="center">{{#t}}Sign up to access Site.{{/t}}</p>
|
||||
|
||||
<form>
|
||||
<div class="form-row">
|
||||
<input type="email" class="email" placeholder="Email">
|
||||
<input type="email" class="email" placeholder="{{#t}}Email{{/t}}">
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<input type="password" class="password" placeholder="Password">
|
||||
<input type="password" class="password" placeholder="{{#t}}Password{{/t}}">
|
||||
</div>
|
||||
|
||||
<p>By proceeding, you agree to our <a href="">Terms of Service</a> and <a href="">Privacy Policy</a>.</p>
|
||||
<p>{{#t}}By proceeding, you agree to our{{/t}} <a href="">{{#t}}Terms of Service{{/t}}</a> and <a href="">{{#t}}Privacy Policy{{/t}}</a>.</p>
|
||||
|
||||
<button type="submit">Next ></button>
|
||||
<button type="submit">{{#t}}Next >{{/t}}</button>
|
||||
</form>
|
||||
|
||||
<p class="center">Already have an account? <a href="/signin">Sign in</a></p>
|
||||
<p class="center">{{#t}}Already have an account?{{/t}} <a href="/signin">{{#t}}Sign in{{/t}}</a></p>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче