mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CA-254480: XenCenter error message refine for CA-205515
This commit is contained in:
parent
283a80997f
commit
04cfd02bd0
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -2291,6 +2291,15 @@ namespace XenAPI {
|
||||
return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Failed to enable external authentication, the supplied account was invalid..
|
||||
/// </summary>
|
||||
public static string POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT {
|
||||
get {
|
||||
return ResourceManager.GetString("POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The external authentication configuration of the server joining the pool must match the pool's own external authentication configuration..
|
||||
|
@ -861,6 +861,9 @@
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS" xml:space="preserve">
|
||||
<value>外部認証を有効にできません。資格情報の指定が無効です。</value>
|
||||
</data>
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT" xml:space="preserve">
|
||||
<value>Failed to enable external authentication, the supplied account was invalid.</value>
|
||||
</data>
|
||||
<data name="POOL_JOINING_EXTERNAL_AUTH_MISMATCH" xml:space="preserve">
|
||||
<value>プールに追加するサーバーの外部認証の構成は、追加先プールの設定と同じである必要があります。</value>
|
||||
</data>
|
||||
|
@ -861,6 +861,9 @@
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS" xml:space="preserve">
|
||||
<value>Failed to enable external authentication, the supplied credentials were invalid.</value>
|
||||
</data>
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT" xml:space="preserve">
|
||||
<value>Failed to enable external authentication, the supplied account was invalid.</value>
|
||||
</data>
|
||||
<data name="POOL_JOINING_EXTERNAL_AUTH_MISMATCH" xml:space="preserve">
|
||||
<value>The external authentication configuration of the server joining the pool must match the pool's own external authentication configuration.</value>
|
||||
</data>
|
||||
|
@ -861,6 +861,9 @@
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_WRONG_CREDENTIALS" xml:space="preserve">
|
||||
<value>无法启用外部身份验证,所提供的凭据无效。</value>
|
||||
</data>
|
||||
<data name="POOL_AUTH_ENABLE_FAILED_INVALID_ACCOUNT" xml:space="preserve">
|
||||
<value>Failed to enable external authentication, the supplied account was invalid.</value>
|
||||
</data>
|
||||
<data name="POOL_JOINING_EXTERNAL_AUTH_MISMATCH" xml:space="preserve">
|
||||
<value>加入池的服务器的外部身份验证配置必须与池自身的外部身份验证配置匹配。</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user