forked from PowerShell/PowerShell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.resx
More file actions
429 lines (417 loc) · 24 KB
/
Copy pathResources.resx
File metadata and controls
429 lines (417 loc) · 24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ActivityNotCached" xml:space="preserve">
<value>The workflow cannot be started because the compiled activity for the workflow was not found. Cache the workflow definition by calling DefinitionCache.Instance.Add.</value>
<comment>DefinitionCache.Instance.Add should not be localized. It is the name of the method.</comment>
</data>
<data name="ActivityNotFound" xml:space="preserve">
<value>Could not find an activity for the command name '{0}'.</value>
</data>
<data name="AsyncResultAlreadyCompleted" xml:space="preserve">
<value>The async result is already finished. A finished operation cannot be called twice.</value>
</data>
<data name="AsyncResultAlreadyEnded" xml:space="preserve">
<value>An End operation has already been called for this async result.</value>
</data>
<data name="AsyncResultNotValid" xml:space="preserve">
<value>The IAsyncResult specified is not valid.</value>
<comment>IAsynResult should not be localized. This is a type.</comment>
</data>
<data name="DuplicateInstanceId" xml:space="preserve">
<value>A duplicate instance ID was found. The instance ID already exists.</value>
</data>
<data name="InstanceOwnerIdMismatch" xml:space="preserve">
<value>The OwnerId of the instance is mismatched.</value>
</data>
<data name="InstanceVersionMismatch" xml:space="preserve">
<value>The Version of the instance is mismatched.</value>
</data>
<data name="InvalidActivity" xml:space="preserve">
<value>The activity is not valid: {0}</value>
</data>
<data name="InvalidAsyncResult" xml:space="preserve">
<value>The async result from the file provider is not valid.</value>
</data>
<data name="InvalidWorkflowExtension" xml:space="preserve">
<value>Workflow files must have a file name extension of .xaml or .dll, not {0}. If you are using a workflow with a file name extension of .dll, then you must pass only one assembly.</value>
</data>
<data name="JobCannotBeStarted" xml:space="preserve">
<value>The job cannot be started. The job state must be NotStarted and the job can only be started once.</value>
</data>
<data name="JobNotFound" xml:space="preserve">
<value>The job could not be removed because a job matching the specified criteria could not be found.</value>
</data>
<data name="NameNotSpecifiedForParam" xml:space="preserve">
<value>A parameter element specified in the configuration does not have a Name attribute. </value>
</data>
<data name="NewJobDefinitionNull" xml:space="preserve">
<value>The workflow job could not be created because the JobInvocationInfo does not contain a JobDefinition. Initialize the JobInvocationInfo with a JobDefinition to create a workflow job.</value>
<comment>JobInvocationInfo and JobDefinition should not be localized. These are types.</comment>
</data>
<data name="NewJobWrongType" xml:space="preserve">
<value>The workflow job could not be created because the JobInvocationInfo specifies a type other than WorkflowJobSourceAdapter. Correct the JobSourceAdapter type or verify that the correct type is being used.</value>
<comment>JobInvocationInfo, WorkflowJobSourceAdapter and JobSourceAdapter should not be localized. These are types.</comment>
</data>
<data name="NoMatchingWorkflowWasFound" xml:space="preserve">
<value>No workflows were found in the specified path '{0}'.</value>
</data>
<data name="NoWorkflowInstance" xml:space="preserve">
<value>A workflow instance does not exist for the specified Instance ID.</value>
</data>
<data name="NoWorkflowProvided" xml:space="preserve">
<value>Null or empty workflow is provided.</value>
</data>
<data name="ParamSpecifiedMoreThanOnce" xml:space="preserve">
<value>Parameter {0} has been specified more than once. Remove multiple references to this parameter from the session configuration, and then try again.</value>
<comment>{0} should not be localized. It is the name of a parameter</comment>
</data>
<data name="UninitializedSpecification" xml:space="preserve">
<value>The workflow job could not be created because the JobInvocationInfo was not properly initialized. Initialize the JobInvocationInfo with workflow information.</value>
<comment>JobInvocationInfo should not be localized. This is a type</comment>
</data>
<data name="ValueNotSpecifiedForParam" xml:space="preserve">
<value>A parameter element specified in the configuration does not have a Value attribute. </value>
<comment>Value should not be localized. This is an attribute.</comment>
</data>
<data name="WorkflowAlreadyLoaded" xml:space="preserve">
<value>This workflow is already loaded.</value>
</data>
<data name="WorkflowInstanceStateCorrupted" xml:space="preserve">
<value>The workflow instance state file does not exist.</value>
</data>
<data name="WorkflowInstanceIncompletelyPersisted" xml:space="preserve">
<value>The workflow job cannot be resumed, either because persistence data could not be saved completely, or saved persistence data has been corrupted. You must restart the workflow.</value>
</data>
<data name="WorkflowNotExecuting" xml:space="preserve">
<value>The workflow is not running. The current state of the workflow instance is {0}.</value>
</data>
<data name="WorkflowNotLoaded" xml:space="preserve">
<value>The workflow instance is not yet loaded.</value>
</data>
<data name="InvalidAsyncResultSpecified" xml:space="preserve">
<value>The specified IAsyncResultObject is not valid.</value>
<comment>IAsyncResult should not be localized. This is a type.</comment>
</data>
<data name="InvalidRunspaceSpecified" xml:space="preserve">
<value>The specified runspace is not valid.</value>
</data>
<data name="WorkflowChildCouldNotBeRemoved" xml:space="preserve">
<value>One or more workflows that are part of the specified job could not be removed.</value>
</data>
<data name="CannotRemoveWorkflowJobDirectly" xml:space="preserve">
<value>Cannot remove the PSWorkflowJob without removing its parent. Please remove the ContainerParentJob that contains this PSWorkflowJob.</value>
<comment>PSWorkflowJob and ContainerParentJob should not be localized. These are types.</comment>
</data>
<data name="ShutdownAbort" xml:space="preserve">
<value>Shutdown request is in progress, workflow is suspending.</value>
</data>
<data name="ParallelScriptBlockSyntax" xml:space="preserve">
<value>The syntax of a parallel script block is 'Parallel { <commands> }'</value>
<comment>"Parallel" should not be localized. This is syntax.</comment>
</data>
<data name="SuspendNotValidState" xml:space="preserve">
<value>Suspend could not be completed.</value>
</data>
<data name="UnblockNotSupported" xml:space="preserve">
<value>Unblock is not a supported operation on a PSWorkflowJob.</value>
<comment>PSWorkflowJob should not be localized. This is a type.</comment>
</data>
<data name="ExitReason" xml:space="preserve">
<value>Workflow complete.</value>
</data>
<data name="RemovingWrokflowInstance" xml:space="preserve">
<value>Removing workflow instance from the table.</value>
</data>
<data name="ElapsedTimeReached" xml:space="preserve">
<value>An elapsed time-out occurred, and the workflow was stopped.</value>
</data>
<data name="RunningTimeReached" xml:space="preserve">
<value>Because a running time-out has occurred, the workflow has been stopped.</value>
</data>
<data name="ResumeNotValidState" xml:space="preserve">
<value>The workflow could not be resumed.</value>
</data>
<data name="ImportingWorkflowFrom" xml:space="preserve">
<value>Importing workflow from file '{0}'.</value>
</data>
<data name="OnlyOneDefaultParameterCollectionAllowed" xml:space="preserve">
<value>The argument to -PSParameterCollection can only contain one entry where PSComputerName is set to '*'. Remove the extra entries and try again.</value>
<comment>PSParameterCollection and PSComputerName should not be localized. These are parameter names.</comment>
</data>
<data name="UnableToStartWorkflow" xml:space="preserve">
<value>The workflow '{0}' could not be started: {1}</value>
</data>
<data name="PersistenceSizeReached" xml:space="preserve">
<value>The Persistence store has reached its maximum size. Free up storage space by removing completed jobs.</value>
</data>
<data name="ProvidedValueIsOutOfRange" xml:space="preserve">
<value>Value {0} is out of the allowed range. Allowed range is from {1} to {2}.</value>
</data>
<data name="ObjectWasCreatedAtNotAllowedLocation" xml:space="preserve">
<value>"Internal Error: The object is marked for restricted construction, but another type is constructing it elsewhere.
Target Type:{0}
Allowed Creator Type: {1}
Actual Creator Type: {2}
Method: {3}</value>
</data>
<data name="SuspendedJobRecoveredFromPreviousSession" xml:space="preserve">
<value>This PSWorkflowJob was recovered from another session in a suspended state. This can indicate that the workflow was interrupted by a process failure, or a system restart. Run Resume-Job to try resuming the workflow.</value>
<comment>PSWorkflowJob and Resume-Job should not be localized. These are a type and a cmdlet name.</comment>
</data>
<data name="ErrorWhileValidatingWorkflow" xml:space="preserve">
<value>An exception has occurred while validating the workflow.</value>
</data>
<data name="AsJobandJobNameNotAllowed" xml:space="preserve">
<value>The argument to -PSParameterCollection can not contain AsJob, JobName, InputObject or PSParameterCollection as entries. Remove the extra entries and try again.</value>
<comment>PSParameterCollection, AsJob, JobName, InputObject should not be localized. These are the names of parameters.</comment>
</data>
<data name="ActivityParameterGroup" xml:space="preserve">
<value>Activity-Specific Parameters</value>
</data>
<data name="CannotSupplyUriAndComputername" xml:space="preserve">
<value>Cannot supply both connection URI and computer name.</value>
</data>
<data name="ConnectivityGroup" xml:space="preserve">
<value>Connectivity</value>
</data>
<data name="DependModuleImportFailed" xml:space="preserve">
<value>The activity cannot continue running because an error occurred while importing dependent module(s) '{0}' specified for activity '{1}'. To fix this problem, verify that the module exists on the computer. If the module is not required, remove references to the module from the activity.</value>
</data>
<data name="PersistencePathToolLong" xml:space="preserve">
<value>The value of the PersistencePath parameter {0} exceeds the maximum allowed length. The persistence path should not be greater than {1} characters.</value>
</data>
<data name="InputAndOutputGroup" xml:space="preserve">
<value>Input and Output</value>
</data>
<data name="ProgressPositionMessage" xml:space="preserve">
<value> {0} line:{1} char:{2}</value>
</data>
<data name="CompilationErrorWhileBuildingWorkflows" xml:space="preserve">
<value>Compilation error while building dependent workflows. For details see {0}.</value>
</data>
<data name="OneComputerNameAllowed" xml:space="preserve">
<value>Only one computer name is allowed.</value>
</data>
<data name="JobSuspensionInProgress" xml:space="preserve">
<value>Suspend operation is in progress.</value>
</data>
<data name="JobStopInProgress" xml:space="preserve">
<value>Stop operation is in progress.</value>
</data>
<data name="CustomRemotingNotSupported" xml:space="preserve">
<value>This activity does not support custom remote management.</value>
</data>
<data name="ForceSuspendTimeout" xml:space="preserve">
<value>The force-suspend time-out period cannot be zero or null. Specify a time-out period that is greater than zero.</value>
</data>
<data name="ParameterCollectionOnlyUsedWithAsJobAndJobName" xml:space="preserve">
<value>The PSParameterCollection parameter can only be used with AsJob, JobName and InputObject. Move the additional parameters to within the PSParameterCollection argument and try again.</value>
<comment>PSParameterCollection, AsJob, JobName, InputObject should not be localized. These are parameter names.</comment>
</data>
<data name="ErrorWhileExecutingActivityAction" xml:space="preserve">
<value>An error occurred while trying to run the activity.</value>
</data>
<data name="RunningTimeExceeded" xml:space="preserve">
<value>The activity has exceeded the specified maximum running time of {0} seconds.</value>
</data>
<data name="InvalidLabel" xml:space="preserve">
<value>The label is not valid: The label '{0}' doesn't exist.</value>
</data>
<data name="ActivityFailedDueToRunspaceDisconnect" xml:space="preserve">
<value>The activity failed because the connection to the remote computer '{0}' was disconnected.</value>
<comment>{0} is a computer name and should not be localized</comment>
</data>
<data name="ValueFromPipelineNotSupported" xml:space="preserve">
<value>Parameters defined for workflow functions do not support ValueFromPipeline. Remove this attribute and import or define the workflow again.</value>
</data>
<data name="InvalidWorkflowDefinitionState" xml:space="preserve">
<value>The workflow definition has been recycled, because the workflow definition cache limit of {0} has been reached. Import the workflow or module again, and then retry the operation.</value>
</data>
<data name="CredentialParameterCannotBeSpecifiedWithNegotiateWithImplicitAuthentication" xml:space="preserve">
<value>A credential cannot be specified when NegotiateWithImplicitCredential is specified as the value of Authentication.</value>
</data>
<data name="CredentialParameterAssignedWithNoComputerName" xml:space="preserve">
<value>The PSCredential parameter is supported only when the PSComputerName or PSConnectionUri parameters are used. The PSCredential parameter has been ignored.</value>
</data>
<data name="CredentialParameterCannotBeSpecifiedWithPSCertificateThumbPrint" xml:space="preserve">
<value>A CertificateThumbprint cannot be specified when Credential is specified.</value>
</data>
<data name="CmdletDoesNotImplementInputObjectProperty" xml:space="preserve">
<value>The '{0}' cmdlet does not implement the InputObject property.</value>
<comment>{0} is a cmdlet name and should not be localized</comment>
</data>
<data name="WorkflowNameInvalid" xml:space="preserve">
<value>The workflow name "{0}" is not a valid workflow. Specify a valid workflow name and then try the command again.</value>
<comment>{0} is the name of the workflow and should not be localized</comment>
</data>
<data name="CompletedString" xml:space="preserve">
<value>Completed</value>
</data>
<data name="FailedString" xml:space="preserve">
<value>Failed</value>
</data>
<data name="RunningString" xml:space="preserve">
<value>Running</value>
</data>
<data name="InvalidImplementationContext" xml:space="preserve">
<value>The specified ActivityImplementationContext is not of type CimActivityImplementationContext.</value>
</data>
<data name="WarningMessageForPersistence" xml:space="preserve">
<value>This workflow job cannot be suspended because there are no checkpoints (also called persistence points) in the workflow. To make the workflow job suspendable, add checkpoints to the workflow.
For more information about how to add checkpoints, see the help topics for Windows PowerShell Workflow.</value>
</data>
<data name="ErrorMessageForPersistence" xml:space="preserve">
<value>The workflow job cannot be suspended because it does not include checkpoints (also called persistence points). To make the workflow suspendable, use the PSPersist parameter of the workflow. To suspend the workflow forcibly, use the Force parameter of the Suspend-Job cmdlet.</value>
</data>
<data name="XamlNotNull" xml:space="preserve">
<value>The provided XAML cannot be null.</value>
</data>
<data name="InvalidBookmark" xml:space="preserve">
<value>The bookmark '{0}' is not valid; it does not exist in the workflow engine.</value>
</data>
<data name="SerializationErrorException" xml:space="preserve">
<value>The input objects cannot be serialized. Serialized data is required to suspend and resume workflows. To resolve the error, verify that the values of all variables and parameters are of types that can be serialized.</value>
</data>
<data name="SerializationWarning" xml:space="preserve">
<value>The input objects cannot be serialized. This might prevent the workflow from being resumed correctly. The serialization error might indicate a problem with the data contract that is defined at the type or attribute level. To resolve the problem, verify that the values of all variables and parameters can be serialized. Serialization error is: {0}.</value>
</data>
<data name="JobQueuedForResume" xml:space="preserve">
<value>The job has been added to the queue to be resumed.</value>
</data>
<data name="NotSupportedLanguageMode" xml:space="preserve">
<value>The '{0}' language mode is not supported. Supported language modes are FullLanguage and ConstrainedLanguage.</value>
</data>
<data name="WFCallingWFNotSupported" xml:space="preserve">
<value>Workflows cannot call workflows on this platform.</value>
</data>
<data name="DebuggerStopReason" xml:space="preserve">
<value>The debugger Quit command has stopped the workflow job.</value>
</data>
<data name="ProcessDebugCommandNotInDebugStopMode" xml:space="preserve">
<value>"Cannot process the debugger command until the debugger is stopped."</value>
</data>
<data name="RetryingAction" xml:space="preserve">
<value>Retrying activity action: attempt {0}.</value>
<comment>{0} is a number and should not be localized.</comment>
</data>
<data name="XamlWorkflowsNotSupported" xml:space="preserve">
<value>Cannot load the workflow. Only signed in-box XAML-based workflows or script-based workflows are supported in the current language mode.</value>
</data>
<data name="RetryingConnection" xml:space="preserve">
<value>Retrying activity connection: attempt {0} of {1}.</value>
<comment>{0} and {1} are numbers and should not be localized.</comment>
</data>
<data name="DebuggerCannotModifyWFVars" xml:space="preserve">
<value>Workflow variables cannot be modified inside the debugger. The command or script did not run because it attempted to modify variable '${0}'.
</value>
</data>
<data name="JobStoppedByDebugger" xml:space="preserve">
<value>The debugger Quit command has stopped the workflow job.</value>
</data>
</root>