|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <root>
|
3 | 3 | <!--
|
4 | 4 | Microsoft ResX Schema
|
|
59 | 59 | : using a System.ComponentModel.TypeConverter
|
60 | 60 | : and then encoded with base64 encoding.
|
61 | 61 | -->
|
62 |
| - <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root"> |
| 62 | + <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> |
63 | 63 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
64 | 64 | <xsd:element name="root" msdata:IsDataSet="true">
|
65 | 65 | <xsd:complexType>
|
@@ -333,7 +333,7 @@ Falls der Parameter 'null' sein kann, bitte dieses Auftreten ignorieren. 'null'
|
333 | 333 | <value>Variable wurde deklariert aber nie genutzt.</value>
|
334 | 334 | </data>
|
335 | 335 | <data name="VariableNotUsedInspectionMeta" xml:space="preserve">
|
336 |
| - <value>Eine Variable wurde deklariert und hat eine Wert-/Referenzzuweisung erhalten, allerdings wird diese Variable nicht weitergenutzt.</value> |
| 336 | + <value>Eine Variable wurde deklariert, allerdings wird diese Variable nicht weitergenutzt.</value> |
337 | 337 | </data>
|
338 | 338 | <data name="VariableNotUsedInspectionName" xml:space="preserve">
|
339 | 339 | <value>Die Variable wird nicht referenziert.</value>
|
@@ -564,31 +564,31 @@ Falls der Parameter 'null' sein kann, bitte dieses Auftreten ignorieren. 'null'
|
564 | 564 | <data name="MalformedAnnotationInspectionMeta" xml:space="preserve">
|
565 | 565 | <value>Eine Annotation in einem Kommentar konnte nicht gelesen werden.</value>
|
566 | 566 | </data>
|
567 |
| - <data name="IntroduceLocalVariableQuickFix"> |
568 |
| - <value>Introduce local variable</value> |
| 567 | + <data name="IntroduceLocalVariableQuickFix" xml:space="preserve"> |
| 568 | + <value>Lokale Variable einführen</value> |
569 | 569 | </data>
|
570 |
| - <data name="UndeclaredVariableInspectionMeta"> |
571 |
| - <value>Code that uses undeclared variables does not compile when Option Explicit is specified. Undeclared variables are always Variant, a data type that incurs unnecessary overhead and storage.</value> |
| 570 | + <data name="UndeclaredVariableInspectionMeta" xml:space="preserve"> |
| 571 | + <value>Code, der undeklarierte Variablen verwendet, kompiliert nicht wenn 'Option Explicit' spezifiziert wird. Undeklarierte Variablen sind immer vom Typ 'Variant', was unnötige Zusatzkosten in Ausführungszeit und Speicherverbauch verursacht.</value> |
572 | 572 | </data>
|
573 |
| - <data name="WriteOnlyPropertyQuickFix"> |
| 573 | + <data name="WriteOnlyPropertyQuickFix" xml:space="preserve"> |
574 | 574 | <value>Add property get</value>
|
575 | 575 | </data>
|
576 |
| - <data name="ModuleScopeDimKeywordInspectionMeta"> |
577 |
| - <value>The 'Public' keyword can only be used at module level; its counterpart 'Private' can also only be used at module level. 'Dim' however, can be used to declare both procedure and module scope variables. For consistency, it would be preferable to reserve 'Dim' for locals, and thus to use 'Private' instead of 'Dim' at module level.</value> |
| 576 | + <data name="ModuleScopeDimKeywordInspectionMeta" xml:space="preserve"> |
| 577 | + <value>Das Schlüsselwort 'Public' kann nur auf Modulebene verwendet werden; Sein Konterpart 'Private' kann auch nur auf Modulebene verwendet werden. 'Dim' jedoch kann verwendet werden, um sowohl modulweite als auch prozedurweite Variablen zu deklarieren. Um der Konsistenz Willen ist es besser, 'Dim' nur für lokale Variablen zu verwenden, also 'Private' statt 'Dim' auf Modulebene zu verwenden.</value> |
578 | 578 | </data>
|
579 |
| - <data name="ChangeDimToPrivateQuickFix"> |
580 |
| - <value>Replace 'Dim' with 'Private'</value> |
| 579 | + <data name="ChangeDimToPrivateQuickFix" xml:space="preserve"> |
| 580 | + <value>'Dim' durch 'Private' ersetzen</value> |
581 | 581 | </data>
|
582 |
| - <data name="UndeclaredVariableInspectionName"> |
583 |
| - <value>Undeclared variable</value> |
| 582 | + <data name="UndeclaredVariableInspectionName" xml:space="preserve"> |
| 583 | + <value>Nicht deklarierte Variable</value> |
584 | 584 | </data>
|
585 |
| - <data name="ModuleScopeDimKeywordInspectionName"> |
586 |
| - <value>Use of 'Dim' keyword at module level</value> |
| 585 | + <data name="ModuleScopeDimKeywordInspectionName" xml:space="preserve"> |
| 586 | + <value>Verwendung von 'Dim' auf Modulebene</value> |
587 | 587 | </data>
|
588 |
| - <data name="UndeclaredVariableInspectionResultFormat"> |
589 |
| - <value>Local variable '{0}' is not declared</value> |
| 588 | + <data name="UndeclaredVariableInspectionResultFormat" xml:space="preserve"> |
| 589 | + <value>Die lokale Variable '{0}' wurde nicht deklariert</value> |
590 | 590 | </data>
|
591 |
| - <data name="ModuleScopeDimKeywordInspectionResultFormat"> |
592 |
| - <value>Module-level variable '{0}' is declared with the 'Dim' keyword.</value> |
| 591 | + <data name="ModuleScopeDimKeywordInspectionResultFormat" xml:space="preserve"> |
| 592 | + <value>Die Modulvariable '{0}' ist mit dem 'Dim'-Schlüsselwort deklariert.</value> |
593 | 593 | </data>
|
594 | 594 | </root>
|
0 commit comments