1 | // *++
|
---|
2 | //
|
---|
3 | // Copyright (c) 2013, Hewlett-Packard Development Company, L.P.
|
---|
4 | // Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved. <BR>
|
---|
5 | // This program and the accompanying materials
|
---|
6 | // are licensed and made available under the terms and conditions of the BSD License
|
---|
7 | // which accompanies this distribution. The full text of the license may be found at
|
---|
8 | // http://opensource.org/licenses/bsd-license.php
|
---|
9 | //
|
---|
10 | // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
---|
11 | // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
---|
12 | //
|
---|
13 | // Module Name:
|
---|
14 | //
|
---|
15 | // ShellStrings.uni
|
---|
16 | //
|
---|
17 | // Abstract:
|
---|
18 | //
|
---|
19 | // String definitions for the main UEFI Shell 2.0 application
|
---|
20 | //
|
---|
21 | // Revision History:
|
---|
22 | //
|
---|
23 | // --*/
|
---|
24 |
|
---|
25 | /=#
|
---|
26 |
|
---|
27 | #langdef en-US "English"
|
---|
28 |
|
---|
29 | #string STR_SHELL_CURDIR #language en-US "%E%s> %N"
|
---|
30 | #string STR_GEN_PROBLEM #language en-US "%EError. %NThe argument '%B%s%N' is incorrect.\r\n"
|
---|
31 | #string STR_SHELL_SHELL #language en-US "%EShell> %N"
|
---|
32 |
|
---|
33 | #string STR_SHELL_STARTUP_QUESTION #language en-US "%NPress %HESC%N in %d seconds to skip %Estartup.nsh%N or any other key to continue."
|
---|
34 |
|
---|
35 | #string STR_SHELL_ENTER_TO_CONT #language en-US "%NPress ENTER to continue:%E"
|
---|
36 | #string STR_SHELL_QUIT_CONT #language en-US "%NPress ENTER to continue or 'Q' break:%E"
|
---|
37 |
|
---|
38 | #string STR_SHELL_NOT_FOUND #language en-US "%N'%E%s%N' is not recognized as an internal or external command, operable program, or script file.\r\n"
|
---|
39 |
|
---|
40 | #string STR_SHELL_CRLF #language en-US "\r\n"
|
---|
41 |
|
---|
42 | #string STR_SHELL_ERROR #language en-US "%NError reported: %r\r\n"
|
---|
43 |
|
---|
44 | #string STR_SHELL_INVALID_MAPPING #language en-US "%N'%B%s%N' is not a correct mapping.\r\n"
|
---|
45 | #string STR_SHELL_INVALID_SPLIT #language en-US "%EError.%N Invalid use of pipe (%B|%N).\r\n"
|
---|
46 |
|
---|
47 | #string STR_SHELL_INVALID_REDIR #language en-US "%EError.%N Unable to redirect file.\r\n"
|
---|
48 | #string STR_SHELL_REDUNDA_REDIR #language en-US "%EError.%N redundant redirection specified.\r\n"
|
---|
49 |
|
---|
50 | #string STR_VER_OUTPUT_MAIN_SHELL #language en-US "UEFI %s Shell v%d.%d\r\n"
|
---|
51 | #string STR_VER_OUTPUT_MAIN_SUPPLIER #language en-US "%s\r\n"
|
---|
52 | #string STR_VER_OUTPUT_MAIN_UEFI #language en-US "UEFI v%d.%02d (%s, 0x%08x)\r\n"
|
---|
53 |
|
---|
54 | #string STR_SHELL_NO_IN_EX #language en-US "%EError. Error.%N No SimpleTextInputEx was found. CTRL based features are not usable.\r\n" |
---|