Skip to content

Commit b4f2b81

Browse files
authored
Merge pull request #657 from microsoft/juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20251205180201033
LEGO: Pull request from juno/hb_dd8dbf7b-874d-49f2-9313-853dd6e34f6c_20251205180201033 to main
1 parent 4ee99f4 commit b4f2b81

9 files changed

+729
-0
lines changed

loc/lcl/CHT/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,87 @@
6666
</Str>
6767
<Disp Icon="Str" />
6868
</Item>
69+
<Item ItemId=";VSMEF004_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
70+
<Str Cat="Text">
71+
<Val><![CDATA[The type "{0}" defines exports but has non-default constructors that are not annotated with [ImportingConstructor]5D;. Add a parameterless constructor, or annotate a constructor with [ImportingConstructor]5D;.]]></Val>
72+
<Tgt Cat="Text" Stat="Loc" Orig="New">
73+
<Val><![CDATA[型別「{0}」定義了匯出,但有非預設建構函式且未以 [ImportingConstructor]5D; 標註。請新增無參數建構函式,或以 [ImportingConstructor]5D; 標註建構函式。]]></Val>
74+
</Tgt>
75+
</Str>
76+
<Disp Icon="Str" />
77+
</Item>
78+
<Item ItemId=";VSMEF004_Title" ItemType="0" PsrId="211" Leaf="true">
79+
<Str Cat="Text">
80+
<Val><![CDATA[Exported type missing importing constructor]]></Val>
81+
<Tgt Cat="Text" Stat="Loc" Orig="New">
82+
<Val><![CDATA[匯出型別缺少匯入建構函式]]></Val>
83+
</Tgt>
84+
</Str>
85+
<Disp Icon="Str" />
86+
</Item>
87+
<Item ItemId=";VSMEF005_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
88+
<Str Cat="Text">
89+
<Val><![CDATA[The type "{0}" has multiple constructors annotated with [ImportingConstructor]5D;. Only one constructor should be marked as importing.]]></Val>
90+
<Tgt Cat="Text" Stat="Loc" Orig="New">
91+
<Val><![CDATA[型別「{0}」包含多個以 [ImportingConstructor]5D; 標註的建構函式。只有一個建構函式可標記為匯入。]]></Val>
92+
</Tgt>
93+
</Str>
94+
<Disp Icon="Str" />
95+
</Item>
96+
<Item ItemId=";VSMEF005_Title" ItemType="0" PsrId="211" Leaf="true">
97+
<Str Cat="Text">
98+
<Val><![CDATA[Multiple importing constructors]]></Val>
99+
<Tgt Cat="Text" Stat="Loc" Orig="New">
100+
<Val><![CDATA[多個正在匯入的建構函式]]></Val>
101+
</Tgt>
102+
</Str>
103+
<Disp Icon="Str" />
104+
</Item>
105+
<Item ItemId=";VSMEF006_AllowDefaultWithoutNullable_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
106+
<Str Cat="Text">
107+
<Val><![CDATA[The import "{0}" has AllowDefault = true but is not nullable. Consider making the type nullable or removing AllowDefault.]]></Val>
108+
<Tgt Cat="Text" Stat="Loc" Orig="New">
109+
<Val><![CDATA[匯入「{0}」設定 AllowDefault = true,但非可 Null。建議將型別設為可為 Null,或移除 AllowDefault。]]></Val>
110+
</Tgt>
111+
</Str>
112+
<Disp Icon="Str" />
113+
</Item>
114+
<Item ItemId=";VSMEF006_NullableWithoutAllowDefault_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
115+
<Str Cat="Text">
116+
<Val><![CDATA[The import "{0}" is nullable but does not have AllowDefault = true. Consider adding AllowDefault = true or making the type non-nullable (and either add a 'required' modifier or an '= null!' initializer).]]></Val>
117+
<Tgt Cat="Text" Stat="Loc" Orig="New">
118+
<Val><![CDATA[匯入「{0}」可為 Null,但未設定 AllowDefault = true。建議新增 AllowDefault = true,或將型別設為不可為 Null (並加上「required」修飾元或「= null!」初始化程式)。]]></Val>
119+
</Tgt>
120+
</Str>
121+
<Disp Icon="Str" />
122+
</Item>
123+
<Item ItemId=";VSMEF006_Title" ItemType="0" PsrId="211" Leaf="true">
124+
<Str Cat="Text">
125+
<Val><![CDATA[Import nullability and AllowDefault mismatch]]></Val>
126+
<Tgt Cat="Text" Stat="Loc" Orig="New">
127+
<Val><![CDATA[匯入可 NULL 性與 AllowDefault 不相符]]></Val>
128+
</Tgt>
129+
</Str>
130+
<Disp Icon="Str" />
131+
</Item>
132+
<Item ItemId=";VSMEF007_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
133+
<Str Cat="Text">
134+
<Val><![CDATA[The type "{0}" imports the same contract "{1}" multiple times. Each contract should only be imported once per type.]]></Val>
135+
<Tgt Cat="Text" Stat="Loc" Orig="New">
136+
<Val><![CDATA[型別「{0}」多次匯入相同的合約「{1}」。每個合約在每個型別中只能匯入一次。]]></Val>
137+
</Tgt>
138+
</Str>
139+
<Disp Icon="Str" />
140+
</Item>
141+
<Item ItemId=";VSMEF007_Title" ItemType="0" PsrId="211" Leaf="true">
142+
<Str Cat="Text">
143+
<Val><![CDATA[Duplicate import contract]]></Val>
144+
<Tgt Cat="Text" Stat="Loc" Orig="New">
145+
<Val><![CDATA[複製匯入合約]]></Val>
146+
</Tgt>
147+
</Str>
148+
<Disp Icon="Str" />
149+
</Item>
69150
</Item>
70151
</Item>
71152
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">

