mastodon/app/views/user_mailer/confirmation_instructions.it.html.erb
Giuseppe Pignataro 2bd46f442d Italian translation (#2654)
* Added Italian Translation of the following files:
Changes to be committed:
	new file:   app/views/user_mailer/confirmation_instructions.it.html.erb
	new file:   app/views/user_mailer/confirmation_instructions.it.text.erb
	new file:   app/views/user_mailer/password_change.it.html.erb
	new file:   app/views/user_mailer/password_change.it.text.erb
	new file:   app/views/user_mailer/reset_password_instructions.it.html.erb
	new file:   app/views/user_mailer/reset_password_instructions.it.text.erb

* Added italian translation
Changes to be committed:
new file:   config/locales/activerecord.it.yml
2017-05-01 18:14:51 +02:00

13 lines
410 B
Plaintext

<p>Benvenuto <%= @resource.email %> !</p>
<p>Hai appena creato un account su <%= @instance %>.</p>
<p>Per confermare la tua iscrizione, fai clic sul seguente link: <br>
<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>
<p>Per piacere leggi anche i nostri <%= link_to 'terms and conditions', terms_url %>.</p>
<p>Sinceramente,<p>
<p>The <%= @instance %> team</p>