forked from dotnet/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStrings.resx
More file actions
512 lines (501 loc) · 27.6 KB
/
Copy pathStrings.resx
File metadata and controls
512 lines (501 loc) · 27.6 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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<?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="AmazonRegistryFailed" xml:space="preserve">
<value>CONTAINER1002: Request to Amazon Elastic Container Registry failed prematurely. This is often caused when the target repository does not exist in the registry.</value>
<comment>{StrBegins="CONTAINER1002: "}</comment>
</data>
<data name="AmbiguousTags" xml:space="preserve">
<value>CONTAINER2008: Both {0} and {1} were provided, but only one or the other is allowed.</value>
<comment>{StrBegins="CONTAINER2008: "}</comment>
</data>
<data name="BaseImageNameParsingFailed" xml:space="preserve">
<value>CONTAINER2009: Could not parse {0}: {1}</value>
<comment>{StrBegins="CONTAINER2009: "}</comment>
</data>
<data name="BaseImageNameWithSpaces" xml:space="preserve">
<value>CONTAINER2013: {0} had spaces in it, replacing with dashes.</value>
<comment>{StrBegins="CONTAINER2013: "}</comment>
</data>
<data name="BaseImageNameRegistryFallback" xml:space="preserve">
<value>CONTAINER2020: {0} does not specify a registry and will be pulled from Docker Hub. Please prefix the name with the image registry, for example: '{1}/<image>'.</value>
<comment>{StrBegins="CONTAINER2020: "}</comment>
</data>
<data name="BaseImageNotFound" xml:space="preserve">
<value>CONTAINER1011: Couldn't find matching base image for {0} that matches RuntimeIdentifier {1}.</value>
<comment>{StrBegins="CONTAINER1011: "}</comment>
</data>
<data name="BlobUploadFailed" xml:space="preserve">
<value>CONTAINER1001: Failed to upload blob using {0}; received status code '{1}'.</value>
<comment>{StrBegins="CONTAINER1001: "}</comment>
</data>
<data name="CouldntDeserializeJsonToken" xml:space="preserve">
<value>CONTAINER1007: Could not deserialize token from JSON.</value>
<comment>{StrBegins="CONTAINER1007: "}</comment>
</data>
<data name="CouldntRecognizeRegistry" xml:space="preserve">
<value>CONTAINER2012: Could not recognize registry '{0}'.</value>
<comment>{StrBegins="CONTAINER2012: "}</comment>
</data>
<data name="DockerInfoFailed" xml:space="preserve">
<value>CONTAINER3002: Failed to get docker info({0})\n{1}\n{2}</value>
<comment>{StrBegins="CONTAINER3002: "}</comment>
</data>
<data name="DockerInfoFailed_Ex" xml:space="preserve">
<value>CONTAINER3002: Failed to get docker info: {0}</value>
<comment>{StrBegins="CONTAINER3002: "}</comment>
</data>
<data name="ContainerRuntimeProcessCreationFailed" xml:space="preserve">
<value>CONTAINER3001: Failed creating {0} process.</value>
<comment>CONTAINER3001: {0} is the name of the command we failed to run, usually 'docker' or 'podman'.</comment>
</data>
<data name="ImagePullNotSupported" xml:space="preserve">
<value>CONTAINER1010: Pulling images from local registry is not supported.</value>
<comment>{StrBegins="CONTAINER1010: "}</comment>
</data>
<data name="EmptyOrWhitespacePropertyIgnored" xml:space="preserve">
<value>CONTAINER4006: Property '{0}' is empty or contains whitespace and will be ignored.</value>
<comment>{StrBegins="CONTAINER4006: "}</comment>
</data>
<data name="EmptyValuesIgnored" xml:space="preserve">
<value>CONTAINER4004: Items '{0}' contain empty item(s) which will be ignored.</value>
<comment>{StrBegins="CONTAINER4004: "}</comment>
</data>
<data name="FailedRetrievingCredentials" xml:space="preserve">
<value>CONTAINER1008: Failed retrieving credentials for "{0}": {1}</value>
<comment>{StrBegins="CONTAINER1008: "}</comment>
</data>
<data name="HostObjectNotDetected" xml:space="preserve">
<value>No host object detected.</value>
<comment/>
</data>
<data name="ImageLoadFailed" xml:space="preserve">
<value>CONTAINER1009: Failed to load image from local registry. stdout: {0}</value>
<comment>{StrBegins="CONTAINER1009: "}</comment>
</data>
<data name="ImageLoadFailed_ContainerdStoreDisabled" xml:space="preserve">
<value>CONTAINER1020: Failed to load image because containerd image store is not enabled for Docker. Tip: You can enable it by checking 'Use containerd for pulling and storing images' in Docker Desktop settings.</value>
<comment>{StrBegin="CONTAINER1020: "}</comment>
</data>
<data name="ImageLoadFailed_WslcMultiArchUnsupported" xml:space="preserve">
<value>CONTAINER1021: Multi-architecture images cannot be loaded into WSLC. Publish a single-platform image or publish the multi-architecture image to a registry.</value>
<comment>{StrBegins="CONTAINER1021: "}</comment>
</data>
<data name="InvalidEnvVar" xml:space="preserve">
<value>CONTAINER2015: {0}: '{1}' was not a valid Environment Variable. Ignoring.</value>
<comment>{StrBegins="CONTAINER2015: "}</comment>
</data>
<data name="InvalidImageName_NonAlphanumericStartCharacter" xml:space="preserve">
<value>CONTAINER2005: The first character of the image name '{0}' must be a lowercase letter or a digit and all characters in the name must be an alphanumeric character, -, /, or _.</value>
<comment>{StrBegins="CONTAINER2005: "}</comment>
</data>
<data name="InvalidSdkVersion" xml:space="preserve">
<value>CONTAINER2019: Invalid SDK semantic version '{0}'.</value>
<comment>{StrBegins="CONTAINER2019: "}</comment>
</data>
<data name="InvalidTargetRuntimeIdentifiers" xml:space="preserve">
<value>Invalid string[] TargetRuntimeIdentifiers. Either all should be 'linux-musl' or none.</value>
</data>
<data name="InvalidSdkPrereleaseVersion" xml:space="preserve">
<value>CONTAINER2018: Invalid SDK prerelease version '{0}' - only 'rc' and 'preview' are supported.</value>
<comment>{StrBegins="CONTAINER2018: "}</comment>
</data>
<data name="InvalidPort_Number" xml:space="preserve">
<value>CONTAINER2017: A ContainerPort item was provided with an invalid port number '{0}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'.</value>
<comment>{StrBegins="CONTAINER2017: "}</comment>
</data>
<data name="InvalidPort_NumberAndType" xml:space="preserve">
<value>CONTAINER2017: A ContainerPort item was provided with an invalid port number '{0}' and an invalid port type '{1}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'.</value>
<comment>{StrBegins="CONTAINER2017: "}</comment>
</data>
<data name="InvalidPort_Type" xml:space="preserve">
<value>CONTAINER2017: A ContainerPort item was provided with an invalid port type '{0}'. ContainerPort items must have an Include value that is an integer, and a Type value that is either 'tcp' or 'udp'.</value>
<comment>{StrBegins="CONTAINER2017: "}</comment>
</data>
<data name="InvalidTag" xml:space="preserve">
<value>CONTAINER2007: Invalid {0} provided: {1}. Image tags must be alphanumeric, underscore, hyphen, or period.</value>
<comment>{StrBegins="CONTAINER2007: "}</comment>
</data>
<data name="InvalidTags" xml:space="preserve">
<value>CONTAINER2010: Invalid {0} provided: {1}. {0} must be a semicolon-delimited list of valid image tags. Image tags must be alphanumeric, underscore, hyphen, or period.</value>
<comment>{StrBegins="CONTAINER2010: "}</comment>
</data>
<data name="InvalidRegistryAuthResponse" xml:space="preserve">
<value>CONTAINER1019: The registry '{0}' returned an invalid authentication response: {1}</value>
<comment>{StrBegins="CONTAINER1019: "} {0} is the registry name; {1} is a localized reason fragment from one of the InvalidAuthResponse_* strings.</comment>
</data>
<data name="InvalidAuthResponse_DisallowedScheme" xml:space="preserve">
<value>bearer realm '{0}' uses scheme '{1}' which is not allowed; only 'https' is accepted (or 'http' when the registry is configured as insecure)</value>
<comment>Reason fragment included in InvalidRegistryAuthResponse. {0} is the realm URI; {1} is the URI scheme.</comment>
</data>
<data name="InvalidAuthResponse_RelativeOrUnparseableRealm" xml:space="preserve">
<value>bearer realm '{0}' is not a valid absolute URI</value>
<comment>Reason fragment included in InvalidRegistryAuthResponse. {0} is the raw realm value.</comment>
</data>
<data name="InvalidAuthResponse_PrivateIpLiteralRealm" xml:space="preserve">
<value>bearer realm '{0}' resolves to '{1}' which is a private, loopback, link-local, or unspecified IP literal address</value>
<comment>Reason fragment included in InvalidRegistryAuthResponse. {0} is the realm URI; {1} is the host portion.</comment>
</data>
<data name="InvalidTokenResponse" xml:space="preserve">
<value>CONTAINER1003: Token response had neither token nor access_token.</value>
<comment>{StrBegins="CONTAINER1003: "}</comment>
</data>
<data name="ItemsWithoutMetadata" xml:space="preserve">
<value>CONTAINER4005: Item '{0}' contains items without metadata 'Value', and they will be ignored.</value>
<comment>{StrBegins="CONTAINER4005: "}</comment>
</data>
<data name="LocalRegistryNotAvailable" xml:space="preserve">
<value>CONTAINER1012: The local registry is not available, but pushing to a local registry was requested.</value>
<comment>{StrBegins="CONTAINER1012: "}</comment>
</data>
<data name="MissingLinkToRegistry" xml:space="preserve">
<value>CONTAINER2004: Unable to download layer with descriptor '{0}' from registry '{1}' because it does not exist.</value>
<comment>{StrBegins="CONTAINER2004: "}</comment>
</data>
<data name="UnsupportedMediaTypeForTarball" xml:space="preserve">
<value>Unable to create tarball for mediaType '{0}'.</value>
</data>
<data name="MissingPortNumber" xml:space="preserve">
<value>CONTAINER2016: ContainerPort item '{0}' does not specify the port number. Please ensure the item's Include is a port number, for example '<ContainerPort Include="80" />'</value>
<comment>{StrBegins="CONTAINER2016: "}</comment>
</data>
<data name="NoRequestUriSpecified" xml:space="preserve">
<value>CONTAINER1004: No RequestUri specified.</value>
<comment>{StrBegins="CONTAINER1004: "}</comment>
</data>
<data name="NormalizedContainerName" xml:space="preserve">
<value>'{0}' was not a valid container image name, it was normalized to '{1}'</value>
<comment/>
</data>
<data name="PublishDirectoryDoesntExist" xml:space="preserve">
<value>CONTAINER2011: {0} '{1}' does not exist</value>
<comment>{StrBegins="CONTAINER2011: "}</comment>
</data>
<data name="RegistryOutputPushFailed" xml:space="preserve">
<value>CONTAINER1013: Failed to push to the output registry: {0}</value>
<comment>{StrBegins="CONTAINER1013: "}</comment>
</data>
<data name="RegistryPushFailed" xml:space="preserve">
<value>CONTAINER1005: Registry push failed; received status code '{0}'.</value>
<comment>{StrBegins="CONTAINER1005: "}</comment>
</data>
<data name="RequiredItemsContainsEmptyItems" xml:space="preserve">
<value>CONTAINER4003: Required '{0}' items contain empty items.</value>
<comment>{StrBegins="CONTAINER4003: "}</comment>
</data>
<data name="RequiredItemsNotSet" xml:space="preserve">
<value>CONTAINER4002: Required '{0}' items were not set.</value>
<comment>{StrBegins="CONTAINER4002: "}</comment>
</data>
<data name="RequiredPropertyNotSetOrEmpty" xml:space="preserve">
<value>CONTAINER4001: Required property '{0}' was not set or empty.</value>
<comment>{StrBegins="CONTAINER4001: "}</comment>
</data>
<data name="TooManyRetries" xml:space="preserve">
<value>CONTAINER1006: Too many retries, stopping.</value>
<comment>{StrBegins="CONTAINER1006: "}</comment>
</data>
<data name="UnknownLocalRegistryType" xml:space="preserve">
<value>CONTAINER2002: Unknown local registry type '{0}'. Valid local container registry types are {1}.</value>
<comment>{StrBegins="CONTAINER2002: "}</comment>
</data>
<data name="UnknownMediaType" xml:space="preserve">
<value>CONTAINER2003: The manifest for {0}:{1} from registry {2} was an unknown type: {3}. Please raise an issue at https://github.com/dotnet/sdk-container-builds/issues with this message.</value>
<comment>{StrBegins="CONTAINER2003: "}</comment>
</data>
<data name="UnrecognizedMediaType" xml:space="preserve">
<value>CONTAINER2001: Unrecognized mediaType '{0}'.</value>
<comment>{StrBegins="CONTAINER2001: "}</comment>
</data>
<data name="UnknownAppCommandInstruction" xml:space="preserve">
<value>CONTAINER2021: Unknown AppCommandInstruction '{0}'. Valid instructions are {1}.</value>
<comment>{StrBegins="CONTAINER2021: "}</comment>
</data>
<data name="BaseEntrypointOverwritten" xml:space="preserve">
<value>CONTAINER2022: The base image has an entrypoint that will be overwritten to start the application. Set ContainerAppCommandInstruction to 'Entrypoint' if this is desired. To preserve the base image entrypoint, set ContainerAppCommandInstruction to 'DefaultArgs'.</value>
<comment>{StrBegins="CONTAINER2022: "}</comment>
</data>
<data name="EntrypointAndAppCommandArgsSetNoAppCommandInstruction" xml:space="preserve">
<value>CONTAINER2023: A ContainerEntrypoint and ContainerAppCommandArgs are provided. ContainerAppInstruction must be set to configure how the application is started. Valid instructions are {0}.</value>
<comment>{StrBegins="CONTAINER2023: "}</comment>
</data>
<data name="EntrypointArgsSetNoEntrypoint" xml:space="preserve">
<value>CONTAINER2024: ContainerEntrypointArgs are provided without specifying a ContainerEntrypoint.</value>
<comment>{StrBegins="CONTAINER2024: "}</comment>
</data>
<data name="AppCommandArgsSetNoAppCommand" xml:space="preserve">
<value>CONTAINER2025: ContainerAppCommandArgs are provided without specifying a ContainerAppCommand.</value>
<comment>{StrBegins="CONTAINER2025: "}</comment>
</data>
<data name="AppCommandSetNotUsed" xml:space="preserve">
<value>CONTAINER2026: ContainerAppCommand and ContainerAppCommandArgs must be empty when ContainerAppCommandInstruction is '{0}'.</value>
<comment>{StrBegins="CONTAINER2026: "}</comment>
</data>
<data name="EntrypointSetNoAppCommandInstruction" xml:space="preserve">
<value>CONTAINER2027: A ContainerEntrypoint is provided. ContainerAppInstruction must be set to configure how the application is started. Valid instructions are {0}.</value>
<comment>{StrBegins="CONTAINER2027: "}</comment>
</data>
<data name="EntrypointConflictAppCommand" xml:space="preserve">
<value>CONTAINER2028: ContainerEntrypoint can not be combined with ContainerAppCommandInstruction '{0}'.</value>
<comment>{StrBegins="CONTAINER2028: "}</comment>
</data>
<data name="EntrypointArgsSetPreferAppCommandArgs" xml:space="preserve">
<value>CONTAINER2029: ContainerEntrypointArgsSet are provided. Change to use ContainerAppCommandArgs for arguments that must always be set, or ContainerDefaultArgs for arguments that can be overridden when the container is created.</value>
<comment>{StrBegins="CONTAINER2029: "}</comment>
</data>
<data name="_Test" xml:space="preserve">
<value>CONTAINER0000: Value for unit test {0}</value>
<comment>Used only for unit tests</comment>
</data>
<data name="ContainerBuilder_ImageUploadedToLocalDaemon" xml:space="preserve">
<value>Pushed image '{0}' to {1}.</value>
<comment/>
</data>
<data name="ContainerBuilder_ImageUploadedToRegistry" xml:space="preserve">
<value>Pushed image '{0}' to registry '{1}'.</value>
<comment/>
</data>
<data name="ImageIndexUploadedToRegistry" xml:space="preserve">
<value>Pushed image index '{0}' to registry '{1}'.</value>
<comment/>
</data>
<data name="ContainerBuilder_StartBuildingImage" xml:space="preserve">
<value>Building image '{0}' with tags '{1}' on top of base image '{2}'.</value>
<comment/>
</data>
<data name="ContainerBuilder_StartBuildingImageForRid" xml:space="preserve">
<value>Building image '{0}' for runtime identifier '{1}' on top of base image '{2}'.</value>
<comment/>
</data>
<data name="BuildingImageIndex" xml:space="preserve">
<value>Building image index '{0}' on top of manifests {1}.</value>
<comment>
{0} is the name of the image index and its tag, {1} is the list of manifests digests
</comment>
</data>
<data name="MixedMediaTypes" xml:space="preserve">
<value>'mediaType' of manifests should be the same in image index.</value>
<comment/>
</data>
<data name="UnsupportedMediaType" xml:space="preserve">
<value>Cannot create image index for the provided 'mediaType' = '{0}'.</value>
<comment/>
</data>
<data name="ImagesEmpty" xml:space="preserve">
<value>Cannot create image index because no images were provided.</value>
<comment/>
</data>
<data name="InvalidImageMetadata" xml:space="preserve">
<value>Cannot create image index because provided images are invalid. Items must have 'Config', 'Manifest', 'ManifestMediaType' and 'ManifestDigest' metadata.</value>
<comment/>
</data>
<data name="InvalidImageManifest" xml:space="preserve">
<value>Cannot create image index because at least one of the provided images' manifest is invalid.</value>
<comment/>
</data>
<data name="InvalidImageConfig" xml:space="preserve">
<value>Cannot create image index because at least one of the provided images' config is invalid.</value>
<comment/>
</data>
<data name="ImageConfigMissingArchitecture" xml:space="preserve">
<value>Cannot create image index because at least one of the provided images' config is missing 'architecture'.</value>
<comment/>
</data>
<data name="ImageConfigMissingOs" xml:space="preserve">
<value>Cannot create image index because at least one of the provided images' config is missing 'os'.</value>
<comment/>
</data>
<data name="LocalDocker_FailedToGetConfig" xml:space="preserve">
<value>Error while reading daemon config: {0}</value>
<comment>{0} is the exception message that ends with period</comment>
</data>
<data name="LocalDocker_LocalDaemonErrors" xml:space="preserve">
<value>The daemon server reported errors: {0}</value>
<comment>{0} are the list of messages, each message starts with new line</comment>
</data>
<data name="Registry_ConfigUploaded" xml:space="preserve">
<value>Uploaded config to registry.</value>
<comment/>
</data>
<data name="Registry_ConfigUploadStarted" xml:space="preserve">
<value>Uploading config to registry at blob '{0}',</value>
<comment/>
</data>
<data name="Registry_LayerExists" xml:space="preserve">
<value>Layer '{0}' already exists.</value>
<comment/>
</data>
<data name="Registry_LayerUploaded" xml:space="preserve">
<value>Finished uploading layer '{0}' to '{1}'.</value>
<comment>{0} is the layer digest, {1} is the registry name</comment>
</data>
<data name="Registry_LayerUploadStarted" xml:space="preserve">
<value>Uploading layer '{0}' to '{1}'.</value>
<comment>{0} is the layer digest, {1} is the registry name</comment>
</data>
<data name="Registry_ManifestUploaded" xml:space="preserve">
<value>Uploaded manifest to '{0}'.</value>
<comment>{0} is the registry name</comment>
</data>
<data name="Registry_ManifestExists" xml:space="preserve">
<value>Manifest '{0}' already exists in repository '{1}'. Skipping layer and configuration uploads.</value>
<comment>{0} is the manifest digest, {1} is the repository name</comment>
</data>
<data name="Registry_ManifestUploadStarted" xml:space="preserve">
<value>Uploading manifest to registry '{0}' as blob '{1}'.</value>
<comment>{0} is the registry name</comment>
</data>
<data name="Registry_TagUploaded" xml:space="preserve">
<value>Uploaded tag '{0}' to '{1}'.</value>
<comment>{1} is the registry name</comment>
</data>
<data name="Registry_TagUploadStarted" xml:space="preserve">
<value>Uploading tag '{0}' to '{1}'.</value>
<comment>{1} is the registry name</comment>
</data>
<data name="RegistryPullFailed" xml:space="preserve">
<value>CONTAINER1014: Manifest pull failed.</value>
<comment>{StrBegins="CONTAINER1014: "}</comment>
</data>
<data name="RegistryOperationFailed" xml:space="preserve">
<value>CONTAINER1017: Unable to communicate with the registry '{0}'.</value>
<comment>{StrBegins="CONTAINER1017:" }</comment>
</data>
<data name="RepositoryNotFound" xml:space="preserve">
<value>CONTAINER1015: Unable to access the repository '{0}' at tag '{1}' in the registry '{2}'. Please confirm that this name and tag are present in the registry.</value>
<comment>{StrBegins="CONTAINER1015: "}</comment>
</data>
<data name="UnableToDownloadFromRepository" xml:space="preserve">
<value>CONTAINER1018: Unable to download image from the repository '{0}'.</value>
<comment>{StrBegins="CONTAINER1018:" }</comment>
</data>
<data name="UnableToAccessRepository" xml:space="preserve">
<value>CONTAINER1016: Unable to access the repository '{0}' in the registry '{1}'. Please confirm your credentials are correct and that you have access to this repository and registry.</value>
<comment>{StrBegins="CONTAINER1016:" }</comment>
</data>
<data name="InvalidImageName_EntireNameIsInvalidCharacters" xml:space="preserve">
<value>CONTAINER2005: The inferred image name '{0}' contains entirely invalid characters. The valid characters for an image name are alphanumeric characters, -, /, or _, and the image name must start with an alphanumeric character.</value>
<comment>{StrBegins="CONTAINER2005: "}</comment>
</data>
<data name="ArchiveRegistry_PushInfo" xml:space="preserve">
<value>local archive at '{0}'</value>
<comment>{0} is the path to the file written</comment>
</data>
<data name="DockerCli_PushInfo" xml:space="preserve">
<value>local registry via '{0}'</value>
<comment>{0} is the command used</comment>
</data>
<data name="GenerateDigestLabelWithoutGenerateLabels" xml:space="preserve">
<value>CONTAINER2030: GenerateLabels was disabled but GenerateDigestLabel was enabled - no digest label will be created.</value>
<comment>{StrBegins="CONTAINER2030: "}</comment>
</data>
<data name="InvalidContainerImageFormat" xml:space="preserve">
<value>CONTAINER2031: The container image format '{0}' is not supported. Supported formats are '{1}'.</value>
<comment>{StrBegins="CONTAINER2031: "}</comment>
</data>
</root>