Skip to content

Commit 2d0146e

Browse files
author
SqlClient DevOps
committed
[Scheduled Run] Localized resource files from OneLocBuild
1 parent 96c56fb commit 2d0146e

File tree

10 files changed

+870
-0
lines changed

10 files changed

+870
-0
lines changed

src/Microsoft.Data.SqlClient/src/Resources/Strings.de.resx

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,4 +4644,91 @@
46444644
<data name="ADP_InvalidMixedUsageOfAuthenticationAndTokenCallback" xml:space="preserve">
46454645
<value>Die Eigenschaft AccessTokenCallback kann nicht festgelegt werden, wenn in der Verbindungszeichenfolge "Authentication=Active Directory Default" angegeben wurde.</value>
46464646
</data>
4647+
<data name="event_OperationReturnedSomething" xml:space="preserve">
4648+
<value>{0} returned {1}.</value>
4649+
</data>
4650+
<data name="net_auth_message_not_encrypted" xml:space="preserve">
4651+
<value>Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.</value>
4652+
</data>
4653+
<data name="net_log_operation_failed_with_error" xml:space="preserve">
4654+
<value>{0} failed with error {1}.</value>
4655+
</data>
4656+
<data name="net_MethodNotImplementedException" xml:space="preserve">
4657+
<value>Diese Methode wird von dieser Klasse nicht implementiertd.</value>
4658+
</data>
4659+
<data name="net_securitypackagesupport" xml:space="preserve">
4660+
<value>The requested security package is not supported.</value>
4661+
</data>
4662+
<data name="SNI_IncorrectPhysicalConnectionType" xml:space="preserve">
4663+
<value>Incorrect physicalConnection type.</value>
4664+
</data>
4665+
<data name="SqlAppContextSwitchManager_InvalidValue" xml:space="preserve">
4666+
<value>Exception occurred while trying to set the AppContext Switch '{0}'={1}.</value>
4667+
</data>
4668+
<data name="SQL_DbTypeNotSupportedOnThisPlatform" xml:space="preserve">
4669+
<value>Type {0} is not supported on this platform.</value>
4670+
</data>
4671+
<data name="SQL_GlobalizationInvariantModeNotSupported" xml:space="preserve">
4672+
<value>Globalization Invariant Mode is not supported.</value>
4673+
</data>
4674+
<data name="SQL_KerberosTicketMissingError" xml:space="preserve">
4675+
<value>Cannot authenticate using Kerberos. Ensure Kerberos has been initialized on the client with 'kinit' and a Service Principal Name has been registered for the SQL Server to allow Kerberos authentication.</value>
4676+
</data>
4677+
<data name="SQL_NetworkLibraryNotSupported" xml:space="preserve">
4678+
<value>The keyword 'Network Library' is not supported on this platform, prefix the 'Data Source' with the protocol desired instead ('tcp:' for a TCP connection, or 'np:' for a Named Pipe connection).</value>
4679+
</data>
4680+
<data name="SQL_SocketDidNotThrow" xml:space="preserve">
4681+
<value>Socket did not throw expected '{0}' with error code '{1}'.</value>
4682+
</data>
4683+
<data name="SQL_TDS8_NotSupported_Netstandard2_0" xml:space="preserve">
4684+
<value>Not supported in .Net Standard 2.0.</value>
4685+
</data>
4686+
<data name="SQL_UnsupportedFeature" xml:space="preserve">
4687+
<value>The server is attempting to use a feature that is not supported on this platform.</value>
4688+
</data>
4689+
<data name="SQL_UnsupportedKeyword" xml:space="preserve">
4690+
<value>The keyword '{0}' is not supported on this platform.</value>
4691+
</data>
4692+
<data name="SQL_UnsupportedSysTxVersion" xml:space="preserve">
4693+
<value>The currently loaded System.Transactions.dll does not support Global Transactions.</value>
4694+
</data>
4695+
<data name="SQL_UnsupportedToken" xml:space="preserve">
4696+
<value>Received an unsupported token '{0}' while reading data from the server.</value>
4697+
</data>
4698+
<data name="SSPIInvalidHandleType" xml:space="preserve">
4699+
<value>'{0}' is not a supported handle type.</value>
4700+
</data>
4701+
<data name="SqlFileStream_NotSupported" xml:space="preserve">
4702+
<value>SqlFileStream is not supported on this platform.</value>
4703+
</data>
4704+
<data name="LocalDBNotSupported" xml:space="preserve">
4705+
<value>LocalDB is not supported on this platform.</value>
4706+
</data>
4707+
<data name="net_context_buffer_too_small" xml:space="preserve">
4708+
<value>Insufficient buffer space. Required: {0} Actual: {1}.</value>
4709+
</data>
4710+
<data name="net_gssapi_operation_failed" xml:space="preserve">
4711+
<value>GSSAPI operation failed with status: {0} (Minor status: {1}).</value>
4712+
</data>
4713+
<data name="net_gssapi_operation_failed_detailed" xml:space="preserve">
4714+
<value>GSSAPI operation failed with error - {0} ({1}).</value>
4715+
</data>
4716+
<data name="net_nego_channel_binding_not_supported" xml:space="preserve">
4717+
<value>No support for channel binding on operating systems other than Windows.</value>
4718+
</data>
4719+
<data name="net_nego_not_supported_empty_target_with_defaultcreds" xml:space="preserve">
4720+
<value>Target name should be non empty if default credentials are passed.</value>
4721+
</data>
4722+
<data name="net_nego_protection_level_not_supported" xml:space="preserve">
4723+
<value>Requested protection level is not supported with the GSSAPI implementation currently installed.</value>
4724+
</data>
4725+
<data name="net_nego_server_not_supported" xml:space="preserve">
4726+
<value>Server implementation is not supported.</value>
4727+
</data>
4728+
<data name="net_ntlm_not_possible_default_cred" xml:space="preserve">
4729+
<value>NTLM authentication is not possible with default credentials on this platform.</value>
4730+
</data>
4731+
<data name="SqlParameter_SourceColumnNullMapping" xml:space="preserve">
4732+
<value>When used by DataAdapter.Update, the parameter value is changed from DBNull.Value into (Int32)1 or (Int32)0 if non-null.</value>
4733+
</data>
46474734
</root>

