1///** @file 2// 3// String definitions for the Device Manager. 4// 5// Copyright (c) 2004 - 2014, 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_DEVICE_MANAGER_TITLE #language en-US "Device Manager" 22 #language fr-FR "Device Manager" 23#string STR_DEVICES_LIST #language en-US "Devices List" 24 #language fr-FR "Devices List" 25#string STR_DISK_DEVICE #language en-US "Disk Devices" 26 #language fr-FR "Disk Devices" 27#string STR_VIDEO_DEVICE #language en-US "Video Devices" 28 #language fr-FR "Video Devices" 29#string STR_NETWORK_DEVICE #language en-US "Network Devices" 30 #language fr-FR "Network Devices" 31#string STR_INPUT_DEVICE #language en-US "Input Devices" 32 #language fr-FR "Input Devices" 33#string STR_ON_BOARD_DEVICE #language en-US "Motherboard Devices" 34 #language fr-FR "Motherboard Devices" 35#string STR_OTHER_DEVICE #language en-US "Other Devices" 36 #language fr-FR "Other Devices" 37#string STR_EMPTY_STRING #language en-US "" 38 #language fr-FR "" 39#string STR_DRIVER_HEALTH_STATUS_HELP #language en-US "Check whether all the controllers in the platform are healthy" 40 #language fr-FR "Check whether all the controllers in the platform are healthy" 41#string STR_DRIVER_HEALTH_ALL_HEALTHY #language en-US " The platform is healthy" 42 #language fr-FR " The platform is healthy" 43#string STR_DRIVER_NOT_HEALTH #language en-US " Some drivers are not healthy" 44 #language fr-FR " Some drivers are not healthy" 45#string STR_DH_BANNER #language en-US "Driver Health" 46 #language fr-FR "Driver Health" 47#string STR_DM_DRIVER_HEALTH_TITLE #language en-US "Driver Health" 48 #language fr-FR "Driver Health" 49#string STR_DH_STATUS_LIST #language en-US "All Driver Health Status List" 50 #language fr-FR "All Driver Health Status List" 51#string STR_DRIVER_HEALTH_REPAIR_ALL #language en-US "Repair All" 52 #language fr-FR "Repair All" 53#string STR_DH_REPAIR_ALL_TITLE #language en-US "Repair the whole platform" 54 #language fr-FR "Repair the whole platform" 55#string STR_DH_REPAIR_ALL_HELP #language en-US "Repair the whole platform until all modules reach terminal status" 56 #language fr-FR "Repair the whole platform until all modules reach terminal status" 57#string STR_DH_REPAIR_SINGLE_TITLE #language en-US "Item cannot get name" 58 #language fr-FR "Item cannot get name" 59#string STR_DH_REPAIR_SINGLE_HELP #language en-US "Repair single driver with specify controller" 60 #language fr-FR "Repair single driver with specify controller" 61 62#string STR_EXIT_STRING #language en-US "Press ESC to exit." 63 #language fr-FR "Press ESC to exit." 64#string STR_REPAIR_REQUIRED #language en-US " Repair Required." 65 #language fr-FR " Repair Required." 66#string STR_CONFIGURATION_REQUIRED #language en-US " Configuration Required." 67 #language fr-FR " Configuration Required." 68#string STR_OPERATION_FAILED #language en-US " Operation Failed." 69 #language fr-FR " Operation Failed." 70#string STR_RECONNECT_REQUIRED #language en-US " Reconnect Required." 71 #language fr-FR " Reconnect Required." 72#string STR_REBOOT_REQUIRED #language en-US " Reboot Required." 73 #language fr-FR " Reboot Required." 74#string STR_NO_OPERATION_REQUIRED #language en-US " No Operation Required." 75 #language fr-FR " No Operation Required." 76#string STR_DRIVER_HEALTH_HEALTHY #language en-US " Healthy." 77 #language fr-FR " Healthy." 78#string STR_FORM_NETWORK_DEVICE_TITLE #language en-US "Network Device" 79 #language fr-FR "Network Device" 80#string STR_FORM_NETWORK_DEVICE_HELP #language en-US "Network Device Help..." 81 #language fr-FR "Network Device Help..." 82#string STR_NETWORK_DEVICE_STRING #language en-US "Network Device" 83 #language fr-FR "Network Device" 84#string STR_FORM_NETWORK_DEVICE_LIST_HELP #language en-US "Select the network device according the MAC address" 85 #language fr-FR "Select the network device according the MAC address" 86#string STR_FORM_NETWORK_DEVICE_LIST_TITLE #language en-US "Network Device List" 87 #language fr-FR "Network Device List" 88#string STR_NETWORK_DEVICE_LIST_STRING #language en-US "Network Device List" 89 #language fr-FR "Network Device List" 90#string STR_NETWORK_DEVICE_HELP #language en-US "Network Device" 91 #language fr-FR "Network Device" 92// 93// Ensure that this is the last string. We are using it programmatically 94// to do string token re-usage settings for the Device Manager since we are 95// constantly recreating this page based on HII population. 96//// 97