diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-10 17:30:32 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-11-10 17:30:32 +0300 |
commit | d03724c8fc726c9add02ed19984d66077edd56ef (patch) | |
tree | 2875bbd19a9e91bc86daa4a48af687b6032c8795 /UefiLessonsPkg/HIISimpleForm/Strings.uni | |
parent | 5da37dd73d8b6c175eedbf4d92307a86ef6b269e (diff) | |
download | UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.gz UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.tar.bz2 UEFI-Lessons-d03724c8fc726c9add02ed19984d66077edd56ef.zip |
Add lesson 57
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/HIISimpleForm/Strings.uni')
-rw-r--r-- | UefiLessonsPkg/HIISimpleForm/Strings.uni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIISimpleForm/Strings.uni b/UefiLessonsPkg/HIISimpleForm/Strings.uni new file mode 100644 index 0000000..e54db41 --- /dev/null +++ b/UefiLessonsPkg/HIISimpleForm/Strings.uni @@ -0,0 +1,11 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +// +// SPDX-License-Identifier: MIT +// + +#langdef en-US "English" + +#string HIISIMPLEFORM_FORMSET_TITLE #language en-US "Simple Formset" +#string HIISIMPLEFORM_FORMSET_HELP #language en-US "This is a very simple formset" +#string HIISIMPLEFORM_FORMID1_TITLE #language en-US "Simple Form" |