Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 888b6372 authored by Harald Martini's avatar Harald Martini
Browse files

added some MRF and CIF outputtypes to xmlnames

parent d029d310
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace TUGraz.VectoCommon.Resources {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class XMLNames {
......@@ -1473,6 +1473,15 @@ namespace TUGraz.VectoCommon.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to ConventionalLorryOutputType.
/// </summary>
public static string CIF_OutputDataType_ConventionalLorryOutputType {
get {
return ResourceManager.GetString("CIF_OutputDataType_ConventionalLorryOutputType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ADC.
/// </summary>
......@@ -3363,6 +3372,24 @@ namespace TUGraz.VectoCommon.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to ConventionalLorryManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ConventionalPrimaryBusManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerMap.
/// </summary>
......
......@@ -1911,4 +1911,13 @@
<data name="REESS" xml:space="preserve">
<value>ElectricEnergyStorage</value>
</data>
<data name="MRF_OutputDataType_ConventionalLorryManufacturerOutputDataType" xml:space="preserve">
<value>ConventionalLorryManufacturerOutputDataType</value>
</data>
<data name="MRF_OutputDataType_ConventionalPrimaryBusManufacturerOutputDataType" xml:space="preserve">
<value>ConventionalPrimaryBusManufacturerOutputDataType</value>
</data>
<data name="CIF_OutputDataType_ConventionalLorryOutputType" xml:space="preserve">
<value>ConventionalLorryOutputType</value>
</data>
</root>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment