diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index d14257d6d..f2c366ec0 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -141,6 +141,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Tests for connectivity between [XenServer] and the internet. + /// + public static string Description_host_system_status_conntest { + get { + return ResourceManager.GetString("Description-host.system_status-conntest", resourceCulture); + } + } + /// /// Looks up a localized string similar to Information and statistics about the system's control groups. /// @@ -1248,6 +1257,15 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Connection test. + /// + public static string Label_host_system_status_conntest { + get { + return ResourceManager.GetString("Label-host.system_status-conntest", resourceCulture); + } + } + /// /// Looks up a localized string similar to Control group statistics. /// diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index d26599e75..630be86f8 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1850,4 +1850,10 @@ Container management logs + + Tests for connectivity between [XenServer] and the internet + + + Connection test + \ No newline at end of file