Merge branch 'master' of http://git.dd:3000/AppStd/EnvelopeGenerator
This commit is contained in:
@@ -131,7 +131,7 @@ Public Class EnvelopeModel
|
||||
|
||||
If Database.ExecuteNonQuery(oCommand) Then
|
||||
pEnvelope.Id = GetEnvelopeId(pEnvelope)
|
||||
SetEnvelopeDate(pEnvelope) 'TODO JJ fragen
|
||||
SetEnvelopeDate(pEnvelope)
|
||||
Return True
|
||||
Else
|
||||
Return False
|
||||
|
||||
@@ -231,6 +231,9 @@
|
||||
<data name="There are already elements for this recipient" xml:space="preserve">
|
||||
<value>There are already elements for this recipient. Do you still want to delete the recipient?</value>
|
||||
</data>
|
||||
<data name="There are unsaved changes." xml:space="preserve">
|
||||
<value>There are unsaved changes. Do you want to save them?</value>
|
||||
</data>
|
||||
<data name="You received a document to sign" xml:space="preserve">
|
||||
<value>You received a document to sign:</value>
|
||||
</data>
|
||||
|
||||
@@ -231,6 +231,9 @@
|
||||
<data name="There are already elements for this recipient" xml:space="preserve">
|
||||
<value>Es gibt für diesen Empfänger bereits Elemente. Wollen Sie den Empfänger trotzdem löschen?</value>
|
||||
</data>
|
||||
<data name="There are unsaved changes" xml:space="preserve">
|
||||
<value>Es sind ungespeicherte Änderungen vorhanden. Wollen Sie diese Speichern?</value>
|
||||
</data>
|
||||
<data name="You received a document to sign" xml:space="preserve">
|
||||
<value>Sie haben ein Dokument zum signieren erhalten:</value>
|
||||
</data>
|
||||
|
||||
@@ -406,6 +406,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Es sind ungespeicherte Änderungen vorhanden. Wollen Sie diese Speichern? ähnelt.
|
||||
'''</summary>
|
||||
Public Shared ReadOnly Property There_are_unsaved_changes() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("There are unsaved changes", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Sie haben ein Dokument zum signieren erhalten: ähnelt.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user