diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs
index 817009839..18af185ad 100755
--- a/XenModel/Messages.Designer.cs
+++ b/XenModel/Messages.Designer.cs
@@ -3779,6 +3779,15 @@ namespace XenAdmin {
}
}
+ ///
+ /// Looks up a localized string similar to Assigning new roles to subjects '{0}'.
+ ///
+ public static string AD_ADDING_REMOVING_ROLES_ON_MULTIPLE {
+ get {
+ return ResourceManager.GetString("AD_ADDING_REMOVING_ROLES_ON_MULTIPLE", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to (Always granted access).
///
@@ -4051,7 +4060,7 @@ namespace XenAdmin {
}
///
- /// 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?.
///
@@ -36320,6 +36329,15 @@ namespace XenAdmin {
}
}
+ ///
+ /// Looks up a localized string similar to Terminating session for users '{0}'.
+ ///
+ public static string TERMINATING_USER_SESSION_MULTIPLE {
+ get {
+ return ResourceManager.GetString("TERMINATING_USER_SESSION_MULTIPLE", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Test archive target location.
///
diff --git a/XenModel/Messages.resx b/XenModel/Messages.resx
index 222008c9c..2272bc5b0 100755
--- a/XenModel/Messages.resx
+++ b/XenModel/Messages.resx
@@ -1654,7 +1654,7 @@ Do you want to continue?
Local root account
- You are currently logged in as one of the selected users. If you continue you will be logged out of '{0}'.
+ 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?
@@ -14774,4 +14774,10 @@ Any disk in your VM's DVD drive will be ejected when installing {1}.
You are here
-
\ No newline at end of file
+
+ Assigning new roles to subjects '{0}'
+
+
+ Terminating session for users '{0}'
+
+