diff options
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" |