BootManagerMenuStrings.uni 1006 B

123456789101112131415161718192021222324
  1. // /** @file
  2. // String definitions for BootManagerMenuApp.
  3. //
  4. // Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
  5. // SPDX-License-Identifier: BSD-2-Clause-Patent
  6. //
  7. // **/
  8. /=#
  9. #langdef en-US "English"
  10. #langdef fr-FR "Français"
  11. #string STR_BOOT_POPUP_MENU_TITLE_STRING #language en-US "Please select boot device:"
  12. #language fr-FR "Please select boot device:"
  13. #string STR_BOOT_POPUP_MENU_HELP1_STRING #language en-US "↑ and ↓ to move selection"
  14. #language fr-FR "↑ and ↓ to move selection"
  15. #string STR_BOOT_POPUP_MENU_HELP2_STRING #language en-US "ENTER to select boot device"
  16. #language fr-FR "ENTER to select boot device"
  17. #string STR_BOOT_POPUP_MENU_HELP3_STRING #language en-US "ESC to exit"
  18. #language fr-FR "ESC to exit"