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" >
567
+ <data name =" IntroduceLocalVariableQuickFix" xml : space = " preserve " >
568
568
<value >Introduce local variable</value >
569
569
</data >
570
- <data name =" UndeclaredVariableInspectionMeta" >
570
+ <data name =" UndeclaredVariableInspectionMeta" xml : space = " preserve " >
571
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 >
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" >
576
+ <data name =" ModuleScopeDimKeywordInspectionMeta" xml : space = " preserve " >
577
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 >
578
578
</data >
579
- <data name =" ChangeDimToPrivateQuickFix" >
579
+ <data name =" ChangeDimToPrivateQuickFix" xml : space = " preserve " >
580
580
<value >Replace 'Dim' with 'Private'</value >
581
581
</data >
582
- <data name =" UndeclaredVariableInspectionName" >
582
+ <data name =" UndeclaredVariableInspectionName" xml : space = " preserve " >
583
583
<value >Undeclared variable</value >
584
584
</data >
585
- <data name =" ModuleScopeDimKeywordInspectionName" >
585
+ <data name =" ModuleScopeDimKeywordInspectionName" xml : space = " preserve " >
586
586
<value >Use of 'Dim' keyword at module level</value >
587
587
</data >
588
- <data name =" UndeclaredVariableInspectionResultFormat" >
588
+ <data name =" UndeclaredVariableInspectionResultFormat" xml : space = " preserve " >
589
589
<value >Local variable '{0}' is not declared</value >
590
590
</data >
591
- <data name =" ModuleScopeDimKeywordInspectionResultFormat" >
591
+ <data name =" ModuleScopeDimKeywordInspectionResultFormat" xml : space = " preserve " >
592
592
<value >Module-level variable '{0}' is declared with the 'Dim' keyword.</value >
593
593
</data >
594
- </root >
594
+ </root >
0 commit comments