mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CA-250699: Added missing FriendlyNames (VM-snapshot-schedule)
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
85645d7dd8
commit
95507afbac
18
XenModel/FriendlyNames.Designer.cs
generated
18
XenModel/FriendlyNames.Designer.cs
generated
@ -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>
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user