Skip to content

Commit 8325c63

Browse files
committed
translation: fixed some typos and phrases
1 parent 10c7659 commit 8325c63

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RetailCoder.VBE/Inspections/InspectionsUI.de.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@
271271
<value>Arrays sind normalerweise null-basiert. Diese Option ändert die untere Standardgrenze für impliziert erzeugte Arrays. Dies kann einen 'off-by-one' Fehler erzeugen, wenn sie nicht sorgsam eingesetzt wird.</value>
272272
</data>
273273
<data name="OptionBaseInspectionName" xml:space="preserve">
274-
<value>Option Base 1' ist angegeben.</value>
274+
<value>'Option Base 1' ist angegeben.</value>
275275
</data>
276276
<data name="OptionExplicitInspectionMeta" xml:space="preserve">
277277
<value>Rubberduck kann keine Variablen auswerten, die nicht deklariert wurden. Nutze am besten 'Option Explicit' um fehleranfällige Programme zu erstellen.</value>
278278
</data>
279279
<data name="OptionExplicitInspectionName" xml:space="preserve">
280-
<value>Option Expilicit' ist nicht angegeben.</value>
280+
<value>'Option Expilicit' ist nicht angegeben.</value>
281281
</data>
282282
<data name="ParameterCanBeByValInspectionMeta" xml:space="preserve">
283283
<value>Ein Parameter der als Referenz übergeben wird, aber keine neue Wert- oder Referenzzuweisung erhält, sollte als Wert übergeben werden.</value>
@@ -441,7 +441,7 @@
441441
<value>Ersetze 'Global' durch 'Public'</value>
442442
</data>
443443
<data name="OptionExplicitInspectionResultFormat" xml:space="preserve">
444-
<value>Option Explicit' ist für '{0}' nicht angegeben.</value>
444+
<value>'Option Explicit' ist für '{0}' nicht angegeben.</value>
445445
</data>
446446
<data name="OptionExplicitQuickFix" xml:space="preserve">
447447
<value>Setze 'Option Explicit'</value>

RetailCoder.VBE/UI/RubberduckUI.de.resx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,10 +1465,10 @@ Warnung: Alle eigenen Einstellungen gehen dabei verloren. Die Originaldatei wird
14651465
<value>Hotkey zum Einrücken von Prozeduren</value>
14661466
</data>
14671467
<data name="CodeInspectionResults_GroupByModule" xml:space="preserve">
1468-
<value>Für Module</value>
1468+
<value>Nach Modulen</value>
14691469
</data>
14701470
<data name="CodeInspectionResults_GroupByType" xml:space="preserve">
1471-
<value>Für Inspektionstyp</value>
1471+
<value>Nach Inspektionstyp</value>
14721472
</data>
14731473
<data name="CodeInspectionResults_Issue" xml:space="preserve">
14741474
<value>Problem</value>
@@ -1483,13 +1483,13 @@ Warnung: Alle eigenen Einstellungen gehen dabei verloren. Die Originaldatei wird
14831483
<value>Gruppierung</value>
14841484
</data>
14851485
<data name="GroupingStyle_ByInspectionType" xml:space="preserve">
1486-
<value>Für Inspektionstyp</value>
1486+
<value>Nach Inspektionstyp</value>
14871487
</data>
14881488
<data name="GroupingStyle_ByLocation" xml:space="preserve">
1489-
<value>Für Ort</value>
1489+
<value>Nach Ort</value>
14901490
</data>
14911491
<data name="GroupingStyle_ByOutcome" xml:space="preserve">
1492-
<value>Für Ergebnis</value>
1492+
<value>Nach Ergebnis</value>
14931493
</data>
14941494
<data name="GeneralSettings_AutoSaveLabel" xml:space="preserve">
14951495
<value>Autospeicherung:</value>

0 commit comments

Comments
 (0)