Skip to content

Commit 1599d5e

Browse files
committed
translation: added German phrases
1 parent 2df48fc commit 1599d5e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

RetailCoder.VBE/Inspections/InspectionsUI.de.resx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,16 @@
509509
<data name="QualifiedSelectionInspection" xml:space="preserve">
510510
<value>{0}: {1} - {2}.{3}, Zeile {4}</value>
511511
</data>
512+
<data name="SetObjectVariableQuickFix" xml:space="preserve">
513+
<value>Benutze das Schlüsselwort 'Set'</value>
514+
</data>
515+
<data name="ObjectVariableNotSetInspectionResultFormat" xml:space="preserve">
516+
<value>Objektvariable '{0}' wird ohne das 'Set' Schlüsselwort zugewiesen</value>
517+
</data>
518+
<data name="ObjectVariableNotSetInspectionMeta" xml:space="preserve">
519+
<value>Rubberduck hat festgestellt, dass die Variable eine Objektvaribale ist, die ohne 'Set' Schlüsselwort zugewiesen wird. Dies führt zu dem Laufzeitfehler 91 'Objekt oder With Block Variable wurden nicht gesetzt'.</value>
520+
</data>
521+
<data name="ObjectVariableNotSetInspectionName" xml:space="preserve">
522+
<value>Zuweiseung in eine Objektvariable benötigt das 'Set'-Schlüsselwort.</value>
523+
</data>
512524
</root>

RetailCoder.VBE/UI/RubberduckUI.de.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,4 +1483,7 @@ Allen Sternguckern, Likern &amp; Followern, für das warme Kribbeln
14831483
<data name="HotkeyDescription_ParseAll" xml:space="preserve">
14841484
<value>Aktualisierung des Parserstatus</value>
14851485
</data>
1486+
<data name="GroupingStyle_ByMarker" xml:space="preserve">
1487+
<value>Nach Markierung</value>
1488+
</data>
14861489
</root>

0 commit comments

Comments
 (0)