From b36e1e403b916d3263959f5c84ca5061f683e804 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 20 Feb 2024 11:11:39 +0300 Subject: Add PasswordFormWithHash source code Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/PasswordFormWithHash/Strings.uni | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 UefiLessonsPkg/PasswordFormWithHash/Strings.uni (limited to 'UefiLessonsPkg/PasswordFormWithHash/Strings.uni') 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" -- cgit v1.2.3-18-g5258