i18n of reply at line in the private message of the intern messages

This commit is contained in:
Carl Chenet 2017-02-05 23:35:16 +01:00
parent 52e229f58a
commit 554a135d01
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,3 @@
<%= word_wrap(@message.plaintext_body, :line_width => 72).gsub(/\n/, "\n ") %>
Reply at <%= @message.url %>
<%= t('.replyat') %><%= @message.url %>

View file

@ -95,6 +95,9 @@ en:
delete: "delete"
reply: "reply"
about: "on:"
email_message:
notification.text:
replyat: "Reply at "
global:
markdownhelp:
emphasizedtext: "emphasized text"

View file

@ -97,6 +97,9 @@ fr:
delete: "supprimer"
reply: "répondre"
about: "sur :"
email_message:
notification.text:
replyat: "Répondre à "
global:
markdownhelp:
emphasizedtext: "italique"