From 4ab5c62ea5a3afa6c9dfd2ee69dc337f8bdd6373 Mon Sep 17 00:00:00 2001 From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at> Date: Wed, 25 Aug 2021 12:14:58 +0200 Subject: [PATCH] Added VehicleTypeApprovalNumber to Strings --- VECTO3GUI2020/Properties/Strings.Designer.cs | 9 +++++++++ VECTO3GUI2020/Properties/Strings.resx | 3 +++ 2 files changed, 12 insertions(+) diff --git a/VECTO3GUI2020/Properties/Strings.Designer.cs b/VECTO3GUI2020/Properties/Strings.Designer.cs index 2f82cfe0e7..8ab0b64d91 100644 --- a/VECTO3GUI2020/Properties/Strings.Designer.cs +++ b/VECTO3GUI2020/Properties/Strings.Designer.cs @@ -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> diff --git a/VECTO3GUI2020/Properties/Strings.resx b/VECTO3GUI2020/Properties/Strings.resx index b8451933b1..57cca07abe 100644 --- a/VECTO3GUI2020/Properties/Strings.resx +++ b/VECTO3GUI2020/Properties/Strings.resx @@ -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 -- GitLab