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.
469 lines
16 KiB
C#
469 lines
16 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace My.Resources {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Model {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Model() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("EnvelopeGenerator.Domain.Resources.Model", typeof(Model).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zugriffscode korrekt eingegeben.
|
|
/// </summary>
|
|
public static string AccessCodeCorrect {
|
|
get {
|
|
return ResourceManager.GetString("AccessCodeCorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zugriffscode falsch eingegeben.
|
|
/// </summary>
|
|
public static string AccessCodeIncorrect {
|
|
get {
|
|
return ResourceManager.GetString("AccessCodeIncorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zugriffscode angefordert.
|
|
/// </summary>
|
|
public static string AccessCodeRequested {
|
|
get {
|
|
return ResourceManager.GetString("AccessCodeRequested", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fortgeschrittene Elektronische Signatur.
|
|
/// </summary>
|
|
public static string AdvancedElectronicSignature {
|
|
get {
|
|
return ResourceManager.GetString("AdvancedElectronicSignature", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abgeschlossen.
|
|
/// </summary>
|
|
public static string Completed {
|
|
get {
|
|
return ResourceManager.GetString("Completed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vollständig Signiert.
|
|
/// </summary>
|
|
public static string CompletelySigned {
|
|
get {
|
|
return ResourceManager.GetString("CompletelySigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vertrag.
|
|
/// </summary>
|
|
public static string Contract {
|
|
get {
|
|
return ResourceManager.GetString("Contract", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Erstellt.
|
|
/// </summary>
|
|
public static string Created {
|
|
get {
|
|
return ResourceManager.GetString("Created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokument Rotation geändert.
|
|
/// </summary>
|
|
public static string DocumentMod_Rotation {
|
|
get {
|
|
return ResourceManager.GetString("DocumentMod_Rotation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokument geöffnet.
|
|
/// </summary>
|
|
public static string DocumentOpened {
|
|
get {
|
|
return ResourceManager.GetString("DocumentOpened", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unterzeichnung abgelehnt.
|
|
/// </summary>
|
|
public static string DocumentRejected {
|
|
get {
|
|
return ResourceManager.GetString("DocumentRejected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokument unterzeichnet.
|
|
/// </summary>
|
|
public static string DocumentSigned {
|
|
get {
|
|
return ResourceManager.GetString("DocumentSigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokument bestätigt.
|
|
/// </summary>
|
|
public static string DocumentSigned4RaC {
|
|
get {
|
|
return ResourceManager.GetString("DocumentSigned4RaC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Entwurf.
|
|
/// </summary>
|
|
public static string Draft {
|
|
get {
|
|
return ResourceManager.GetString("Draft", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Archiviert.
|
|
/// </summary>
|
|
public static string EnvelopeArchived {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeArchived", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vollständig signiert.
|
|
/// </summary>
|
|
public static string EnvelopeCompletelySigned {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeCompletelySigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umschlag Erstellt.
|
|
/// </summary>
|
|
public static string EnvelopeCreated {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeCreated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umschlag Gelöscht.
|
|
/// </summary>
|
|
public static string EnvelopeDeleted {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeDeleted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Teil-Signiert.
|
|
/// </summary>
|
|
public static string EnvelopePartlySigned {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopePartlySigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umschlag in Queue.
|
|
/// </summary>
|
|
public static string EnvelopeQueued {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeQueued", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umschlag abgelehnt.
|
|
/// </summary>
|
|
public static string EnvelopeRejected {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeRejected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Signierungszertifikat erstellt.
|
|
/// </summary>
|
|
public static string EnvelopeReportCreated {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeReportCreated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gespeichert.
|
|
/// </summary>
|
|
public static string EnvelopeSaved {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeSaved", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <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>
|
|
public static string EnvelopeSent {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Umschlag zurückgezogen.
|
|
/// </summary>
|
|
public static string EnvelopeWithdrawn {
|
|
get {
|
|
return ResourceManager.GetString("EnvelopeWithdrawn", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Zugriffscode versendet.
|
|
/// </summary>
|
|
public static string MessageAccessCodeSent {
|
|
get {
|
|
return ResourceManager.GetString("MessageAccessCodeSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abschlussemail versendet.
|
|
/// </summary>
|
|
public static string MessageCompletionSent {
|
|
get {
|
|
return ResourceManager.GetString("MessageCompletionSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Signaturbestätigung versendet.
|
|
/// </summary>
|
|
public static string MessageConfirmationSent {
|
|
get {
|
|
return ResourceManager.GetString("MessageConfirmationSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Löschinformation versendet.
|
|
/// </summary>
|
|
public static string MessageDeletionSent {
|
|
get {
|
|
return ResourceManager.GetString("MessageDeletionSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Dokumentenlink versendet.
|
|
/// </summary>
|
|
public static string MessageInvitationSent {
|
|
get {
|
|
return ResourceManager.GetString("MessageInvitationSent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Nein.
|
|
/// </summary>
|
|
public static string No {
|
|
get {
|
|
return ResourceManager.GetString("No", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Teil-Signiert.
|
|
/// </summary>
|
|
public static string PartlySigned {
|
|
get {
|
|
return ResourceManager.GetString("PartlySigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Qualifizierte Signatur.
|
|
/// </summary>
|
|
public static string QualifiedSignature {
|
|
get {
|
|
return ResourceManager.GetString("QualifiedSignature", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Arbeitsanweisung.
|
|
/// </summary>
|
|
public static string ReadAndSign {
|
|
get {
|
|
return ResourceManager.GetString("ReadAndSign", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wollen Sie die 2-Faktor Definition für diesen Empfänger zurücksetzen. Der Empfänger muss sich dann neu identifizieren!.
|
|
/// </summary>
|
|
public static string ResetTOTPUser {
|
|
get {
|
|
return ResourceManager.GetString("ResetTOTPUser", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gespeichert.
|
|
/// </summary>
|
|
public static string Saved {
|
|
get {
|
|
return ResourceManager.GetString("Saved", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Gesendet.
|
|
/// </summary>
|
|
public static string Sent {
|
|
get {
|
|
return ResourceManager.GetString("Sent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Signatur.
|
|
/// </summary>
|
|
public static string Signature {
|
|
get {
|
|
return ResourceManager.GetString("Signature", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Signatur bestätigt.
|
|
/// </summary>
|
|
public static string SignatureConfirmed {
|
|
get {
|
|
return ResourceManager.GetString("SignatureConfirmed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Signiert.
|
|
/// </summary>
|
|
public static string Signed {
|
|
get {
|
|
return ResourceManager.GetString("Signed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Erfolgreich! Dialog wird geschlossen..
|
|
/// </summary>
|
|
public static string Success_FormClose {
|
|
get {
|
|
return ResourceManager.GetString("Success_FormClose", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unsigniert.
|
|
/// </summary>
|
|
public static string Unsigned {
|
|
get {
|
|
return ResourceManager.GetString("Unsigned", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ja.
|
|
/// </summary>
|
|
public static string Yes {
|
|
get {
|
|
return ResourceManager.GetString("Yes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ja, mit Anhang.
|
|
/// </summary>
|
|
public static string YesWithAttachment {
|
|
get {
|
|
return ResourceManager.GetString("YesWithAttachment", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|