1///** @file 2// 3// String definitions for the Device Manager. 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_EDKII_MENU_TITLE #language en-US "Device Manager" 22 #language fr-FR "Device Manager" 23#string STR_EDKII_MENU_HELP #language en-US "This selection will take you to the Device Manager" 24 #language fr-FR "This selection will take you to the Device Manager" 25#string STR_DEVICES_LIST #language en-US "Devices List" 26 #language fr-FR "Devices List" 27#string STR_DISK_DEVICE #language en-US "Disk Devices" 28 #language fr-FR "Disk Devices" 29#string STR_VIDEO_DEVICE #language en-US "Video Devices" 30 #language fr-FR "Video Devices" 31#string STR_NETWORK_DEVICE #language en-US "Network Devices" 32 #language fr-FR "Network Devices" 33#string STR_INPUT_DEVICE #language en-US "Input Devices" 34 #language fr-FR "Input Devices" 35#string STR_ON_BOARD_DEVICE #language en-US "Motherboard Devices" 36 #language fr-FR "Motherboard Devices" 37#string STR_OTHER_DEVICE #language en-US "Other Devices" 38 #language fr-FR "Other Devices" 39#string STR_MISSING_STRING #language en-US "Missing String" 40 #language fr-FR "Missing String" 41#string STR_EMPTY_STRING #language en-US "" 42 #language fr-FR "" 43#string STR_EXIT_STRING #language en-US "Press ESC to exit." 44 #language fr-FR "Press ESC to exit." 45#string STR_FORM_NETWORK_DEVICE_TITLE #language en-US "Network Device" 46 #language fr-FR "Network Device" 47#string STR_FORM_NETWORK_DEVICE_HELP #language en-US "Network Device Help..." 48 #language fr-FR "Network Device Help..." 49#string STR_NETWORK_DEVICE_STRING #language en-US "Network Device" 50 #language fr-FR "Network Device" 51#string STR_FORM_NETWORK_DEVICE_LIST_HELP #language en-US "Select the network device according the MAC address" 52 #language fr-FR "Select the network device according the MAC address" 53#string STR_FORM_NETWORK_DEVICE_LIST_TITLE #language en-US "Network Device List" 54 #language fr-FR "Network Device List" 55#string STR_NETWORK_DEVICE_LIST_STRING #language en-US "Network Device List" 56 #language fr-FR "Network Device List" 57#string STR_NETWORK_DEVICE_HELP #language en-US "Network Device" 58 #language fr-FR "Network Device" 59// 60// Ensure that this is the last string. We are using it programmatically 61// to do string token re-usage settings for the Device Manager since we are 62// constantly recreating this page based on HII population. 63//// 64