Add RaC resource strings and update localization for statuses

Introduce new "4RaC" resource strings for "Read and Confirm" workflow in both English and German resource files, with corresponding C# accessors. Update existing resource values and comments for clarity, remove unused "EnvelopeSaved4RaC" accessor, and ensure consistency across resource entries.
This commit is contained in:
OlgunR
2026-02-24 11:14:13 +01:00
parent 9419cb69ad
commit 8766b9e386
3 changed files with 122 additions and 32 deletions

View File

@@ -114,6 +114,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Vollständig gelesen und bestätigt.
/// </summary>
public static string CompletelySigned4RaC {
get {
return ResourceManager.GetString("CompletelySigned4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vertrag.
/// </summary>
@@ -169,7 +178,7 @@ namespace My.Resources {
}
/// <summary>
/// Looks up a localized string similar to Dokument bestätigt.
/// Looks up a localized string similar to Dokument gelesen und bestätigt.
/// </summary>
public static string DocumentSigned4RaC {
get {
@@ -204,6 +213,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Vollständig gelesen und bestätigt.
/// </summary>
public static string EnvelopeCompletelySigned4RaC {
get {
return ResourceManager.GetString("EnvelopeCompletelySigned4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Umschlag Erstellt.
/// </summary>
@@ -231,6 +249,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Teil-Bestätigt.
/// </summary>
public static string EnvelopePartlySigned4RaC {
get {
return ResourceManager.GetString("EnvelopePartlySigned4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Umschlag in Queue.
/// </summary>
@@ -267,15 +294,6 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Gespeichert RaC.
/// </summary>
public static string EnvelopeSaved4RaC {
get {
return ResourceManager.GetString("EnvelopeSaved4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Gesendet.
/// </summary>
@@ -357,6 +375,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Teil-Bestätigt.
/// </summary>
public static string PartlySigned4RaC {
get {
return ResourceManager.GetString("PartlySigned4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Qualifizierte Signatur.
/// </summary>
@@ -367,7 +394,7 @@ namespace My.Resources {
}
/// <summary>
/// Looks up a localized string similar to Arbeitsanweisung.
/// Looks up a localized string similar to Lesen und Bestätigen.
/// </summary>
public static string ReadAndSign {
get {
@@ -411,6 +438,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Bestätigung.
/// </summary>
public static string Signature4RaC {
get {
return ResourceManager.GetString("Signature4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Signatur bestätigt.
/// </summary>
@@ -429,6 +465,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Gelesen und bestätigt.
/// </summary>
public static string Signed4RaC {
get {
return ResourceManager.GetString("Signed4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Erfolgreich! Dialog wird geschlossen..
/// </summary>
@@ -447,6 +492,15 @@ namespace My.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Nicht bestätigt.
/// </summary>
public static string Unsigned4RaC {
get {
return ResourceManager.GetString("Unsigned4RaC", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ja.
/// </summary>