60 lines
5.9 KiB
Plaintext
60 lines
5.9 KiB
Plaintext
//;******************************************************************************
|
|
//;* Copyright (c) 2015, Insyde Software Corp. All Rights Reserved.
|
|
//;*
|
|
//;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
//;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
//;* any part of this publication in any form, by any means, without the prior
|
|
//;* written permission of Insyde Software Corporation.
|
|
//;*
|
|
//;******************************************************************************
|
|
//;
|
|
//; Module Name:
|
|
//;
|
|
//; BootManagerStrings.uni
|
|
//;
|
|
//; Abstract:
|
|
//;
|
|
//; Strings for BootManagerDxe
|
|
//;
|
|
///** @file
|
|
//
|
|
// String definitions for BdsPlatform formset.
|
|
//
|
|
// Copyright (c) 2004 - 2013, Intel Corporation. All rights reserved.<BR>
|
|
// This program and the accompanying materials
|
|
// are licensed and made available under the terms and conditions of the BSD License
|
|
// which accompanies this distribution. The full text of the license may be found at
|
|
// http://opensource.org/licenses/bsd-license.php
|
|
//
|
|
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
//
|
|
//**/
|
|
|
|
/=#
|
|
|
|
#include "Standard.uni"
|
|
|
|
#string STR_BM_BANNER #language en-US "Boot Manager"
|
|
#language fr-FR "Boot Manager"
|
|
#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"
|
|
#language fr-FR "le Menu d'Option de Botte"
|
|
#string STR_ANY_KEY_CONTINUE #language en-US "Press any key to continue..."
|
|
#language fr-FR "Appuie n'importe quelle pour continuer..."
|
|
#string STR_LAST_STRING #language en-US ""
|
|
#language fr-FR ""
|
|
|
|
#string STR_DEVICE_TYPE_LEGACY_BEV #language en-US "Legacy BEV"
|
|
#string STR_DEVICE_TYPE_LEGACY_FLOPPY #language en-US "Legacy Floppy"
|
|
#string STR_DEVICE_TYPE_LEGACY_HARD_DRIVE #language en-US "Legacy Hard Drive"
|
|
#string STR_DEVICE_TYPE_LEGACY_CDROM #language en-US "Legacy CD ROM"
|
|
#string STR_DEVICE_TYPE_LEGACY_PCMCIA #language en-US "Legacy PCMCIA"
|
|
#string STR_DEVICE_TYPE_LEGACY_USB #language en-US "Legacy USB"
|
|
#string STR_DEVICE_TYPE_LEGACY_NETWORK #language en-US "Legacy Embedded Network"
|
|
#string STR_DEVICE_TYPE_LEGACY_UNKNOWN_DEVICE #language en-US "Legacy Unknown Device"
|
|
|
|
#string STR_DEVICE_TYPE_EFI #language en-US "EFI Boot Devices" |