]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.uni
SecurityPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigStrings.uni
1 /** @file
2 String definitions for Secure Boot Configuration form.
3
4 Copyright (c) 2011 - 2015, 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
17 #string STR_SECUREBOOT_TITLE #language en-US "Secure Boot Configuration"
18 #string STR_SECUREBOOT_HELP #language en-US "Press <Enter> to select Secure Boot options."
19
20 #string STR_NULL #language en-US ""
21
22 #string STR_SECURE_BOOT_STATE_PROMPT #language en-US "Current Secure Boot State"
23 #string STR_SECURE_BOOT_STATE_HELP #language en-US "Current Secure Boot state: enabled or disabled."
24 #string STR_SECURE_BOOT_STATE_CONTENT #language en-US " "
25
26 #string STR_SECURE_BOOT_PROMPT #language en-US "Attempt Secure Boot"
27 #string STR_SECURE_BOOT_HELP #language en-US "Enable/Disable the Secure Boot feature after platform reset"
28
29 #string STR_CUR_SECURE_BOOT_MODE_PROMPT #language en-US "Current Secure Boot Mode"
30 #string STR_CUR_SECURE_BOOT_MODE_HELP #language en-US "Current Secure Boot Mode: SetupMode/AuditMode/UserMode/DeployedMode."
31 #string STR_CUR_SECURE_BOOT_MODE_CONTENT #language en-US " "
32
33 #string STR_SECURE_BOOT_ENROLL_SIGNATURE #language en-US "Enroll Signature"
34 #string STR_SECURE_BOOT_DELETE_SIGNATURE #language en-US "Delete Signature"
35
36 #string STR_SECURE_BOOT_SIGNATURE_GUID #language en-US "Signature GUID"
37 #string STR_SECURE_BOOT_SIGNATURE_GUID_HELP #language en-US "Input digit character in 11111111-2222-3333-4444-1234567890ab format."
38 #string STR_SECURE_BOOT_ADD_SIGNATURE_FILE #language en-US "Enroll Signature Using File"
39
40 #string STR_DBX_CERTIFICATE_FORMAT_PROMPT #language en-US "Signature Format"
41 #string STR_DBX_CERTIFICATE_FORMAT_HELP #language en-US "Select the certificate format used to enroll certificate into database."
42 #string STR_DBX_CERTIFICATE_FORMAT_SHA256 #language en-US "SHA256"
43 #string STR_DBX_CERTIFICATE_FORMAT_SHA384 #language en-US "SHA384"
44 #string STR_DBX_CERTIFICATE_FORMAT_SHA512 #language en-US "SHA512"
45 #string STR_DBX_CERTIFICATE_FORMAT_RAW #language en-US "RAW"
46
47 #string STR_CERTIFICATE_REVOCATION_TIME_PROMPT #language en-US " Revocation Time"
48 #string STR_CERTIFICATE_REVOCATION_TIME_HELP #language en-US "Input the revocation time of the certificate"
49 #string STR_CERTIFICATE_REVOCATION_DATE_PROMPT #language en-US " Revocation Date"
50 #string STR_CERTIFICATE_REVOCATION_DATE_HELP #language en-US "Input the revocation date of the certificate"
51
52 #string STR_ALWAYS_CERTIFICATE_REVOCATION_PROMPT #language en-US "Always Revocation"
53 #string STR_ALWAYS_CERTIFICATE_REVOCATION_HELP #language en-US "Indicate whether the certificate is always revoked."
54
55
56 #string STR_SAVE_SIGNATURE_FILE #language en-US "Save Signature File"
57
58 #string STR_SAVE_AND_EXIT #language en-US "Commit Changes and Exit"
59 #string STR_NO_SAVE_AND_EXIT #language en-US "Discard Changes and Exit"
60
61 #string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
62
63 #string STR_SECURE_BOOT_MODE_PROMPT #language en-US "Customize Secure Boot"
64 #string STR_SECURE_BOOT_MODE_HELP #language en-US "Customize Secure Boot: Standard/Customized. Secure Boot Policy variables can be configured without authentication in customized option"
65
66 #string STR_STANDARD_MODE #language en-US "Standard"
67 #string STR_CUSTOM_MODE #language en-US "Customized"
68
69 #string STR_SECURE_BOOT_OPTION #language en-US "Custom Secure Boot Options"
70 #string STR_SECURE_BOOT_OPTION_HELP #language en-US "Enter into Custom Secure Boot Options Form"
71
72 #string STR_SECURE_BOOT_OPTION_TITLE #language en-US "Custom Secure Boot Options"
73
74 #string STR_SECURE_BOOT_PK_OPTION #language en-US "PK Options"
75 #string STR_SECURE_BOOT_PK_OPTION_HELP #language en-US "Enroll/Delete PK"
76 #string STR_SECURE_BOOT_KEK_OPTION #language en-US "KEK Options"
77 #string STR_SECURE_BOOT_KEK_OPTION_HELP #language en-US "Enroll/Delete KEK"
78 #string STR_SECURE_BOOT_DB_OPTION #language en-US "DB Options"
79 #string STR_SECURE_BOOT_DB_OPTION_HELP #language en-US "Enroll/Delete Signature"
80 #string STR_SECURE_BOOT_DBX_OPTION #language en-US "DBX Options"
81 #string STR_SECURE_BOOT_DBX_OPTION_HELP #language en-US "Enroll/Delete DBX"
82 #string STR_SECURE_BOOT_DBT_OPTION #language en-US "DBT Options"
83 #string STR_SECURE_BOOT_DBT_OPTION_HELP #language en-US "Enroll/Delete DBT"
84
85 #string STR_ENROLL_PK #language en-US "Enroll PK"
86 #string STR_ENROLL_PK_HELP #language en-US "Enter into Enroll PK Form"
87 #string STR_SAVE_PK_FILE #language en-US "Save PK file"
88 #string STR_SECURE_BOOT_ENROLL_PK_FILE #language en-US "Enroll PK Using File"
89
90 #string STR_DELETE_PK #language en-US "Delete Pk"
91 #string STR_DELETE_PK_HELP #language en-US "Choose to Delete PK, Otherwise keep the PK"
92
93 #string STR_ENROLL_PK_TITLE #language en-US "Enroll PK"
94
95 #string STR_ENROLL_KEK #language en-US "Enroll KEK"
96 #string STR_ENROLL_KEK_HELP #language en-US "Enter into Enroll KEK Form"
97
98 #string STR_DELETE_KEK #language en-US "Delete KEK"
99 #string STR_DELETE_KEK_HELP #language en-US "Enter into Delete KEK Form"
100
101 #string STR_ENROLL_KEK_TITLE #language en-US "Enroll KEK"
102 #string STR_DELETE_KEK_TITLE #language en-US "Delete KEK"
103
104 #string STR_FORM_ENROLL_KEK_FROM_FILE_TITLE #language en-US "Enroll KEK using File"
105 #string STR_FORM_ENROLL_KEK_FROM_FILE_TITLE_HELP #language en-US "Read the public key of KEK from file"
106 #string STR_FILE_EXPLORER_TITLE #language en-US "File Explorer"
107 #string STR_CERT_TYPE_RSA2048_SHA256_GUID #language en-US "RSA2048_SHA256_GUID"
108 #string STR_CERT_TYPE_PCKS7_GUID #language en-US "PKCS7_GUID"
109 #string STR_CERT_TYPE_SHA1_GUID #language en-US "SHA1_GUID"
110 #string STR_CERT_TYPE_SHA256_GUID #language en-US "SHA256_GUID"
111 #string STR_CERT_TYPE_X509_SHA256_GUID #language en-US "X509_SHA256_GUID"
112 #string STR_CERT_TYPE_X509_SHA384_GUID #language en-US "X509_SHA384_GUID"
113 #string STR_CERT_TYPE_X509_SHA512_GUID #language en-US "X509_SHA512_GUID"
114
115 #string STR_TRANS_SECURE_BOOT_MODE_PROMPT #language en-US "Secure Boot Mode Tranistion"
116 #string STR_TRANS_SECURE_BOOT_MODE_HELP #language en-US "Secure Boot Mode Transition: SetupMode/UserMode/AuditMode/DeployedMode"
117
118 #string STR_USER_MODE #language en-US "User Mode"
119 #string STR_SETUP_MODE #language en-US "Setup Mode"
120 #string STR_AUDIT_MODE #language en-US "Audit Mode"
121 #string STR_DEPLOYED_MODE #language en-US "Deployed Mode"