mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-242309: Friendly names for the PVS-Accelerator status report
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
ce48a73e6d
commit
88bc2a6367
18
XenModel/FriendlyNames.Designer.cs
generated
18
XenModel/FriendlyNames.Designer.cs
generated
@ -537,6 +537,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PVS-Accelerator Status.
|
||||
/// </summary>
|
||||
public static string Description_host_system_status_xspvscache {
|
||||
get {
|
||||
return ResourceManager.GetString("Description-host.system_status-xspvscache", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to YUM repository information and RPM package database listing.
|
||||
/// </summary>
|
||||
@ -1671,6 +1680,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PVS-Accelerator Status.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_xspvscache {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-xspvscache", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to RPM package database.
|
||||
/// </summary>
|
||||
|
@ -1925,4 +1925,10 @@
|
||||
<data name="Label-xscontainer" xml:space="preserve">
|
||||
<value>Container Management</value>
|
||||
</data>
|
||||
<data name="Description-host.system_status-xspvscache" xml:space="preserve">
|
||||
<value>PVS-Accelerator Status</value>
|
||||
</data>
|
||||
<data name="Label-host.system_status-xspvscache" xml:space="preserve">
|
||||
<value>PVS-Accelerator Status</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user