src/Microsoft.Data.SqlClient/src/Resources/Strings.es.resx

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,4 +4644,91 @@
46444644
<data name="ADP_InvalidMixedUsageOfAuthenticationAndTokenCallback" xml:space="preserve">
46454645
<value>No se puede establecer la propiedad AccessTokenCallback si se ha especificado 'Authentication=Active Directory Default' en la cadena de conexión.</value>
46464646
</data>
4647+
<data name="event_OperationReturnedSomething" xml:space="preserve">
4648+
<value>{0} returned {1}.</value>
4649+
</data>
4650+
<data name="net_auth_message_not_encrypted" xml:space="preserve">
4651+
<value>Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.</value>
4652+
</data>
4653+
<data name="net_log_operation_failed_with_error" xml:space="preserve">
4654+
<value>{0} failed with error {1}.</value>
4655+
</data>
4656+
<data name="net_MethodNotImplementedException" xml:space="preserve">
4657+
<value>This method is not implemented by this class.</value>
4658+
</data>
4659+
<data name="net_securitypackagesupport" xml:space="preserve">
4660+
<value>The requested security package is not supported.</value>
4661+
</data>
4662+
<data name="SNI_IncorrectPhysicalConnectionType" xml:space="preserve">
4663+
<value>Incorrect physicalConnection type.</value>
4664+
</data>
4665+
<data name="SqlAppContextSwitchManager_InvalidValue" xml:space="preserve">
4666+
<value>Exception occurred while trying to set the AppContext Switch '{0}'={1}.</value>
4667+
</data>
4668+
<data name="SQL_DbTypeNotSupportedOnThisPlatform" xml:space="preserve">
4669+
<value>Type {0} is not supported on this platform.</value>
4670+
</data>
4671+
<data name="SQL_GlobalizationInvariantModeNotSupported" xml:space="preserve">
4672+
<value>Globalization Invariant Mode is not supported.</value>
4673+
</data>
4674+
<data name="SQL_KerberosTicketMissingError" xml:space="preserve">
4675+
<value>Cannot authenticate using Kerberos. Ensure Kerberos has been initialized on the client with 'kinit' and a Service Principal Name has been registered for the SQL Server to allow Kerberos authentication.</value>
4676+
</data>
4677+
<data name="SQL_NetworkLibraryNotSupported" xml:space="preserve">
4678+
<value>The keyword 'Network Library' is not supported on this platform, prefix the 'Data Source' with the protocol desired instead ('tcp:' for a TCP connection, or 'np:' for a Named Pipe connection).</value>
4679+
</data>
4680+
<data name="SQL_SocketDidNotThrow" xml:space="preserve">
4681+
<value>Socket did not throw expected '{0}' with error code '{1}'.</value>
4682+
</data>
4683+
<data name="SQL_TDS8_NotSupported_Netstandard2_0" xml:space="preserve">
4684+
<value>Not supported in .Net Standard 2.0.</value>
4685+
</data>
4686+
<data name="SQL_UnsupportedFeature" xml:space="preserve">
4687+
<value>The server is attempting to use a feature that is not supported on this platform.</value>
4688+
</data>
4689+
<data name="SQL_UnsupportedKeyword" xml:space="preserve">
4690+
<value>The keyword '{0}' is not supported on this platform.</value>
4691+
</data>
4692+
<data name="SQL_UnsupportedSysTxVersion" xml:space="preserve">
4693+
<value>The currently loaded System.Transactions.dll does not support Global Transactions.</value>
4694+
</data>
4695+
<data name="SQL_UnsupportedToken" xml:space="preserve">
4696+
<value>Received an unsupported token '{0}' while reading data from the server.</value>
4697+
</data>
4698+
<data name="SSPIInvalidHandleType" xml:space="preserve">
4699+
<value>'{0}' is not a supported handle type.</value>
4700+
</data>
4701+
<data name="SqlFileStream_NotSupported" xml:space="preserve">
4702+
<value>SqlFileStream is not supported on this platform.</value>
4703+
</data>
4704+
<data name="LocalDBNotSupported" xml:space="preserve">
4705+
<value>LocalDB is not supported on this platform.</value>
4706+
</data>
4707+
<data name="net_context_buffer_too_small" xml:space="preserve">
4708+
<value>Insufficient buffer space. Required: {0} Actual: {1}.</value>
4709+
</data>
4710+
<data name="net_gssapi_operation_failed" xml:space="preserve">
4711+
<value>GSSAPI operation failed with status: {0} (Minor status: {1}).</value>
4712+
</data>
4713+
<data name="net_gssapi_operation_failed_detailed" xml:space="preserve">
4714+
<value>GSSAPI operation failed with error - {0} ({1}).</value>
4715+
</data>
4716+
<data name="net_nego_channel_binding_not_supported" xml:space="preserve">
4717+
<value>No support for channel binding on operating systems other than Windows.</value>
4718+
</data>
4719+
<data name="net_nego_not_supported_empty_target_with_defaultcreds" xml:space="preserve">
4720+
<value>Target name should be non empty if default credentials are passed.</value>
4721+
</data>
4722+
<data name="net_nego_protection_level_not_supported" xml:space="preserve">
4723+
<value>Requested protection level is not supported with the GSSAPI implementation currently installed.</value>
4724+
</data>
4725+
<data name="net_nego_server_not_supported" xml:space="preserve">
4726+
<value>Server implementation is not supported.</value>
4727+
</data>
4728+
<data name="net_ntlm_not_possible_default_cred" xml:space="preserve">
4729+
<value>NTLM authentication is not possible with default credentials on this platform.</value>
4730+
</data>
4731+
<data name="SqlParameter_SourceColumnNullMapping" xml:space="preserve">
4732+
<value>When used by DataAdapter.Update, the parameter value is changed from DBNull.Value into (Int32)1 or (Int32)0 if non-null.</value>
4733+
</data>
46474734
</root>

