Merge pull request #855 from GaborApatiNagy/master_CA-169478

CA-169478: SC&JA: uninternationalized issue for “xscontainer” under R…
This commit is contained in:
Stephen Turner 2016-02-22 12:06:43 +00:00
commit 58cc35b5d1
2 changed files with 14 additions and 2 deletions

View File

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

View File

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