mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 23:39:51 +01:00
Merge pull request #1668 from minglumlu/private/mingl/CA-254480
CA-254480: XenCenter error message refine for CA-205515
This commit is contained in:
commit
06abb4ab3f
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
9
XenModel/XenAPI/FriendlyErrorNames.Designer.cs
generated
@ -2292,6 +2292,15 @@ namespace XenAPI {
|
||||
}
|
||||
}
|
||||
|
||||
/// <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..
|
||||
/// </summary>
|
||||
|
@ -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>
|
||||
|
@ -873,6 +873,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