MdeModulePkg/DriverSample: Add questions with bit/union VarStore
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=545 Cc: Eric Dong <eric.dong@intel.com> Cc: Liming Gao <liming.gao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@@ -273,6 +273,69 @@
|
||||
#language fr-FR "Select this question will pop up a message box, then user can decide whether exit curret form or not"
|
||||
#string STR_POPUP_STRING #language en-US "Are you sure to exit current form?"
|
||||
#language fr-FR "Are you sure to exit current form?"
|
||||
//
|
||||
// Form 7 to show Questions which refer to Union Bit varstore
|
||||
//
|
||||
#string STR_FORM7_TITLE #language en-US "Form to Show Questions with union and bit VarStore"
|
||||
#language fr-FR "Form to Show Questions with union and bit VarStore"
|
||||
#string STR_GOTO_FORM7 #language en-US "Enter Page 7"
|
||||
#language fr-FR "Enter Page 7"
|
||||
#string STR_GOTO_FORM7_HELP #language en-US "This Form is to Show Questions with union and bit VarStore"
|
||||
#language fr-FR "This Form is to Show Questions with union and bit VarStore"
|
||||
#string STR_NEST_BIT_EFI_VARSTORE #language en-US "Nested BIT fields in efivarstore"
|
||||
#language fr-FR "Nested BIT fields in efivarstore"
|
||||
#string STR_BIT_EFI_VARSTORE #language en-US "BIT fields in efivarstore"
|
||||
#language fr-FR "BIT fields in efivarstore"
|
||||
#string STR_NEST_BIT_VARSTORE #language en-US "Nested BIT fields in bufferstore"
|
||||
#language fr-FR "Nested BIT fields in bufferstore"
|
||||
#string STR_BIT_VARSTORE #language en-US "BIT fields in bufferstore"
|
||||
#language fr-FR "BIT fields in bufferstore"
|
||||
#string STR_UNION_EFI_VARSTORE #language en-US "Union efivarstore"
|
||||
#language fr-FR "Union efivarstore"
|
||||
#string STR_BIT_NEST_CHECK_BOX_PROMPT #language en-US "NEST_BIT check box"
|
||||
#language fr-FR "NEST_BIT check box"
|
||||
#string STR_BIT_NEST_CHECK_BOX_HELP #language en-US "The check box refer to nested bit field, the default is checked"
|
||||
#language fr-FR "The check box refer to nested bit field, the default is checked"
|
||||
#string STR_ONE_OF_BIT_NEST_PROMPT #language en-US "NEST_BIT one-of"
|
||||
#language fr-FR "NEST_BIT one-of"
|
||||
#string STR_ONE_OF_BIT_NEST_HELP #language en-US "The oneof refer to nested bit field"
|
||||
#language fr-FR "The oneof refer to nested bit field"
|
||||
#string STR_BIT_NEST_NUMERIC_PROMPT #language en-US "NEST_BIT numeric"
|
||||
#language fr-FR "NEST_BIT numeric"
|
||||
#string STR_BIT_NEST_NUMERIC_HELP #language en-US "The numeric refer to nested bit field, the Standard default is 6 Manufacture default is 7"
|
||||
#language fr-FR "The numeric refer to nested bit field, the Standard default is 6 Manufacture default is 7"
|
||||
#string BYTE_QUESTION_NEST_BIT_PROMPT #language en-US "Use byte field in NEST_BIT structure"
|
||||
#language fr-FR "Use byte field in NEST_BIT structure"
|
||||
#string BYTE_QUESTION_NEST_BIT_HELP #language en-US "The Question refer to byte field in NEST_BIT structure"
|
||||
#language fr-FR "The Question refer to byte field in NEST_BIT structure"
|
||||
#string STR_BIT_NEST_NUMERIC_DEFAULT_HELP #language en-US "NEST_BIT numeric, default value form callback function, the Standard default is C Manufacture default is D"
|
||||
#language fr-FR "NEST_BIT numeric, default value form callback function, the Standard default is C Manufacture default is D"
|
||||
#string STR_BIT_CHECK_BOX_PROMPT #language en-US "BIT check box"
|
||||
#language fr-FR "BIT check box"
|
||||
#string STR_BIT_CHECK_BOX_HELP #language en-US "The check box refer to bit field, the default is checked"
|
||||
#language fr-FR "The check box refer to bit field, the default is checked"
|
||||
#string STR_ONE_OF_BIT_PROMPT #language en-US "BIT one-of"
|
||||
#language fr-FR "BIT one-of"
|
||||
#string STR_ONE_OF_BIT_HELP #language en-US "The one-of refer to bit field"
|
||||
#language fr-FR "The one-of refer to bit field"
|
||||
#string STR_BIT_NUMERIC_PROMPT #language en-US "BIT numeric"
|
||||
#language fr-FR "BIT numeric"
|
||||
#string STR_BIT_NUMERIC_HELP #language en-US "The numeric refer to bit field, the Standard default is 4 Manufacture default is 5"
|
||||
#language fr-FR "The numeric refer to bit field the Standard default is 4 Manufacture default is 5"
|
||||
#string STR_BUFFER_BIT_NUMERIC_HELP #language en-US "The numeric refer to bit field, the Standard default is 16 Manufacture default is 17"
|
||||
#language fr-FR "The numeric refer to bit field, the Standard default is 16 Manufacture default is 17"
|
||||
#string BYTE_QUESTION_BIT_PROMPT #language en-US "Use byte field in BIT structure"
|
||||
#language fr-FR "Use byte field in BIT structure"
|
||||
#string BYTE_QUESTION_BIT_HELP #language en-US "The question refer to byte field in BIT structure"
|
||||
#language fr-FR "The question refer to byte field in BIT structure"
|
||||
#string STR_UNION_BYTE_NUMERIC_PROMPT #language en-US "UNION EfiVarStore byte numeric"
|
||||
#language fr-FR "UNION EfiVarStore byte numeric"
|
||||
#string STR_UNION_BYTE_NUMERIC_HELP #language en-US "Question refer to byte field in UNION type efivastore, the Standard default is 7 Manufacture default is 8"
|
||||
#language fr-FR "Question refer to byte field in UNION type efivastore, the Standard default is 7 Manufacture default is 8"
|
||||
#string STR_UNION_BIT_NUMERIC_PROMPT #language en-US "UNION EfiVarStore bit numeric"
|
||||
#language fr-FR "UNION EfiVarStore bit numeric"
|
||||
#string STR_UNION_BIT_NUMERIC_HELP #language en-US "Question refer to bit field in UNION type efivastore, the Standard default is 7 Manufacture default is 8"
|
||||
#language fr-FR "Question refer to bit field in UNION type efivastore, the Standard default is 7 Manufacture default is 8"
|
||||
// Boot Order
|
||||
#string STR_BOOT_TITLE #language en-US "Boot"
|
||||
#string STR_BOOT_OPTIONS #language en-US "Boot Order"
|
||||
|
Reference in New Issue
Block a user