1 | ///** @file
|
---|
2 | //
|
---|
3 | // Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
|
---|
4 | // This program and the accompanying materials
|
---|
5 | // are licensed and made available under the terms and conditions of the BSD License
|
---|
6 | // which accompanies this distribution. The full text of the license may be found at
|
---|
7 | // http://opensource.org/licenses/bsd-license.php
|
---|
8 | //
|
---|
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 | // Module Name:
|
---|
13 | //
|
---|
14 | // BootManagerStrings.uni
|
---|
15 | //
|
---|
16 | // Abstract:
|
---|
17 | //
|
---|
18 | // String definitions for Boot Manager formset.
|
---|
19 | //
|
---|
20 | // Revision History:
|
---|
21 | //
|
---|
22 | // --*/
|
---|
23 |
|
---|
24 | /=#
|
---|
25 | #langdef en-US "English"
|
---|
26 | #langdef fr-FR "Français"
|
---|
27 |
|
---|
28 | #string STR_BM_BANNER #language en-US "Boot Manager"
|
---|
29 | #language fr-FR "Boot Manager"
|
---|
30 | #string STR_BOOT_MANAGER_HELP #language en-US "This selection will take you to the Boot Manager"
|
---|
31 | #language fr-FR "This selection will take you to the Boot Manager"
|
---|
32 | #string STR_HELP_FOOTER #language en-US "Use the <↑> and <↓> keys to choose a boot option, the <Enter> key to select a boot option, and the <Esc> key to exit the Boot Manager Menu."
|
---|
33 | #language fr-FR "<↑> pour <↓> changer l'option, <ENTRER> choisir une option, <ESC> pour sortir"
|
---|
34 | #string STR_AND #language en-US " and "
|
---|
35 | #language fr-FR " et "
|
---|
36 | #string STR_BOOT_OPTION_BANNER #language en-US "Boot Manager Menu"
|
---|
37 | #language fr-FR "le Menu d'Option de Botte"
|
---|
38 | #string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue..."
|
---|
39 | #language fr-FR "Appuie n'importe quelle pour continuer..."
|
---|
40 | #string STR_LAST_STRING #language en-US ""
|
---|
41 | #language fr-FR ""
|
---|
42 |
|
---|