MdeModulePkg/DisplayEngine: Popup dialogue when password is not supported
when the password is not supported, pop up a dialogue to let user know the reason. Cc: Liming Gao <liming.gao@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// *++
|
||||
//
|
||||
// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||
// Copyright (c) 2004 - 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
|
||||
@ -116,4 +116,7 @@
|
||||
#string RECONNECT_REQUIRED #language en-US "Reconnect is required, exit and reconnect"
|
||||
#language fr-FR "Reconnect is required, exit and reconnect"
|
||||
#string GET_TIME_FAIL #language en-US " Get date/time fail, display ??."
|
||||
#language fr-FR " Get data/time fail, display ??."
|
||||
#language fr-FR " Get data/time fail, display ??."
|
||||
#string PASSWORD_NOT_SUPPORTED #language en-US "Unsupported! Because no interactieve flag or no ConfigAccess protocol!"
|
||||
#language fr-FR "Unsupported! Because no interactieve flag or no ConfigAccess protocol!"
|
||||
|
||||
|
Reference in New Issue
Block a user