|
118 | 118 | <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
119 | 119 | </resheader>
|
120 | 120 | <data name="Logo" xml:space="preserve">
|
121 |
| - <value>Microsoft (R) dotnet-svcutil.xmlserializer tool, Version {0}. [{1}] {2} </value> |
| 121 | + <value>Microsoft (R) dotnet-svcutil.xmlserializer tool, Version {0}. |
| 122 | +[{1}] |
| 123 | +{2} |
| 124 | +</value> |
122 | 125 | </data>
|
123 | 126 | <data name="HelpUsage1" xml:space="preserve">
|
124 | 127 | <value>USES:</value>
|
|
487 | 490 | <value>The '{0}' input argument conflicts with '{1}' because they imply different modes of tool operation</value>
|
488 | 491 | </data>
|
489 | 492 | <data name="ErrSchemaValidationForExport" xml:space="preserve">
|
490 |
| - <value>There was a validation error on a schema generated during export: Source: {0} Line: {1} Column: {2} Validation Error: {3}</value> |
| 493 | + <value>There was a validation error on a schema generated during export: |
| 494 | + Source: {0} |
| 495 | + Line: {1} Column: {2} |
| 496 | + Validation Error: {3}</value> |
491 | 497 | </data>
|
492 | 498 | <data name="ErrUnableToLoadExtensions" xml:space="preserve">
|
493 | 499 | <value>There was an error loading import extensions. Make sure to provide the assemblies containing these extensions as reference assemblies using the --{0} option.</value>
|
494 | 500 | </data>
|
495 | 501 | <data name="ErrUnableToLoadReferenceType" xml:space="preserve">
|
496 |
| - <value>There was an error loading a referenced contract type. This type will be ignored. Type: {0}</value> |
| 502 | + <value>There was an error loading a referenced contract type. This type will be ignored. |
| 503 | + Type: {0}</value> |
497 | 504 | </data>
|
498 | 505 | <data name="ErrUnableToUniquifyFilename" xml:space="preserve">
|
499 | 506 | <value>Cannot create output filename. Too many files are being created with the prefix '{0}'.</value>
|
|
517 | 524 | <value>Cannot write to output file</value>
|
518 | 525 | </data>
|
519 | 526 | <data name="WrnUnableToLoadContractForSGen" xml:space="preserve">
|
520 |
| - <value>There was an error loading a contract type. Cannot generate XmlSerializer types for this contract. Type: {0} Details:{1}</value> |
| 527 | + <value>There was an error loading a contract type. Cannot generate XmlSerializer types for this contract. |
| 528 | + Type: {0} |
| 529 | + Details:{1}</value> |
521 | 530 | </data>
|
522 | 531 | <data name="WrnNoServiceContractTypes" xml:space="preserve">
|
523 | 532 | <value>Cannot generate XmlSerializer types for assembly: {0}. No service contract types were found.</value>
|
|
538 | 547 | <value>Generating XML serializers...</value>
|
539 | 548 | </data>
|
540 | 549 | <data name="NoCodeWasGenerated" xml:space="preserve">
|
541 |
| - <value>No code was generated. If you were trying to generate a client, this could be because the metadata documents did not contain any valid contracts or services or because all contracts/services were discovered to exist in /reference assemblies. Verify that you passed all the metadata documents to the tool.</value> |
| 550 | + <value>No code was generated. |
| 551 | +If you were trying to generate a client, this could be because the metadata documents did not contain any valid contracts or services |
| 552 | +or because all contracts/services were discovered to exist in /reference assemblies. Verify that you passed all the metadata documents to the tool.</value> |
542 | 553 | </data>
|
543 | 554 | <data name="ValidationWasSuccessful" xml:space="preserve">
|
544 | 555 | <value>The Service '{0}' was validated with no errors</value>
|
|
0 commit comments