Nur 1 Datei erlaubt
Receiver-Anzeige in Haupt-Form Abbrechen-Button
This commit is contained in:
@@ -171,9 +171,15 @@
|
||||
<data name="Missing Subject" xml:space="preserve">
|
||||
<value>Missing Subject</value>
|
||||
</data>
|
||||
<data name="Only one file is allowed" xml:space="preserve">
|
||||
<value>Only one file is allowed!</value>
|
||||
</data>
|
||||
<data name="Recipient could not be deleted" xml:space="preserve">
|
||||
<value>Recipient could not be deleted!</value>
|
||||
</data>
|
||||
<data name="Should The Envelope Be Saved" xml:space="preserve">
|
||||
<value>Should the envelope be saved?</value>
|
||||
</data>
|
||||
<data name="The envelope could not be deleted" xml:space="preserve">
|
||||
<value>The envelope could not be deleted!</value>
|
||||
</data>
|
||||
|
||||
@@ -171,9 +171,15 @@
|
||||
<data name="Missing Subject" xml:space="preserve">
|
||||
<value>Missing Subject</value>
|
||||
</data>
|
||||
<data name="Only one file is allowed" xml:space="preserve">
|
||||
<value>Es ist nur eine Datei zulässig!</value>
|
||||
</data>
|
||||
<data name="Recipient could not be deleted" xml:space="preserve">
|
||||
<value>Empfänger konnte nicht gelöscht werden!</value>
|
||||
</data>
|
||||
<data name="Should The Envelope Be Saved" xml:space="preserve">
|
||||
<value>Soll der Umschlag gespeichert werden?</value>
|
||||
</data>
|
||||
<data name="The envelope could not be deleted" xml:space="preserve">
|
||||
<value>Der Umschlag konnte nicht gelöscht werden!</value>
|
||||
</data>
|
||||
|
||||
@@ -226,6 +226,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Es ist nur eine Datei zulässig! ähnelt.
|
||||
'''</summary>
|
||||
Public Shared ReadOnly Property Only_one_file_is_allowed() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("Only one file is allowed", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Empfänger konnte nicht gelöscht werden! ähnelt.
|
||||
'''</summary>
|
||||
@@ -235,6 +244,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Soll der Umschlag gespeichert werden? ähnelt.
|
||||
'''</summary>
|
||||
Public Shared ReadOnly Property Should_The_Envelope_Be_Saved() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("Should The Envelope Be Saved", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Der Umschlag konnte nicht gelöscht werden! ähnelt.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user