From b6a24127055757f8dfe33035cd098335be5d6df7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 12 May 2020 16:55:26 +0200 Subject: [PATCH] fix(i18n): missing translations --- messages/uniworx/en-eu.msg | 6 ++++++ templates/i18n/comm-test-tip/en-eu.hamlet | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 templates/i18n/comm-test-tip/en-eu.hamlet diff --git a/messages/uniworx/en-eu.msg b/messages/uniworx/en-eu.msg index 048b499d1..8001d2807 100644 --- a/messages/uniworx/en-eu.msg +++ b/messages/uniworx/en-eu.msg @@ -37,6 +37,9 @@ BtnAllocationAccept: Accept allocation BtnSystemMessageHide: Hide BtnSystemMessageUnhide: Unhide +BtnCommunicationSend: Send +BtnCommunicationTest: Send test message + Aborted: Aborted Remarks: Remarks @@ -952,6 +955,8 @@ MailEditNotifications: Enable/Disable notifications MailSubjectSupport: Support request MailSubjectSupportCustom customSubject: [Support] #{customSubject} +CommCourseTestSubject customSubject: [TEST] #{customSubject} + CommCourseSubject: Course message MailSubjectLecturerInvitation tid ssh csh: [#{tid}-#{ssh}-#{csh}] Invitation to be a course administrator InvitationAcceptDecline: Accept/Decline invitation @@ -1414,6 +1419,7 @@ CommRecipientsTip: You always receive a copy of the message CommRecipientsList: For archival purposes the copy of the message sent to you will contain a complete list of all recipients. The list of recipients will be attached to the email in CSV-format. Other recipients do not receive the list. Thus, please remove the attachment before you forward the email or otherwise share it with third parties. CommDuplicateRecipients n: #{n} duplicate #{pluralEN n "recipient" "recipients"} ignored CommSuccess n: Message was sent to #{n} #{pluralEN n "recipient" "recipients"} +CommTestSuccess: Message was sent only to yourself for testing purposes CommUndisclosedRecipients: Undisclosed recipients CommAllRecipients: all-recipients diff --git a/templates/i18n/comm-test-tip/en-eu.hamlet b/templates/i18n/comm-test-tip/en-eu.hamlet new file mode 100644 index 000000000..a31a5d882 --- /dev/null +++ b/templates/i18n/comm-test-tip/en-eu.hamlet @@ -0,0 +1,16 @@ +$newline never + +

+ + You have, via “_{MsgBtnCommunicationTest}”, the option to initially # + send a copy of the message only to yourself. + +
+ + The test message's subject will then contain the prefix „[TEST]“ and # + will otherwise be identical to the actual message. + +

+ + To actually send the message to all recipients, please use # + “_{MsgBtnSubmit}”.