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