edk2/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.uni
vanjeff c9fcba3dca Sync patches r14112, r14540 and r14543 from main trunk.
1. Based on the feature PCD value, browser will decide whether to gray out the read only menu.
2. Update Browser to provide the customization possibilities.
3. Refine the code logic for browser and display engine.

git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1@14638 6f19259b-4bc3-4df7-8a09-765794883524
2013-09-10 05:48:30 +00:00

63 lines
7.1 KiB
Text

// *++
//
// Copyright (c) 2004 - 2013, 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:
//
// SetupBrowserStr.uni
//
// Abstract:
//
// String definitions for Browser.
//
// --*/
/=#
#langdef en-US "English"
#langdef fr-FR "Français"
#string ENTER_STRING #language en-US "<Enter>=Select Entry"
#language fr-FR "<Enter>=Choisir l'Entrée"
#string ENTER_COMMIT_STRING #language en-US "<Enter>=Complete Entry"
#language fr-FR "<Enter>=Compléter l'Entrée"
#string ENTER_ESCAPE_STRING #language en-US "Esc=Exit Entry"
#language fr-FR "Esc=Sortir l'Entrée"
#string ESCAPE_STRING #language en-US "Esc=Exit"
#language fr-FR "Esc=Sortir"
#string ADJUST_NUMBER #language en-US "+/- =Adjust Value"
#language fr-FR "+/- =Ajuster la valeur"
#string PLUS_STRING #language en-US "+ =Move Selection Up"
#language fr-FR "+ =Relever le choix"
#string MINUS_STRING #language en-US "- =Move Selection Down"
#language fr-FR "- =Abaisser le choix"
#string MOVE_HIGHLIGHT #language en-US "=Move Highlight"
#language fr-FR "=Essentiel de mouvement"
#string DEC_NUMERIC_INPUT #language en-US "0123456789 are valid inputs"
#language fr-FR "0123456789 sont des données valides"
#string HEX_NUMERIC_INPUT #language en-US "0-9 a-f are valid inputs"
#language fr-FR "0-9 a-f sont des données valides"
#string TOGGLE_CHECK_BOX #language en-US "<Spacebar>Toggle Checkbox"
#language fr-FR "<Spacebar>Bascule la Case de pointage"
#string NV_UPDATE_MESSAGE #language en-US "Configuration changed"
#language fr-FR "Configuration changed"
#string INPUT_ERROR_MESSAGE #language en-US "!!"
#language fr-FR "!!"
#string EMPTY_STRING #language en-US ""
#language fr-FR ""
#string ARE_YOU_SURE_YES #language en-US "Y"
#language fr-FR "Y"
#string ARE_YOU_SURE_NO #language en-US "N"
#language fr-FR "N"
#string SAVE_CHANGES #language en-US "Changes have not saved. Save Changes and exit?"
#language fr-FR "Enregistrer les modifications et quitter?"
#string ARE_YOU_SURE #language en-US "Press 'Y' to save and exit, 'N' to discard and exit, 'ESC' to cancel."
#language fr-FR "Pressez 'Y' pour sauvegarder et quitter, 'N' de se défaire et de sortie"