1// /** @file
2// String definitions for BootManagerMenuApp.
3//
4// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
5// This program and the accompanying materials
6// are licensed and made available under the terms and conditions of the BSD License
7// which accompanies this distribution. The full text of the license may be found at
8// http://opensource.org/licenses/bsd-license.php
9// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11//
12// **/
13
14/=#
15
16#langdef   en-US "English"
17#langdef   fr-FR "Français"
18
19#string STR_BOOT_POPUP_MENU_TITLE_STRING  #language    en-US    "Please select boot device:"
20                                          #language    fr-FR    "Please select boot device:"
21
22#string STR_BOOT_POPUP_MENU_HELP1_STRING  #language    en-US    "↑ and ↓ to move selection"
23                                          #language    fr-FR    "↑ and ↓ to move selection"
24
25#string STR_BOOT_POPUP_MENU_HELP2_STRING  #language    en-US    "ENTER to select boot device"
26                                          #language    fr-FR    "ENTER to select boot device"
27
28#string STR_BOOT_POPUP_MENU_HELP3_STRING  #language    en-US    "ESC to exit"
29                                          #language    fr-FR    "ESC to exit"
30