Localize "envelope expired" page and add resource keys

Added "DocumentSharingPeriodExpired" and "Expired" keys to de-DE, en-US, and fr-FR resource files. Updated EnvelopeExpired.cshtml to use localized strings for the title, heading, and message, enabling full internationalization of the expired envelope page.
This commit is contained in:
2026-02-13 11:24:39 +01:00
parent 8f9ca082e5
commit f855c60be4
4 changed files with 21 additions and 4 deletions

View File

@@ -144,6 +144,9 @@
<data name="DocSigned" xml:space="preserve">
<value>Document signed</value>
</data>
<data name="DocumentSharingPeriodExpired" xml:space="preserve">
<value>The period for sharing documents has expired.</value>
</data>
<data name="en-US" xml:space="preserve">
<value>English</value>
</data>
@@ -153,6 +156,9 @@
<data name="EnvelopeInfo2" xml:space="preserve">
<value>Created on {0} by {1}. You can contact the sender via &lt;span class="highlight highlight-envelope-info-2"&gt;&lt;a class="mail-link" href="mailto:{2}?subject={3}&amp;body=Dear%20{4}%20{5},%0A%0A%0A"&gt;{6}&lt;/a&gt;&lt;/span&gt;.</value>
</data>
<data name="Expired" xml:space="preserve">
<value>Expired</value>
</data>
<data name="FiClass" xml:space="preserve">
<value>fi-us</value>
</data>