mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-343229: Update messages for roles update and user logout
- Add options for multiple users/subjects - Let user know they'll also be disconnecting other users Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
parent
c19fb06bf7
commit
f7527534e5
20
XenModel/Messages.Designer.cs
generated
20
XenModel/Messages.Designer.cs
generated
@ -3779,6 +3779,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Assigning new roles to subjects '{0}'.
|
||||
/// </summary>
|
||||
public static string AD_ADDING_REMOVING_ROLES_ON_MULTIPLE {
|
||||
get {
|
||||
return ResourceManager.GetString("AD_ADDING_REMOVING_ROLES_ON_MULTIPLE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to (Always granted access).
|
||||
/// </summary>
|
||||
@ -4051,7 +4060,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'.
|
||||
/// Looks up a localized string similar to You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'. All other selected users will also be logged out.
|
||||
///
|
||||
///Do you want to continue?.
|
||||
/// </summary>
|
||||
@ -36320,6 +36329,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Terminating session for users '{0}'.
|
||||
/// </summary>
|
||||
public static string TERMINATING_USER_SESSION_MULTIPLE {
|
||||
get {
|
||||
return ResourceManager.GetString("TERMINATING_USER_SESSION_MULTIPLE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Test archive target location.
|
||||
/// </summary>
|
||||
|
@ -1654,7 +1654,7 @@ Do you want to continue?</value>
|
||||
<value>Local root account</value>
|
||||
</data>
|
||||
<data name="AD_LOGOUT_SUICIDE_MANY" xml:space="preserve">
|
||||
<value>You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'.
|
||||
<value>You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'. All other selected users will also be logged out.
|
||||
|
||||
Do you want to continue?</value>
|
||||
</data>
|
||||
@ -14774,4 +14774,10 @@ Any disk in your VM's DVD drive will be ejected when installing {1}.</value>
|
||||
<data name="YOU_ARE_HERE" xml:space="preserve">
|
||||
<value>You are here</value>
|
||||
</data>
|
||||
<data name="AD_ADDING_REMOVING_ROLES_ON_MULTIPLE" xml:space="preserve">
|
||||
<value>Assigning new roles to subjects '{0}'</value>
|
||||
</data>
|
||||
<data name="TERMINATING_USER_SESSION_MULTIPLE" xml:space="preserve">
|
||||
<value>Terminating session for users '{0}'</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user