summaryrefslogtreecommitdiffstats
path: root/OPS.CRYPT
blob: 9a62a5ba96777b148b0b052b319c22c7341863af (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
/* This file is used to generate keymap_defs.h and the manual.
 *
 * The Mutt parser scripts scan lines that start with 'OP_'
 * So please ensure multi-line comments have leading whitespace,
 * or at least don't start with OP_.
 *
 * Gettext also scans this file for translation strings, so
 * help strings should be surrounded by N_("....")
 * and have a translator comment line above them.
 *
 * All OPS* files (but not keymap_defs.h) should be listed
 * in po/POTFILES.in.
 */

/* L10N: Help screen description for OP_DECRYPT_SAVE
   index menu: <decrypt-save>
   pager menu: <decrypt-save>
 */
OP_DECRYPT_SAVE N_("make decrypted copy and delete")

/* L10N: Help screen description for OP_DECRYPT_COPY
   index menu: <decrypt-copy>
   pager menu: <decrypt-copy>
 */
OP_DECRYPT_COPY N_("make decrypted copy")

/* L10N: Help screen description for OP_FORGET_PASSPHRASE
   index menu: <forget-passphrase>
   pager menu: <forget-passphrase>
   attachment menu: <forget-passphrase>
   compose menu: <forget-passphrase>
 */
OP_FORGET_PASSPHRASE N_("wipe passphrase(s) from memory")

/* L10N: Help screen description for OP_EXTRACT_KEYS
   index menu: <extract-keys>
   pager menu: <extract-keys>
   attachment menu: <extract-keys>
 */
OP_EXTRACT_KEYS N_("extract supported public keys")