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:
Gabor Apati-Nagy 2017-02-09 17:55:14 +00:00
parent ce48a73e6d
commit 88bc2a6367
2 changed files with 24 additions and 0 deletions

View File

@ -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>

View File

@ -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>