Changed 'SignatureConfirmed' value in English to "Finalization confirmed" and in German to "Abschluss bestätigt". Updated designer file comments to match new wording.
545 lines
20 KiB
VB.net
545 lines
20 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <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>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
|
|
Namespace My.Resources
|
|
|
|
'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.
|
|
'''<summary>
|
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
|
'''</summary>
|
|
<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 Shared resourceMan As Global.System.Resources.ResourceManager
|
|
|
|
Private Shared resourceCulture As Global.System.Globalization.CultureInfo
|
|
|
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
|
Friend Sub New()
|
|
MyBase.New
|
|
End Sub
|
|
|
|
'''<summary>
|
|
''' Returns the cached ResourceManager instance used by this class.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Public Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
|
Get
|
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("EnvelopeGenerator.CommonServices.Model", GetType(Model).Assembly)
|
|
resourceMan = temp
|
|
End If
|
|
Return resourceMan
|
|
End Get
|
|
End Property
|
|
|
|
'''<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 Shared Property Culture() As Global.System.Globalization.CultureInfo
|
|
Get
|
|
Return resourceCulture
|
|
End Get
|
|
Set
|
|
resourceCulture = value
|
|
End Set
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Zugriffscode korrekt eingegeben.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property AccessCodeCorrect() As String
|
|
Get
|
|
Return ResourceManager.GetString("AccessCodeCorrect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Zugriffscode falsch eingegeben.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property AccessCodeIncorrect() As String
|
|
Get
|
|
Return ResourceManager.GetString("AccessCodeIncorrect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Zugriffscode angefordert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property AccessCodeRequested() As String
|
|
Get
|
|
Return ResourceManager.GetString("AccessCodeRequested", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Fortgeschrittene Elektronische Signatur.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property AdvancedElectronicSignature() As String
|
|
Get
|
|
Return ResourceManager.GetString("AdvancedElectronicSignature", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Abgeschlossen.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Completed() As String
|
|
Get
|
|
Return ResourceManager.GetString("Completed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Vollständig bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property CompletelyConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("CompletelyConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Vollständig signiert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property CompletelySigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("CompletelySigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Lesebestätigung.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Confirmation() As String
|
|
Get
|
|
Return ResourceManager.GetString("Confirmation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gelesen und Bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Confirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("Confirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Vertrag.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Contract() As String
|
|
Get
|
|
Return ResourceManager.GetString("Contract", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Erstellt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Created() As String
|
|
Get
|
|
Return ResourceManager.GetString("Created", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dokument gelesen und bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dokument Rotation geändert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentMod_Rotation() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentMod_Rotation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dokument geöffnet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentOpened() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentOpened", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Unterzeichnung abgelehnt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentRejected() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentRejected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Lesebestätigung abgelehnt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentRejectedRaC() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentRejectedRaC", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dokument unterzeichnet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property DocumentSigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("DocumentSigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Entwurf.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Draft() As String
|
|
Get
|
|
Return ResourceManager.GetString("Draft", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Archiviert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeArchived() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeArchived", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Vollständig bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeCompletelyConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeCompletelyConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Vollständig signiert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeCompletelySigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeCompletelySigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Umschlag Erstellt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeCreated() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeCreated", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Umschlag Gelöscht.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeDeleted() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeDeleted", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Teil-Bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopePartlyConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopePartlyConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Teil-Signiert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopePartlySigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopePartlySigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Umschlag in Queue.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeQueued() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeQueued", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Umschlag abgelehnt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeRejected() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeRejected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Signierungszertifikat erstellt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeReportCreated() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeReportCreated", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Lesebestätigungszertifikat erstellt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeReportCreatedRaC() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeReportCreatedRaC", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gespeichert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeSaved() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeSaved", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gesendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Umschlag zurückgezogen.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property EnvelopeWithdrawn() As String
|
|
Get
|
|
Return ResourceManager.GetString("EnvelopeWithdrawn", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Zugriffscode versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageAccessCodeSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageAccessCodeSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Abschlussemail versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageCompletionSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageCompletionSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Signaturbestätigung versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageConfirmationSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageConfirmationSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Lesebestätigung versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageConfirmationSentRaC() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageConfirmationSentRaC", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Löschinformation versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageDeletionSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageDeletionSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dokumentenlink versendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property MessageInvitationSent() As String
|
|
Get
|
|
Return ResourceManager.GetString("MessageInvitationSent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Nein.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property No() As String
|
|
Get
|
|
Return ResourceManager.GetString("No", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Teil-Bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property PartlyConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("PartlyConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Teil-Signiert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property PartlySigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("PartlySigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Qualifizierte Signatur.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property QualifiedSignature() As String
|
|
Get
|
|
Return ResourceManager.GetString("QualifiedSignature", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Lesebestätigung.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property ReadAndSign() As String
|
|
Get
|
|
Return ResourceManager.GetString("ReadAndSign", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<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 Shared ReadOnly Property ResetTOTPUser() As String
|
|
Get
|
|
Return ResourceManager.GetString("ResetTOTPUser", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gespeichert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Saved() As String
|
|
Get
|
|
Return ResourceManager.GetString("Saved", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gesendet.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Sent() As String
|
|
Get
|
|
Return ResourceManager.GetString("Sent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Signatur.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Signature() As String
|
|
Get
|
|
Return ResourceManager.GetString("Signature", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Abschluss bestätigt.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property SignatureConfirmed() As String
|
|
Get
|
|
Return ResourceManager.GetString("SignatureConfirmed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Signiert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Signed() As String
|
|
Get
|
|
Return ResourceManager.GetString("Signed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Erfolgreich! Dialog wird geschlossen..
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Success_FormClose() As String
|
|
Get
|
|
Return ResourceManager.GetString("Success_FormClose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Unsigniert.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Unsigned() As String
|
|
Get
|
|
Return ResourceManager.GetString("Unsigned", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ja.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property Yes() As String
|
|
Get
|
|
Return ResourceManager.GetString("Yes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ja, mit Anhang.
|
|
'''</summary>
|
|
Public Shared ReadOnly Property YesWithAttachment() As String
|
|
Get
|
|
Return ResourceManager.GetString("YesWithAttachment", resourceCulture)
|
|
End Get
|
|
End Property
|
|
End Class
|
|
End Namespace
|