CA-250699: Added missing FriendlyNames (VM-snapshot-schedule)

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2017-04-20 17:22:16 +01:00
parent 85645d7dd8
commit 95507afbac
2 changed files with 24 additions and 0 deletions

View File

@ -384,6 +384,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Scheduled snapshots log files.
/// </summary>
public static string Description_host_system_status_VM_snapshot_schedule {
get {
return ResourceManager.GetString("Description-host.system_status-VM-snapshot-schedule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Crash dumps files from the VNCTerm daemon.
/// </summary>
@ -1518,6 +1527,15 @@ namespace XenAdmin {
}
}
/// <summary>
/// Looks up a localized string similar to Scheduled snapshots log files.
/// </summary>
public static string Label_host_system_status_VM_snapshot_schedule {
get {
return ResourceManager.GetString("Label-host.system_status-VM-snapshot-schedule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to VNCTerm crash dumps.
/// </summary>

View File

@ -1967,4 +1967,10 @@
<data name="Label-host.system_status-xspvscache" xml:space="preserve">
<value>PVS-Accelerator Status</value>
</data>
<data name="Description-host.system_status-VM-snapshot-schedule" xml:space="preserve">
<value>Scheduled snapshots log files</value>
</data>
<data name="Label-host.system_status-VM-snapshot-schedule" xml:space="preserve">
<value>Scheduled snapshots log files</value>
</data>
</root>