Home | History | Annotate | Download | only in PwdCredentialProviderDxe
      1 /** @file
      2   String definitions for the Password Credential Provider.
      3 
      4 Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
      5 This program and the accompanying materials
      6 are licensed and made available under the terms and conditions of the BSD License
      7 which accompanies this distribution.  The full text of the license may be found at
      8 http://opensource.org/licenses/bsd-license.php.
      9 
     10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
     11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     12 
     13 **/
     14 
     15 #langdef en-US "English"
     16 #langdef fr-FR  "Francais"
     17 
     18 #string STR_CREDENTIAL_TITLE                	  #language en-US  "Password Credential Provider"
     19                                                   #language fr-FR  "Password Credential Provider (French)"
     20 #string STR_FORM_TITLE    												#language en-US  "Get Password"
     21 																									#language fr-FR  "Get Password(French)"
     22 #string STR_NULL_STRING                           #language en-US  ""
     23                                                   #language fr-FR  ""
     24 #string STR_INPUT_PASSWORD											  #language en-US  "Please Input Password"
     25 																									#language fr-FR  "Please Input Password(French)"
     26 #string STR_PROVIDER_NAME                      	  #language en-US  "INTEL Password Credential Provider"
     27                                                   #language fr-FR  "INTEL Password Credential Provider(French)"
     28 #string STR_PROVIDER_TYPE_NAME                    #language en-US  "Password Credential Provider"
     29                                                   #language fr-FR  "Password Credential Provider(French)"
     30 #string STR_INPUT_PASSWORD_AGAIN                  #language en-US  "Input Password Again"
     31 																			            #language fr-FR  "Input Password Again (French)"
     32 #string STR_DRAW_A_LINE                           #language en-US  "-----------------------------"
     33                                                   #language fr-FR  "------------------------------------"
     34 #string STR_PASSWORD_INCORRECT                    #language en-US  "     Incorrect Password!     "
     35                                                   #language fr-FR  "    Incorrect Password! (French)    "
     36 #string STR_PASSWORD_MISMATCH                     #language en-US  "    The Password Mismatch!    "
     37                                                   #language fr-FR  "   The Password Mismatch! (French)  "
     38 
     39