// /** // // Copyright (c) 2010, Intel Corporation. All rights reserved.
// This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License // which accompanies this distribution. The full text of the license may be found at // http://opensource.org/licenses/bsd-license.php // // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. // // Module Name: // // UefiShellDriver1CommandsLib.uni // // Abstract: // // String definitions for UEFI Shell 2.0 driver1 profile commands // // // **/ /=# #langdef en-US "english" #string STR_GEN_PROBLEM #language en-US "%EError. %NThe argument '%B%s%N' is invalid.\r\n" #string STR_GEN_TOO_FEW #language en-US "%EError. %NToo few arguments specified.\r\n" #string STR_GEN_TOO_MANY #language en-US "%EError. %NToo many arguments specified.\r\n" #string STR_GEN_INV_HANDLE #language en-US "%EError. %NHandle %s invalid.\r\n" #string STR_CON_RESULT #language en-US "%Connect.%N Handle %p Result %r.\r\n" #string STR_DEVICES_HEADER_LINES #language en-US " C T D\r\n T Y C I\r\n R P F A\r\n L E G G #P #D #C Device Name\r\n == = = = == == ==\r\n=============================================================\r\n" #string STR_DEVICES_ITEM_LINE #language en-US " %02x %1c %1c %1c %02d %02d %02d %s\r\n" #string STR_OPENINFO_HEADER_LINE #language en-US "Handle %02x (%p)\r\n" #string STR_OPENINFO_PRO_INFOLINE #language en-US " Drv[%02x] Ctrl[%02x] Cnt(%02x) % 10s Image(%s)\r\n"