• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1///** @file
2//
3//    String definitions for PlatformBootManagerLib.
4//
5//  Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
6//  This program and the accompanying materials
7//  are licensed and made available under the terms and conditions of the BSD License
8//  which accompanies this distribution.  The full text of the license may be found at
9//  http://opensource.org/licenses/bsd-license.php
10//
11//  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12//  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13//
14//**/
15
16/=#
17
18#langdef   en-US "English"
19#langdef   fr-FR "Français"
20
21#string STR_PERFORM_MEM_TEST           #language en-US  "Perform memory test (ESC to skip)"
22                                       #language fr-FR  "Exécute l'examen de mémoire (ESC pour sauter)"
23#string STR_MEMORY_TEST_PERCENT        #language en-US  "% of the system memory tested OK"
24                                       #language fr-FR  "% de la mémoire de système essayée D'ACCORD"
25#string STR_ESC_TO_SKIP_MEM_TEST       #language en-US  "Press ESC key to skip memory test"
26                                       #language fr-FR  "Appuie sur ESC sauter examen de mémoire"
27#string STR_MEM_TEST_COMPLETED         #language en-US  " bytes of system memory tested OK\r\n"
28                                       #language fr-FR  "octets dela mémoire de système essayée D'ACCORD\r\n"
29#string STR_SYSTEM_MEM_ERROR           #language en-US  "System encounters memory errors"
30                                       #language fr-FR  "le Système rencontre les erreurs de mémoire"
31#string STR_START_BOOT_OPTION          #language en-US  "Start boot option"
32                                       #language fr-FR  "l'option de botte de Début"
33