Last change
on this file since 80721 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.6 KB
|
Line | |
---|
1 | ///** @file
|
---|
2 | //
|
---|
3 | // Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
4 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 | //
|
---|
6 | // Module Name:
|
---|
7 | //
|
---|
8 | // BootManagerStrings.uni
|
---|
9 | //
|
---|
10 | // Abstract:
|
---|
11 | //
|
---|
12 | // String definitions for Boot Manager formset.
|
---|
13 | //
|
---|
14 | // Revision History:
|
---|
15 | //
|
---|
16 | // --*/
|
---|
17 |
|
---|
18 | /=#
|
---|
19 | #langdef en-US "English"
|
---|
20 | #langdef fr-FR "Français"
|
---|
21 |
|
---|
22 | #string STR_BM_BANNER #language en-US "Boot Manager"
|
---|
23 | #language fr-FR "Boot Manager"
|
---|
24 | #string STR_BOOT_MANAGER_HELP #language en-US "This selection will take you to the Boot Manager"
|
---|
25 | #language fr-FR "This selection will take you to the Boot Manager"
|
---|
26 | #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."
|
---|
27 | #language fr-FR "<↑> pour <↓> changer l'option, <ENTRER> choisir une option, <ESC> pour sortir"
|
---|
28 | #string STR_AND #language en-US " and "
|
---|
29 | #language fr-FR " et "
|
---|
30 | #string STR_BOOT_OPTION_BANNER #language en-US "Boot Manager Menu"
|
---|
31 | #language fr-FR "le Menu d'Option de Botte"
|
---|
32 | #string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue..."
|
---|
33 | #language fr-FR "Appuie n'importe quelle pour continuer..."
|
---|
34 | #string STR_LAST_STRING #language en-US ""
|
---|
35 | #language fr-FR ""
|
---|
36 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.