Home | History | Annotate | Download | only in Setup
      1 // /** @file
      2 // String definitions for Sample Setup formset.
      3 //
      4 // Copyright (c) 2013-2015 Intel Corporation.
      5 //
      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 
     19 #langdef   en-US "English"
     20 #langdef   fr-FR "Franais"
     21 #langdef   es-ES "Espaol"
     22 
     23 #string STR_LGA775                       #language en-US  "L775"
     24 #string STR_LGA775                       #language fr-FR  "L775"
     25 #string STR_LGA775                       #language es-ES  "L775"
     26 
     27 
     28 // Enable or Disable
     29 #string STR_ENABLE       #language en-US  "Enable"
     30 #string STR_ENABLE       #language fr-FR  "Activ"
     31 #string STR_ENABLE       #language es-ES  "Activada"
     32 
     33 #string STR_DISABLE      #language en-US  "Disable"
     34 #string STR_DISABLE      #language fr-FR  "Dsactiv"
     35 #string STR_DISABLE      #language es-ES  "Desactivada"
     36 
     37 #string STR_AUTO         #language en-US  "Auto"
     38 #string STR_AUTO         #language fr-FR  "Auto"
     39 #string STR_AUTO         #language es-ES  "Auto"
     40 
     41 // Unknown
     42 #string STR_UNKNOWN      #language en-US  "Unknown"
     43 #string STR_UNKNOWN      #language fr-FR  "Unknown"
     44 #string STR_UNKNOWN      #language es-ES  "Unknown"
     45 
     46 
     47 // NULL String
     48 #string STR_NULL_STRING            #language en-US  ""
     49 
     50 #string STR_VAR_TOTAL_MEMORY_SIZE      #language en-US  "54"
     51 
     52 #string VAR_EQ_CONFIG_MODE_NAME         #language en-US  "67"
     53 // End of file
     54