blob: 8345fb88c3b2cba0b35f28f8b4f4c5264ff74b38 (
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
|
# 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/.
openpgp-one-recipient-status-title =
.title = OpenPGP Message Security
openpgp-one-recipient-status-status =
.label = Status
openpgp-one-recipient-status-key-id =
.label = Key ID
openpgp-one-recipient-status-created-date =
.label = Created
openpgp-one-recipient-status-expires-date =
.label = Expires
openpgp-one-recipient-status-open-details =
.label = Open details and edit acceptance…
openpgp-one-recipient-status-discover =
.label = Discover new or updated key
openpgp-one-recipient-status-instruction1 = To send an end-to-end encrypted message to a recipient, you need to obtain their OpenPGP public key and mark it as accepted.
openpgp-one-recipient-status-instruction2 = To obtain their public key, import them from email they have sent to you and that includes it. Alternatively, you can try to discover their public key on a directory.
openpgp-key-own = Accepted (personal key)
openpgp-key-secret-not-personal = Not usable
openpgp-key-verified = Accepted (verified)
openpgp-key-unverified = Accepted (unverifed)
openpgp-key-undecided = Not accepted (undecided)
openpgp-key-rejected = Not accepted (rejected)
openpgp-key-expired = Expired
openpgp-intro = Available public keys for { $key }
openpgp-pubkey-import-id = ID: { $kid }
openpgp-pubkey-import-fpr = Fingerprint: { $fpr }
openpgp-pubkey-import-intro =
{ $num ->
[one] The file contains one public key as shown below:
*[other] The file contains { $num } public keys as shown below:
}
openpgp-pubkey-import-accept =
{ $num ->
[one] Do you accept this key for verifying digital signatures and for encrypting messages, for all shown email addresses?
*[other] Do you accept these keys for verifying digital signatures and for encrypting messages, for all shown email addresses?
}
pubkey-import-button =
.buttonlabelaccept = Import
.buttonaccesskeyaccept = I
|