Last change
on this file since 80721 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.9 KB
|
Line | |
---|
1 | /** @file
|
---|
2 | String definitions for Tls Authentication Configuration form.
|
---|
3 |
|
---|
4 | Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
---|
5 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 |
|
---|
7 | **/
|
---|
8 |
|
---|
9 | #langdef en-US "English"
|
---|
10 |
|
---|
11 | #string STR_TLS_AUTH_CONFIG_TITLE #language en-US "Tls Auth Configuration"
|
---|
12 | #string STR_TLS_AUTH_CONFIG_HELP #language en-US "Press <Enter> to select Tls Auth Configuration."
|
---|
13 |
|
---|
14 | #string STR_TLS_AUTH_CONFIG_SERVER_CA #language en-US "Server CA Configuration"
|
---|
15 | #string STR_TLS_AUTH_CONFIG_SERVER_CA_HELP #language en-US "Press <Enter> to configure Server CA."
|
---|
16 | #string STR_TLS_AUTH_CONFIG_CLIENT_CERT #language en-US "Client Cert Configuration"
|
---|
17 | #string STR_TLS_AUTH_CONFIG_CLIENT_CERT_HELP #language en-US "Client cert configuration is unsupported currently."
|
---|
18 |
|
---|
19 | #string STR_TLS_AUTH_CONFIG_ENROLL_CERT #language en-US "Enroll Cert"
|
---|
20 | #string STR_TLS_AUTH_CONFIG_ENROLL_CERT_HELP #language en-US "Press <Enter> to enroll cert."
|
---|
21 | #string STR_TLS_AUTH_CONFIG_DELETE_CERT #language en-US "Delete Cert"
|
---|
22 | #string STR_TLS_AUTH_CONFIG_DELETE_CERT_HELP #language en-US "Press <Enter> to delete cert."
|
---|
23 |
|
---|
24 | #string STR_TLS_AUTH_CONFIG_ADD_CERT_FILE #language en-US "Enroll Cert Using File"
|
---|
25 |
|
---|
26 | #string STR_TLS_AUTH_CONFIG_CERT_GUID #language en-US "Cert GUID"
|
---|
27 | #string STR_TLS_AUTH_CONFIG_CERT_GUID_HELP #language en-US "Input digit character in 11111111-2222-3333-4444-1234567890ab format."
|
---|
28 | #string STR_TLS_AUTH_CONFIG_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"
|
---|
29 | #string STR_TLS_AUTH_CONFIG_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit"
|
---|
30 |
|
---|
31 | #string STR_CERT_TYPE_PCKS_GUID #language en-US "GUID for CERT"
|
---|
32 |
|
---|
33 | #string STR_NULL #language en-US ""
|
---|
Note:
See
TracBrowser
for help on using the repository browser.