loc/lcl/DEU/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,87 @@
6666
</Str>
6767
<Disp Icon="Str" />
6868
</Item>
69+
<Item ItemId=";VSMEF004_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
70+
<Str Cat="Text">
71+
<Val><![CDATA[The type "{0}" defines exports but has non-default constructors that are not annotated with [ImportingConstructor]5D;. Add a parameterless constructor, or annotate a constructor with [ImportingConstructor]5D;.]]></Val>
72+
<Tgt Cat="Text" Stat="Loc" Orig="New">
73+
<Val><![CDATA[Der Typ „{0}“ definiert Exporte, hat jedoch nicht standardmäßige Konstruktoren, die nicht mit [ImportingConstructor]5D; gekennzeichnet sind. Fügen Sie einen parameterlosen Konstruktor hinzu oder kennzeichnen Sie einen Konstruktor mit [ImportingConstructor]5D;.]]></Val>
74+
</Tgt>
75+
</Str>
76+
<Disp Icon="Str" />
77+
</Item>
78+
<Item ItemId=";VSMEF004_Title" ItemType="0" PsrId="211" Leaf="true">
79+
<Str Cat="Text">
80+
<Val><![CDATA[Exported type missing importing constructor]]></Val>
81+
<Tgt Cat="Text" Stat="Loc" Orig="New">
82+
<Val><![CDATA[Exportierter Typ ohne importierenden Konstruktor]]></Val>
83+
</Tgt>
84+
</Str>
85+
<Disp Icon="Str" />
86+
</Item>
87+
<Item ItemId=";VSMEF005_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
88+
<Str Cat="Text">
89+
<Val><![CDATA[The type "{0}" has multiple constructors annotated with [ImportingConstructor]5D;. Only one constructor should be marked as importing.]]></Val>
90+
<Tgt Cat="Text" Stat="Loc" Orig="New">
91+
<Val><![CDATA[Der Typ „{0}“ hat mehrere Konstruktoren, die mit [ImportingConstructor]5D; gekennzeichnet sind. Es darf nur ein Konstruktor als „importierend“ markiert sein.]]></Val>
92+
</Tgt>
93+
</Str>
94+
<Disp Icon="Str" />
95+
</Item>
96+
<Item ItemId=";VSMEF005_Title" ItemType="0" PsrId="211" Leaf="true">
97+
<Str Cat="Text">
98+
<Val><![CDATA[Multiple importing constructors]]></Val>
99+
<Tgt Cat="Text" Stat="Loc" Orig="New">
100+
<Val><![CDATA[Mehrere importierende Konstruktoren]]></Val>
101+
</Tgt>
102+
</Str>
103+
<Disp Icon="Str" />
104+
</Item>
105+
<Item ItemId=";VSMEF006_AllowDefaultWithoutNullable_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
106+
<Str Cat="Text">
107+
<Val><![CDATA[The import "{0}" has AllowDefault = true but is not nullable. Consider making the type nullable or removing AllowDefault.]]></Val>
108+
<Tgt Cat="Text" Stat="Loc" Orig="New">
109+
<Val><![CDATA[Der Import „{0}“ hat AllowDefault = true, ist aber nicht Nullwerte zulassend. Erwägen Sie, den Typ als Nullwerte zulassend festzulegen oder AllowDefault zu entfernen.]]></Val>
110+
</Tgt>
111+
</Str>
112+
<Disp Icon="Str" />
113+
</Item>
114+
<Item ItemId=";VSMEF006_NullableWithoutAllowDefault_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
115+
<Str Cat="Text">
116+
<Val><![CDATA[The import "{0}" is nullable but does not have AllowDefault = true. Consider adding AllowDefault = true or making the type non-nullable (and either add a 'required' modifier or an '= null!' initializer).]]></Val>
117+
<Tgt Cat="Text" Stat="Loc" Orig="New">
118+
<Val><![CDATA[Der Import „{0}“ ist Nullwerte zulassend, hat jedoch nicht AllowDefault = true. Erwägen Sie, AllowDefault = true hinzuzufügen oder den Typ als Non-Nullable zu definieren (und entweder den Modifizierer „erforderlich“ oder einen Initialisierer „= null!“ hinzuzufügen).]]></Val>
119+
</Tgt>
120+
</Str>
121+
<Disp Icon="Str" />
122+
</Item>
123+
<Item ItemId=";VSMEF006_Title" ItemType="0" PsrId="211" Leaf="true">
124+
<Str Cat="Text">
125+
<Val><![CDATA[Import nullability and AllowDefault mismatch]]></Val>
126+
<Tgt Cat="Text" Stat="Loc" Orig="New">
127+
<Val><![CDATA[Unstimmigkeit zwischen Import-NULL-Zulässigkeit und AllowDefault]]></Val>
128+
</Tgt>
129+
</Str>
130+
<Disp Icon="Str" />
131+
</Item>
132+
<Item ItemId=";VSMEF007_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
133+
<Str Cat="Text">
134+
<Val><![CDATA[The type "{0}" imports the same contract "{1}" multiple times. Each contract should only be imported once per type.]]></Val>
135+
<Tgt Cat="Text" Stat="Loc" Orig="New">
136+
<Val><![CDATA[Der Typ „{0}“ importiert denselben Vertrag „{1}“ mehrfach. Jeder Vertrag sollte nur einmal pro Typ importiert werden.]]></Val>
137+
</Tgt>
138+
</Str>
139+
<Disp Icon="Str" />
140+
</Item>
141+
<Item ItemId=";VSMEF007_Title" ItemType="0" PsrId="211" Leaf="true">
142+
<Str Cat="Text">
143+
<Val><![CDATA[Duplicate import contract]]></Val>
144+
<Tgt Cat="Text" Stat="Loc" Orig="New">
145+
<Val><![CDATA[Doppelter Importvertrag]]></Val>
146+
</Tgt>
147+
</Str>
148+
<Disp Icon="Str" />
149+
</Item>
69150
</Item>
70151
</Item>
71152
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">

