/* 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: pager menu: */ OP_DECRYPT_SAVE N_("make decrypted copy and delete") /* L10N: Help screen description for OP_DECRYPT_COPY index menu: pager menu: */ OP_DECRYPT_COPY N_("make decrypted copy") /* L10N: Help screen description for OP_FORGET_PASSPHRASE index menu: pager menu: attachment menu: compose menu: */ OP_FORGET_PASSPHRASE N_("wipe passphrase(s) from memory") /* L10N: Help screen description for OP_EXTRACT_KEYS index menu: pager menu: attachment menu: */ OP_EXTRACT_KEYS N_("extract supported public keys")