1///** @file 2// 3// String definitions for the DriverHealthManager. 4// 5// Copyright (c) 2013 - 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 19#langdef en-US "English" 20#langdef fr-FR "Français" 21 22#string STR_FORM_TITLE #language en-US "Driver Health Manager" 23 #language fr-FR "Driver Health Manager" 24#string STR_FORM_HELP #language en-US "List all the Driver Health instances to manage" 25 #language fr-FR "List all the Driver Health instances to manage" 26#string STR_NULL #language en-US "" 27 #lauguage fr-FR "" 28 29#string STR_REPAIR_REQUIRED #language en-US "Repair Required." 30 #language fr-FR "Repair Required." 31#string STR_CONFIGURATION_REQUIRED #language en-US "Configuration Required." 32 #language fr-FR "Configuration Required." 33#string STR_FAILED #language en-US "Failed." 34 #language fr-FR "Failed." 35#string STR_RECONNECT_REQUIRED #language en-US "Reconnect Required." 36 #language fr-FR "Reconnect Required." 37#string STR_REBOOT_REQUIRED #language en-US "Reboot Required." 38 #language fr-FR "Reboot Required." 39#string STR_HEALTHY #language en-US "Healthy." 40 #language fr-FR "Healthy." 41