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

Skip to content
Snippets Groups Projects
Commit 4ca46707 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

added AngularGear_Efficiency string

parent 6cf62eae
No related branches found
No related tags found
No related merge requests found
......@@ -537,6 +537,15 @@ namespace TUGraz.VectoCore {
}
}
/// <summary>
/// Looks up a localized string similar to Efficiency.
/// </summary>
internal static string Vehicle_AngularGear_Efficiency {
get {
return ResourceManager.GetString("Vehicle_AngularGear_Efficiency", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to LossMap.
/// </summary>
......
......@@ -184,6 +184,9 @@
</data>
<data name="Vehicle_AngularGear_LossMapFile" xml:space="preserve">
<value>LossMap</value>
</data>
<data name="Vehicle_AngularGear_Efficiency" xml:space="preserve">
<value>Efficiency</value>
</data>
<data name="Engine_ModelName" xml:space="preserve">
<value>ModelName</value>
......
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