diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-20 11:11:39 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2024-02-20 11:11:39 +0300 |
commit | b36e1e403b916d3263959f5c84ca5061f683e804 (patch) | |
tree | 23b36a35ca7c6458813182d34a44305420382a96 /UefiLessonsPkg/PasswordFormWithHash/Strings.uni | |
parent | 146e7a2a46306530bd845b1c0dacf455ae2d6bd4 (diff) | |
download | UEFI-Lessons-b36e1e403b916d3263959f5c84ca5061f683e804.tar.gz UEFI-Lessons-b36e1e403b916d3263959f5c84ca5061f683e804.tar.bz2 UEFI-Lessons-b36e1e403b916d3263959f5c84ca5061f683e804.zip |
Add PasswordFormWithHash source code
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'UefiLessonsPkg/PasswordFormWithHash/Strings.uni')
-rw-r--r-- | UefiLessonsPkg/PasswordFormWithHash/Strings.uni | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UefiLessonsPkg/PasswordFormWithHash/Strings.uni b/UefiLessonsPkg/PasswordFormWithHash/Strings.uni new file mode 100644 index 0000000..8e27692 --- /dev/null +++ b/UefiLessonsPkg/PasswordFormWithHash/Strings.uni @@ -0,0 +1,9 @@ +#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 STANDARD_DEFAULT_PROMPT #language en-US "Standard default" +#string MFG_DEFAULT_PROMPT #language en-US "Manufacture default" +#string PASSWORD_PROMPT #language en-US "Password prompt" +#string PASSWORD_HELP #language en-US "Password help" |