1///** @file
2//
3//  String definitions for Boot Option description.
4//
5//  Copyright (c) 2010 - 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 "Français"
20
21#string STR_DESCRIPTION_FLOPPY         #language en-US  "EFI Floppy"
22                                       #language fr-FR  "fr-FR: EFI Floppy"
23#string STR_DESCRIPTION_CD_DVD         #language en-US  "EFI DVD/CDROM"
24                                       #language fr-FR  "fr-FR: EFI DVD/CDROM"
25#string STR_DESCRIPTION_HARDDRIVE      #language en-US  "EFI Hard Drive"
26                                       #language fr-FR  "fr-FR: EFI Hard Drive"
27#string STR_DESCRIPTION_USB            #language en-US  "EFI USB Device"
28                                       #language fr-FR  "fr-FR: EFI USB Device"
29#string STR_DESCRIPTION_SCSI           #language en-US  "EFI SCSI Device"
30                                       #language fr-FR  "fr-FR: EFI SCSI Device"
31#string STR_DESCRIPTION_MISC           #language en-US  "EFI Misc Device"
32                                       #language fr-FR  "fr-FR: EFI Misc Device"
33#string STR_DESCRIPTION_NETWORK        #language en-US  "EFI Network "
34                                       #language fr-FR  "fr-FR: EFI Network "
35#string STR_DESCRIPTION_NON_BLOCK      #language en-US  "EFI Non-Block Boot Device"
36                                       #language fr-FR  "fr-FR: EFI Non-Block Boot Device"
37