mirror of https://github.com/acidanthera/audk.git
33 lines
1.8 KiB
Plaintext
33 lines
1.8 KiB
Plaintext
///** @file
|
|
//
|
|
// String definitions for PlatformBootManagerLib.
|
|
//
|
|
// Copyright (c) 2004 - 2015, 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.
|
|
//
|
|
//**/
|
|
|
|
/=#
|
|
|
|
#langdef en-US "English"
|
|
#langdef fr-FR "Français"
|
|
|
|
#string STR_PERFORM_MEM_TEST #language en-US "Perform memory test (ESC to skip)"
|
|
#language fr-FR "Exécute l'examen de mémoire (ESC pour sauter)"
|
|
#string STR_MEMORY_TEST_PERCENT #language en-US "% of the system memory tested OK"
|
|
#language fr-FR "% de la mémoire de système essayée D'ACCORD"
|
|
#string STR_ESC_TO_SKIP_MEM_TEST #language en-US "Press ESC key to skip memory test"
|
|
#language fr-FR "Appuie sur ESC sauter examen de mémoire"
|
|
#string STR_MEM_TEST_COMPLETED #language en-US " bytes of system memory tested OK\r\n"
|
|
#language fr-FR "octets dela mémoire de système essayée D'ACCORD\r\n"
|
|
#string STR_SYSTEM_MEM_ERROR #language en-US "System encounters memory errors"
|
|
#language fr-FR "le Système rencontre les erreurs de mémoire"
|
|
#string STR_START_BOOT_OPTION #language en-US "Start boot option"
|
|
#language fr-FR "l'option de botte de Début"
|
|
|