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

Skip to content
Snippets Groups Projects
Commit b908992d authored by Harald MARTINI's avatar Harald MARTINI
Browse files

added outputtypes to xmlnames

parent 9fc9542d
No related branches found
No related tags found
No related merge requests found
......@@ -1527,6 +1527,42 @@ namespace TUGraz.VectoCommon.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to PEV_E2_LorryOutputType.
/// </summary>
public static string CIF_OutputDataType_PEV_E2_LorryOutputType {
get {
return ResourceManager.GetString("CIF_OutputDataType_PEV_E2_LorryOutputType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV_E3_LorryOutputType.
/// </summary>
public static string CIF_OutputDataType_PEV_E3_LorryOutputType {
get {
return ResourceManager.GetString("CIF_OutputDataType_PEV_E3_LorryOutputType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV_E4_LorryOutputType.
/// </summary>
public static string CIF_OutputDataType_PEV_E4_LorryOutputType {
get {
return ResourceManager.GetString("CIF_OutputDataType_PEV_E4_LorryOutputType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV_IEPC_LorryOutputType.
/// </summary>
public static string CIF_OutputDataType_PEV_IEPC_LorryOutputType {
get {
return ResourceManager.GetString("CIF_OutputDataType_PEV_IEPC_LorryOutputType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ADC.
/// </summary>
......@@ -3480,6 +3516,42 @@ namespace TUGraz.VectoCommon.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to PEV-E2_LorryManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_PEV_E2_LorryManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_PEV_E2_LorryManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV-E3_LorryManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_PEV_E3_LorryManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_PEV_E3_LorryManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV-E4_LorryManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_PEV_E4_LorryManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_PEV_E4_LorryManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PEV-IEPC_LorryManufacturerOutputDataType.
/// </summary>
public static string MRF_OutputDataType_PEV_IEPC_LorryManufacturerOutputDataType {
get {
return ResourceManager.GetString("MRF_OutputDataType_PEV_IEPC_LorryManufacturerOutputDataType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerMap.
/// </summary>
......
......@@ -1950,4 +1950,28 @@
<data name="CIF_OutputDataType_HEV_Px_LorryOutputType" xml:space="preserve">
<value>HEV_Px_LorryOutputType</value>
</data>
<data name="MRF_OutputDataType_PEV_E2_LorryManufacturerOutputDataType" xml:space="preserve">
<value>PEV-E2_LorryManufacturerOutputDataType</value>
</data>
<data name="MRF_OutputDataType_PEV_E3_LorryManufacturerOutputDataType" xml:space="preserve">
<value>PEV-E3_LorryManufacturerOutputDataType</value>
</data>
<data name="MRF_OutputDataType_PEV_E4_LorryManufacturerOutputDataType" xml:space="preserve">
<value>PEV-E4_LorryManufacturerOutputDataType</value>
</data>
<data name="MRF_OutputDataType_PEV_IEPC_LorryManufacturerOutputDataType" xml:space="preserve">
<value>PEV-IEPC_LorryManufacturerOutputDataType</value>
</data>
<data name="CIF_OutputDataType_PEV_E2_LorryOutputType" xml:space="preserve">
<value>PEV_E2_LorryOutputType</value>
</data>
<data name="CIF_OutputDataType_PEV_E3_LorryOutputType" xml:space="preserve">
<value>PEV_E3_LorryOutputType</value>
</data>
<data name="CIF_OutputDataType_PEV_E4_LorryOutputType" xml:space="preserve">
<value>PEV_E4_LorryOutputType</value>
</data>
<data name="CIF_OutputDataType_PEV_IEPC_LorryOutputType" xml:space="preserve">
<value>PEV_IEPC_LorryOutputType</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