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:
@@ -144,6 +144,9 @@
|
||||
<data name="DocSigned" xml:space="preserve">
|
||||
<value>Document signé</value>
|
||||
</data>
|
||||
<data name="DocumentSharingPeriodExpired" xml:space="preserve">
|
||||
<value>La période de partage des documents a expiré.</value>
|
||||
</data>
|
||||
<data name="en-US" xml:space="preserve">
|
||||
<value>Anglais</value>
|
||||
</data>
|
||||
@@ -153,6 +156,9 @@
|
||||
<data name="EnvelopeInfo2" xml:space="preserve">
|
||||
<value>Créé le {0} par {1}. Vous pouvez contacter l’expéditeur via <span class="highlight highlight-envelope-info-2"><a class="mail-link" href="mailto:{2}?subject={3}&body=Cher%20{4}%20{5},%0A%0A%0A">{6}</a></span>.</value>
|
||||
</data>
|
||||
<data name="Expired" xml:space="preserve">
|
||||
<value>Expiré</value>
|
||||
</data>
|
||||
<data name="FiClass" xml:space="preserve">
|
||||
<value>fi-fr</value>
|
||||
</data>
|
||||
@@ -264,5 +270,4 @@
|
||||
<data name="WrongAccessCode" xml:space="preserve">
|
||||
<value>Code d’accès invalide.</value>
|
||||
</data>
|
||||
|
||||
</root>
|
||||
Reference in New Issue
Block a user