Add RaC resource strings and update comments to English

Added DocumentSigned4RaC and EnvelopeSaved4RaC resource strings with English and German translations. Updated Model.en.resx to include PartlySigned translation. Translated all resource accessor class comments from German to English for clarity.
This commit is contained in:
OlgunR
2026-02-23 16:03:19 +01:00
parent 887d76e2fc
commit 3250f36c1f
3 changed files with 88 additions and 55 deletions

View File

@@ -153,6 +153,9 @@
<data name="DocumentSigned" xml:space="preserve">
<value>Document signed</value>
</data>
<data name="DocumentSigned4RaC" xml:space="preserve">
<value>Document confirmed</value>
</data>
<data name="Draft" xml:space="preserve">
<value>Draft</value>
</data>
@@ -183,6 +186,9 @@
<data name="EnvelopeSaved" xml:space="preserve">
<value>Saved</value>
</data>
<data name="EnvelopeSaved4RaC" xml:space="preserve">
<value>Saved RaC</value>
</data>
<data name="EnvelopeSent" xml:space="preserve">
<value>Sent</value>
</data>
@@ -207,6 +213,9 @@
<data name="No" xml:space="preserve">
<value>No</value>
</data>
<data name="PartlySigned" xml:space="preserve">
<value>Partially signed</value>
</data>
<data name="QualifiedSignature" xml:space="preserve">
<value>Qualified Signature</value>
</data>