dotnet-installer/src/dotnet/CommonLocalizableStrings.resx
2017-06-13 20:44:55 -07:00

523 lines
No EOL
22 KiB
XML

<?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="UnsupportedProjectType" xml:space="preserve">
<value>Unsupported project type. Please check with your sdk provider.</value>
</data>
<data name="ProjectAlreadyHasAreference" xml:space="preserve">
<value>Project already has a reference to `{0}`.</value>
</data>
<data name="ProjectReferenceCouldNotBeFound" xml:space="preserve">
<value>Project reference `{0}` could not be found.</value>
</data>
<data name="ProjectReferenceRemoved" xml:space="preserve">
<value>Project reference `{0}` removed.</value>
</data>
<data name="Project" xml:space="preserve">
<value>Project</value>
</data>
<data name="ProjectFile" xml:space="preserve">
<value>Project file</value>
</data>
<data name="Reference" xml:space="preserve">
<value>Reference</value>
</data>
<data name="ProjectReference" xml:space="preserve">
<value>Project reference</value>
</data>
<data name="ProjectReferenceOneOrMore" xml:space="preserve">
<value>Project reference(s)</value>
</data>
<data name="PackageReference" xml:space="preserve">
<value>Package reference</value>
</data>
<data name="P2P" xml:space="preserve">
<value>Project to Project</value>
</data>
<data name="P2PReference" xml:space="preserve">
<value>Project to Project reference</value>
</data>
<data name="Package" xml:space="preserve">
<value>Package</value>
</data>
<data name="Solution" xml:space="preserve">
<value>Solution</value>
</data>
<data name="SolutionFile" xml:space="preserve">
<value>Solution file</value>
</data>
<data name="Executable" xml:space="preserve">
<value>Executable</value>
</data>
<data name="Library" xml:space="preserve">
<value>Library</value>
</data>
<data name="Program" xml:space="preserve">
<value>Program</value>
</data>
<data name="Application" xml:space="preserve">
<value>Application</value>
</data>
<data name="ReferenceAddedToTheProject" xml:space="preserve">
<value>Reference `{0}` added to the project.</value>
</data>
<data name="Add" xml:space="preserve">
<value>Add</value>
</data>
<data name="Remove" xml:space="preserve">
<value>Remove</value>
</data>
<data name="Delete" xml:space="preserve">
<value>Delete</value>
</data>
<data name="Update" xml:space="preserve">
<value>Update</value>
</data>
<data name="New" xml:space="preserve">
<value>New</value>
</data>
<data name="List" xml:space="preserve">
<value>List</value>
</data>
<data name="Load" xml:space="preserve">
<value>Load</value>
</data>
<data name="Save" xml:space="preserve">
<value>Save</value>
</data>
<data name="Find" xml:space="preserve">
<value>Find</value>
</data>
<data name="Error" xml:space="preserve">
<value>Error</value>
</data>
<data name="Warning" xml:space="preserve">
<value>Warning</value>
</data>
<data name="File" xml:space="preserve">
<value>File</value>
</data>
<data name="Directory" xml:space="preserve">
<value>Directory</value>
</data>
<data name="Type" xml:space="preserve">
<value>Type</value>
</data>
<data name="Value" xml:space="preserve">
<value>Value</value>
</data>
<data name="Group" xml:space="preserve">
<value>Group</value>
</data>
<data name="XAddedToY" xml:space="preserve">
<value>{0} added to {1}.</value>
</data>
<data name="XRemovedFromY" xml:space="preserve">
<value>{0} removed from {1}.</value>
</data>
<data name="XDeletedFromY" xml:space="preserve">
<value>{0} deleted from {1}.</value>
</data>
<data name="XSuccessfullyUpdated" xml:space="preserve">
<value>{0} successfully updated.</value>
</data>
<data name="XIsInvalid" xml:space="preserve">
<value>{0} is invalid.</value>
</data>
<data name="XYFoundButInvalid" xml:space="preserve">
<value>{0} `{1}` found but is invalid.</value>
</data>
<data name="XFoundButInvalid" xml:space="preserve">
<value>`{0}` found but is invalid.</value>
</data>
<data name="OperationInvalid" xml:space="preserve">
<value>Operation is invalid.</value>
</data>
<data name="OperationXInvalid" xml:space="preserve">
<value>Operation {0} is invalid.</value>
</data>
<data name="XNotFound" xml:space="preserve">
<value>{0} not found.</value>
</data>
<data name="XOrYNotFound" xml:space="preserve">
<value>{0} or {1} not found.</value>
</data>
<data name="XOrYNotFoundInZ" xml:space="preserve">
<value>{0} or {1} not found in `{2}`.</value>
</data>
<data name="FileNotFound" xml:space="preserve">
<value>File `{0}` not found.</value>
</data>
<data name="XDoesNotExist" xml:space="preserve">
<value>{0} does not exist.</value>
</data>
<data name="XYDoesNotExist" xml:space="preserve">
<value>{0} `{1}` does not exist.</value>
</data>
<data name="MoreThanOneXFound" xml:space="preserve">
<value>More than one {0} found.</value>
</data>
<data name="XAlreadyContainsY" xml:space="preserve">
<value>{0} already contains {1}.</value>
</data>
<data name="XAlreadyContainsYZ" xml:space="preserve">
<value>{0} already contains {1} `{2}`.</value>
</data>
<data name="XAlreadyHasY" xml:space="preserve">
<value>{0} already has {1}.</value>
</data>
<data name="XAlreadyHasYZ" xml:space="preserve">
<value>{0} already has {1} `{2}`.</value>
</data>
<data name="XWasNotExpected" xml:space="preserve">
<value>{0} was not expected.</value>
</data>
<data name="XNotProvided" xml:space="preserve">
<value>{0} not provided.</value>
</data>
<data name="SpecifyAtLeastOne" xml:space="preserve">
<value>Please specify at least one {0}.</value>
</data>
<data name="CouldNotConnectWithTheServer" xml:space="preserve">
<value>Could not connect with the server.</value>
</data>
<data name="RequiredArgumentIsInvalid" xml:space="preserve">
<value>Required argument {0} is invalid.</value>
</data>
<data name="OptionIsInvalid" xml:space="preserve">
<value>Option {0} is invalid.</value>
</data>
<data name="ArgumentIsInvalid" xml:space="preserve">
<value>Argument {0} is invalid.</value>
</data>
<data name="RequiredArgumentNotPassed" xml:space="preserve">
<value>Required argument {0} was not provided.</value>
</data>
<data name="RequiredCommandNotPassed" xml:space="preserve">
<value>Required command was not provided.</value>
</data>
<data name="CouldNotFindAnyProjectInDirectory" xml:space="preserve">
<value>Could not find any project in `{0}`.</value>
</data>
<data name="CouldNotFindProjectOrDirectory" xml:space="preserve">
<value>Could not find project or directory `{0}`.</value>
</data>
<data name="MoreThanOneProjectInDirectory" xml:space="preserve">
<value>Found more than one project in `{0}`. Please specify which one to use.</value>
</data>
<data name="FoundInvalidProject" xml:space="preserve">
<value>Found a project `{0}` but it is invalid.</value>
</data>
<data name="InvalidProject" xml:space="preserve">
<value>Invalid project `{0}`.</value>
</data>
<data name="InvalidProjectWithExceptionMessage" xml:space="preserve">
<value>Invalid project `{0}`. {1}.</value>
</data>
<data name="CouldNotFindSolutionIn" xml:space="preserve">
<value>Specified solution file {0} does not exist, or there is no solution file in the directory.</value>
</data>
<data name="CouldNotFindSolutionOrDirectory" xml:space="preserve">
<value>Could not find solution or directory `{0}`.</value>
</data>
<data name="MoreThanOneSolutionInDirectory" xml:space="preserve">
<value>Found more than one solution file in {0}. Please specify which one to use.</value>
</data>
<data name="InvalidSolutionFormatString" xml:space="preserve">
<value>Invalid solution `{0}`. {1}.</value>
</data>
<data name="SolutionDoesNotExist" xml:space="preserve">
<value>Specified solution file {0} does not exist, or there is no solution file in the directory.</value>
</data>
<data name="ReferenceDoesNotExist" xml:space="preserve">
<value>Reference {0} does not exist.</value>
</data>
<data name="ReferenceIsInvalid" xml:space="preserve">
<value>Reference `{0}` is invalid.</value>
</data>
<data name="SpecifyAtLeastOneReferenceToAdd" xml:space="preserve">
<value>You must specify at least one reference to add.</value>
</data>
<data name="PackageReferenceDoesNotExist" xml:space="preserve">
<value>Package reference `{0}` does not exist.</value>
</data>
<data name="PackageReferenceIsInvalid" xml:space="preserve">
<value>Package reference `{0}` is invalid.</value>
</data>
<data name="SpecifyAtLeastOnePackageReferenceToAdd" xml:space="preserve">
<value>You must specify at least one package to add.</value>
</data>
<data name="PackageReferenceAddedToTheProject" xml:space="preserve">
<value>Package reference `{0}` added to the project.</value>
</data>
<data name="ProjectAlreadyHasAPackageReference" xml:space="preserve">
<value>Project {0} already has a reference `{1}`.</value>
</data>
<data name="PleaseSpecifyVersion" xml:space="preserve">
<value>Please specify a version of the package.</value>
</data>
<data name="ProjectDoesNotExist" xml:space="preserve">
<value>Project `{0}` does not exist.</value>
</data>
<data name="ProjectIsInvalid" xml:space="preserve">
<value>Project `{0}` is invalid.</value>
</data>
<data name="SpecifyAtLeastOneProjectToAdd" xml:space="preserve">
<value>You must specify at least one project to add.</value>
</data>
<data name="ProjectAddedToTheSolution" xml:space="preserve">
<value>Project `{0}` added to the solution.</value>
</data>
<data name="SolutionAlreadyContainsProject" xml:space="preserve">
<value>Solution {0} already contains project {1}.</value>
</data>
<data name="ReferenceNotFoundInTheProject" xml:space="preserve">
<value>Specified reference {0} does not exist in project {1}.</value>
</data>
<data name="ReferenceRemoved" xml:space="preserve">
<value>Reference `{0}` deleted from the project.</value>
</data>
<data name="SpecifyAtLeastOneReferenceToRemove" xml:space="preserve">
<value>You must specify at least one reference to remove.</value>
</data>
<data name="ReferenceDeleted" xml:space="preserve">
<value>Reference `{0}` deleted.</value>
</data>
<data name="PackageReferenceNotFoundInTheProject" xml:space="preserve">
<value>Package reference `{0}` could not be found in the project.</value>
</data>
<data name="PackageReferenceRemoved" xml:space="preserve">
<value>Reference `{0}` deleted from the project.</value>
</data>
<data name="SpecifyAtLeastOnePackageReferenceToRemove" xml:space="preserve">
<value>You must specify at least one package reference to remove.</value>
</data>
<data name="PackageReferenceDeleted" xml:space="preserve">
<value>Package reference `{0}` deleted.</value>
</data>
<data name="ProjectNotFoundInTheSolution" xml:space="preserve">
<value>Project `{0}` could not be found in the solution.</value>
</data>
<data name="ProjectRemoved" xml:space="preserve">
<value>Project `{0}` removed from solution.</value>
</data>
<data name="SpecifyAtLeastOneProjectToRemove" xml:space="preserve">
<value>You must specify at least one project to remove.</value>
</data>
<data name="ProjectDeleted" xml:space="preserve">
<value>Project `{0}` deleted from solution.</value>
</data>
<data name="NoReferencesFound" xml:space="preserve">
<value>There are no {0} references in project {1}. ;; {0} is the type of the item being requested (project, package, p2p) and {1} is the object operated on (a project file or a solution file). </value>
</data>
<data name="NoProjectsFound" xml:space="preserve">
<value>No projects found in the solution.</value>
</data>
<data name="ArgumentsProjectOrSolutionDescription" xml:space="preserve">
<value>The project or solution to operation on. If a file is not specified, the current directory is searched.</value>
</data>
<data name="ArgumentsProjectDescription" xml:space="preserve">
<value>The project file to operate on. If a file is not specified, the command will search the current directory for one.</value>
</data>
<data name="ArgumentsSolutionDescription" xml:space="preserve">
<value>Solution file to operate on. If not specified, the command will search the current directory for one.</value>
</data>
<data name="CmdSlnFile" xml:space="preserve">
<value>SLN_FILE</value>
</data>
<data name="CmdProjectFile" xml:space="preserve">
<value>PROJECT</value>
</data>
<data name="CmdFramework" xml:space="preserve">
<value>FRAMEWORK</value>
</data>
<data name="PleaseSpecifyNewVersion" xml:space="preserve">
<value>Please specify new version of the package.</value>
</data>
<data name="PleaseSpecifyWhichPackageToUpdate" xml:space="preserve">
<value>Please specify which package to update.</value>
</data>
<data name="NothingToUpdate" xml:space="preserve">
<value>Nothing to update.</value>
</data>
<data name="EverythingUpToDate" xml:space="preserve">
<value>Everything is already up-to-date.</value>
</data>
<data name="PackageVersionUpdatedTo" xml:space="preserve">
<value>Version of package `{0}` updated to `{1}`.</value>
</data>
<data name="PackageVersionUpdated" xml:space="preserve">
<value>Version of package `{0}` updated.</value>
</data>
<data name="CouldNotUpdateTheVersion" xml:space="preserve">
<value>Could not update the version of the package `{0}`.</value>
</data>
<data name="TemplateCreatedSuccessfully" xml:space="preserve">
<value>The template {0} created successfully. Please run "dotnet restore" to get started!</value>
</data>
<data name="TemplateInstalledSuccesfully" xml:space="preserve">
<value>The template {0} installed successfully. You can use "dotnet new {0}" to get started with the new template.</value>
</data>
<data name="TemplateCreateError" xml:space="preserve">
<value>Template {0} could not be created. Error returned was: {1}.</value>
</data>
<data name="TemplateInstallError" xml:space="preserve">
<value>Template {0} could not be installed. Error returned was: {1}.</value>
</data>
<data name="SpecifiedNameExists" xml:space="preserve">
<value>Specified name {0} already exists. Please specify a different name.</value>
</data>
<data name="SpecifiedAliasExists" xml:space="preserve">
<value>Specified alias {0} already exists. Please specify a different alias.</value>
</data>
<data name="MandatoryParameterMissing" xml:space="preserve">
<value>Mandatory parameter {0} missing for template {1}. </value>
</data>
<data name="ProjectNotCompatibleWithFrameworks" xml:space="preserve">
<value>Project `{0}` cannot be added due to incompatible targeted frameworks between the two projects. Please review the project you are trying to add and verify that is compatible with the following targets:</value>
</data>
<data name="ProjectDoesNotTargetFramework" xml:space="preserve">
<value>Project `{0}` does not target framework `{1}`.</value>
</data>
<data name="ProjectCouldNotBeEvaluated" xml:space="preserve">
<value>Project `{0}` could not be evaluated. Evaluation failed with following error:
{1}.</value>
</data>
<data name="VerbosityOptionDescription" xml:space="preserve">
<value>Set the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic].</value>
</data>
<data name="FrameworkOptionDescription" xml:space="preserve">
<value>Target framework to publish for. The target framework has to be specified in the project file.</value>
</data>
<data name="RuntimeOptionDescription" xml:space="preserve">
<value>Publish the project for a given runtime. This is used when creating self-contained deployment. Default is to publish a framework-dependent app.</value>
</data>
<data name="ConfigurationOptionDescription" xml:space="preserve">
<value>Configuration to use for building the project. Default for most projects is "Debug".</value>
</data>
<data name="CmdVersionSuffixDescription" xml:space="preserve">
<value>Defines the value for the $(VersionSuffix) property in the project.</value>
</data>
<data name="ShowHelpDescription" xml:space="preserve">
<value>Show help information.</value>
</data>
<data name="NoRestoreDescription" xml:space="preserve">
<value>Does not do an implicit restore when executing the command.</value>
</data>
</root>