279 lines
19 KiB
Plaintext
279 lines
19 KiB
Plaintext
/** @file
|
|
String definitions for Boot Maintenance Utility.
|
|
|
|
@copyright
|
|
INTEL CONFIDENTIAL
|
|
Copyright 2004 - 2016 Intel Corporation.
|
|
|
|
The source code contained or described herein and all documents related to the
|
|
source code ("Material") are owned by Intel Corporation or its suppliers or
|
|
licensors. Title to the Material remains with Intel Corporation or its suppliers
|
|
and licensors. The Material may contain trade secrets and proprietary and
|
|
confidential information of Intel Corporation and its suppliers and licensors,
|
|
and is protected by worldwide copyright and trade secret laws and treaty
|
|
provisions. No part of the Material may be used, copied, reproduced, modified,
|
|
published, uploaded, posted, transmitted, distributed, or disclosed in any way
|
|
without Intel's prior express written permission.
|
|
|
|
No license under any patent, copyright, trade secret or other intellectual
|
|
property right is granted to or conferred upon you by disclosure or delivery
|
|
of the Materials, either expressly, by implication, inducement, estoppel or
|
|
otherwise. Any license under such intellectual property rights must be
|
|
express and approved by Intel in writing.
|
|
|
|
Unless otherwise agreed by Intel in writing, you may not remove or alter
|
|
this notice or any other notice embedded in Materials by Intel or
|
|
Intel's suppliers or licensors in any way.
|
|
|
|
This file contains a 'Sample Driver' and is licensed as such under the terms
|
|
of your license agreement with Intel or your vendor. This file may be modified
|
|
by the user, subject to the additional terms of the license agreement.
|
|
|
|
@par Specification
|
|
**/
|
|
|
|
|
|
/=#
|
|
|
|
#langdef en-US "English"
|
|
#langdef fr-FR "Français"
|
|
|
|
//defaultstore
|
|
#string STR_STANDARD_DEFAULT_PROMPT #language en-US "Standard Default"
|
|
#string STR_MANUFACTURE_DEFAULT_PROMPT #language en-US "Manufacture Default"
|
|
|
|
#string STR_NULL_STRING #language en-US " "
|
|
#language fr-FR " "
|
|
#string STR_NONE #language en-US "NONE"
|
|
#language fr-FR "NONE"
|
|
#string STR_FORM_MAIN_TITLE #language en-US "Boot Maintenance Manager Menu"
|
|
#language fr-FR "Boot Maintenance Manager Menu"
|
|
#string STR_FORM_BOOT_SETUP_TITLE #language en-US "Boot Options Menu"
|
|
#language fr-FR "Boot Options Menu"
|
|
#string STR_FORM_BOOT_SETUP_HELP #language en-US "Modify system boot options"
|
|
#language fr-FR "Modify system boot options"
|
|
#string STR_FORM_DRIVER_SETUP_TITLE #language en-US "Driver Options Menu"
|
|
#language fr-FR "Driver Options Menu"
|
|
#string STR_FORM_DRIVER_SETUP_HELP #language en-US "Modify boot driver options"
|
|
#language fr-FR "Modify boot driver options"
|
|
#string STR_FORM_BOOT_ADD_TITLE #language en-US "Add Boot Option"
|
|
#language fr-FR "Add Boot Option"
|
|
#string STR_FORM_BOOT_ADD_HELP #language en-US "Add EFI Application or Removable Fs as Boot Option"
|
|
#language fr-FR "Add EFI Application or Removable Fs as Boot Option"
|
|
#string STR_FORM_BOOT_DEL_TITLE #language en-US "Delete Boot Option"
|
|
#language fr-FR "Delete Boot Option"
|
|
#string STR_FORM_BOOT_IMMEDIATE_HELP #language en-US "Will be valid immediately"
|
|
#language fr-FR "Will be valid immediately"
|
|
#string STR_FORM_BOOT_CHG_TITLE #language en-US "Change Boot Order"
|
|
#language fr-FR "Change Boot Order"
|
|
#string STR_FORM_DRV_ADD_TITLE #language en-US "Add Driver Option"
|
|
#language fr-FR "Add Driver Option"
|
|
#string STR_FORM_DRV_ADD_HELP #language en-US "Add .EFI Driver as Driver Option"
|
|
#language fr-FR "Add .EFI Driver as Driver Option"
|
|
#string STR_FORM_DRV_DEL_TITLE #language en-US "Delete Driver Option"
|
|
#language fr-FR "Delete Driver Option"
|
|
#string STR_FORM_DRV_CHG_TITLE #language en-US "Change Driver Order"
|
|
#language fr-FR "Change Driver Order"
|
|
#string STR_FORM_NEXT_BOOT_HELP #language en-US "Will be valid on next boot"
|
|
#language fr-FR "Will be valid on next boot"
|
|
#string STR_MEMORY_CHECK_SETUP #language en-US "Memory Check Control"
|
|
#language fr-FR "Memory Check Control"
|
|
#string STR_MEMORY_CHECK_SETUP_HELP #language en-US "Memory test coverage level. Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test."
|
|
#language fr-FR "Memory test coverage level. Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test."
|
|
#string STR_MEMORY_CHECK_IGNORE #language en-US "Ignore"
|
|
#language fr-FR "Ignore"
|
|
#string STR_MEMORY_CHECK_QUICK #language en-US "Quick"
|
|
#language fr-FR "Quick"
|
|
#string STR_MEMORY_CHECK_SPARSE #language en-US "Sparse"
|
|
#language fr-FR "Sparse"
|
|
#string STR_MEMORY_CHECK_EXTENSIVE #language en-US "Extensive"
|
|
#language fr-FR "Extensive"
|
|
#string STR_FORM_CON_MAIN_TITLE #language en-US "Console Options Menu"
|
|
#language fr-FR "Console Options Menu"
|
|
#string STR_FORM_CON_MAIN_HELP #language en-US "Modify system console options"
|
|
#language fr-FR "Modify system console options"
|
|
#string STR_FORM_CON_IN_TITLE #language en-US "Console Input Device Select"
|
|
#language fr-FR "Console Input Device Select"
|
|
#string STR_FORM_CON_IN_HELP #language en-US "Enable console device as ConIn"
|
|
#language fr-FR "Enable console device as ConIn"
|
|
#string STR_FORM_GOTO_SETTING #language en-US "Go Back To Setting Page"
|
|
#language fr-FR "Go Back To Setting Page"
|
|
#string STR_COM0 #language en-US "COM0"
|
|
#language fr-FR "COM0"
|
|
#string STR_COM1 #language en-US "COM1"
|
|
#language fr-FR "COM1"
|
|
#string STR_COM2 #language en-US "COM2"
|
|
#language fr-FR "COM2"
|
|
#string STR_COM_AS_CONSOLE_OPTION #language en-US "Select this COM port as Console"
|
|
#language fr-FR "Select this COM port as Console"
|
|
#string STR_FORM_CON_OUT_TITLE #language en-US "Console Output Device Select"
|
|
#language fr-FR "Console Output Device Select"
|
|
#string STR_FORM_CON_OUT_HELP #language en-US "Enable console device as ConOut"
|
|
#language fr-FR "Enable console device as ConOut"
|
|
#string STR_FORM_STD_ERR_TITLE #language en-US "Console Standard Error Device Select"
|
|
#language fr-FR "Console Standard Error Device Select"
|
|
#string STR_FORM_STD_ERR_HELP #language en-US "Enable console device as StdErr"
|
|
#language fr-FR "Enable console device as StdErr"
|
|
#string STR_FORM_MODE_TITLE #language en-US "Console Output Mode Select"
|
|
#language fr-FR "Console Output Mode Select"
|
|
#string STR_FORM_MODE_HELP #language en-US "Select Console Output Mode: 80x25, 100x31, etc."
|
|
#language fr-FR "Select Console Output Mode: 80x25, 100x31, etc."
|
|
#string STR_FORM_COM_TITLE #language en-US "COM Attribute Setup Page"
|
|
#language fr-FR "COM Attribute Setup Page"
|
|
#string STR_FORM_COM_HELP #language en-US "Setup ComPort BaudRate, DataBits, StopBits, Parity and TerminalType"
|
|
#language fr-FR "Setup ComPort BaudRate, DataBits, StopBits, Parity and TerminalType"
|
|
#string STR_FORM_DRV_ADD_FILE_TITLE #language en-US "Add Driver Option Using File"
|
|
#language fr-FR "Add Driver Option Using File"
|
|
#string STR_FORM_DRV_ADD_HANDLE_TITLE #language en-US "Add Driver Option Using Handle"
|
|
#language fr-FR "Add Driver Option Using Handle"
|
|
#string STR_FORM_BOOT_ADD_DESC_TITLE #language en-US "Modify Boot Option Description"
|
|
#language fr-FR "Modify Boot Option Description"
|
|
#string STR_FORM_DRV_ADD_DESC_TITLE #language en-US "Modify Driver Option Description"
|
|
#language fr-FR "Modify Driver Option Description"
|
|
#string STR_NUM_AUTO_BOOT #language en-US "Start Boot Option Menu Control"
|
|
#language fr-FR "Start Boot Option Menu Control"
|
|
#string STR_HLP_AUTO_BOOT #language en-US "Range: 0 to 65535 seconds, 0 means no wait, 65535 means waiting for key"
|
|
#language fr-FR "Range: 0 to 65535 seconds, 0 means no wait, 65535 means waiting for key"
|
|
#string STR_BOOT_NEXT #language en-US "Boot Next Value"
|
|
#language fr-FR "Boot Next Value"
|
|
#string STR_BOOT_NEXT_HELP #language en-US "Next boot use this boot option"
|
|
#language fr-FR "Next boot use this boot option"
|
|
#string STR_LOAD_OPTION_DEVPATH #language en-US "This is the devicepath"
|
|
#language fr-FR "This is the devicepath"
|
|
#string STR_LOAD_OPTION_DESC #language en-US "Input the description"
|
|
#language fr-FR "Input the description"
|
|
#string STR_LOAD_OPTION_ACTIVE #language en-US "Load Option Active"
|
|
#language fr-FR "Load Option Active"
|
|
#string STR_LOAD_OPTION_FORCE_RECON #language en-US "Load Option Reconnect"
|
|
#language fr-FR "Load Option Reconnect"
|
|
#string STR_CON_IN_SETUP #language en-US "Set Console Input Device"
|
|
#language fr-FR "Set Console Input Device"
|
|
#string STR_CON_OUT_SETUP #language en-US "Set Console Output Device"
|
|
#language fr-FR "Set Console Output Device"
|
|
#string STR_CON_ERR_SETUP #language en-US "Set Error Output Device"
|
|
#language fr-FR "Set Error Output Device"
|
|
#string STR_CON_MODE_SETUP #language en-US "Set Console Output Mode"
|
|
#language fr-FR "Set Console Output Mode"
|
|
#string STR_CON_COM_SETUP #language en-US "Set COM Attributes"
|
|
#language fr-FR "Set COM Attributes"
|
|
#string STR_COM_TERMI_TYPE #language en-US "Set COM Terminal Type"
|
|
#language fr-FR "Set COM Terminal Type"
|
|
#string STR_COM_FLOW_CONTROL #language en-US "Set COM Flow Control"
|
|
#language fr-FR "Set COM Flow Control"
|
|
#string STR_COM_BAUD_RATE #language en-US "Set COM Baud Rate"
|
|
#language fr-FR "Set COM Baud Rate"
|
|
#string STR_COM_DATA_BITS #language en-US "Set COM Data Bits"
|
|
#language fr-FR "Set COM Data Bits"
|
|
#string STR_COM_PARITY #language en-US "Set COM Parity"
|
|
#language fr-FR "Set COM Parity"
|
|
#string STR_COM_STOP_BITS #language en-US "Set COM Stop Bits"
|
|
#language fr-FR "Set COM Stop Bits"
|
|
#string STR_COM_BAUD_RATE_0 #language en-US "115200"
|
|
#language fr-FR "115200"
|
|
#string STR_COM_BAUD_RATE_1 #language en-US "57600"
|
|
#language fr-FR "57600"
|
|
#string STR_COM_BAUD_RATE_2 #language en-US "38400"
|
|
#language fr-FR "38400"
|
|
#string STR_COM_BAUD_RATE_3 #language en-US "19200"
|
|
#language fr-FR "19200"
|
|
#string STR_COM_BAUD_RATE_4 #language en-US "9600"
|
|
#language fr-FR "9600"
|
|
#string STR_COM_BAUD_RATE_5 #language en-US "7200"
|
|
#language fr-FR "7200"
|
|
#string STR_COM_BAUD_RATE_6 #language en-US "4800"
|
|
#language fr-FR "4800"
|
|
#string STR_COM_BAUD_RATE_7 #language en-US "3600"
|
|
#language fr-FR "3600"
|
|
#string STR_COM_BAUD_RATE_8 #language en-US "2400"
|
|
#language fr-FR "2400"
|
|
#string STR_COM_BAUD_RATE_9 #language en-US "2000"
|
|
#language fr-FR "2000"
|
|
#string STR_COM_BAUD_RATE_10 #language en-US "1800"
|
|
#language fr-FR "1800"
|
|
#string STR_COM_BAUD_RATE_11 #language en-US "1200"
|
|
#language fr-FR "1200"
|
|
#string STR_COM_BAUD_RATE_12 #language en-US "600"
|
|
#language fr-FR "600"
|
|
#string STR_COM_BAUD_RATE_13 #language en-US "300"
|
|
#language fr-FR "300"
|
|
#string STR_COM_BAUD_RATE_14 #language en-US "150"
|
|
#language fr-FR "150"
|
|
#string STR_COM_BAUD_RATE_15 #language en-US "134"
|
|
#language fr-FR "134"
|
|
#string STR_COM_BAUD_RATE_16 #language en-US "110"
|
|
#language fr-FR "110"
|
|
#string STR_COM_BAUD_RATE_17 #language en-US "75"
|
|
#language fr-FR "75"
|
|
#string STR_COM_BAUD_RATE_18 #language en-US "50"
|
|
#language fr-FR "50"
|
|
#string STR_COM_DATA_BITS_0 #language en-US "5"
|
|
#language fr-FR "5"
|
|
#string STR_COM_DATA_BITS_1 #language en-US "6"
|
|
#language fr-FR "6"
|
|
#string STR_COM_DATA_BITS_2 #language en-US "7"
|
|
#language fr-FR "7"
|
|
#string STR_COM_DATA_BITS_3 #language en-US "8"
|
|
#language fr-FR "8"
|
|
#string STR_COM_PAR_0 #language en-US "None"
|
|
#language fr-FR "None"
|
|
#string STR_COM_PAR_1 #language en-US "Even"
|
|
#language fr-FR "Even"
|
|
#string STR_COM_PAR_2 #language en-US "Odd"
|
|
#language fr-FR "Odd"
|
|
#string STR_COM_PAR_3 #language en-US "Mark"
|
|
#language fr-FR "Mark"
|
|
#string STR_COM_PAR_4 #language en-US "Space"
|
|
#language fr-FR "Space"
|
|
#string STR_COM_STOP_BITS_0 #language en-US "One"
|
|
#language fr-FR "One"
|
|
#string STR_COM_STOP_BITS_1 #language en-US "One And A Half"
|
|
#language fr-FR "One And A Half"
|
|
#string STR_COM_STOP_BITS_2 #language en-US "Two"
|
|
#language fr-FR "Two"
|
|
#string STR_COM_TYPE_0 #language en-US "PC_ANSI"
|
|
#language fr-FR "PC_ANSI"
|
|
#string STR_COM_TYPE_1 #language en-US "VT_100"
|
|
#language fr-FR "VT_100"
|
|
#string STR_COM_TYPE_2 #language en-US "VT_100_PLUS"
|
|
#language fr-FR "VT_100_PLUS"
|
|
#string STR_COM_TYPE_3 #language en-US "VT_UTF8"
|
|
#language fr-FR "VT_UTF8"
|
|
#string STR_RESET #language en-US "Reset System"
|
|
#language fr-FR "Reset System"
|
|
#string STR_BOOT_FROM_FILE #language en-US "Boot From File"
|
|
#language fr-FR "Boot From File"
|
|
#string STR_BOOT_FROM_FILE_HELP #language en-US "Boot system from a file or device"
|
|
#language fr-FR "Boot system from a file or device"
|
|
#string STR_OPTIONAL_DATA #language en-US "Input Optional Data"
|
|
#language fr-FR "Input Optional Data"
|
|
#string STR_CHANGE_ORDER #language en-US "Change the order"
|
|
#language fr-FR "Change the order"
|
|
#string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
|
|
#language fr-FR "File Explorer"
|
|
#string STR_HARDWARE_FLOW_CONTROL #language fr-FR "Hardware"
|
|
#language en-US "Hardware"
|
|
#string STR_SOFTWARE_FLOW_CONTROL #language fr-FR "Software"
|
|
#language en-US "Software"
|
|
#string STR_NONE_FLOW_CONTROL #language fr-FR "None"
|
|
#language en-US "None"
|
|
#string STR_OUT_OF_BAND_PORT #language fr-FR "Out-Of-Band Mgmt Port"
|
|
#language en-US "Out-Of-Band Mgmt Port"
|
|
#string STR_LEGACY_RESOLUTION_85X24 #language fr-FR "85 x 24"
|
|
#language en-US "85 x 24"
|
|
#string STR_LEGACY_RESOLUTION_85X25 #language fr-FR "85 x 25"
|
|
#language en-US "85 x 25"
|
|
#string STR_LEGACY_RESOLUTION_SETTING #language fr-FR "Set COM Legacy Resolution"
|
|
#language en-US "Set COM Legacy Resolution"
|
|
#string STR_UPDATE_COM_ATTRIBUTES #language fr-FR " Set COM Attributes"
|
|
#language en-US " Set COM Attributes"
|
|
#string STR_LENGTH #language fr-FR "Set COM Length"
|
|
#language en-US "Set COM Length"
|
|
#string STR_COM_TAG #language fr-FR "Set COM Tag"
|
|
#language en-US "Set COM Tag"
|
|
#string STR_COM_DATA_LENGTH #language fr-FR "Set COM Data Length"
|
|
#language en-US "Set COM Data Length"
|
|
|
|
//
|
|
// BugBug : need someone to translate these strings to french
|
|
//
|