forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAK-41225: Changes for internationalitation (sakaiproject#6488)
- Loading branch information
1 parent
ace405b
commit 19e389e
Showing
5 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
16 changes: 7 additions & 9 deletions
16
polls/api/src/java/org/sakaiproject/poll/templates/notifyDeletedOption.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<emailTemplate> | ||
<locale></locale> | ||
<subject>[${localSakaiName}] A poll option you voted for has been deleted</subject> | ||
<subject>[${localSakaiName}] ${subject}</subject> | ||
<key>polls.notifyDeletedOption</key> | ||
<owner>admin</owner> | ||
<version>2</version> | ||
<message>Dear ${recipientFirstName}, | ||
<message>${message1} ${recipientFirstName}, | ||
|
||
The poll option you voted for in the site '${siteTitle}' has been deleted | ||
by a poll maintainer. The poll question is: | ||
${message2} '${siteTitle}' ${message3} | ||
|
||
${pollQuestion} | ||
|
||
Please log in to ${localSakaiName} and place a new vote for the poll. | ||
${message4} ${localSakaiName} ${message5} | ||
</message> | ||
<htmlMessage>Dear ${recipientFirstName}, | ||
<htmlMessage>${message1} ${recipientFirstName}, | ||
<br /> | ||
<br /> | ||
The poll option you voted for in the site '${siteTitle}' has been deleted | ||
by a poll maintainer. The poll question is: | ||
${message2} '${siteTitle}' ${message3} | ||
<br /> | ||
<br /> | ||
${pollQuestion} | ||
<br /> | ||
<br /> | ||
Please log in to ${localSakaiName} and place a new vote for the poll. | ||
${message4} ${localSakaiName} ${message5} | ||
<br /> | ||
</htmlMessage> | ||
</emailTemplate> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
subject=A poll option you voted for has been deleted | ||
message1=Dear | ||
message2=The poll option you voted for in the site | ||
message3=has been deleted by a poll maintainer. The poll question is: | ||
message4=Please log in to | ||
message5=and place a new vote for the poll. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
subject=Se ha eliminado una opci\u00f3n de encuesta por la que has votado. | ||
message1=Estimado/a | ||
message2=La opci\u00f3n de encuesta por la que vot\u00f3 en el sitio | ||
message3=ha sido eliminada por un administrador. La pregunta de la encuesta es: | ||
message4=Por favor inicie sesi\u00f3n en | ||
message5=y vote de nuevo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters