From 142741a87102ecac4e9d0f801ec95cf27708a694 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 14 Mar 2022 12:35:38 +0300 Subject: Add sources for the HII Checkbox lesson Signed-off-by: Konstantin Aladyshev --- .../Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Lessons/Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni (limited to 'Lessons/Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni') diff --git a/Lessons/Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni b/Lessons/Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni new file mode 100644 index 0000000..7788773 --- /dev/null +++ b/Lessons/Lesson_64/UefiLessonsPkg/HIIFormCheckbox/Strings.uni @@ -0,0 +1,13 @@ +// +// Copyright (c) 2021, Konstantin Aladyshev +// +// 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" -- cgit v1.2.3-18-g5258