X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FUPT%2FLogger%2FStringTable.py;h=96f0e1cd6ef3aa5151f5fc761ea91366e1e31df8;hp=54993f26fea526c1a5298ae2cfcd9c159f823c46;hb=3a0f8bdef348a3afca72217d319bb1a8d8b1036a;hpb=97fa0ee9b1cffbb4b97ee35365afa7afcf50e174 diff --git a/BaseTools/Source/Python/UPT/Logger/StringTable.py b/BaseTools/Source/Python/UPT/Logger/StringTable.py index 54993f26fe..96f0e1cd6e 100644 --- a/BaseTools/Source/Python/UPT/Logger/StringTable.py +++ b/BaseTools/Source/Python/UPT/Logger/StringTable.py @@ -1,7 +1,7 @@ ## @file # This file is used to define strings used in the UPT tool # -# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2016, 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 @@ -32,22 +32,25 @@ import gettext _ = gettext.gettext MSG_USAGE_STRING = _("\n" - "Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT)\n" + "UEFI Packaging Tool (UEFIPT)\n" "%prog [options]" ) ## # Version and Copyright # -MSG_VERSION_NUMBER = _("1.0") -MSG_VERSION = _("Intel(r) UEFI Packaging Tool (Intel(r) UEFIPT) - Revision " + \ +MSG_VERSION_NUMBER = _("1.1") +MSG_VERSION = _("UEFI Packaging Tool (UEFIPT) - Revision " + \ MSG_VERSION_NUMBER) -MSG_COPYRIGHT = _("Copyright (c) 2011 Intel Corporation All Rights Reserved.") +MSG_COPYRIGHT = _("Copyright (c) 2011 - 2016 Intel Corporation All Rights Reserved.") MSG_VERSION_COPYRIGHT = _("\n %s\n %s" % (MSG_VERSION, MSG_COPYRIGHT)) MSG_USAGE = _("%s [options]\n%s" % ("UPT", MSG_VERSION_COPYRIGHT)) -MSG_DESCRIPTION = _("The Intel(r) UEFIUPT is used to create, " + \ - "install or remove a UEFI Distribution Package.") - +MSG_DESCRIPTION = _("The UEFIPT is used to create, " + \ + "install or remove a UEFI Distribution Package. " + \ + "If WORKSPACE environment variable is present, " + \ + "then UPT will install packages to the location specified by WORKSPACE, " + \ + "otherwise UPT will install packages to the current directory. " + \ + "Option -n will override this default installation location") # # INF Parser related strings. @@ -320,7 +323,7 @@ MSG_NEW_FILE_NAME_FOR_DIST = _( MSG_UPDATE_PACKAGE_DATABASE = _("Update Distribution Package Database ...") MSG_PYTHON_ON = _("(Python %s on %s) ") MSG_SEARCH_FOR_HELP = _( - "\n(Please send email to edk2-devel@lists.sourceforge.net for\n" + "\n(Please send email to edk2-devel@lists.01.org for\n" " help, attach the following call stack trace.)\n") MSG_REMOVE_TEMP_FILE_STARTED = _("Removing temp files started ... ") MSG_REMOVE_TEMP_FILE_DONE = _("Removing temp files ... Done.") @@ -593,6 +596,7 @@ _("The string entry order in UNI file should be ,