mirror of https://github.com/acidanthera/audk.git
26 lines
1.8 KiB
Plaintext
26 lines
1.8 KiB
Plaintext
///** @file
|
|
//
|
|
// String definitions for Boot Maintenance Utility.
|
|
//
|
|
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
|
// This software and associated documentation (if any) is furnished
|
|
// under a license and may only be used or copied in accordance
|
|
// with the terms of the license. Except as permitted by such
|
|
// license, no part of this software or documentation may be
|
|
// reproduced, stored in a retrieval system, or transmitted in any
|
|
// form or by any means without the express written consent of
|
|
// Intel Corporation.
|
|
|
|
|
|
//**/
|
|
|
|
/=#
|
|
|
|
#langdef en-US "English"
|
|
#langdef fr-FR "Français"
|
|
|
|
#string STR_NULL_STRING #language en-US " "
|
|
#language fr-FR " "
|
|
#string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
|
|
#language fr-FR "File Explorer"
|