1///** @file
2//
3//    String definitions for BdsPlatform formset.
4//
5//  Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
6//  SPDX-License-Identifier: BSD-2-Clause-Patent
7//
8//**/
9
10/=#
11
12#langdef   en-US "English"
13#langdef   fr-FR "Français"
14#langdef   en    "Standard English"
15#langdef   fr    "Standard Français"
16
17#string STR_FRONT_PAGE_TITLE           #language en-US  "Front Page"
18                                       #language fr-FR  "Front Page"
19#string STR_FRONT_PAGE_COMPUTER_MODEL  #language en-US  ""
20                                       #language fr-FR  ""
21#string STR_FRONT_PAGE_CPU_MODEL       #language en-US  ""
22                                       #language fr-FR  ""
23#string STR_FRONT_PAGE_CPU_SPEED       #language en-US  ""
24                                       #language fr-FR  ""
25#string STR_FRONT_PAGE_MEMORY_SIZE     #language en-US  ""
26                                       #language fr-FR  ""
27#string STR_FRONT_PAGE_BIOS_VERSION    #language en-US  ""
28                                       #language fr-FR  ""
29#string STR_FRONT_PAGE_BANNER_0_LEFT   #language en-US  "Wonder Computer Model 1000Z  Manufactured by Intel®"
30                                       #language fr-FR  "Demander le Modèle d'Ordinateur 1000Z A Fabriqué par Intel®"
31#string STR_FRONT_PAGE_BANNER_0_RIGHT  #language en-US  "OK"
32                                       #language fr-FR  "Bon"
33#string STR_FRONT_PAGE_BANNER_1_LEFT   #language en-US  "2 Pentium® X Xeon processors running at 800Thz"
34                                       #language fr-FR  "2 Pentium® X les processeurs de Xeon courants à 800Thz"
35#string STR_FRONT_PAGE_BANNER_1_RIGHT  #language en-US  "24 TB System RAM"
36                                       #language fr-FR  "24 TB RAM de Système"
37#string STR_FRONT_PAGE_BANNER_2_LEFT   #language en-US  "ACME® EFI BIOS Version 13.5 Release 1039.92"
38                                       #language fr-FR  "ACME® EFI BIOS Version 13.5 Release 1039.92"
39#string STR_FRONT_PAGE_BANNER_3_LEFT   #language en-US  "Serial Number: 1Z123456789MARMAR (Need SMBIOS entries)"
40                                       #language fr-FR  "Numéro de série: 1Z123456789MARMAR (Les entrées de SMBIOS de besoin)"
41#string STR_CONTINUE_PROMPT            #language en-US  "Continue"
42                                       #language fr-FR  "Continuer"
43#string STR_CONTINUE_HELP              #language en-US  "This selection will direct the system to continue to booting process"
44                                       #language fr-FR  "Cette sélection dirigera le système pour continuer au charger de procédé"
45#string STR_LANGUAGE_SELECT            #language en-US  "Select Language"
46                                       #language fr-FR  "Choisir la Langue"
47#string STR_LANGUAGE_SELECT_HELP       #language en-US  "This is the option one adjusts to change the language for the current system"
48                                       #language fr-FR  "Ceci est l'option que celui ajuste changer la langue pour le système actuel"
49#string STR_BOOT_MANAGER               #language en-US  "Boot Manager"
50                                       #language fr-FR  "Charger le Directeur"
51#string STR_BOOT_MANAGER_HELP          #language en-US  "This selection will take you to the Boot Manager"
52                                       #language fr-FR  "Cette sélection vous prendra au Directeur de Botte"
53#string STR_BOOT_MAINT_MANAGER         #language en-US  "Boot Maintenance Manager"
54                                       #language fr-FR  "Directeur d'Entretien"
55#string STR_BOOT_MAINT_MANAGER_HELP    #language en-US  "This selection will take you to the Boot Maintenance Manager"
56                                       #language fr-FR  "Cette sélection vous prendra au Directeur d'Entretien"
57#string STR_DEVICE_MANAGER             #language en-US  "Device Manager"
58                                       #language fr-FR  "Directeur d'appareil"
59#string STR_DEVICE_MANAGER_HELP        #language en-US  "This selection will take you to the Device Manager"
60                                       #language fr-FR  "Cette sélection vous prendra au Directeur d'Appareil"
61#string STR_TIME_OUT_PROMPT            #language en-US  "Boot process will continue in %d seconds"
62                                       #language fr-FR  "Le procédé de botte continuera dans %d secondes"
63#string STR_MISSING_STRING             #language en-US  "Missing String"
64                                       #language fr-FR  "Missing String"
65