Skip to content

Commit 6c670d2

Browse files
Biroj Nayakmconnew
authored andcommitted
review comments
1 parent 8f48213 commit 6c670d2

File tree

17 files changed

+81
-3
lines changed

17 files changed

+81
-3
lines changed

src/System.Private.ServiceModel/tests/Scenarios/Binding/UDS/UDSBindingTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public void WindowsAuth()
9797
}
9898

9999
[WcfFact]
100+
[Issue(2870, OS = OSID.OSX)]
100101
[Condition(nameof(SSL_Available))]
101102
[OuterLoop]
102103
private void BasicCertAsTransport()

src/System.ServiceModel.UnixDomainSocket/src/Resources/strings.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,7 @@
204204
<data name="TransferModeNotSupported" xml:space="preserve">
205205
<value>Transfer mode {0} is not supported by {1}.</value>
206206
</data>
207+
<data name="UnsupportedSecuritySetting" xml:space="preserve">
208+
<value>The value '{1}' is not supported in this context for the binding security property '{0}'.</value>
209+
</data>
207210
</root>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.cs.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">Nelze vyřešit název hostitele identifikátoru URI {0} pomocí služby DNS.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">Byla zadána úroveň zabezpečení {0}, ale zabezpečení přenosu SSL podporuje pouze EncryptAndSign.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.de.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">Der Hostname von URI "{0}" kann nicht mithilfe von DNS aufgelöst werden.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">Die Schutzebene "{0}" war angegeben, die SSL-Transportsicherheit unterstützt jedoch nur EncryptAndSign.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.es.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">No se puede resolver el nombre de host del URI "{0}" con DNS.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">Se especificó el nivel de protección "{0}", pero la seguridad de transporte SSL solo admite EncryptAndSign.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.fr.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">Impossible de résoudre le nom d'hôte de l'URI '{0}' à l'aide de DNS.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">Le niveau de protection '{0}' a été spécifié, mais la sécurité du transport SSL prend uniquement en charge EncryptAndSign.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.it.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">Impossibile risolvere il nome host dell'URI "{0}" tramite DNS.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">È stato specificato il livello di protezione '{0}', ma la sicurezza del trasporto SSL supporta solo EncryptAndSign.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.ja.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">DNS を使用して URI "{0}" のホスト名を解決できません。</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">保護レベル '{0}' が指定されましたが、SSL トランスポート セキュリティでサポートされるのは EncryptAndSign のみです。</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.ko.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">DNS를 사용하여 URI "{0}"의 호스트 이름을 확인할 수 없습니다.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">보호 수준 '{0}'이(가) 지정되었지만, SSL 전송 보안은 EncryptAndSign만 지원합니다.</target>

src/System.ServiceModel.UnixDomainSocket/src/Resources/xlf/strings.pl.xlf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@
132132
<target state="translated">Nie można rozpoznać nazwy hosta o identyfikatorze URI „{0}” za pomocą usługi DNS.</target>
133133
<note />
134134
</trans-unit>
135+
<trans-unit id="UnsupportedSecuritySetting">
136+
<source>The value '{1}' is not supported in this context for the binding security property '{0}'.</source>
137+
<target state="new">The value '{1}' is not supported in this context for the binding security property '{0}'.</target>
138+
<note />
139+
</trans-unit>
135140
<trans-unit id="UnsupportedSslProtectionLevel">
136141
<source>The protection level '{0}' was specified, yet SSL transport security only supports EncryptAndSign.</source>
137142
<target state="translated">Określono poziom zabezpieczeń „{0}”, jednak zabezpieczenia transportowe protokołu SSL obsługują tylko metodę EncryptAndSign.</target>

0 commit comments

Comments
 (0)