IntelFrameworkModulePkg: rename Boot Manager to Boot Menu
'Boot Menu' is much more intuitive for users Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
@ -18,15 +18,15 @@
|
||||
#langdef en-US "English"
|
||||
#langdef fr-FR "Français"
|
||||
|
||||
#string STR_BM_BANNER #language en-US "Boot Manager"
|
||||
#language fr-FR "Boot Manager"
|
||||
#string STR_BM_BANNER #language en-US "Boot Menu"
|
||||
#language fr-FR "Boot Menu"
|
||||
#string STR_HELP_FOOTER #language en-US "↑ and ↓ to change option, ENTER to select an option, ESC to exit"
|
||||
#language fr-FR "↑ pour ↓ changer l'option, ENTRER choisir une option, ESC pour sortir"
|
||||
#string STR_AND #language en-US " and "
|
||||
#language fr-FR " et "
|
||||
#string STR_BOOT_OPTION_BANNER #language en-US "Boot Option Menu"
|
||||
#string STR_BOOT_OPTION_BANNER #language en-US "Select a Boot Device"
|
||||
#language fr-FR "le Menu d'Option de Botte"
|
||||
#string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue..."
|
||||
#string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue...\n"
|
||||
#language fr-FR "Appuie n'importe quelle pour continuer..."
|
||||
#string STR_LAST_STRING #language en-US ""
|
||||
#language fr-FR ""
|
||||
|
@ -42,8 +42,6 @@ formset
|
||||
label LABEL_BOOT_OPTION;
|
||||
label LABEL_BOOT_OPTION_END;
|
||||
|
||||
subtitle text = STRING_TOKEN(STR_LAST_STRING);
|
||||
subtitle text = STRING_TOKEN(STR_HELP_FOOTER);
|
||||
|
||||
endform;
|
||||
|
||||
|
@ -52,9 +52,9 @@
|
||||
#language fr-FR "Choisir la Langue"
|
||||
#string STR_LANGUAGE_SELECT_HELP #language en-US "This is the option one adjusts to change the language for the current system"
|
||||
#language fr-FR "Ceci est l'option que celui ajuste changer la langue pour le système actuel"
|
||||
#string STR_BOOT_MANAGER #language en-US "Boot Manager"
|
||||
#string STR_BOOT_MANAGER #language en-US "Boot Menu"
|
||||
#language fr-FR "Charger le Directeur"
|
||||
#string STR_BOOT_MANAGER_HELP #language en-US "This selection will take you to the Boot Manager"
|
||||
#string STR_BOOT_MANAGER_HELP #language en-US "Show One-Time Boot Menu"
|
||||
#language fr-FR "Cette sélection vous prendra au Directeur de Botte"
|
||||
#string STR_BOOT_MAINT_MANAGER #language en-US "Boot Maintenance Manager"
|
||||
#language fr-FR "Directeur d'Entretien"
|
||||
|
Reference in New Issue
Block a user