Merge pull request #295 from mozilla/issue-273-untranslated-strings

Ensure all strings are translated. TOS/PP styling.
This commit is contained in:
Nick Chapman 2014-01-21 10:24:03 -08:00
Родитель d9ec9bb1bd b0fbe249f7
Коммит baa790f5b5
7 изменённых файлов: 27 добавлений и 11 удалений

Просмотреть файл

@ -14,7 +14,7 @@
{{#redirectTo}}
<p>{{#t}}You are now ready to use{{/t}} {{ service }}</p>
<a href="{{ redirectTo }}" autofocus>Continue</a>
<a href="{{ redirectTo }}" autofocus>{{#t}}Continue{{/t}}</a>
{{/redirectTo}}
{{^redirectTo}}
<p>{{#t}}Your account is ready!{{/t}}</p>

Просмотреть файл

@ -12,6 +12,6 @@
<p>{{#t}}A verification link has been sent to:{{/t}}<br/>{{email}}.</p>
<div class="links">
<a>Email not showing up? Send again</a>
<a>{{#t}}Email not showing up? Send again{{/t}}</a>
</div>
</section>

Просмотреть файл

@ -11,6 +11,6 @@
</div>
<div class="links">
<a href="/signin">{{#t}}Already have an account?{{/t}} {{#t}}Sign in!{{/t}}</a>
<a href="/signin">{{#t}}Already have an account? Sign in!{{/t}}</a>
</div>
</section>

Просмотреть файл

@ -1,5 +1,13 @@
<h1 id="fxa-pp-header">{{#t}}Privacy Policy{{/t}}</h1>
<header>
<h1 id="fxa-pp-header">{{#t}}Privacy Policy{{/t}}</h1>
</header>
This is some Privacy Policy text
<section>
<p>
{{#t}}This is some Privacy Policy text{{/t}}
</p>
<button id="fxa-pp-back" autofocus>Back</button>
<div class="button-row">
<button id="fxa-pp-back" autofocus>{{#t}}Back{{/t}}</button>
</div>
</section>

Просмотреть файл

@ -12,6 +12,6 @@
{{#redirectTo}}
<p>{{#t}}Continue to{{/t}} {{ service }} {{#t}}on the <strong>Initial Client</strong>.{{/t}}</p>
<a href="{{ redirectTo }}" autofocus>Continue</a>
<a href="{{ redirectTo }}" autofocus>{{#t}}Continue{{/t}}</a>
{{/redirectTo}}
</section>

Просмотреть файл

@ -51,7 +51,7 @@
</form>
<div class="links">
<a href="/signin">{{#t}}Already have an account?{{/t}} {{#t}}Sign in!{{/t}}</a>
<a href="/signin">{{#t}}Already have an account? Sign in!{{/t}}</a>
</div>
</section>

Просмотреть файл

@ -1,5 +1,13 @@
<h1 id="fxa-tos-header">{{#t}}Terms of Service{{/t}}</h1>
<header>
<h1 id="fxa-tos-header">{{#t}}Terms of Service{{/t}}</h1>
</header>
This is some Terms of Service text.
<section>
<p>
{{#t}}This is some Terms of Service text.{{/t}}
</p>
<button id="fxa-tos-back" autofocus>Back</button>
<div class="button-row">
<button id="fxa-tos-back" autofocus>{{#t}}Back{{/t}}</button>
</div>
</section>