summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/Opal/OpalPasswordDxe/OpalHiiFormStrings.uni
blob: 754dbf776b1d126de887628fd02b1dce819f3ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
// /** @file
//
//   String definitions for Setup formset.
//
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
// which accompanies this distribution. The full text of the license may be found at
// http://opensource.org/licenses/bsd-license.php
//
// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// **/

/=#
/////////////////////////////////   GENERIC DEFINITIONS   /////////////////////////////////
#langdef en-US                                  "English"
#string STR_NULL                                #language en-US " "

/////////////////////////////////   FORM SET   /////////////////////////////////
#string STR_FORM_SET_HELP                        #language en-US "Manage Opal disks"

/////////////////////////////////   MULTIPLE FORMS   /////////////////////////////////
#string STR_OPAL                                 #language en-US "Opal"
#string STR_MAIN_OPAL_VERSION                    #language en-US "Version 00.0.0.0000"

/////////////////////////////////   MAIN MENU FORM   /////////////////////////////////
#string STR_MAIN_PHY_DISKS_LBL                   #language en-US "Physical Disks:"
#string STR_MAIN_LOCKED_DISKS_LBL                #language en-US "Locked Disks:"

#string STR_MAIN_GOTO_DISK_INFO_0                #language en-US " "
#string STR_MAIN_GOTO_DISK_INFO_1                #language en-US " "
#string STR_MAIN_GOTO_DISK_INFO_2                #language en-US " "
#string STR_MAIN_GOTO_DISK_INFO_3                #language en-US " "
#string STR_MAIN_GOTO_DISK_INFO_4                #language en-US " "
#string STR_MAIN_GOTO_DISK_INFO_5                #language en-US " "

#string STR_MAIN_GOTO_DISK_INFO_HELP             #language en-US "Select to see Opal disk actions"
#string STR_MAIN_GOTO_DISK_HEALTH_HELP           #language en-US "Select disk to unlock"

#string STR_MAIN_NO_DISKS_PRESENT_LBL            #language en-US "No disks connected to system"

/////////////////////////////////   DISK INFO MENU FORM   /////////////////////////////////
#string STR_DISK_INFO_SELECTED_DISK_NAME         #language en-US " "

#string STR_DISK_INFO_LOCK                       #language en-US "Lock"
#string STR_DISK_INFO_UNLOCK                     #language en-US "Unlock"
#string STR_DISK_INFO_SET_ADMIN_PSWD             #language en-US "Update Drive Admin Password"
#string STR_DISK_INFO_SET_USER_PSWD              #language en-US "Set Drive User Password"
#string STR_DISK_INFO_SECURE_ERASE               #language en-US "Secure Erase User Data"
#string STR_DISK_INFO_PSID_REVERT                #language en-US "PSID Revert to factory default"
#string STR_DISK_INFO_REVERT                     #language en-US "Admin Revert to factory default and Disable"
#string STR_DISK_INFO_DISABLE_USER               #language en-US "Disable User"
#string STR_DISK_INFO_ENABLE_FEATURE             #language en-US "Enable Feature"
#string STR_DISK_INFO_ENABLE_BLOCKSID            #language en-US "Enable BlockSID"
#string STR_ENABLED                              #language en-US "Enabled"
#string STR_DISABLED                             #language en-US "Disabled"

#string STR_DISK_INFO_GOTO_LOCK_HELP             #language en-US "Lock the disk"
#string STR_DISK_INFO_GOTO_UNLOCK_HELP           #language en-US "Unlock the disk"
#string STR_DISK_INFO_GOTO_SET_ADMIN_PSWD_HELP   #language en-US "Set password for the administrator"
#string STR_DISK_INFO_GOTO_SET_USER_PSWD_HELP    #language en-US "Set password for User 1"
#string STR_DISK_INFO_GOTO_SECURE_ERASE_HELP     #language en-US "Securely erase the disk"
#string STR_DISK_INFO_GOTO_PSID_REVERT_HELP      #language en-US "Revert the disk to factory defaults"
#string STR_DISK_INFO_GOTO_DISABLE_USER_HELP     #language en-US "Disable User"
#string STR_DISK_INFO_GOTO_ENABLE_FEATURE_HELP   #language en-US "Enable Feature"
#string STR_DISK_INFO_GOTO_ENABLE_BLOCKSID_HELP  #language en-US "Enable to send BlockSID command"

/////////////////////////////////   DISK ACTION MENU FORM   /////////////////////////////////
#string STR_DISK_ACTION_LBL                     #language en-US " "

#string STR_PASSWORD_PROMPT                     #language en-US "Enter Password"
#string STR_PASSWORD_HELP                       #language en-US "Password must be between 6 and 20 characters"

#string STR_REVERT_PROMPT                       #language en-US "Enter PSID"
#string STR_REVERT_HELP                         #language en-US "PSID is a 32 character case sensitive value"
#string STR_ACTION_STATUS                       #language en-US " "

#string STR_PASSWORD_SUBMIT                     #language en-US "Submit Password Changes"
#string STR_PASSWORD_SUBMIT_HELP                #language en-US "Submits Password Changes (new and update) after passwords have been entered"

#string STR_GOTO_HOME                           #language en-US "Main Menu"
#string STR_GOTO_HOME_HELP                      #language en-US "Return to the main menu"

#string STR_KEEP_USER_DATA_PROMPT               #language en-US "Keep User Data"
#string STR_KEEP_USER_DATA_HELP                 #language en-US "Checkmark to keep user data, otherwise data will be lost"

#string STR_OK                                  #language en-US "OK"