]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/Shell.uni
ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.
[mirror_edk2.git] / ShellPkg / Application / Shell / Shell.uni
index 301d8797ff460a944de3123c34d6edbdd423112b..ef69f891d2071f409874763b409dd8710a4c2ae6 100644 (file)
@@ -1,7 +1,7 @@
 // *++\r
 //\r
 // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
-// Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved. <BR>\r
+// Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved. <BR>\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 // which accompanies this distribution. The full text of the license may be found at\r
@@ -40,6 +40,7 @@
 #string STR_SHELL_CRLF                #language en-US "\r\n"\r
 \r
 #string STR_SHELL_ERROR               #language en-US  "%NCommand Error Status: %r\r\n"\r
+#string STR_SHELL_ERROR_SCRIPT        #language en-US  "%NScript Error Status: %r (line number %d)\r\n"\r
 \r
 #string STR_SHELL_INVALID_MAPPING     #language en-US "%N'%B%s%N' is not a valid mapping.\r\n"\r
 #string STR_SHELL_INVALID_SPLIT       #language en-US "Invalid use of pipe (%B|%N).\r\n"\r
@@ -52,3 +53,6 @@
 #string STR_VER_OUTPUT_MAIN_UEFI      #language en-US "UEFI v%d.%02d (%s, 0x%08x)\r\n"\r
 \r
 #string STR_SHELL_NO_IN_EX            #language en-US "No SimpleTextInputEx was found. CTRL-based features are not usable.\r\n"\r
+\r
+#string STR_SHELL_IMAGE_NOT_APP       #language en-US "The image is not an application.\r\n"\r
+\r