1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <root>
|
---|
3 | <!--
|
---|
4 | Microsoft ResX Schema
|
---|
5 |
|
---|
6 | Version 2.0
|
---|
7 |
|
---|
8 | The primary goals of this format is to allow a simple XML format
|
---|
9 | that is mostly human readable. The generation and parsing of the
|
---|
10 | various data types are done through the TypeConverter classes
|
---|
11 | associated with the data types.
|
---|
12 |
|
---|
13 | Example:
|
---|
14 |
|
---|
15 | ... ado.net/XML headers & schema ...
|
---|
16 | <resheader name="resmimetype">text/microsoft-resx</resheader>
|
---|
17 | <resheader name="version">2.0</resheader>
|
---|
18 | <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
---|
19 | <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
---|
20 | <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
---|
21 | <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
---|
22 | <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
---|
23 | <value>[base64 mime encoded serialized .NET Framework object]</value>
|
---|
24 | </data>
|
---|
25 | <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
---|
26 | <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
---|
27 | <comment>This is a comment</comment>
|
---|
28 | </data>
|
---|
29 |
|
---|
30 | There are any number of "resheader" rows that contain simple
|
---|
31 | name/value pairs.
|
---|
32 |
|
---|
33 | Each data row contains a name, and value. The row also contains a
|
---|
34 | type or mimetype. Type corresponds to a .NET class that support
|
---|
35 | text/value conversion through the TypeConverter architecture.
|
---|
36 | Classes that don't support this are serialized and stored with the
|
---|
37 | mimetype set.
|
---|
38 |
|
---|
39 | The mimetype is used for serialized objects, and tells the
|
---|
40 | ResXResourceReader how to depersist the object. This is currently not
|
---|
41 | extensible. For a given mimetype the value must be set accordingly:
|
---|
42 |
|
---|
43 | Note - application/x-microsoft.net.object.binary.base64 is the format
|
---|
44 | that the ResXResourceWriter will generate, however the reader can
|
---|
45 | read any of the formats listed below.
|
---|
46 |
|
---|
47 | mimetype: application/x-microsoft.net.object.binary.base64
|
---|
48 | value : The object must be serialized with
|
---|
49 | : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
---|
50 | : and then encoded with base64 encoding.
|
---|
51 |
|
---|
52 | mimetype: application/x-microsoft.net.object.soap.base64
|
---|
53 | value : The object must be serialized with
|
---|
54 | : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
---|
55 | : and then encoded with base64 encoding.
|
---|
56 |
|
---|
57 | mimetype: application/x-microsoft.net.object.bytearray.base64
|
---|
58 | value : The object must be serialized into a byte array
|
---|
59 | : using a System.ComponentModel.TypeConverter
|
---|
60 | : and then encoded with base64 encoding.
|
---|
61 | -->
|
---|
62 | <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
---|
63 | <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
---|
64 | <xsd:element name="root" msdata:IsDataSet="true">
|
---|
65 | <xsd:complexType>
|
---|
66 | <xsd:choice maxOccurs="unbounded">
|
---|
67 | <xsd:element name="metadata">
|
---|
68 | <xsd:complexType>
|
---|
69 | <xsd:sequence>
|
---|
70 | <xsd:element name="value" type="xsd:string" minOccurs="0" />
|
---|
71 | </xsd:sequence>
|
---|
72 | <xsd:attribute name="name" use="required" type="xsd:string" />
|
---|
73 | <xsd:attribute name="type" type="xsd:string" />
|
---|
74 | <xsd:attribute name="mimetype" type="xsd:string" />
|
---|
75 | <xsd:attribute ref="xml:space" />
|
---|
76 | </xsd:complexType>
|
---|
77 | </xsd:element>
|
---|
78 | <xsd:element name="assembly">
|
---|
79 | <xsd:complexType>
|
---|
80 | <xsd:attribute name="alias" type="xsd:string" />
|
---|
81 | <xsd:attribute name="name" type="xsd:string" />
|
---|
82 | </xsd:complexType>
|
---|
83 | </xsd:element>
|
---|
84 | <xsd:element name="data">
|
---|
85 | <xsd:complexType>
|
---|
86 | <xsd:sequence>
|
---|
87 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
---|
88 | <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
---|
89 | </xsd:sequence>
|
---|
90 | <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
---|
91 | <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
---|
92 | <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
---|
93 | <xsd:attribute ref="xml:space" />
|
---|
94 | </xsd:complexType>
|
---|
95 | </xsd:element>
|
---|
96 | <xsd:element name="resheader">
|
---|
97 | <xsd:complexType>
|
---|
98 | <xsd:sequence>
|
---|
99 | <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
---|
100 | </xsd:sequence>
|
---|
101 | <xsd:attribute name="name" type="xsd:string" use="required" />
|
---|
102 | </xsd:complexType>
|
---|
103 | </xsd:element>
|
---|
104 | </xsd:choice>
|
---|
105 | </xsd:complexType>
|
---|
106 | </xsd:element>
|
---|
107 | </xsd:schema>
|
---|
108 | <resheader name="resmimetype">
|
---|
109 | <value>text/microsoft-resx</value>
|
---|
110 | </resheader>
|
---|
111 | <resheader name="version">
|
---|
112 | <value>2.0</value>
|
---|
113 | </resheader>
|
---|
114 | <resheader name="reader">
|
---|
115 | <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
---|
116 | </resheader>
|
---|
117 | <resheader name="writer">
|
---|
118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
---|
119 | </resheader>
|
---|
120 | <data name="HeuristicLab.SimulationCore.HLSimDomainModel.Description" xml:space="preserve">
|
---|
121 | <value>Description for HeuristicLab.SimulationCore.HLSim</value>
|
---|
122 | <comment>Description for DslLibrary 'HLSim'</comment>
|
---|
123 | </data>
|
---|
124 | <data name="HeuristicLab.SimulationCore.HLSimDomainModel.DisplayName" xml:space="preserve">
|
---|
125 | <value>HLSim</value>
|
---|
126 | <comment>DisplayName for DslLibrary 'HLSim'</comment>
|
---|
127 | </data>
|
---|
128 | <data name="HeuristicLab.SimulationCore.SimulationModel.Description" xml:space="preserve">
|
---|
129 | <value>The root in which all other elements are embedded. Appears as a diagram.</value>
|
---|
130 | <comment>Description for DomainClass 'SimulationModel'</comment>
|
---|
131 | </data>
|
---|
132 | <data name="HeuristicLab.SimulationCore.SimulationModel.DisplayName" xml:space="preserve">
|
---|
133 | <value>Simulation Model</value>
|
---|
134 | <comment>DisplayName for DomainClass 'SimulationModel'</comment>
|
---|
135 | </data>
|
---|
136 | <data name="HeuristicLab.SimulationCore.SimulationModel/ModelType.Description" xml:space="preserve">
|
---|
137 | <value>Description for HeuristicLab.SimulationCore.SimulationModel.Model Type</value>
|
---|
138 | <comment>Description for DomainProperty 'ModelType' on DomainClass 'SimulationModel'</comment>
|
---|
139 | </data>
|
---|
140 | <data name="HeuristicLab.SimulationCore.SimulationModel/ModelType.DisplayName" xml:space="preserve">
|
---|
141 | <value>Model Type</value>
|
---|
142 | <comment>DisplayName for DomainProperty 'ModelType' on DomainClass 'SimulationModel'</comment>
|
---|
143 | </data>
|
---|
144 | <data name="HeuristicLab.SimulationCore.Activity.Description" xml:space="preserve">
|
---|
145 | <value>Description for HeuristicLab.SimulationCore.Activity</value>
|
---|
146 | <comment>Description for DomainClass 'Activity'</comment>
|
---|
147 | </data>
|
---|
148 | <data name="HeuristicLab.SimulationCore.Activity.DisplayName" xml:space="preserve">
|
---|
149 | <value>Activity</value>
|
---|
150 | <comment>DisplayName for DomainClass 'Activity'</comment>
|
---|
151 | </data>
|
---|
152 | <data name="HeuristicLab.SimulationCore.Activity/Name.Description" xml:space="preserve">
|
---|
153 | <value>Description for HeuristicLab.SimulationCore.Activity.Name</value>
|
---|
154 | <comment>Description for DomainProperty 'Name' on DomainClass 'Activity'</comment>
|
---|
155 | </data>
|
---|
156 | <data name="HeuristicLab.SimulationCore.Activity/Name.DisplayName" xml:space="preserve">
|
---|
157 | <value>Name</value>
|
---|
158 | <comment>DisplayName for DomainProperty 'Name' on DomainClass 'Activity'</comment>
|
---|
159 | </data>
|
---|
160 | <data name="HeuristicLab.SimulationCore.Action.Description" xml:space="preserve">
|
---|
161 | <value>Description for HeuristicLab.SimulationCore.Action</value>
|
---|
162 | <comment>Description for DomainClass 'Action'</comment>
|
---|
163 | </data>
|
---|
164 | <data name="HeuristicLab.SimulationCore.Action.DisplayName" xml:space="preserve">
|
---|
165 | <value>Action</value>
|
---|
166 | <comment>DisplayName for DomainClass 'Action'</comment>
|
---|
167 | </data>
|
---|
168 | <data name="HeuristicLab.SimulationCore.Action/Name.Description" xml:space="preserve">
|
---|
169 | <value>Description for HeuristicLab.SimulationCore.Action.Name</value>
|
---|
170 | <comment>Description for DomainProperty 'Name' on DomainClass 'Action'</comment>
|
---|
171 | </data>
|
---|
172 | <data name="HeuristicLab.SimulationCore.Action/Name.DisplayName" xml:space="preserve">
|
---|
173 | <value>Name</value>
|
---|
174 | <comment>DisplayName for DomainProperty 'Name' on DomainClass 'Action'</comment>
|
---|
175 | </data>
|
---|
176 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities.Description" xml:space="preserve">
|
---|
177 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActivities</value>
|
---|
178 | <comment>Description for DomainClass 'SimulationModelHasActivities'</comment>
|
---|
179 | </data>
|
---|
180 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities.DisplayName" xml:space="preserve">
|
---|
181 | <value>Simulation Model Has Activities</value>
|
---|
182 | <comment>DisplayName for DomainClass 'SimulationModelHasActivities'</comment>
|
---|
183 | </data>
|
---|
184 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/SimulationModel.Description" xml:space="preserve">
|
---|
185 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActivities.SimulationModel</value>
|
---|
186 | <comment>Description for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
187 | </data>
|
---|
188 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/SimulationModel.DisplayName" xml:space="preserve">
|
---|
189 | <value>Simulation Model</value>
|
---|
190 | <comment>DisplayName for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
191 | </data>
|
---|
192 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/SimulationModel.PropertyDisplayName" xml:space="preserve">
|
---|
193 | <value>Activities</value>
|
---|
194 | <comment>PropertyDisplayName for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
195 | </data>
|
---|
196 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/Activity.Description" xml:space="preserve">
|
---|
197 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActivities.Activity</value>
|
---|
198 | <comment>Description for DomainRole 'Activity' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
199 | </data>
|
---|
200 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/Activity.DisplayName" xml:space="preserve">
|
---|
201 | <value>Activity</value>
|
---|
202 | <comment>DisplayName for DomainRole 'Activity' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
203 | </data>
|
---|
204 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActivities/Activity.PropertyDisplayName" xml:space="preserve">
|
---|
205 | <value>Simulation Model</value>
|
---|
206 | <comment>PropertyDisplayName for DomainRole 'Activity' on DomainRelationship 'SimulationModelHasActivities'</comment>
|
---|
207 | </data>
|
---|
208 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions.Description" xml:space="preserve">
|
---|
209 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActions</value>
|
---|
210 | <comment>Description for DomainClass 'SimulationModelHasActions'</comment>
|
---|
211 | </data>
|
---|
212 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions.DisplayName" xml:space="preserve">
|
---|
213 | <value>Simulation Model Has Actions</value>
|
---|
214 | <comment>DisplayName for DomainClass 'SimulationModelHasActions'</comment>
|
---|
215 | </data>
|
---|
216 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/SimulationModel.Description" xml:space="preserve">
|
---|
217 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActions.SimulationModel</value>
|
---|
218 | <comment>Description for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
219 | </data>
|
---|
220 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/SimulationModel.DisplayName" xml:space="preserve">
|
---|
221 | <value>Simulation Model</value>
|
---|
222 | <comment>DisplayName for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
223 | </data>
|
---|
224 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/SimulationModel.PropertyDisplayName" xml:space="preserve">
|
---|
225 | <value>Actions</value>
|
---|
226 | <comment>PropertyDisplayName for DomainRole 'SimulationModel' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
227 | </data>
|
---|
228 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/Action.Description" xml:space="preserve">
|
---|
229 | <value>Description for HeuristicLab.SimulationCore.SimulationModelHasActions.Action</value>
|
---|
230 | <comment>Description for DomainRole 'Action' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
231 | </data>
|
---|
232 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/Action.DisplayName" xml:space="preserve">
|
---|
233 | <value>Action</value>
|
---|
234 | <comment>DisplayName for DomainRole 'Action' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
235 | </data>
|
---|
236 | <data name="HeuristicLab.SimulationCore.SimulationModelHasActions/Action.PropertyDisplayName" xml:space="preserve">
|
---|
237 | <value>Simulation Model</value>
|
---|
238 | <comment>PropertyDisplayName for DomainRole 'Action' on DomainRelationship 'SimulationModelHasActions'</comment>
|
---|
239 | </data>
|
---|
240 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers.Description" xml:space="preserve">
|
---|
241 | <value>Description for HeuristicLab.SimulationCore.ActivityReferencesTriggers</value>
|
---|
242 | <comment>Description for DomainClass 'ActivityReferencesTriggers'</comment>
|
---|
243 | </data>
|
---|
244 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers.DisplayName" xml:space="preserve">
|
---|
245 | <value>Activity References Triggers</value>
|
---|
246 | <comment>DisplayName for DomainClass 'ActivityReferencesTriggers'</comment>
|
---|
247 | </data>
|
---|
248 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Activity.Description" xml:space="preserve">
|
---|
249 | <value>Description for HeuristicLab.SimulationCore.ActivityReferencesTriggers.Activity</value>
|
---|
250 | <comment>Description for DomainRole 'Activity' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
251 | </data>
|
---|
252 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Activity.DisplayName" xml:space="preserve">
|
---|
253 | <value>Activity</value>
|
---|
254 | <comment>DisplayName for DomainRole 'Activity' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
255 | </data>
|
---|
256 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Activity.PropertyDisplayName" xml:space="preserve">
|
---|
257 | <value>Triggers</value>
|
---|
258 | <comment>PropertyDisplayName for DomainRole 'Activity' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
259 | </data>
|
---|
260 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Action.Description" xml:space="preserve">
|
---|
261 | <value>Description for HeuristicLab.SimulationCore.ActivityReferencesTriggers.Action</value>
|
---|
262 | <comment>Description for DomainRole 'Action' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
263 | </data>
|
---|
264 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Action.DisplayName" xml:space="preserve">
|
---|
265 | <value>Action</value>
|
---|
266 | <comment>DisplayName for DomainRole 'Action' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
267 | </data>
|
---|
268 | <data name="HeuristicLab.SimulationCore.ActivityReferencesTriggers/Action.PropertyDisplayName" xml:space="preserve">
|
---|
269 | <value>Activities</value>
|
---|
270 | <comment>PropertyDisplayName for DomainRole 'Action' on DomainRelationship 'ActivityReferencesTriggers'</comment>
|
---|
271 | </data>
|
---|
272 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners.Description" xml:space="preserve">
|
---|
273 | <value>Description for HeuristicLab.SimulationCore.ActionReferencesListeners</value>
|
---|
274 | <comment>Description for DomainClass 'ActionReferencesListeners'</comment>
|
---|
275 | </data>
|
---|
276 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners.DisplayName" xml:space="preserve">
|
---|
277 | <value>Action References Listeners</value>
|
---|
278 | <comment>DisplayName for DomainClass 'ActionReferencesListeners'</comment>
|
---|
279 | </data>
|
---|
280 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Action.Description" xml:space="preserve">
|
---|
281 | <value>Description for HeuristicLab.SimulationCore.ActionReferencesListeners.Action</value>
|
---|
282 | <comment>Description for DomainRole 'Action' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
283 | </data>
|
---|
284 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Action.DisplayName" xml:space="preserve">
|
---|
285 | <value>Action</value>
|
---|
286 | <comment>DisplayName for DomainRole 'Action' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
287 | </data>
|
---|
288 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Action.PropertyDisplayName" xml:space="preserve">
|
---|
289 | <value>Listeners</value>
|
---|
290 | <comment>PropertyDisplayName for DomainRole 'Action' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
291 | </data>
|
---|
292 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Activity.Description" xml:space="preserve">
|
---|
293 | <value>Description for HeuristicLab.SimulationCore.ActionReferencesListeners.Activity</value>
|
---|
294 | <comment>Description for DomainRole 'Activity' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
295 | </data>
|
---|
296 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Activity.DisplayName" xml:space="preserve">
|
---|
297 | <value>Activity</value>
|
---|
298 | <comment>DisplayName for DomainRole 'Activity' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
299 | </data>
|
---|
300 | <data name="HeuristicLab.SimulationCore.ActionReferencesListeners/Activity.PropertyDisplayName" xml:space="preserve">
|
---|
301 | <value>Actions</value>
|
---|
302 | <comment>PropertyDisplayName for DomainRole 'Activity' on DomainRelationship 'ActionReferencesListeners'</comment>
|
---|
303 | </data>
|
---|
304 | <data name="HeuristicLab.SimulationCore.ActivityShape.Description" xml:space="preserve">
|
---|
305 | <value>Description for HeuristicLab.SimulationCore.ActivityShape</value>
|
---|
306 | <comment>Description for DomainClass 'ActivityShape'</comment>
|
---|
307 | </data>
|
---|
308 | <data name="HeuristicLab.SimulationCore.ActivityShape.DisplayName" xml:space="preserve">
|
---|
309 | <value>Activity Shape</value>
|
---|
310 | <comment>DisplayName for DomainClass 'ActivityShape'</comment>
|
---|
311 | </data>
|
---|
312 | <data name="ActivityShapeNameDecoratorDefaultText" xml:space="preserve">
|
---|
313 | <value>NameDecorator</value>
|
---|
314 | <comment>Text decorator default text</comment>
|
---|
315 | </data>
|
---|
316 | <data name="HeuristicLab.SimulationCore.ActionShape.Description" xml:space="preserve">
|
---|
317 | <value>Description for HeuristicLab.SimulationCore.ActionShape</value>
|
---|
318 | <comment>Description for DomainClass 'ActionShape'</comment>
|
---|
319 | </data>
|
---|
320 | <data name="HeuristicLab.SimulationCore.ActionShape.DisplayName" xml:space="preserve">
|
---|
321 | <value>Action Shape</value>
|
---|
322 | <comment>DisplayName for DomainClass 'ActionShape'</comment>
|
---|
323 | </data>
|
---|
324 | <data name="ActionShapeNameDecoratorDefaultText" xml:space="preserve">
|
---|
325 | <value>NameDecorator</value>
|
---|
326 | <comment>Text decorator default text</comment>
|
---|
327 | </data>
|
---|
328 | <data name="HeuristicLab.SimulationCore.Trigger.Description" xml:space="preserve">
|
---|
329 | <value>Description for HeuristicLab.SimulationCore.Trigger</value>
|
---|
330 | <comment>Description for DomainClass 'Trigger'</comment>
|
---|
331 | </data>
|
---|
332 | <data name="HeuristicLab.SimulationCore.Trigger.DisplayName" xml:space="preserve">
|
---|
333 | <value>Trigger</value>
|
---|
334 | <comment>DisplayName for DomainClass 'Trigger'</comment>
|
---|
335 | </data>
|
---|
336 | <data name="HeuristicLab.SimulationCore.Listener.Description" xml:space="preserve">
|
---|
337 | <value>Description for HeuristicLab.SimulationCore.Listener</value>
|
---|
338 | <comment>Description for DomainClass 'Listener'</comment>
|
---|
339 | </data>
|
---|
340 | <data name="HeuristicLab.SimulationCore.Listener.DisplayName" xml:space="preserve">
|
---|
341 | <value>Listener</value>
|
---|
342 | <comment>DisplayName for DomainClass 'Listener'</comment>
|
---|
343 | </data>
|
---|
344 | <data name="FormatList" xml:space="preserve">
|
---|
345 | <value>HLSim (*.hlsim)|*.hlsim</value>
|
---|
346 | <comment>A list of file format specifiers for the Save dialog box</comment>
|
---|
347 | </data>
|
---|
348 | <data name="ModelExplorerTitle" xml:space="preserve">
|
---|
349 | <value>HLSim Explorer</value>
|
---|
350 | <comment>Model Explorer Toolwindow title</comment>
|
---|
351 | </data>
|
---|
352 | <data name="HeuristicLab.SimulationCore.HLSimDiagram.Description" xml:space="preserve">
|
---|
353 | <value>Description for HeuristicLab.SimulationCore.HLSimDiagram</value>
|
---|
354 | <comment>Description for DomainClass 'HLSimDiagram'</comment>
|
---|
355 | </data>
|
---|
356 | <data name="HeuristicLab.SimulationCore.HLSimDiagram.DisplayName" xml:space="preserve">
|
---|
357 | <value>Minimal Language Diagram</value>
|
---|
358 | <comment>DisplayName for DomainClass 'HLSimDiagram'</comment>
|
---|
359 | </data>
|
---|
360 | <data name="HLSimToolboxTab" xml:space="preserve">
|
---|
361 | <value>HLSim</value>
|
---|
362 | <comment>Toolbox item tab name</comment>
|
---|
363 | </data>
|
---|
364 | <data name="ActivityToolboxItem" xml:space="preserve">
|
---|
365 | <value>Activity</value>
|
---|
366 | <comment>Toolbox item name</comment>
|
---|
367 | </data>
|
---|
368 | <data name="ActivityToolboxTooltip" xml:space="preserve">
|
---|
369 | <value>Activity</value>
|
---|
370 | <comment>Toolbox tooltip text</comment>
|
---|
371 | </data>
|
---|
372 | <data name="ActionToolboxItem" xml:space="preserve">
|
---|
373 | <value>Action</value>
|
---|
374 | <comment>Toolbox item name</comment>
|
---|
375 | </data>
|
---|
376 | <data name="ActionToolboxTooltip" xml:space="preserve">
|
---|
377 | <value>Action</value>
|
---|
378 | <comment>Toolbox tooltip text</comment>
|
---|
379 | </data>
|
---|
380 | <data name="TriggerToolboxItem" xml:space="preserve">
|
---|
381 | <value>Trigger</value>
|
---|
382 | <comment>Toolbox item name</comment>
|
---|
383 | </data>
|
---|
384 | <data name="TriggerToolboxTooltip" xml:space="preserve">
|
---|
385 | <value>Trigger</value>
|
---|
386 | <comment>Toolbox tooltip text</comment>
|
---|
387 | </data>
|
---|
388 | <data name="ListenerToolboxItem" xml:space="preserve">
|
---|
389 | <value>Listener</value>
|
---|
390 | <comment>Toolbox item name</comment>
|
---|
391 | </data>
|
---|
392 | <data name="ListenerToolboxTooltip" xml:space="preserve">
|
---|
393 | <value>Listener</value>
|
---|
394 | <comment>Toolbox tooltip text</comment>
|
---|
395 | </data>
|
---|
396 | <data name="UnresolvedToolboxItem" xml:space="preserve">
|
---|
397 | <value>ToolboxItem {0} was not found</value>
|
---|
398 | <comment>Invalid toolId</comment>
|
---|
399 | </data>
|
---|
400 | <data name="UnsupportedToolboxFormat" xml:space="preserve">
|
---|
401 | <value>Unsupported toolbox format: {0}</value>
|
---|
402 | <comment>Unsupported format Id</comment>
|
---|
403 | </data>
|
---|
404 | <data name="UnrecognizedElementType" xml:space="preserve">
|
---|
405 | <value>ElementType {0} is not recognized as a type of domain class which belongs to this domain model.</value>
|
---|
406 | <comment>Incorrect ElementType passed in to Model.CreateElement method</comment>
|
---|
407 | </data>
|
---|
408 | <data name="UnrecognizedElementLinkType" xml:space="preserve">
|
---|
409 | <value>ElementLinkType {0} is not recognized as a type of domain relationship which belongs to this domain model.</value>
|
---|
410 | <comment>Incorrect ElementLinkType passed in to Model.CreateElementLink method</comment>
|
---|
411 | </data>
|
---|
412 | <data name="AmbiguousSchema" xml:space="preserve">
|
---|
413 | <value>More than one schema found for target namespace '{0}', use the first one at '{1}'.</value>
|
---|
414 | <comment>Serialization Warning: AmbiguousSchema</comment>
|
---|
415 | </data>
|
---|
416 | <data name="ExpectingFullFormRelationship" xml:space="preserve">
|
---|
417 | <value>Element '{0}' is treated as the target role-player of a relationship '{1}' instance, which should be serialized in full-form.</value>
|
---|
418 | <comment>Serialization Warning: ExpectingFullFormRelationship</comment>
|
---|
419 | </data>
|
---|
420 | <data name="ExpectingShortFormRelationship" xml:space="preserve">
|
---|
421 | <value>Instances of relationship '{0}' should be serialized in short-form.</value>
|
---|
422 | <comment>Serialization Warning: ExpectingShortFormRelationship</comment>
|
---|
423 | </data>
|
---|
424 | <data name="IgnoredPropertyValue" xml:space="preserve">
|
---|
425 | <value>Invalid property value '{0}' for property '{1}' with type '{2}', ignored.</value>
|
---|
426 | <comment>Serialization Warning: IgnoredPropertyValue</comment>
|
---|
427 | </data>
|
---|
428 | <data name="MissingId" xml:space="preserve">
|
---|
429 | <value>Missing 'Id' attribute, a new Guid '{0}' is auto-generated.</value>
|
---|
430 | <comment>Serialization Warning: MissingId</comment>
|
---|
431 | </data>
|
---|
432 | <data name="MonikerResolvedToDuplicateLink" xml:space="preserve">
|
---|
433 | <value>Resolving moniker '{0}' causes a duplicate link to be created, so the link and the moniker are ignored.</value>
|
---|
434 | <comment>Serialization Warning: MonikerResolvedToDuplicateLink</comment>
|
---|
435 | </data>
|
---|
436 | <data name="NoSchema" xml:space="preserve">
|
---|
437 | <value>Cannot find a schema that defines target namespace '{0}', schema validation skipped.</value>
|
---|
438 | <comment>Serialization Warning: NoSchema</comment>
|
---|
439 | </data>
|
---|
440 | <data name="UnexpectedXmlElement" xml:space="preserve">
|
---|
441 | <value>Unexpected XML element '{0}', ignored.</value>
|
---|
442 | <comment>Serialization Warning: UnexpectedXmlElement</comment>
|
---|
443 | </data>
|
---|
444 | <data name="AmbiguousMoniker" xml:space="preserve">
|
---|
445 | <value>Ambiguous moniker '{0}' encountered. It is used for both '{1}' and '{2}'.</value>
|
---|
446 | <comment>Serialization Error: AmbiguousMoniker</comment>
|
---|
447 | </data>
|
---|
448 | <data name="CannotMonikerizeElement" xml:space="preserve">
|
---|
449 | <value>Instances of DomainClass '{0}' cannot be serialized as a moniker.
|
---|
450 | A DomainClass can be serialized as a moniker only if
|
---|
451 | 1) it has a defined/inherited DomainProperty marked as IsMonikerKey=true, or
|
---|
452 | 2) it is marked/inherited with SerializeId=true.</value>
|
---|
453 | <comment>Serialization Error: CannotMonikerizeElement</comment>
|
---|
454 | </data>
|
---|
455 | <data name="CannotOpenDocument" xml:space="preserve">
|
---|
456 | <value>Error encountered, check Error List window for details.</value>
|
---|
457 | <comment>Serialization Error: CannotOpenDocument</comment>
|
---|
458 | </data>
|
---|
459 | <data name="CannotSaveDocument" xml:space="preserve">
|
---|
460 | <value>Error encountered, check Error List window for details.</value>
|
---|
461 | <comment>Serialization Error: CannotSaveDocument</comment>
|
---|
462 | </data>
|
---|
463 | <data name="DanglingRelationship" xml:space="preserve">
|
---|
464 | <value>Relationship '{0}' instance is missing target role-player.</value>
|
---|
465 | <comment>Serialization Error: DanglingRelationship</comment>
|
---|
466 | </data>
|
---|
467 | <data name="InvalidPropertyValue" xml:space="preserve">
|
---|
468 | <value>Invalid property value '{0}' for property '{1}' with type '{2}'.</value>
|
---|
469 | <comment>Serialization Error: InvalidPropertyValue</comment>
|
---|
470 | </data>
|
---|
471 | <data name="MissingMoniker" xml:space="preserve">
|
---|
472 | <value>Missing moniker. A moniker is expected in attribute '{0}'.</value>
|
---|
473 | <comment>Serialization Error: MissingMoniker</comment>
|
---|
474 | </data>
|
---|
475 | <data name="MissingTransaction" xml:space="preserve">
|
---|
476 | <value>This must be called within the context of an active transaction.</value>
|
---|
477 | <comment>Serialization Error: MissingTransaction</comment>
|
---|
478 | </data>
|
---|
479 | <data name="UnresolvedMoniker" xml:space="preserve">
|
---|
480 | <value>Cannot resolve moniker '{0}'.</value>
|
---|
481 | <comment>Serialization Error: UnresolvedMoniker</comment>
|
---|
482 | </data>
|
---|
483 | <data name="VersionMismatch" xml:space="preserve">
|
---|
484 | <value>Unsupported version '{0}', can only support '{1}'.</value>
|
---|
485 | <comment>Serialization Error: VersionMismatch</comment>
|
---|
486 | </data>
|
---|
487 | <data name="CannotCloseExistingDiagramDocument" xml:space="preserve">
|
---|
488 | <value>Diagram file '{0}' cannot be closed.</value>
|
---|
489 | <comment>User cancel closing diagram file. Hence, the DSL model file cannot be opened</comment>
|
---|
490 | </data>
|
---|
491 | <data name="BindingErrorOccurred" xml:space="preserve">
|
---|
492 | <value>Extensions for this designer may not be found as a MEF binding error has occurred. The error that occurred was: |
---|
493 | {0}</value>
|
---|
494 | <comment>MEF binding error occurred - exception message being logged in the error window so the user is aware.</comment>
|
---|
495 | </data>
|
---|
496 | <data name="InvalidSaveRootElementType" xml:space="preserve">
|
---|
497 | <value>'{0}' is not a valid root element type.</value>
|
---|
498 | <comment>Exception message used if an invalid root element type is passed to IDomainModelSerializer.SaveModel / SaveModelAndDiagram</comment>
|
---|
499 | </data>
|
---|
500 | <data name="InvalidSaveDiagramType" xml:space="preserve">
|
---|
501 | <value>'{0}' is not a valid diagram type.</value>
|
---|
502 | <comment>Exception message used if an invalid diagram type is passed to IDomainModelSerializer.SaveModelAndDiagram</comment>
|
---|
503 | </data>
|
---|
504 | <data name="MinimumMultiplicityMissingLink" xml:space="preserve">
|
---|
505 | <value>{0} {1} has no {2}.</value>
|
---|
506 | <comment>Multiplicity underflow validation.</comment>
|
---|
507 | </data>
|
---|
508 | <data name="SaveOperationCancelled" xml:space="preserve">
|
---|
509 | <value>Save operation cancelled.</value>
|
---|
510 | <comment>Message when save is cancelled on validation errors</comment>
|
---|
511 | </data>
|
---|
512 | <data name="SaveValidationFailed" xml:space="preserve">
|
---|
513 | <value>There were validation errors, continue save?</value>
|
---|
514 | <comment>Message when validation errors are found on save</comment>
|
---|
515 | </data>
|
---|
516 | <data name="UnloadableSaveValidationFailed" xml:space="preserve">
|
---|
517 | <value>There were validation errors. Continuing to save may cause the file to become unloadable, do you want to continue?</value>
|
---|
518 | <comment>Message when validation errors are found on save that will cause file to become unloadable</comment>
|
---|
519 | </data>
|
---|
520 | <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
---|
521 | <data name="ActivityToolboxBitmap" type="System.Resources.ResXFileRef, System.Windows.Forms" xml:space="preserve">
|
---|
522 | <value>..\Resources\ExampleShapeToolBitmap.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
---|
523 | <comment>Toolbox item image</comment>
|
---|
524 | </data>
|
---|
525 | <data name="ActionToolboxBitmap" type="System.Resources.ResXFileRef, System.Windows.Forms" xml:space="preserve">
|
---|
526 | <value>..\Resources\ExampleShapeToolBitmap.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
---|
527 | <comment>Toolbox item image</comment>
|
---|
528 | </data>
|
---|
529 | <data name="TriggerToolboxBitmap" type="System.Resources.ResXFileRef, System.Windows.Forms" xml:space="preserve">
|
---|
530 | <value>..\Resources\ExampleConnectorToolBitmap.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
---|
531 | <comment>Toolbox item image</comment>
|
---|
532 | </data>
|
---|
533 | <data name="ListenerToolboxBitmap" type="System.Resources.ResXFileRef, System.Windows.Forms" xml:space="preserve">
|
---|
534 | <value>..\Resources\ExampleConnectorToolBitmap.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
---|
535 | <comment>Toolbox item image</comment>
|
---|
536 | </data>
|
---|
537 | </root>
|
---|
538 |
|
---|
539 |
|
---|