Skip to content

Commit

Permalink
i18n(ja): fix mail reply and forward templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed May 11, 2022
1 parent 58a9c56 commit ab5f5ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Expand Up @@ -4,7 +4,7 @@
/>件名: <#subject/><#newLine
/>日付: <#date/><#newLine
/>送信者: <#from/><#newLine
/><#hasReplyTo>返信先: <#replyTo/><#newLine/><#hasReplyTo>
/><#hasReplyTo>返信先: <#replyTo/><#newLine/></#hasReplyTo>
<#hasOrganization>組織: <#organization/><#newLine/></#hasOrganization
>
宛先: <#to/><#newLine
Expand All @@ -15,4 +15,4 @@
<#hasReferences>リファレンス: <#references/><#newLine/></#hasReferences
><#newLine/><#newLine
/><#messageBody
/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/></#signaturePlacementOnBottom>
/><#signaturePlacementOnBottom><#newLine/><#newLine/><#signature/></#signaturePlacementOnBottom>
Expand Up @@ -5,15 +5,14 @@
/>件名: <#subject/><#newLine
/>日付: <#date/><#newLine
/>送信者: <#from/><#newLine
/><#hasReplyTo>返信先: <#replyTo/><#newLine/><#hasReplyTo>
<#hasOrganization>組織: <#organization/><#newLine/></#hasOrganization
/><#hasReplyTo>返信先: <#replyTo/><#newLine/></#hasReplyTo
><#hasOrganization>組織: <#organization/><#newLine/></#hasOrganization
>宛先: <#to/><#newLine
/><#hasCc>CC: <#cc/><#newLine/></#hasCc
><#hasNewsGroups>新しいグループ: <#newsgroups/><#newLine/></#hasNewsGroups
><#hasReferences>リファレンス: <#references/><#newLine/></#hasReferences
></#outlookMode
><#standardMode>On <#date/>, <#from/>
wrote:</#standardMode
><#standardMode>On <#date/>, <#from/> wrote:</#standardMode
><#newLine/><#newLine/><#messageBody
/><#replyPlacementOnBottom><#newLine/><#newLine/></#replyPlacementOnBottom
><#signaturePlacementOnBottom><#newLine/><#signature/></#signaturePlacementOnBottom>

0 comments on commit ab5f5ab

Please sign in to comment.