first pass of creating report

This commit is contained in:
Jonathan Jenne
2023-12-12 16:09:08 +01:00
parent 788d7fac9f
commit f8b30e1a06
12 changed files with 317 additions and 168 deletions

View File

@@ -156,6 +156,9 @@
<data name="Envelope Invitations Sent" xml:space="preserve">
<value>Envelope Invitations Sent</value>
</data>
<data name="Envelope Overview" xml:space="preserve">
<value>Overview</value>
</data>
<data name="Envelope successfully sent" xml:space="preserve">
<value>The invitations were successfully prepared for dispatch.</value>
</data>
@@ -220,7 +223,7 @@
<value>Signature</value>
</data>
<data name="Signature Editor" xml:space="preserve">
<value>Signature Editor</value>
<value>Signature-Editor</value>
</data>
<data name="The envelope could not be deleted" xml:space="preserve">
<value>The envelope could not be deleted!</value>

View File

@@ -156,6 +156,9 @@
<data name="Envelope Invitations Sent" xml:space="preserve">
<value>Die Einladungen wurden versendet</value>
</data>
<data name="Envelope Overview" xml:space="preserve">
<value>Übersicht</value>
</data>
<data name="Envelope successfully sent" xml:space="preserve">
<value>Die Einladungen wurden erfolgreich zum Versand bereitgestellt.</value>
</data>
@@ -220,7 +223,7 @@
<value>Signatur</value>
</data>
<data name="Signature Editor" xml:space="preserve">
<value>Signatur Editor</value>
<value>Signatur-Editor</value>
</data>
<data name="The envelope could not be deleted" xml:space="preserve">
<value>Der Umschlag konnte nicht gelöscht werden!</value>

View File

@@ -190,6 +190,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Übersicht ähnelt.
'''</summary>
Public Shared ReadOnly Property Envelope_Overview() As String
Get
Return ResourceManager.GetString("Envelope Overview", resourceCulture)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Die Einladungen wurden erfolgreich zum Versand bereitgestellt. ähnelt.
'''</summary>
@@ -371,7 +380,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Signatur Editor ähnelt.
''' Sucht eine lokalisierte Zeichenfolge, die Signatur-Editor ähnelt.
'''</summary>
Public Shared ReadOnly Property Signature_Editor() As String
Get