-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.nls.json
36 lines (36 loc) · 1.89 KB
/
package.nls.json
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
{
"command.CheckGnuPG.title": "Check GnuPG",
"command.ClearSignFile.title": "Sign File (clear-sign)",
"command.CopyFingerprintToClipboard.title": "Copy Fingerprint To Clipboard",
"command.CopyKeyIdToClipboard.title": "Copy KeyId To Clipboard",
"command.Decrypt.title": "Decrypt ...",
"command.DecryptFile.title": "Decrypt File",
"command.DecryptPreview.title": "Preview Decrypted File",
"command.DecryptSelection.title": "Decrypt Selection",
"command.DeleteKey.title": "Delete Public Key",
"command.DeleteSecretKey.title": "Delete Secret Key",
"command.EditPublicKey.title": "Edit Public Key",
"command.Encrypt.title": "Encrypt ...",
"command.EncryptFileAsym.title": "Encrypt File w/ Recipients",
"command.EncryptFileSymm.title": "Encrypt File w/ Passphrase",
"command.EncryptPreviewAsym.title": "Preview Encrypted File w/ Recipients",
"command.EncryptPreviewSymm.title": "Preview Encrypted File w/ Passphrase",
"command.EncryptSelectionAsym.title": "Encrypt Selection w/ Recipients",
"command.EncryptSelectionSymm.title": "Encrypt Selection w/ Passphrase",
"command.EndSession.title": "End Session",
"command.Environment.title": "Environment ...",
"command.ExportPublicKeys.title": "Export Public Keys",
"command.ExportSecretKeys.title": "Export Secret Keys",
"command.ExportSecretSubKeys.title": "Export Secret Sub Keys",
"command.GenerateKey.title": "Generate Key",
"command.GitSetUserSigningKey.title": "Git: Set User.SigningKey",
"command.GitUnsetUserSigningKey.title": "Git: Unset User.SigningKey",
"command.ImportKeys.title": "Import Keys",
"command.Keys.title": "Keys ...",
"command.ListPublicKeys.title": "List Public Keys",
"command.ListSecretKeys.title": "List Secret Keys",
"command.ShowSmartcard.title": "Show Smartcard",
"command.SignFile.title": "Sign File (detach-sign)",
"command.Trust.title": "Trust ...",
"command.VerifyFile.title": "Verify File"
}