Added translations to notifier/diary_comment_notification
This commit is contained in:
parent
ea93b8f499
commit
d4f87f6b9b
5 changed files with 31 additions and 29 deletions
|
@ -1,44 +1,25 @@
|
|||
***************************************************************************
|
||||
* *
|
||||
* Please do not reply to this email. *
|
||||
* Use the OpenStreetMap web site to reply. *
|
||||
* *
|
||||
* Bitte antworten Sie nicht auf diese E-Mail. *
|
||||
* Verwenden Sie die OpenStreetMap Website zum Antworten. *
|
||||
* *
|
||||
* Por favor, no responda a este mensaje. *
|
||||
* Utilice el OpenStreetMap sitio web para responder. *
|
||||
* *
|
||||
* S’il vous plaît de ne pas répondre à ce message. *
|
||||
* Utilisez le OpenStreetMap site Web pour y répondre. *
|
||||
<%= t'banner1' %>
|
||||
<%= t'banner2' %>
|
||||
* *
|
||||
***************************************************************************
|
||||
|
||||
Hi <%= @to_user %>,
|
||||
|
||||
<%= @from_user %> has commented on your recent OpenStreetMap diary entry
|
||||
with the subject "<%= @subject %>":
|
||||
<%= t'notifier.diary.hi', :to_user => @to_user %>
|
||||
|
||||
<%= t'notifier.diary.header', :from_user => @from_user, :subject => @subject %>
|
||||
|
||||
==
|
||||
<%= @body %>
|
||||
==
|
||||
|
||||
You can also read the comment at <%= @readurl %>
|
||||
and you can comment at <%= @commenturl %>
|
||||
or reply at <%= @replyurl %>
|
||||
<%= t'notifier.diary.header', :readurl => @readurl, :commenturl => @commenturl, :replyurl => @replyurl
|
||||
|
||||
|
||||
***************************************************************************
|
||||
* *
|
||||
* Please do not reply to this email. *
|
||||
* Use the OpenStreetMap web site to reply. *
|
||||
* *
|
||||
* Bitte antworten Sie nicht auf diese E-Mail. *
|
||||
* Verwenden Sie die OpenStreetMap Website zum Antworten. *
|
||||
* *
|
||||
* Por favor, no responda a este mensaje. *
|
||||
* Utilice el OpenStreetMap sitio web para responder. *
|
||||
* *
|
||||
* S’il vous plaît de ne pas répondre à ce message. *
|
||||
* Utilisez le OpenStreetMap site Web pour y répondre. *
|
||||
<%= t'banner1' %>
|
||||
<%= t'banner2' %>
|
||||
* *
|
||||
***************************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue