translate last strings on signup requested by email

This commit is contained in:
Carl Chenet 2018-10-17 19:49:00 +02:00
parent 3d0f0db7f2
commit 59db77019b
3 changed files with 6 additions and 2 deletions

View file

@ -60,7 +60,7 @@
<div class="boxline markdown_help_toggler" <div class="boxline markdown_help_toggler"
style="margin-left: 9em; width: 600px;"> style="margin-left: 9em; width: 600px;">
<div class="markdown_help_label"> <div class="markdown_help_label">
Markdown formatting available <%= t('.markdownavailable') %>
</div> </div>
<div style="clear: both;"></div> <div style="clear: both;"></div>
@ -70,7 +70,7 @@
</div> </div>
<p> <p>
<%= submit_tag "Signup" %> <%= submit_tag t('.signup') %>
</p> </p>
<% end %> <% end %>
</div> </div>

View file

@ -396,6 +396,8 @@ en:
passwordagain: "Password (again):" passwordagain: "Password (again):"
about: "Want to tell us about yourself? It's optional, but it will be visible in your public profile and can be changed at any time." about: "Want to tell us about yourself? It's optional, but it will be visible in your public profile and can be changed at any time."
abouttitle: "About:" abouttitle: "About:"
markdownavailable: "Markdown formatting available"
signup: "Signup"
invited: invited:
createaccounttitle: "Create an Account" createaccounttitle: "Create an Account"
stories: stories:

View file

@ -409,6 +409,8 @@ fr:
passwordagain: "Mot de passe (confirmation) :" passwordagain: "Mot de passe (confirmation) :"
about: "Envie de parler de vous ? C'est optionnel, ce sera visible sur votre profil public et vous pourrez le changer comme bon vous semble." about: "Envie de parler de vous ? C'est optionnel, ce sera visible sur votre profil public et vous pourrez le changer comme bon vous semble."
abouttitle: "À propos :" abouttitle: "À propos :"
markdownavailable: "Syntaxe Markdown disponible"
signup: "S'inscrire"
stories: stories:
edit: edit:
edit: "Éditer l'info" edit: "Éditer l'info"