src/Microsoft.Data.SqlClient/src/Resources/Strings.fr.resx

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4644,4 +4644,91 @@
46444644
<data name="ADP_InvalidMixedUsageOfAuthenticationAndTokenCallback" xml:space="preserve">
46454645
<value>Impossible de définir la propriété AccessTokenCallback si 'Authentication=Active Directory Default' a été spécifié dans la chaîne de connexion.</value>
46464646
</data>
4647+
<data name="event_OperationReturnedSomething" xml:space="preserve">
4648+
<value>{0} returned {1}.</value>
4649+
</data>
4650+
<data name="net_auth_message_not_encrypted" xml:space="preserve">
4651+
<value>Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.</value>
4652+
</data>
4653+
<data name="net_log_operation_failed_with_error" xml:space="preserve">
4654+
<value>{0} failed with error {1}.</value>
4655+
</data>
4656+
<data name="net_MethodNotImplementedException" xml:space="preserve">
4657+
<value>This method is not implemented by this class.</value>
4658+
</data>
4659+
<data name="net_securitypackagesupport" xml:space="preserve">
4660+
<value>The requested security package is not supported.</value>
4661+
</data>
4662+
<data name="SNI_IncorrectPhysicalConnectionType" xml:space="preserve">
4663+
<value>Incorrect physicalConnection type.</value>
4664+
</data>
4665+
<data name="SqlAppContextSwitchManager_InvalidValue" xml:space="preserve">
4666+
<value>Exception occurred while trying to set the AppContext Switch '{0}'={1}.</value>
4667+
</data>
4668+
<data name="SQL_DbTypeNotSupportedOnThisPlatform" xml:space="preserve">
4669+
<value>Type {0} is not supported on this platform.</value>
4670+
</data>
4671+
<data name="SQL_GlobalizationInvariantModeNotSupported" xml:space="preserve">
4672+
<value>Globalization Invariant Mode is not supported.</value>
4673+
</data>
4674+
<data name="SQL_KerberosTicketMissingError" xml:space="preserve">
4675+
<value>Cannot authenticate using Kerberos. Ensure Kerberos has been initialized on the client with 'kinit' and a Service Principal Name has been registered for the SQL Server to allow Kerberos authentication.</value>
4676+
</data>
4677+
<data name="SQL_NetworkLibraryNotSupported" xml:space="preserve">
4678+
<value>The keyword 'Network Library' is not supported on this platform, prefix the 'Data Source' with the protocol desired instead ('tcp:' for a TCP connection, or 'np:' for a Named Pipe connection).</value>
4679+
</data>
4680+
<data name="SQL_SocketDidNotThrow" xml:space="preserve">
4681+
<value>Socket did not throw expected '{0}' with error code '{1}'.</value>
4682+
</data>
4683+
<data name="SQL_TDS8_NotSupported_Netstandard2_0" xml:space="preserve">
4684+
<value>Not supported in .Net Standard 2.0.</value>
4685+
</data>
4686+
<data name="SQL_UnsupportedFeature" xml:space="preserve">
4687+
<value>The server is attempting to use a feature that is not supported on this platform.</value>
4688+
</data>
4689+
<data name="SQL_UnsupportedKeyword" xml:space="preserve">
4690+
<value>The keyword '{0}' is not supported on this platform.</value>
4691+
</data>
4692+
<data name="SQL_UnsupportedSysTxVersion" xml:space="preserve">
4693+
<value>The currently loaded System.Transactions.dll does not support Global Transactions.</value>
4694+
</data>
4695+
<data name="SQL_UnsupportedToken" xml:space="preserve">
4696+
<value>Received an unsupported token '{0}' while reading data from the server.</value>
4697+
</data>
4698+
<data name="SSPIInvalidHandleType" xml:space="preserve">
4699+
<value>'{0}' is not a supported handle type.</value>
4700+
</data>
4701+
<data name="SqlFileStream_NotSupported" xml:space="preserve">
4702+
<value>SqlFileStream is not supported on this platform.</value>
4703+
</data>
4704+
<data name="LocalDBNotSupported" xml:space="preserve">
4705+
<value>LocalDB is not supported on this platform.</value>
4706+
</data>
4707+
<data name="net_context_buffer_too_small" xml:space="preserve">
4708+
<value>Insufficient buffer space. Required: {0} Actual: {1}.</value>
4709+
</data>
4710+
<data name="net_gssapi_operation_failed" xml:space="preserve">
4711+
<value>GSSAPI operation failed with status: {0} (Minor status: {1}).</value>
4712+
</data>
4713+
<data name="net_gssapi_operation_failed_detailed" xml:space="preserve">
4714+
<value>GSSAPI operation failed with error - {0} ({1}).</value>
4715+
</data>
4716+
<data name="net_nego_channel_binding_not_supported" xml:space="preserve">
4717+
<value>No support for channel binding on operating systems other than Windows.</value>
4718+
</data>
4719+
<data name="net_nego_not_supported_empty_target_with_defaultcreds" xml:space="preserve">
4720+
<value>Target name should be non empty if default credentials are passed.</value>
4721+
</data>
4722+
<data name="net_nego_protection_level_not_supported" xml:space="preserve">
4723+
<value>Requested protection level is not supported with the GSSAPI implementation currently installed.</value>
4724+
</data>
4725+
<data name="net_nego_server_not_supported" xml:space="preserve">
4726+
<value>Server implementation is not supported.</value>
4727+
</data>
4728+
<data name="net_ntlm_not_possible_default_cred" xml:space="preserve">
4729+
<value>NTLM authentication is not possible with default credentials on this platform.</value>
4730+
</data>
4731+
<data name="SqlParameter_SourceColumnNullMapping" xml:space="preserve">
4732+
<value>When used by DataAdapter.Update, the parameter value is changed from DBNull.Value into (Int32)1 or (Int32)0 if non-null.</value>
4733+
</data>
46474734
</root>

0 commit comments

Comments
 (0)