loc/lcl/FRA/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,87 @@
6666
</Str>
6767
<Disp Icon="Str" />
6868
</Item>
69+
<Item ItemId=";VSMEF004_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
70+
<Str Cat="Text">
71+
<Val><![CDATA[The type "{0}" defines exports but has non-default constructors that are not annotated with [ImportingConstructor]5D;. Add a parameterless constructor, or annotate a constructor with [ImportingConstructor]5D;.]]></Val>
72+
<Tgt Cat="Text" Stat="Loc" Orig="New">
73+
<Val><![CDATA[Le type « {0} » définit des exports mais possède des constructeurs non définis par défaut qui ne sont pas annotés avec [ImportingConstructor]5D;. Ajoutez un constructeur sans paramètre ou annotez un constructeur avec [ImportingConstructor]5D;.]]></Val>
74+
</Tgt>
75+
</Str>
76+
<Disp Icon="Str" />
77+
</Item>
78+
<Item ItemId=";VSMEF004_Title" ItemType="0" PsrId="211" Leaf="true">
79+
<Str Cat="Text">
80+
<Val><![CDATA[Exported type missing importing constructor]]></Val>
81+
<Tgt Cat="Text" Stat="Loc" Orig="New">
82+
<Val><![CDATA[Type exporté sans constructeur d’importation]]></Val>
83+
</Tgt>
84+
</Str>
85+
<Disp Icon="Str" />
86+
</Item>
87+
<Item ItemId=";VSMEF005_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
88+
<Str Cat="Text">
89+
<Val><![CDATA[The type "{0}" has multiple constructors annotated with [ImportingConstructor]5D;. Only one constructor should be marked as importing.]]></Val>
90+
<Tgt Cat="Text" Stat="Loc" Orig="New">
91+
<Val><![CDATA[Le type « {0} » a plusieurs constructeurs annotés avec [ImportingConstructor]5D;. Un seul constructeur doit être marqué comme effectuant des importations.]]></Val>
92+
</Tgt>
93+
</Str>
94+
<Disp Icon="Str" />
95+
</Item>
96+
<Item ItemId=";VSMEF005_Title" ItemType="0" PsrId="211" Leaf="true">
97+
<Str Cat="Text">
98+
<Val><![CDATA[Multiple importing constructors]]></Val>
99+
<Tgt Cat="Text" Stat="Loc" Orig="New">
100+
<Val><![CDATA[Plusieurs constructeurs d’importation]]></Val>
101+
</Tgt>
102+
</Str>
103+
<Disp Icon="Str" />
104+
</Item>
105+
<Item ItemId=";VSMEF006_AllowDefaultWithoutNullable_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
106+
<Str Cat="Text">
107+
<Val><![CDATA[The import "{0}" has AllowDefault = true but is not nullable. Consider making the type nullable or removing AllowDefault.]]></Val>
108+
<Tgt Cat="Text" Stat="Loc" Orig="New">
109+
<Val><![CDATA[L’importation « {0} » dispose de AllowDefault = true, mais ne peut pas accepter la valeur Null. Envisagez de faire en sorte que le type puisse accepter la valeur Null ou de supprimer AllowDefault.]]></Val>
110+
</Tgt>
111+
</Str>
112+
<Disp Icon="Str" />
113+
</Item>
114+
<Item ItemId=";VSMEF006_NullableWithoutAllowDefault_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
115+
<Str Cat="Text">
116+
<Val><![CDATA[The import "{0}" is nullable but does not have AllowDefault = true. Consider adding AllowDefault = true or making the type non-nullable (and either add a 'required' modifier or an '= null!' initializer).]]></Val>
117+
<Tgt Cat="Text" Stat="Loc" Orig="New">
118+
<Val><![CDATA[L’importation « {0} » peut accepter la valeur Null, mais ne dispose pas de AllowDefault = true. Envisagez d’ajouter AllowDefault = true ou de faire en sorte que le type ne puisse pas accepter la valeur Null (et d’ajouter soit un modificateur « requis », soit un initialiseur « = null! »).]]></Val>
119+
</Tgt>
120+
</Str>
121+
<Disp Icon="Str" />
122+
</Item>
123+
<Item ItemId=";VSMEF006_Title" ItemType="0" PsrId="211" Leaf="true">
124+
<Str Cat="Text">
125+
<Val><![CDATA[Import nullability and AllowDefault mismatch]]></Val>
126+
<Tgt Cat="Text" Stat="Loc" Orig="New">
127+
<Val><![CDATA[Incompatibilité entre la capacité à accepter la valeur Null et AllowDefault]]></Val>
128+
</Tgt>
129+
</Str>
130+
<Disp Icon="Str" />
131+
</Item>
132+
<Item ItemId=";VSMEF007_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
133+
<Str Cat="Text">
134+
<Val><![CDATA[The type "{0}" imports the same contract "{1}" multiple times. Each contract should only be imported once per type.]]></Val>
135+
<Tgt Cat="Text" Stat="Loc" Orig="New">
136+
<Val><![CDATA[Le type « {0} » importe plusieurs fois le même contrat « {1} ». Chaque contrat ne doit être importé qu’une seule fois par type.]]></Val>
137+
</Tgt>
138+
</Str>
139+
<Disp Icon="Str" />
140+
</Item>
141+
<Item ItemId=";VSMEF007_Title" ItemType="0" PsrId="211" Leaf="true">
142+
<Str Cat="Text">
143+
<Val><![CDATA[Duplicate import contract]]></Val>
144+
<Tgt Cat="Text" Stat="Loc" Orig="New">
145+
<Val><![CDATA[Contrat d’importation en double]]></Val>
146+
</Tgt>
147+
</Str>
148+
<Disp Icon="Str" />
149+
</Item>
69150
</Item>
70151
</Item>
71152
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">

