terminal/src/cascadia/TerminalConnection/Resources/en-US/Resources.resw

220 lines
11 KiB
Plaintext
Raw Normal View History

<?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="AzureCodeExpiry" xml:space="preserve">
<value>This code will expire in 15 minutes.</value>
</data>
<data name="AzureEnterTenant" xml:space="preserve">
<value>Please enter the desired tenant number.</value>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureNewLogin" xml:space="preserve">
<value>Enter {0} to login with a new account</value>
<comment>{0} will be replaced with the resource from AzureUserEntry_NewLogin; it is intended to be a single-character shorthand for "new account"</comment>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureRemoveStored" xml:space="preserve">
<value>Enter {0} to remove the above saved connection settings.</value>
<comment>{0} will be replaced with the resource from AzureUserEntry_RemoveStored; it is intended to be a single-character shorthand for "remove stored"</comment>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureInvalidAccessInput" xml:space="preserve">
<value>Please enter a valid number to access the stored connection settings, {0} to log in with a new account, or {1} to remove the saved connection settings.</value>
<comment>{0} will be replaced with the resource from AzureUserEntry_NewLogin, and {1} will be replaced with AzureUserEntry_RemoveStored. This is an error message, used after AzureNewLogin/AzureRemoveStored if the user enters an invalid value.</comment>
</data>
<data name="AzureNonNumberError" xml:space="preserve">
<value>Please enter a number.</value>
</data>
<data name="AzureNumOutOfBoundsError" xml:space="preserve">
<value>Number out of bounds. Please enter a valid number.</value>
</data>
<data name="AzureNoTenants" xml:space="preserve">
<value>Could not find any tenants.</value>
</data>
<data name="AzureNoCloudAccount" xml:space="preserve">
<value>You have not set up your cloud shell account yet. Please go to https://shell.azure.com to set it up.</value>
<comment>{Locked="https://shell.azure.com"} This URL should not be localized. Everything else should.</comment>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureStorePrompt" xml:space="preserve">
<value>Do you want to save these connection settings for future logins? [{0}/{1}]</value>
<comment>{0} and {1} will be replaced with AzureUserEntry_Yes and AzureUserEntry_No. They are single-character shorthands for "yes" and "no" in this language.</comment>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureInvalidStoreInput" xml:space="preserve">
<value>Please enter {0} or {1}</value>
<comment>{0} and {1} will be replaced with AzureUserEntry_Yes and AzureUserEntry_No. This resource will be used as an error response after AzureStorePrompt.</comment>
</data>
<data name="AzureRequestingCloud" xml:space="preserve">
<value>Requesting a cloud shell instance...</value>
</data>
<data name="AzureSuccess" xml:space="preserve">
<value>Succeeded.</value>
</data>
<data name="AzureRequestingTerminal" xml:space="preserve">
<value>Requesting a terminal (this might take a while)...</value>
</data>
<data name="AzureTokensStored" xml:space="preserve">
<value>Your connection settings have been saved for future logins.</value>
</data>
<data name="AzureNoTokens" xml:space="preserve">
<value>No tokens to remove.</value>
</data>
<data name="AzureTokensRemoved" xml:space="preserve">
<value>Saved connection settings removed.</value>
</data>
<data name="AzureOldCredentialsFlushedMessage" xml:space="preserve">
<value>Authentication parameters changed. You'll need to log in again.</value>
</data>
<data name="AzureUnknownTenantName" xml:space="preserve">
<value>&lt;unknown tenant name&gt;</value>
</data>
Rework error handling and state flow in the Azure connection (#5356) This commit fixes a number of problems and code quality/health issues with the AzureConnection. This is a general tidying-up of the azure connection. It improves error logging (like: it actually emits error logs...) and retry logic and the state machine and it audits the exit points of the state machine for exceptions and removes the HRESULT returns (so they either succeed and transition to a new state or throw an exception or are going down anyway). There's also a change in here that changes how we display tenants. It adds the "default domain" to the name, so that instead of seeing this: Conhost (aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa) Default Directory (bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb) you see this Conhost (conhost.onmicrosoft.com) Default Directory (dustinhowett.onmicrosoft.com) Changes: * rework tenant/tenant storage and fix display names Switch to the 2020 tenant API. Instead of passing around four loose variables, create a Tenant class and use that for packing/unpacking into/out of json (and the windows credential store, where we "cleverly" used json for the tenant info there too). When displaying a tenant, use its display name if there is one, the unknown resource string if there isn't, and the default domain if there is one and the ID if there isn't. Fixes #5325. * use {fmt} for formatting request bodies * remove dead strings * rework/rename Request/HeaderHelper to Send(Authenticated)ReqReturningJson * rewrite polling to use std::chrono * remove HR returns from state machine * rename state handlers from _XHelper to _RunXState * cleanup namespaces, prefix user input with >, remove namespaces * Rework error handling - _RequestHelper no longer eats exceptions. - Delete the "no internet" error message. - Wrap exceptions coming out of Azure API in a well-known type. - Catch by type. - Extract error codes for known failures (keep polling, invalid grant). - When we get an Invalid Grant, dispose of the cached refresh token and force the user to log in again. - Catch all printable exceptions and print them. - Remove the NoConnect state completely -- just bail out when an exception hits the toplevel of the output thread. - Move 3x logic into _RefreshTokens and pop exceptions out of it. - Begin abstracting into AzureClient Fixes #5325 (by addressing its chief complaint). Fixes #4803 (by triggering auth flow again if the token expires). Improves diagnosability for #4575.
2020-04-17 02:32:52 +02:00
<data name="AzureIthTenant" xml:space="preserve">
<value>Tenant {0}: {1} ({2})</value>
<comment>{0} is the tenant's number, which the user will enter to connect to the tenant. {1} is the tenant's display name, which will be meaningful for the user. {2} is the tenant's internal ID number.</comment>
</data>
<data name="AzureSuccessfullyAuthenticated" xml:space="preserve">
<value>Authenticated.</value>
</data>
<data name="AzureUserEntry_NewLogin" xml:space="preserve">
<value>n</value>
<comment>This is shorthand for "new login". The user must enter this character to activate the New Login feature (AzureInvalidAccessInput, AzureNewLogin)</comment>
</data>
<data name="AzureUserEntry_RemoveStored" xml:space="preserve">
<value>r</value>
<comment>This is shorthand for "remove saved connections". The user must enter this character to activate the Remove Saved Logins feature (AzureRemoveStored, AzureInvalidAccessInput)</comment>
</data>
<data name="AzureUserEntry_Yes" xml:space="preserve">
<value>y</value>
<comment>This is shorthand for "yes". The user must enter this character to CONFIRM a prompt.</comment>
</data>
<data name="AzureUserEntry_No" xml:space="preserve">
<value>n</value>
<comment>This is shorthand for "no". The user must enter this character to DECLINE a prompt.</comment>
</data>
<data name="ProcessExited" xml:space="preserve">
<value>[process exited with code {0}]</value>
<comment>The first argument {0} is the error code of the process. When there is no error, the number ZERO will be displayed. </comment>
</data>
<data name="ProcessFailedToLaunch" xml:space="preserve">
<value>[error {0} when launching `{1}']</value>
<comment>The first argument {0} is the error code. The second argument {1} is the user-specified path to a program.
If this string is broken to multiple lines, it will not be displayed properly.</comment>
</data>
<data name="BadPathText" xml:space="preserve">
<value>Could not access starting directory "{0}"</value>
<comment>The first argument {0} is a path to a directory on the filesystem, as provided by the user.</comment>
</data>
</root>