]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormStrings.uni
SecurityPkg OpalPassword: Add solution without SMM device code
[mirror_edk2.git] / SecurityPkg / Tcg / Opal / OpalPassword / OpalHiiFormStrings.uni
1 // /** @file
2 //
3 // String definitions for Setup formset.
4 //
5 // Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
6 //
7 // This program and the accompanying materials
8 // are licensed and made available under the terms and conditions of the BSD License
9 // which accompanies this distribution. The full text of the license may be found at
10 // http://opensource.org/licenses/bsd-license.php
11 //
12 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 //
15 // **/
16
17 /=#
18 ///////////////////////////////// GENERIC DEFINITIONS /////////////////////////////////
19 #langdef en-US "English"
20 #string STR_NULL #language en-US " "
21
22 ///////////////////////////////// FORM SET /////////////////////////////////
23 #string STR_FORM_SET_HELP #language en-US "Manage Opal disks"
24
25 ///////////////////////////////// MULTIPLE FORMS /////////////////////////////////
26 #string STR_OPAL #language en-US "Opal"
27 #string STR_MAIN_OPAL_VERSION #language en-US "Version 00.0.0.0000"
28
29 ///////////////////////////////// MAIN MENU FORM /////////////////////////////////
30 #string STR_MAIN_PHY_DISKS_LBL #language en-US "Physical Disks:"
31
32 #string STR_MAIN_GOTO_DISK_INFO_0 #language en-US " "
33 #string STR_MAIN_GOTO_DISK_INFO_1 #language en-US " "
34 #string STR_MAIN_GOTO_DISK_INFO_2 #language en-US " "
35 #string STR_MAIN_GOTO_DISK_INFO_3 #language en-US " "
36 #string STR_MAIN_GOTO_DISK_INFO_4 #language en-US " "
37 #string STR_MAIN_GOTO_DISK_INFO_5 #language en-US " "
38
39 #string STR_MAIN_GOTO_DISK_INFO_HELP #language en-US "Select to see Opal disk actions"
40
41 #string STR_MAIN_NO_DISKS_PRESENT_LBL #language en-US "No disks connected to system"
42 #string STR_MAIN_NO_DISKS_PRESENT_LBL_HELP #language en-US "The storage needs to be connected before EndOfDxe"
43
44 ///////////////////////////////// DISK INFO MENU FORM /////////////////////////////////
45 #string STR_DISK_INFO_SELECTED_DISK_NAME #language en-US " "
46
47 #string STR_DISK_INFO_LOCK #language en-US "Lock"
48 #string STR_DISK_INFO_UNLOCK #language en-US "Unlock"
49 #string STR_DISK_INFO_SET_ADMIN_PSWD #language en-US "Update Drive Admin Password"
50 #string STR_DISK_INFO_SET_USER_PSWD #language en-US "Set Drive User Password"
51 #string STR_DISK_INFO_SECURE_ERASE #language en-US "Secure Erase User Data"
52 #string STR_DISK_INFO_PSID_REVERT #language en-US "PSID Revert to factory default"
53 #string STR_DISK_INFO_REVERT #language en-US "Admin Revert to factory default and Disable"
54 #string STR_DISK_INFO_DISABLE_USER #language en-US "Disable User"
55 #string STR_DISK_INFO_ENABLE_FEATURE #language en-US "Enable Feature"
56 #string STR_DISK_INFO_ENABLE_BLOCKSID #language en-US "TCG Storage Action"
57 #string STR_ENABLED #language en-US "Enable BlockSID"
58 #string STR_DISABLED #language en-US "Disable BlockSID"
59
60 #string STR_NONE #language en-US "None"
61 #string STR_DISK_INFO_ENABLE_BLOCKSID_TRUE #language en-US "Require physical presence when remote enable BlockSID"
62 #string STR_DISK_INFO_ENABLE_BLOCKSID_FALSE #language en-US "Not require physical presence when remote enable BlockSID"
63 #string STR_DISK_INFO_DISABLE_BLOCKSID_TRUE #language en-US "Require physical presence when remote disable BlockSID"
64 #string STR_DISK_INFO_DISABLE_BLOCKSID_FALSE #language en-US "Not require physical presence when remote disable BlockSID"
65
66 #string STR_BLOCKSID_STATUS_HELP #language en-US "BlockSID action change status"
67 #string STR_BLOCKSID_STATUS #language en-US "Current BlockSID Status:"
68 #string STR_BLOCKSID_STATUS1 #language en-US ""
69 #string STR_BLOCKSID_STATUS2 #language en-US ""
70 #string STR_BLOCKSID_STATUS3 #language en-US ""
71
72 #string STR_OPAL_REQUESTS_LBL #language en-US "Opal Password Requests:"
73 #string STR_DISK_INFO_LOCK_HELP #language en-US "Lock the disk"
74 #string STR_DISK_INFO_UNLOCK_HELP #language en-US "Unlock the disk"
75 #string STR_DISK_INFO_SET_ADMIN_PSWD_HELP #language en-US "Set password for the administrator, reset is required for the request to be processed in next boot"
76 #string STR_DISK_INFO_SET_USER_PSWD_HELP #language en-US "Set password for User 1, reset is required for the request to be processed in next boot"
77 #string STR_DISK_INFO_SECURE_ERASE_HELP #language en-US "Securely erase the disk, reset is required for the request to be processed in next boot"
78 #string STR_DISK_INFO_REVERT_HELP #language en-US "Revert the disk to factory defaults, reset is required for the request to be processed in next boot"
79 #string STR_DISK_INFO_PSID_REVERT_HELP #language en-US "Revert the disk to factory defaults, PSID is a 32 character case sensitive value, reset is required for the request to be processed in next boot"
80 #string STR_DISK_INFO_DISABLE_USER_HELP #language en-US "Disable User, reset is required for the request to be processed in next boot"
81 #string STR_DISK_INFO_ENABLE_FEATURE_HELP #language en-US "Enable Feature, reset is required for the request to be processed in next boot"
82 #string STR_KEEP_USER_DATA_PROMPT #language en-US " Keep User Data"
83 #string STR_KEEP_USER_DATA_HELP #language en-US "Check to keep user data, otherwise data will be lost"
84
85 #string STR_DISK_INFO_ENABLE_BLOCKSID_HELP #language en-US "Change BlockSID actions, includes enable or disable BlockSID, Require or not require physical presence when remote enable or disable BlockSID"