diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:35:38 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-14 12:35:38 +0300 |
commit | 142741a87102ecac4e9d0f801ec95cf27708a694 (patch) | |
tree | 985bd1880a446e0cae57d7f815c74ace5f7d1fc8 /UefiLessonsPkg/HIIFormCheckbox/Strings.uni | |
parent | 8f3589596f0671a07f6236f68bfee152fc8585b5 (diff) | |
download | UEFI-Lessons-142741a87102ecac4e9d0f801ec95cf27708a694.tar.gz UEFI-Lessons-142741a87102ecac4e9d0f801ec95cf27708a694.tar.bz2 UEFI-Lessons-142741a87102ecac4e9d0f801ec95cf27708a694.zip |
Add sources for the HII Checkbox lesson
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/HIIFormCheckbox/Strings.uni')
-rw-r--r-- | UefiLessonsPkg/HIIFormCheckbox/Strings.uni | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/UefiLessonsPkg/HIIFormCheckbox/Strings.uni b/UefiLessonsPkg/HIIFormCheckbox/Strings.uni new file mode 100644 index 0000000..7788773 --- /dev/null +++ b/UefiLessonsPkg/HIIFormCheckbox/Strings.uni @@ -0,0 +1,13 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com> +// +// SPDX-License-Identifier: MIT +// + +#langdef en-US "English" + +#string FORMSET_TITLE #language en-US "Simple Formset" +#string FORMSET_HELP #language en-US "This is a very simple formset" +#string FORMID1_TITLE #language en-US "Simple Form" +#string CHECKBOX_PROMPT #language en-US "Checkbox prompt" +#string CHECKBOX_HELP #language en-US "Checkbox help" |