mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Merge pull request #855 from GaborApatiNagy/master_CA-169478
CA-169478: SC&JA: uninternationalized issue for “xscontainer” under R…
This commit is contained in:
commit
58cc35b5d1
11
XenModel/FriendlyNames.Designer.cs
generated
11
XenModel/FriendlyNames.Designer.cs
generated
@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@ -1635,6 +1635,15 @@ namespace XenAdmin {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Container management logs.
|
||||
/// </summary>
|
||||
public static string Label_host_system_status_xscontainer {
|
||||
get {
|
||||
return ResourceManager.GetString("Label-host.system_status-xscontainer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to RPM package database.
|
||||
/// </summary>
|
||||
|
@ -1847,4 +1847,7 @@
|
||||
<data name="Label-host.edition-basic" xml:space="preserve">
|
||||
<value>[Citrix] [XenServer product] Basic Edition</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="Label-host.system_status-xscontainer" xml:space="preserve">
|
||||
<value>Container management logs</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user