diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-26 15:05:19 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-03-26 15:05:19 +0300 |
commit | d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c (patch) | |
tree | dd514455aacecfd7435550c3ddde36010465b55c /Lessons/Lesson_72/HIIFormLabel/Strings.uni | |
parent | e67d65c139322903a282abcc605ba7089f9991ec (diff) | |
download | UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.gz UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.tar.bz2 UEFI-Lessons-d6f79dbb1a24cee84e9f17fdfb20e176f8ed8a2c.zip |
Add lesson 72
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons/Lesson_72/HIIFormLabel/Strings.uni')
-rw-r--r-- | Lessons/Lesson_72/HIIFormLabel/Strings.uni | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Lessons/Lesson_72/HIIFormLabel/Strings.uni b/Lessons/Lesson_72/HIIFormLabel/Strings.uni new file mode 100644 index 0000000..8cb6b49 --- /dev/null +++ b/Lessons/Lesson_72/HIIFormLabel/Strings.uni @@ -0,0 +1,11 @@ +// +// 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" |