summaryrefslogtreecommitdiff
path: root/Core/ShellPkg/Application/Shell/Shell.uni
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-22 17:06:43 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:14:49 +0800
commit4e4db0c4b54ee5d5377fca0e4c2330286b1b0b41 (patch)
tree751790d383df04329bb700e8fe800c3d459eeaae /Core/ShellPkg/Application/Shell/Shell.uni
parent1922f267f671b43de0ea43138ccb5806657056b4 (diff)
downloadedk2-platforms-4e4db0c4b54ee5d5377fca0e4c2330286b1b0b41.tar.xz
ShellPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Core/ShellPkg/Application/Shell/Shell.uni')
-rw-r--r--Core/ShellPkg/Application/Shell/Shell.uni58
1 files changed, 58 insertions, 0 deletions
diff --git a/Core/ShellPkg/Application/Shell/Shell.uni b/Core/ShellPkg/Application/Shell/Shell.uni
new file mode 100644
index 0000000000..ef69f891d2
--- /dev/null
+++ b/Core/ShellPkg/Application/Shell/Shell.uni
@@ -0,0 +1,58 @@
+// *++
+//
+// (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>
+// Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved. <BR>
+// 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:
+//
+// ShellStrings.uni
+//
+// Abstract:
+//
+// String definitions for the main UEFI Shell 2.0 application
+//
+// Revision History:
+//
+// --*/
+
+/=#
+
+#langdef en-US "English"
+
+#string STR_SHELL_CURDIR #language en-US "%E%s\> %N"
+#string STR_GEN_PROBLEM #language en-US "The argument '%B%s%N' is incorrect.\r\n"
+#string STR_SHELL_SHELL #language en-US "%EShell> %N"
+
+#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."
+
+#string STR_SHELL_ENTER_TO_CONT #language en-US "%NPress ENTER to continue:%E"
+#string STR_SHELL_QUIT_CONT #language en-US "%NPress ENTER to continue or 'Q' break:%E"
+
+#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"
+
+#string STR_SHELL_CRLF #language en-US "\r\n"
+
+#string STR_SHELL_ERROR #language en-US "%NCommand Error Status: %r\r\n"
+#string STR_SHELL_ERROR_SCRIPT #language en-US "%NScript Error Status: %r (line number %d)\r\n"
+
+#string STR_SHELL_INVALID_MAPPING #language en-US "%N'%B%s%N' is not a valid mapping.\r\n"
+#string STR_SHELL_INVALID_SPLIT #language en-US "Invalid use of pipe (%B|%N).\r\n"
+
+#string STR_SHELL_INVALID_REDIR #language en-US "Unable to redirect file.\r\n"
+#string STR_SHELL_REDUNDA_REDIR #language en-US "Redundant redirection specified.\r\n"
+
+#string STR_VER_OUTPUT_MAIN_SHELL #language en-US "UEFI %s Shell v%d.%d\r\n"
+#string STR_VER_OUTPUT_MAIN_SUPPLIER #language en-US "%s\r\n"
+#string STR_VER_OUTPUT_MAIN_UEFI #language en-US "UEFI v%d.%02d (%s, 0x%08x)\r\n"
+
+#string STR_SHELL_NO_IN_EX #language en-US "No SimpleTextInputEx was found. CTRL-based features are not usable.\r\n"
+
+#string STR_SHELL_IMAGE_NOT_APP #language en-US "The image is not an application.\r\n"
+