From bf1ec7c34e789a82b362adede1c96049c32d3d27 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Mon, 8 Nov 2021 14:38:13 +0300 Subject: Add lesson 51 Signed-off-by: Konstantin Aladyshev --- UefiLessonsPkg/HIIStringsMan/Strings.uni | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 UefiLessonsPkg/HIIStringsMan/Strings.uni (limited to 'UefiLessonsPkg/HIIStringsMan/Strings.uni') diff --git a/UefiLessonsPkg/HIIStringsMan/Strings.uni b/UefiLessonsPkg/HIIStringsMan/Strings.uni new file mode 100644 index 0000000..b6e0635 --- /dev/null +++ b/UefiLessonsPkg/HIIStringsMan/Strings.uni @@ -0,0 +1,30 @@ +#langdef en-US "English" + +#string STR_HELP #language en-US "" +".TH HIIStringsMan 0 "Simple application with a manual inside."\r\n" +".SH NAME\r\n" +"HIIStringsMan application.\r\n" +".SH SYNOPSIS\r\n" +"This is the synopsis section.\r\n" +".SH DESCRIPTION\r\n" +"This is the description section.\r\n" +".SH OPTIONS\r\n" +"This is the options section.\r\n" +".SH RETURN VALUES\r\n" +"This is the return values section.\r\n" +".SH ENVIRONMENT VARIABLES\r\n" +"This is the section for used environment variables\r\n" +".SH FILES\r\n" +"This is the section for files associated with the subject.\r\n" +".SH EXAMPLES\r\n" +"This is the section for examples and suggestions.\r\n" +".SH ERRORS\r\n" +"This is the section for errors reported by the command.\r\n" +".SH STANDARDS\r\n" +"This is the section for conformance to applicable standards.\r\n" +".SH BUGS\r\n" +"This is the section for errors and caveats.\r\n" +".SH CATEGORY\r\n" +"This is the section for categories.\r\n" +".SH CUSTOMSECTION\r\n" +"This is an example of a custom section.\r\n" -- cgit v1.2.3-18-g5258