Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

Added VehicleTypeApprovalNumber to Strings

parent 9b2e7f4e
No related branches found
No related tags found
No related merge requests found
......@@ -637,6 +637,15 @@ namespace VECTO3GUI2020.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle Type Approval Number.
/// </summary>
public static string VehicleTypeApprovalNumber {
get {
return ResourceManager.GetString("VehicleTypeApprovalNumber", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Vehicle Identification Number.
/// </summary>
......
......@@ -325,4 +325,7 @@
<data name="HeatPumpType" xml:space="preserve">
<value>Heat Pump Type</value>
</data>
<data name="VehicleTypeApprovalNumber" xml:space="preserve">
<value>Vehicle Type Approval Number</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