Home | History | Annotate | Download | only in BootMngr
      1 ///** @file
      2 //  
      3 //    String definitions for BdsPlatform formset.
      4 //  
      5 //  Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
      6 //  This program and the accompanying materials
      7 //  are licensed and made available under the terms and conditions of the BSD License
      8 //  which accompanies this distribution.  The full text of the license may be found at
      9 //  http://opensource.org/licenses/bsd-license.php
     10 //  
     11 //  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     12 //  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     13 //  
     14 //**/
     15 
     16 /=#
     17 
     18 #langdef   en-US "English"
     19 #langdef   fr-FR "Franais"
     20 
     21 #string STR_BM_BANNER                  #language en-US  "Boot Manager"
     22                                        #language fr-FR  "Boot Manager"
     23 #string STR_HELP_FOOTER                #language en-US  " and  to change option, ENTER to select an option, ESC to exit"
     24                                        #language fr-FR  " pour  changer l'option, ENTRER choisir une option, ESC pour sortir"
     25 #string STR_AND                        #language en-US  " and "
     26                                        #language fr-FR  " et "
     27 #string STR_BOOT_OPTION_BANNER         #language en-US  "Boot Option Menu"
     28                                        #language fr-FR  "le Menu d'Option de Botte"
     29 #string STR_ANY_KEY_CONTINUE           #language en-US  "Press any key to continue..."
     30                                        #language fr-FR  "Appuie n'importe quelle pour continuer..."
     31 #string STR_LAST_STRING                #language en-US  ""
     32                                        #language fr-FR  ""
     33 
     34