blob: 333c3d6143e2ccfae446bf193f72e29125713d4b (
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
## Strings used for device manager
devmgr =
.title = Device Manager
.style = width: 67em; height: 32em;
devmgr-devlist =
.label = Security Modules and Devices
devmgr-header-details =
.label = Details
devmgr-header-value =
.label = Value
devmgr-button-login =
.label = Log In
.accesskey = n
devmgr-button-logout =
.label = Log Out
.accesskey = O
devmgr-button-changepw =
.label = Change Password
.accesskey = P
devmgr-button-load =
.label = Load
.accesskey = L
devmgr-button-unload =
.label = Unload
.accesskey = U
devmgr-button-enable-fips =
.label = Enable FIPS
.accesskey = F
devmgr-button-disable-fips =
.label = Disable FIPS
.accesskey = F
## Strings used for load device
load-device =
.title = Load PKCS#11 Device Driver
load-device-info = Enter the information for the module you want to add.
load-device-modname =
.value = Module Name
.accesskey = M
load-device-modname-default =
.value = New PKCS#11 Module
load-device-filename =
.value = Module filename
.accesskey = f
load-device-browse =
.label = Browse…
.accesskey = B
## Token Manager
devinfo-status =
.label = Status
devinfo-status-disabled =
.label = Disabled
devinfo-status-not-present =
.label = Not Present
devinfo-status-uninitialized =
.label = Uninitialized
devinfo-status-not-logged-in =
.label = Not Logged In
devinfo-status-logged-in =
.label = Logged In
devinfo-status-ready =
.label = Ready
devinfo-desc =
.label = Description
devinfo-man-id =
.label = Manufacturer
devinfo-hwversion =
.label = HW Version
devinfo-fwversion =
.label = FW Version
devinfo-modname =
.label = Module
devinfo-modpath =
.label = Path
login-failed = Failed to Login
devinfo-label =
.label = Label
devinfo-serialnum =
.label = Serial Number
fips-nonempty-primary-password-required = FIPS mode requires that you have a Primary Password set for each security device. Please set the password before trying to enable FIPS mode.
unable-to-toggle-fips = Unable to change the FIPS mode for the security device. It is recommended that you exit and restart this application.
load-pk11-module-file-picker-title = Choose a PKCS#11 device driver to load
# Load Module Dialog
load-module-help-empty-module-name =
.value = The module name cannot be empty.
# Do not translate 'Root Certs'
load-module-help-root-certs-module-name =
.value = ‘Root Certs‘ is reserved and cannot be used as the module name.
add-module-failure = Unable to add module
del-module-warning = Are you sure you want to delete this security module?
del-module-error = Unable to delete module
|