diff options
author | Branko Kokanovic <branko@kokanovic.org> | 2018-01-02 11:39:12 +0000 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2018-01-02 20:39:12 +0900 |
commit | 21b9da6418dabdefbe9628b83ebf3fe18fbf02d7 (patch) | |
tree | 995372dec31d669df50e52ac7385d95ab344d8b1 /app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb | |
parent | 764f87695358c06a823a9c9541f2e8fb092de299 (diff) |
Adding Serbian latin translations (#6146)
Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.
Diffstat (limited to 'app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb')
-rw-r--r-- | app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb b/app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb new file mode 100644 index 000000000..a16008250 --- /dev/null +++ b/app/views/user_mailer/confirmation_instructions.sr-Latn.html.erb @@ -0,0 +1,15 @@ +<p>Dobrodošao <%= @resource.email %> !</p> + +<p>Upravo ste napravili nalog na instanci <%= @instance %>.</p> + +<p>Da potvrdite Vašu registraciju, molimo Vas kliknite na sledeći link: <br> +<%= link_to 'Potvrdi moj nalog', confirmation_url(@resource, confirmation_token: @token) %></p> + +<p>Ako link iznad ne radi, kopirajte i nalepite ovu adresu u adresnu traku: <br> +<span><%= confirmation_url(@resource, confirmation_token: @token) %></span> + +<p>Takođe pogledajte i <%= link_to 'pravila i uslove korišćenja', terms_url %>.</p> + +<p>S poštovanjem,<p> + +<p><%= @instance %> tim</p> |