diff --git a/EnvelopeGenerator.Domain/Resources/Model.Designer.cs b/EnvelopeGenerator.Domain/Resources/Model.Designer.cs index cf174a62..0442823a 100644 --- a/EnvelopeGenerator.Domain/Resources/Model.Designer.cs +++ b/EnvelopeGenerator.Domain/Resources/Model.Designer.cs @@ -114,6 +114,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Vollständig gelesen und bestätigt. + /// + public static string CompletelySigned4RaC { + get { + return ResourceManager.GetString("CompletelySigned4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Vertrag. /// @@ -169,7 +178,7 @@ namespace My.Resources { } /// - /// Looks up a localized string similar to Dokument bestätigt. + /// Looks up a localized string similar to Dokument gelesen und bestätigt. /// public static string DocumentSigned4RaC { get { @@ -204,6 +213,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Vollständig gelesen und bestätigt. + /// + public static string EnvelopeCompletelySigned4RaC { + get { + return ResourceManager.GetString("EnvelopeCompletelySigned4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Umschlag Erstellt. /// @@ -231,6 +249,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Teil-Bestätigt. + /// + public static string EnvelopePartlySigned4RaC { + get { + return ResourceManager.GetString("EnvelopePartlySigned4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Umschlag in Queue. /// @@ -267,15 +294,6 @@ namespace My.Resources { } } - /// - /// Looks up a localized string similar to Gespeichert RaC. - /// - public static string EnvelopeSaved4RaC { - get { - return ResourceManager.GetString("EnvelopeSaved4RaC", resourceCulture); - } - } - /// /// Looks up a localized string similar to Gesendet. /// @@ -357,6 +375,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Teil-Bestätigt. + /// + public static string PartlySigned4RaC { + get { + return ResourceManager.GetString("PartlySigned4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Qualifizierte Signatur. /// @@ -367,7 +394,7 @@ namespace My.Resources { } /// - /// Looks up a localized string similar to Arbeitsanweisung. + /// Looks up a localized string similar to Lesen und Bestätigen. /// public static string ReadAndSign { get { @@ -411,6 +438,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Bestätigung. + /// + public static string Signature4RaC { + get { + return ResourceManager.GetString("Signature4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Signatur bestätigt. /// @@ -429,6 +465,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Gelesen und bestätigt. + /// + public static string Signed4RaC { + get { + return ResourceManager.GetString("Signed4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Erfolgreich! Dialog wird geschlossen.. /// @@ -447,6 +492,15 @@ namespace My.Resources { } } + /// + /// Looks up a localized string similar to Nicht bestätigt. + /// + public static string Unsigned4RaC { + get { + return ResourceManager.GetString("Unsigned4RaC", resourceCulture); + } + } + /// /// Looks up a localized string similar to Ja. /// diff --git a/EnvelopeGenerator.Domain/Resources/Model.en.resx b/EnvelopeGenerator.Domain/Resources/Model.en.resx index 63a61bb9..f3b9693e 100644 --- a/EnvelopeGenerator.Domain/Resources/Model.en.resx +++ b/EnvelopeGenerator.Domain/Resources/Model.en.resx @@ -135,6 +135,9 @@ Completely signed + + Completely red and confirmed + Contract @@ -154,7 +157,7 @@ Document signed - Document confirmed + Document red and confirmed Draft @@ -165,15 +168,15 @@ Completely signed + + Completely red and confirmed + Envelope Created Envelope Deleted - - Partly signed - Envelope Queued @@ -186,9 +189,6 @@ Saved - - Saved RaC - Sent @@ -216,6 +216,9 @@ Partially signed + + Partially confirmed + Qualified Signature @@ -231,15 +234,15 @@ Sent - - Signature - Signature confirmed Signed + + Red and confirmed + Successful! Dialog is closed.successful! Dialog is closed. @@ -252,4 +255,19 @@ Yes, with Attachment + + Partly signed + + + Partly confirmed + + + Signature + + + Confirmation + + + Not confirmed + \ No newline at end of file diff --git a/EnvelopeGenerator.Domain/Resources/Model.resx b/EnvelopeGenerator.Domain/Resources/Model.resx index 325664a6..8874f127 100644 --- a/EnvelopeGenerator.Domain/Resources/Model.resx +++ b/EnvelopeGenerator.Domain/Resources/Model.resx @@ -135,6 +135,9 @@ Vollständig Signiert + + Vollständig gelesen und bestätigt + Vertrag @@ -154,7 +157,7 @@ Dokument unterzeichnet - Dokument bestätigt + Dokument gelesen und bestätigt Entwurf @@ -165,15 +168,15 @@ Vollständig signiert + + Vollständig gelesen und bestätigt + Umschlag Erstellt Umschlag Gelöscht - - Teil-Signiert - Umschlag in Queue @@ -186,9 +189,6 @@ Gespeichert - - Gespeichert RaC - Gesendet @@ -216,11 +216,14 @@ Teil-Signiert + + Teil-Bestätigt + Qualifizierte Signatur - Arbeitsanweisung + Lesen und Bestätigen Wollen Sie die 2-Faktor Definition für diesen Empfänger zurücksetzen. Der Empfänger muss sich dann neu identifizieren! @@ -231,15 +234,15 @@ Gesendet - - Signatur - Signatur bestätigt Signiert + + Gelesen und bestätigt + Erfolgreich! Dialog wird geschlossen. @@ -252,4 +255,19 @@ Ja, mit Anhang + + Teil-Signiert + + + Teil-Bestätigt + + + Signatur + + + Bestätigung + + + Nicht bestätigt + \ No newline at end of file