Skip to content

Commit a8ffd26

Browse files
[Release 1.1] Update localized resource files (#516)
1 parent 1ab6be7 commit a8ffd26

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>"Authentication=Active Directory Integrated" kann nicht mit den Schlüsselwörtern "User ID", "UID", "Password" oder "PWD" für die Verbindungszeichenfolge verwendet werden.</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>"Authentication=Active Directory Interactive" kann nicht mit den Schlüsselwörtern "User ID", "UID", "Password" oder "PWD" für die Verbindungszeichenfolge verwendet werden.</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>"Authentication=Active Directory Interactive" kann nicht mit den Schlüsselwörtern "Password" oder "PWD" für die Verbindungszeichenfolge verwendet werden.</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>"Authentication=Active Directory Integrated" kann nicht verwendet werden, wenn die Eigenschaft "Credential" festgelegt wurde.</value>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>No se puede usar "Authentication=Active Directory Integrated" con las palabras clave de cadena de conexión "User ID", "UID", "Password" ni "PWD".</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>No se puede usar "Authentication=Active Directory Interactive" con las palabras clave de cadena de conexión "User ID", "UID", "Password" ni "PWD".</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>No se puede usar "Authentication=Active Directory Interactive" con las palabras clave de cadena de conexión "Password" ni "PWD".</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>No se puede usar "Authentication=Active Directory Integrated" si se ha establecido la propiedad Credential.</value>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>Impossible d'utiliser 'Authentication=Active Directory Integrated' avec les mots clés de la chaîne de connexion 'User ID", "UID", "Password" ou "PWD".</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>Impossible d'utiliser 'Authentication=Active Directory Interactive' avec les mots clés de chaîne de connexion 'User ID', 'UID', 'Password' et 'PWD'.</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>Impossible d'utiliser 'Authentication=Active Directory Interactive' avec les mots clés de chaîne de connexion 'Password' et 'PWD'.</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Impossible d'utiliser 'Authentication=Active Directory Integrated', si la propriété Credential a été définie.</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.it.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>Non è possibile usare 'Authentication=Active Directory Integrated' con le parole chiave della stringa di connessione 'User ID', 'UID', 'Password' o 'PWD'.</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>Non è possibile usare 'Authentication=Active Directory Interactive' con le parole chiave della stringa di connessione 'User ID', 'UID', 'Password' o 'PWD'.</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>Non è possibile usare 'Authentication=Active Directory Interactive' con le parole chiave della stringa di connessione 'Password' o 'PWD'.</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Non è possibile usare 'Authentication=Active Directory Integrated' se è stata impostata la proprietà Credential.</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.ja.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>'Authentication=Active Directory Integrated' と接続文字列キーワード 'User ID'、'UID'、'Password'、'PWD' を一緒に使用することはできません。</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>'Authentication=Active Directory Interactive' と接続文字列キーワード 'User ID'、'UID'、'Password'、'PWD' を一緒に使用することはできません。</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>'Authentication=Active Directory Interactive' と接続文字列キーワード 'Password'、'PWD' を一緒に使用することはできません。</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Credential プロパティが設定されている場合は、'Authentication=Active Directory Integrated' を使用できません。</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.ko.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>'Authentication=Active Directory Integrated'를 'User ID', 'UID', 'Password' 또는 'PWD' 연결 문자열 키워드와 함께 사용할 수 없습니다.</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>'Authentication=Active Directory Interactive'를 'User ID', 'UID', 'Password' 또는 'PWD' 연결 문자열 키워드와 함께 사용할 수 없습니다.</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>'Authentication=Active Directory Interactive'를 'Password' 또는 'PWD' 연결 문자열 키워드와 함께 사용할 수 없습니다.</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Credential 속성이 설정된 경우 'Authentication=Active Directory Integrated'를 사용할 수 없습니다.</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.pt-BR.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>Não é possível usar 'Authentication=Active Directory Integrated' com as palavras-chave de cadeia de conexão 'User ID', 'UID', 'Password' ou 'PWD'.</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>Não é possível usar 'Authentication=Active Directory Interactive' com as palavras-chave de cadeia de conexão 'User ID', 'UID', 'Password' or 'PWD'.</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>Não é possível usar 'Authentication=Active Directory Interactive' com as palavras-chave de cadeia de conexão 'Password' or 'PWD'.</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Não é possível usar 'Authentication=Active Directory Integrated' quando a propriedade Credential está definida.</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.ru.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>Невозможно использовать "Authentication=Active Directory Integrated" с ключевыми словами строки подключения "User ID", "UID", "Password" или "PWD".</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>Невозможно использовать "Authentication=Active Directory Interactive" с ключевыми словами строки подключения "User ID", "UID", "Password" или "PWD".</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>Невозможно использовать "Authentication=Active Directory Interactive" с ключевыми словами строки подключения "Password" или "PWD".</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>Не удается использовать "Authentication=Active Directory Integrated", если задано свойство "Credential".</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.zh-Hans.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>无法对“User ID”、“UID”、“Password”或“PWD”连接字符串关键字使用“Authentication=Active Directory Integrated”。</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>无法对“User ID”、“UID”、“Password”或“PWD”连接字符串关键字使用“Authentication=Active Directory Interactive”。</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>无法对“Password”或“PWD”连接字符串关键字使用“Authentication=Active Directory Interactive”。</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>如果设置了 Credential 属性,则无法使用“Authentication=Active Directory Integrated”。</value>

src/Microsoft.Data.SqlClient/netfx/src/Resources/Strings.zh-Hant.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@
24962496
<data name="SQL_IntegratedWithUserIDAndPassword" xml:space="preserve">
24972497
<value>無法搭配 'User ID'、'UID'、'Password' 或 'PWD' 等連接字串關鍵字使用 'Authentication=Active Directory Integrated'。</value>
24982498
</data>
2499-
<data name="SQL_InteractiveWithUserIDAndPassword" xml:space="preserve">
2500-
<value>無法搭配 'User ID'、'UID'、'Password' 或 'PWD' 連接字串關鍵字使用 'Authentication=Active Directory Interactive'。</value>
2499+
<data name="SQL_InteractiveWithPassword" xml:space="preserve">
2500+
<value>無法搭配 'Password' 或 'PWD' 連接字串關鍵字使用 'Authentication=Active Directory Interactive'。</value>
25012501
</data>
25022502
<data name="SQL_SettingIntegratedWithCredential" xml:space="preserve">
25032503
<value>如果已設定 Credential 屬性,則無法使用 'Authentication=Active Directory Integrated'。</value>

0 commit comments

Comments
 (0)