loc/lcl/ITA/Microsoft.VisualStudio.Composition.Analyzers.dll.lcl

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,87 @@
6666
</Str>
6767
<Disp Icon="Str" />
6868
</Item>
69+
<Item ItemId=";VSMEF004_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
70+
<Str Cat="Text">
71+
<Val><![CDATA[The type "{0}" defines exports but has non-default constructors that are not annotated with [ImportingConstructor]5D;. Add a parameterless constructor, or annotate a constructor with [ImportingConstructor]5D;.]]></Val>
72+
<Tgt Cat="Text" Stat="Loc" Orig="New">
73+
<Val><![CDATA[Il tipo "{0}" definisce esportazioni ma ha costruttori non predefiniti che non presentano l'annotazione [ImportingConstructor]5D;. Aggiungere un costruttore senza parametri o annotare un costruttore con [ImportingConstructor]5D;.]]></Val>
74+
</Tgt>
75+
</Str>
76+
<Disp Icon="Str" />
77+
</Item>
78+
<Item ItemId=";VSMEF004_Title" ItemType="0" PsrId="211" Leaf="true">
79+
<Str Cat="Text">
80+
<Val><![CDATA[Exported type missing importing constructor]]></Val>
81+
<Tgt Cat="Text" Stat="Loc" Orig="New">
82+
<Val><![CDATA[Nel tipo esportato non è presente il costruttore di importazione]]></Val>
83+
</Tgt>
84+
</Str>
85+
<Disp Icon="Str" />
86+
</Item>
87+
<Item ItemId=";VSMEF005_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
88+
<Str Cat="Text">
89+
<Val><![CDATA[The type "{0}" has multiple constructors annotated with [ImportingConstructor]5D;. Only one constructor should be marked as importing.]]></Val>
90+
<Tgt Cat="Text" Stat="Loc" Orig="New">
91+
<Val><![CDATA[Il tipo "{0}" contiene più costruttori che presentano l'annotazione [ImportingConstructor]5D;. Solo un costruttore deve essere contrassegnato come di importazione.]]></Val>
92+
</Tgt>
93+
</Str>
94+
<Disp Icon="Str" />
95+
</Item>
96+
<Item ItemId=";VSMEF005_Title" ItemType="0" PsrId="211" Leaf="true">
97+
<Str Cat="Text">
98+
<Val><![CDATA[Multiple importing constructors]]></Val>
99+
<Tgt Cat="Text" Stat="Loc" Orig="New">
100+
<Val><![CDATA[Più costruttori di importazione]]></Val>
101+
</Tgt>
102+
</Str>
103+
<Disp Icon="Str" />
104+
</Item>
105+
<Item ItemId=";VSMEF006_AllowDefaultWithoutNullable_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
106+
<Str Cat="Text">
107+
<Val><![CDATA[The import "{0}" has AllowDefault = true but is not nullable. Consider making the type nullable or removing AllowDefault.]]></Val>
108+
<Tgt Cat="Text" Stat="Loc" Orig="New">
109+
<Val><![CDATA[L'importazione "{0}" ha AllowDefault = true ma non ammette i valori Null. Considerare di rendere il tipo che ammette i valori Null o di rimuovere AllowDefault.]]></Val>
110+
</Tgt>
111+
</Str>
112+
<Disp Icon="Str" />
113+
</Item>
114+
<Item ItemId=";VSMEF006_NullableWithoutAllowDefault_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
115+
<Str Cat="Text">
116+
<Val><![CDATA[The import "{0}" is nullable but does not have AllowDefault = true. Consider adding AllowDefault = true or making the type non-nullable (and either add a 'required' modifier or an '= null!' initializer).]]></Val>
117+
<Tgt Cat="Text" Stat="Loc" Orig="New">
118+
<Val><![CDATA[L'importazione "{0}" ammette i valori Null ma non ha AllowDefault = true. Considerare di aggiungere AllowDefault = true oppure di rendere il tipo che non ammette i valori Null (aggiungendo un modificatore 'required' o un inizializzatore '= null!').]]></Val>
119+
</Tgt>
120+
</Str>
121+
<Disp Icon="Str" />
122+
</Item>
123+
<Item ItemId=";VSMEF006_Title" ItemType="0" PsrId="211" Leaf="true">
124+
<Str Cat="Text">
125+
<Val><![CDATA[Import nullability and AllowDefault mismatch]]></Val>
126+
<Tgt Cat="Text" Stat="Loc" Orig="New">
127+
<Val><![CDATA[Mancata corrispondenza tra supporto dei valori Null dell'importazione e AllowDefault]]></Val>
128+
</Tgt>
129+
</Str>
130+
<Disp Icon="Str" />
131+
</Item>
132+
<Item ItemId=";VSMEF007_MessageFormat" ItemType="0" PsrId="211" Leaf="true">
133+
<Str Cat="Text">
134+
<Val><![CDATA[The type "{0}" imports the same contract "{1}" multiple times. Each contract should only be imported once per type.]]></Val>
135+
<Tgt Cat="Text" Stat="Loc" Orig="New">
136+
<Val><![CDATA[Il tipo "{0}" importa più volte lo stesso contratto "{1}". Ogni contratto deve essere importato una sola volta per tipo.]]></Val>
137+
</Tgt>
138+
</Str>
139+
<Disp Icon="Str" />
140+
</Item>
141+
<Item ItemId=";VSMEF007_Title" ItemType="0" PsrId="211" Leaf="true">
142+
<Str Cat="Text">
143+
<Val><![CDATA[Duplicate import contract]]></Val>
144+
<Tgt Cat="Text" Stat="Loc" Orig="New">
145+
<Val><![CDATA[Contratto di importazione duplicato]]></Val>
146+
</Tgt>
147+
</Str>
148+
<Disp Icon="Str" />
149+
</Item>
69150
</Item>
70151
</Item>
71152
<Item ItemId=";Version" ItemType="0" PsrId="211" Leaf="false">

0 commit comments

Comments
 (0)