]> granicus.if.org Git - neomutt/commitdiff
Fix neomutt.pot location, remove from git 854/head
authorPietro Cerutti <gahr@gahr.ch>
Sat, 14 Oct 2017 12:16:54 +0000 (12:16 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 14 Oct 2017 14:51:27 +0000 (15:51 +0100)
Issue #853

.gitignore
po/Makefile.autosetup
po/neomutt.pot [deleted file]

index 5fdbe290c0c5c8a7c71ac6d8816ae9b56919b757..85c8de00b22745bbf59a6c2ca0ca54c9da0f8a95 100644 (file)
@@ -90,5 +90,6 @@ po/quot.sed
 po/remove-potcdate.sed
 po/remove-potcdate.sin
 po/Rules-quot
+po/neomutt.pot
 
 html
index f9ac4d358e8d85f82f71c2320fd8d36a93f18383..128d40a3e8db3e9af55117b9cb407c3b8e2bce9e 100644 (file)
@@ -13,6 +13,7 @@ MOFILES               =  po/bg.mo po/ca.mo po/cs.mo po/da.mo po/de.mo po/el.mo \
                   po/ga.mo po/gl.mo po/hu.mo po/id.mo po/it.mo po/ja.mo \
                   po/ko.mo po/lt.mo po/nl.mo po/pl.mo po/pt_BR.mo po/ru.mo \
                   po/sk.mo po/sv.mo po/tr.mo po/uk.mo po/zh_CN.mo po/zh_TW.mo
+POTFILE                = po/$(PACKAGE).pot
 
 all-po:        $(MOFILES)
 
@@ -22,7 +23,7 @@ all-po:       $(MOFILES)
 
 clean-po:
        $(RM) $(MOFILES)
-       $(RM) $(PACKAGE).pot
+       $(RM) $(POTFILE)
        $(RM) po/*~
 
 install-po: all-po
@@ -56,12 +57,12 @@ $(PACKAGE).pot-update:
            --package-name="$(PACKAGE)" \
            --package-version="$(PACKAGE_VERSION)" \
            --msgid-bugs-address="$(MSGID_BUGS_ADDRESS)" \
-           --output=$(PACKAGE).pot
+           --output=$(POTFILE)
        @catalogs='$(MOFILES)'; \
        for cat in $$catalogs; do \
          lang=`echo $$cat | sed -e 's/\.mo$$//'`; \
-         echo "$(MSGMERGE_UPDATE) $${lang}.po $(PACKAGE).pot"; \
-         $(MSGMERGE_UPDATE) $${lang}.po $(PACKAGE).pot; \
+         echo "$(MSGMERGE_UPDATE) $${lang}.po $(POTFILE)"; \
+         $(MSGMERGE_UPDATE) $${lang}.po $(POTFILE); \
        done
 
 @else
diff --git a/po/neomutt.pot b/po/neomutt.pot
deleted file mode 100644 (file)
index 750a9fc..0000000
+++ /dev/null
@@ -1,6060 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR NeoMutt Project
-# This file is distributed under the same license as the neomutt package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: neomutt 20171013\n"
-"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n"
-"POT-Creation-Date: 2017-10-13 13:42+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. L10N: Example: Username at myhost.com
-#: account.c:202
-#, c-format
-msgid "Username at %s: "
-msgstr ""
-
-#: account.c:269
-#, c-format
-msgid "Password for %s@%s: "
-msgstr ""
-
-#: addrbook.c:45 browser.c:77 browser.c:87 pager.c:1670 postpone.c:58
-#: query.c:72 recvattach.c:72
-msgid "Exit"
-msgstr ""
-
-#: addrbook.c:45 curs_main.c:825 curs_main.c:838 pager.c:1674 pager.c:1684
-#: postpone.c:59
-msgid "Del"
-msgstr ""
-
-#: addrbook.c:46 curs_main.c:826 curs_main.c:839 postpone.c:60
-msgid "Undel"
-msgstr ""
-
-#: addrbook.c:46
-msgid "Select"
-msgstr ""
-
-#: addrbook.c:47 browser.c:81 browser.c:93 compose.c:169 compose.c:181
-#: curs_main.c:831 curs_main.c:844 mutt_ssl.c:886 mutt_ssl_gnutls.c:725
-#: ncrypt/crypt_gpgme.c:4172 ncrypt/pgpkey.c:531 ncrypt/smime.c:422
-#: pager.c:2112 postpone.c:61 query.c:77 recvattach.c:73
-msgid "Help"
-msgstr ""
-
-#: addrbook.c:153
-msgid "You have no aliases!"
-msgstr ""
-
-#: addrbook.c:160
-msgid "Aliases"
-msgstr ""
-
-#. L10N: prompt to add a new alias
-#: alias.c:318
-msgid "Alias as: "
-msgstr ""
-
-#: alias.c:324
-msgid "You already have an alias defined with that name!"
-msgstr ""
-
-#: alias.c:330
-msgid "Warning: This alias name may not work.  Fix it?"
-msgstr ""
-
-#: alias.c:355
-msgid "Address: "
-msgstr ""
-
-#: alias.c:365 send.c:241
-#, c-format
-msgid "Error: '%s' is a bad IDN."
-msgstr ""
-
-#: alias.c:376
-msgid "Personal name: "
-msgstr ""
-
-#: alias.c:385
-#, c-format
-msgid "[%s = %s] Accept?"
-msgstr ""
-
-#: alias.c:404 recvattach.c:452 recvattach.c:475 recvattach.c:489
-#: recvattach.c:503 recvattach.c:539
-msgid "Save to file: "
-msgstr ""
-
-#: alias.c:418
-msgid "Error reading alias file"
-msgstr ""
-
-#: alias.c:442
-msgid "Alias added."
-msgstr ""
-
-#: alias.c:450
-msgid "Error seeking in alias file"
-msgstr ""
-
-#: attach.c:122 attach.c:254 attach.c:437 attach.c:990
-msgid "Can't match nametemplate, continue?"
-msgstr ""
-
-#: attach.c:134
-#, c-format
-msgid "Mailcap compose entry requires %%s"
-msgstr ""
-
-#: attach.c:142 attach.c:274 commands.c:241 compose.c:1547 compress.c:429
-#: curs_lib.c:236 curs_lib.c:885 sendlib.c:1432
-#, c-format
-msgid "Error running \"%s\"!"
-msgstr ""
-
-#: attach.c:152
-msgid "Failure to open file to parse headers."
-msgstr ""
-
-#: attach.c:184
-msgid "Failure to open file to strip headers."
-msgstr ""
-
-#: attach.c:193
-msgid "Failure to rename file."
-msgstr ""
-
-#: attach.c:206
-#, c-format
-msgid "No mailcap compose entry for %s, creating empty file."
-msgstr ""
-
-#: attach.c:266
-#, c-format
-msgid "Mailcap Edit entry requires %%s"
-msgstr ""
-
-#: attach.c:288
-#, c-format
-msgid "No mailcap edit entry for %s"
-msgstr ""
-
-#: attach.c:404
-msgid "No matching mailcap entry found.  Viewing as text."
-msgstr ""
-
-#: attach.c:417
-msgid "MIME type not defined.  Cannot view attachment."
-msgstr ""
-
-#: attach.c:507
-msgid "Cannot create filter"
-msgstr ""
-
-#: attach.c:515
-#, c-format
-msgid "---Command: %-20.20s Description: %s"
-msgstr ""
-
-#: attach.c:518
-#, c-format
-msgid "---Command: %-30.30s Attachment: %s"
-msgstr ""
-
-#: attach.c:595
-#, c-format
-msgid "---Attachment: %s: %s"
-msgstr ""
-
-#: attach.c:597
-#, c-format
-msgid "---Attachment: %s"
-msgstr ""
-
-#: attach.c:677 attach.c:709 attach.c:1023 attach.c:1079 handler.c:1444
-#: ncrypt/pgpkey.c:579 ncrypt/pgpkey.c:760
-msgid "Can't create filter"
-msgstr ""
-
-#: attach.c:849 attach.c:857
-msgid "Write fault!"
-msgstr ""
-
-#: attach.c:1102
-msgid "I don't know how to print that!"
-msgstr ""
-
-#: bcache.c:163
-#, c-format
-msgid "Path too long: %s%s%s"
-msgstr ""
-
-#: bcache.c:171
-#, c-format
-msgid "Message cache isn't a directory: %s."
-msgstr ""
-
-#: bcache.c:179
-#, c-format
-msgid "Can't create %s %s"
-msgstr ""
-
-#: browser.c:78
-msgid "Chdir"
-msgstr ""
-
-#: browser.c:79
-msgid "Goto"
-msgstr ""
-
-#: browser.c:80 browser.c:92
-msgid "Mask"
-msgstr ""
-
-#: browser.c:88
-msgid "List"
-msgstr ""
-
-#: browser.c:89
-msgid "Subscribe"
-msgstr ""
-
-#: browser.c:90
-msgid "Unsubscribe"
-msgstr ""
-
-#: browser.c:91 curs_main.c:843
-msgid "Catchup"
-msgstr ""
-
-#: browser.c:713 browser.c:1672
-#, c-format
-msgid "%s is not a directory."
-msgstr ""
-
-#: browser.c:968
-#, c-format
-msgid "Subscribed newsgroups"
-msgstr ""
-
-#: browser.c:970
-#, c-format
-msgid "Newsgroups on server [%s]"
-msgstr ""
-
-#: browser.c:979
-#, c-format
-msgid "Mailboxes [%d]"
-msgstr ""
-
-#: browser.c:986
-#, c-format
-msgid "Directory [%s], File mask: %s"
-msgstr ""
-
-#: browser.c:1040
-msgid "Can't attach a directory!"
-msgstr ""
-
-#: browser.c:1325 browser.c:1738 browser.c:1877
-msgid "No files match the file mask"
-msgstr ""
-
-#: browser.c:1521
-msgid "Create is only supported for IMAP mailboxes"
-msgstr ""
-
-#: browser.c:1543
-msgid "Rename is only supported for IMAP mailboxes"
-msgstr ""
-
-#: browser.c:1564
-msgid "Delete is only supported for IMAP mailboxes"
-msgstr ""
-
-#: browser.c:1574
-msgid "Cannot delete root folder"
-msgstr ""
-
-#: browser.c:1577
-#, c-format
-msgid "Really delete mailbox \"%s\"?"
-msgstr ""
-
-#: browser.c:1591
-msgid "Mailbox deleted."
-msgstr ""
-
-#: browser.c:1595
-msgid "Mailbox deletion failed."
-msgstr ""
-
-#: browser.c:1598
-msgid "Mailbox not deleted."
-msgstr ""
-
-#: browser.c:1625
-msgid "Chdir to: "
-msgstr ""
-
-#: browser.c:1662 browser.c:1732
-msgid "Error scanning directory."
-msgstr ""
-
-#: browser.c:1683
-msgid "File Mask: "
-msgstr ""
-
-#. L10N: The highlighted letters must match the "Sort" options
-#: browser.c:1755
-msgid "Reverse sort by (d)ate, (a)lpha, si(z)e, d(e)scription, (c)ount, ne(w) count, or do(n)'t sort? "
-msgstr ""
-
-#. L10N: The highlighted letters must match the "Reverse Sort" options
-#: browser.c:1758
-msgid "Sort by (d)ate, (a)lpha, si(z)e, d(e)scription, (c)ount, ne(w) count, or do(n)'t sort? "
-msgstr ""
-
-#. L10N: These must match the highlighted letters from "Sort" and "Reverse Sort"
-#: browser.c:1761
-msgid "dazecwn"
-msgstr ""
-
-#: browser.c:1866
-msgid "New file name: "
-msgstr ""
-
-#: browser.c:1894
-msgid "Can't view a directory"
-msgstr ""
-
-#: browser.c:1911
-msgid "Error trying to view file"
-msgstr ""
-
-#: browser.c:1996
-#, c-format
-msgid "Subscribe pattern: "
-msgstr ""
-
-#: browser.c:1998
-#, c-format
-msgid "Unsubscribe pattern: "
-msgstr ""
-
-#: browser.c:2019
-msgid "No newsgroups match the mask"
-msgstr ""
-
-#: buffy.c:753
-msgid "New mail in "
-msgstr ""
-
-#: color.c:406
-#, c-format
-msgid "%s: color not supported by term"
-msgstr ""
-
-#: color.c:412
-#, c-format
-msgid "%s: no such color"
-msgstr ""
-
-#: color.c:503 color.c:698 color.c:719 color.c:725
-#, c-format
-msgid "%s: no such object"
-msgstr ""
-
-#: color.c:519
-#, c-format
-msgid "%s: command valid only for index, body, header objects"
-msgstr ""
-
-#: color.c:526 init.c:1042
-#, c-format
-msgid "%s: too few arguments"
-msgstr ""
-
-#: color.c:686 color.c:711
-msgid "Missing arguments."
-msgstr ""
-
-#: color.c:742 color.c:753
-msgid "color: too few arguments"
-msgstr ""
-
-#: color.c:777
-msgid "mono: too few arguments"
-msgstr ""
-
-#: color.c:797
-#, c-format
-msgid "%s: no such attribute"
-msgstr ""
-
-#: color.c:841 hook.c:91 hook.c:104 init.c:2416 init.c:2491 keymap.c:1012
-msgid "too few arguments"
-msgstr ""
-
-#: color.c:850 color.c:906 hook.c:110
-msgid "too many arguments"
-msgstr ""
-
-#: color.c:874
-msgid "default colors not supported"
-msgstr ""
-
-#: commands.c:107
-msgid "Verify PGP signature?"
-msgstr ""
-
-#: commands.c:131 mbox.c:1086
-msgid "Could not create temporary file!"
-msgstr ""
-
-#: commands.c:143
-msgid "Cannot create display filter"
-msgstr ""
-
-#: commands.c:173
-msgid "Could not copy message"
-msgstr ""
-
-#: commands.c:208
-msgid "S/MIME signature successfully verified."
-msgstr ""
-
-#: commands.c:210
-msgid "S/MIME certificate owner does not match sender."
-msgstr ""
-
-#: commands.c:213 commands.c:223
-msgid "Warning: Part of this message has not been signed."
-msgstr ""
-
-#: commands.c:215
-msgid "S/MIME signature could NOT be verified."
-msgstr ""
-
-#: commands.c:221
-msgid "PGP signature successfully verified."
-msgstr ""
-
-#: commands.c:225
-msgid "PGP signature could NOT be verified."
-msgstr ""
-
-#: commands.c:249
-msgid "Command: "
-msgstr ""
-
-#: commands.c:274 commands.c:284 recvcmd.c:143 recvcmd.c:156
-msgid "Warning: message contains no From: header"
-msgstr ""
-
-#: commands.c:292 recvcmd.c:166
-msgid "Bounce message to: "
-msgstr ""
-
-#: commands.c:294 recvcmd.c:168
-msgid "Bounce tagged messages to: "
-msgstr ""
-
-#: commands.c:302 recvcmd.c:176
-msgid "Error parsing address!"
-msgstr ""
-
-#: commands.c:310 recvcmd.c:184
-#, c-format
-msgid "Bad IDN: '%s'"
-msgstr ""
-
-#: commands.c:321 recvcmd.c:198
-#, c-format
-msgid "Bounce message to %s"
-msgstr ""
-
-#: commands.c:321 recvcmd.c:198
-#, c-format
-msgid "Bounce messages to %s"
-msgstr ""
-
-#: commands.c:336 recvcmd.c:213
-msgid "Message not bounced."
-msgstr ""
-
-#: commands.c:336 recvcmd.c:213
-msgid "Messages not bounced."
-msgstr ""
-
-#: commands.c:346 recvcmd.c:232
-msgid "Message bounced."
-msgstr ""
-
-#: commands.c:346 recvcmd.c:232
-msgid "Messages bounced."
-msgstr ""
-
-#: commands.c:413 commands.c:449 commands.c:469
-msgid "Can't create filter process"
-msgstr ""
-
-#: commands.c:501
-msgid "Pipe to command: "
-msgstr ""
-
-#: commands.c:513
-msgid "No printing command has been defined."
-msgstr ""
-
-#: commands.c:518
-msgid "Print message?"
-msgstr ""
-
-#: commands.c:518
-msgid "Print tagged messages?"
-msgstr ""
-
-#: commands.c:523
-msgid "Message printed"
-msgstr ""
-
-#: commands.c:523
-msgid "Messages printed"
-msgstr ""
-
-#: commands.c:525
-msgid "Message could not be printed"
-msgstr ""
-
-#: commands.c:526
-msgid "Messages could not be printed"
-msgstr ""
-
-#. L10N: The highlighted letters must match the "Sort" options
-#: commands.c:535
-msgid "Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: "
-msgstr ""
-
-#. L10N: The highlighted letters must match the "Rev-Sort" options
-#: commands.c:539
-msgid "Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore/s(p)am/(l)abel?: "
-msgstr ""
-
-#. L10N: These must match the highlighted letters from "Sort" and "Rev-Sort"
-#: commands.c:543
-msgid "dfrsotuzcpl"
-msgstr ""
-
-#: commands.c:606
-msgid "Shell command: "
-msgstr ""
-
-#: commands.c:756
-#, c-format
-msgid "Decode-save%s to mailbox"
-msgstr ""
-
-#: commands.c:757
-#, c-format
-msgid "Decode-copy%s to mailbox"
-msgstr ""
-
-#: commands.c:758
-#, c-format
-msgid "Decrypt-save%s to mailbox"
-msgstr ""
-
-#: commands.c:759
-#, c-format
-msgid "Decrypt-copy%s to mailbox"
-msgstr ""
-
-#: commands.c:760
-#, c-format
-msgid "Save%s to mailbox"
-msgstr ""
-
-#: commands.c:761
-#, c-format
-msgid "Copy%s to mailbox"
-msgstr ""
-
-#: commands.c:762
-msgid " tagged"
-msgstr ""
-
-#: commands.c:829
-#, c-format
-msgid "Copying to %s..."
-msgstr ""
-
-#: commands.c:995
-#, c-format
-msgid "Convert to %s upon sending?"
-msgstr ""
-
-#: commands.c:1005
-#, c-format
-msgid "Content-Type changed to %s."
-msgstr ""
-
-#: commands.c:1010
-#, c-format
-msgid "Character set changed to %s; %s."
-msgstr ""
-
-#: commands.c:1012
-msgid "not converting"
-msgstr ""
-
-#: commands.c:1012
-msgid "converting"
-msgstr ""
-
-#: compose.c:71
-msgid "There are no attachments."
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:119
-msgid "From: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:121 send.c:289
-msgid "To: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:123 send.c:291
-msgid "Cc: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:125 send.c:293
-msgid "Bcc: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:127 compose.c:921 send.c:324
-msgid "Subject: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:129
-msgid "Reply-To: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:131 compose.c:938
-msgid "Fcc: "
-msgstr ""
-
-#. L10N: "Mix" refers to the MixMaster chain for anonymous email
-#: compose.c:134
-msgid "Mix: "
-msgstr ""
-
-#. L10N: Compose menu field.  Holds "Encrypt", "Sign" related information
-#: compose.c:137
-msgid "Security: "
-msgstr ""
-
-#. L10N:
-#. * This string is used by the compose menu.
-#. * Since it is hidden by default, it does not increase the
-#. * indentation of other compose menu fields.  However, if possible,
-#. * it should not be longer than the other compose menu fields.
-#. *
-#. * Since it shares the row with "Encrypt with:", it should not be longer
-#. * than 15-20 character cells.
-#.
-#: compose.c:147 ncrypt/crypt_gpgme.c:4911 ncrypt/pgp.c:1784
-#: ncrypt/smime.c:2124 ncrypt/smime.c:2139
-msgid "Sign as: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:150
-msgid "Newsgroups: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:152
-msgid "Followup-To: "
-msgstr ""
-
-#. L10N: Compose menu field.  May not want to translate.
-#: compose.c:154
-msgid "X-Comment-To: "
-msgstr ""
-
-#: compose.c:159 compose.c:175
-msgid "Send"
-msgstr ""
-
-#: compose.c:160 compose.c:176 remailer.c:450
-msgid "Abort"
-msgstr ""
-
-#. L10N: compose menu help line entry
-#: compose.c:162
-msgid "To"
-msgstr ""
-
-#. L10N: compose menu help line entry
-#: compose.c:164
-msgid "CC"
-msgstr ""
-
-#. L10N: compose menu help line entry
-#: compose.c:166 compose.c:178
-msgid "Subj"
-msgstr ""
-
-#: compose.c:167 compose.c:179 compose.c:1018
-msgid "Attach file"
-msgstr ""
-
-#: compose.c:168 compose.c:180
-msgid "Descrip"
-msgstr ""
-
-#: compose.c:177
-msgid "Newsgroups"
-msgstr ""
-
-#: compose.c:248
-msgid "Not supported"
-msgstr ""
-
-#: compose.c:255
-msgid "Sign, Encrypt"
-msgstr ""
-
-#: compose.c:260
-msgid "Encrypt"
-msgstr ""
-
-#: compose.c:265
-msgid "Sign"
-msgstr ""
-
-#: compose.c:271
-msgid "None"
-msgstr ""
-
-#: compose.c:280
-msgid " (inline PGP)"
-msgstr ""
-
-#: compose.c:282
-msgid " (PGP/MIME)"
-msgstr ""
-
-#: compose.c:285
-msgid " (S/MIME)"
-msgstr ""
-
-#: compose.c:289
-msgid " (OppEnc mode)"
-msgstr ""
-
-#: compose.c:301 compose.c:310
-msgid "<default>"
-msgstr ""
-
-#: compose.c:318
-msgid "Encrypt with: "
-msgstr ""
-
-#: compose.c:337
-msgid "<no chain defined>"
-msgstr ""
-
-#: compose.c:374
-#, c-format
-msgid "%s [#%d] no longer exists!"
-msgstr ""
-
-#: compose.c:381
-#, c-format
-msgid "%s [#%d] modified. Update encoding?"
-msgstr ""
-
-#: compose.c:457
-msgid "-- Attachments"
-msgstr ""
-
-#: compose.c:479
-#, c-format
-msgid "Warning: '%s' is a bad IDN."
-msgstr ""
-
-#: compose.c:498
-msgid "You may not delete the only attachment."
-msgstr ""
-
-#: compose.c:968 send.c:1922
-#, c-format
-msgid "Bad IDN in \"%s\": '%s'"
-msgstr ""
-
-#: compose.c:1029
-msgid "Attaching selected files..."
-msgstr ""
-
-#: compose.c:1041
-#, c-format
-msgid "Unable to attach %s!"
-msgstr ""
-
-#: compose.c:1065
-msgid "Open mailbox to attach message from"
-msgstr ""
-
-#: compose.c:1074
-msgid "Open newsgroup to attach message from"
-msgstr ""
-
-#: compose.c:1118
-#, c-format
-msgid "Unable to open mailbox %s"
-msgstr ""
-
-#: compose.c:1126
-msgid "No messages in that folder."
-msgstr ""
-
-#: compose.c:1136
-msgid "Tag the messages you want to attach!"
-msgstr ""
-
-#: compose.c:1162
-msgid "Unable to attach!"
-msgstr ""
-
-#: compose.c:1202
-msgid "Recoding only affects text attachments."
-msgstr ""
-
-#: compose.c:1207
-msgid "The current attachment won't be converted."
-msgstr ""
-
-#: compose.c:1209
-msgid "The current attachment will be converted."
-msgstr ""
-
-#: compose.c:1280
-msgid "Invalid encoding."
-msgstr ""
-
-#: compose.c:1305
-msgid "Save a copy of this message?"
-msgstr ""
-
-#: compose.c:1360
-msgid "Send attachment with name: "
-msgstr ""
-
-#: compose.c:1377
-msgid "Rename to: "
-msgstr ""
-
-#. L10N:
-#. "stat" is a system call. Do "man 2 stat" for more information.
-#: compose.c:1384 editmsg.c:104 editmsg.c:126 sendlib.c:913
-#, c-format
-msgid "Can't stat %s: %s"
-msgstr ""
-
-#: compose.c:1410
-msgid "New file: "
-msgstr ""
-
-#: compose.c:1422
-msgid "Content-Type is of the form base/sub"
-msgstr ""
-
-#: compose.c:1428
-#, c-format
-msgid "Unknown Content-Type %s"
-msgstr ""
-
-#: compose.c:1435
-#, c-format
-msgid "Can't create file %s"
-msgstr ""
-
-#: compose.c:1443
-msgid "What we have here is a failure to make an attachment"
-msgstr ""
-
-#: compose.c:1506
-msgid "Postpone this message?"
-msgstr ""
-
-#: compose.c:1565
-msgid "Write message to mailbox"
-msgstr ""
-
-#: compose.c:1568
-#, c-format
-msgid "Writing message to %s ..."
-msgstr ""
-
-#: compose.c:1577
-msgid "Message written."
-msgstr ""
-
-#: compose.c:1589
-msgid "S/MIME already selected. Clear and continue ? "
-msgstr ""
-
-#: compose.c:1618
-msgid "PGP already selected. Clear and continue ? "
-msgstr ""
-
-#: compress.c:465 compress.c:532 compress.c:687 compress.c:862 mbox.c:1060
-msgid "Unable to lock mailbox!"
-msgstr ""
-
-#: compress.c:469 compress.c:539 compress.c:691
-#, c-format
-msgid "Decompressing %s"
-msgstr ""
-
-#: compress.c:478
-msgid "Can't identify the contents of the compressed file"
-msgstr ""
-
-#: compress.c:485 compress.c:560
-#, c-format
-msgid "Can't find mailbox ops for mailbox type %d"
-msgstr ""
-
-#: compress.c:521 compress.c:806
-#, c-format
-msgid "Cannot append without an append-hook or close-hook : %s"
-msgstr ""
-
-#: compress.c:542
-#, c-format
-msgid "Compress command failed: %s"
-msgstr ""
-
-#: compress.c:553
-msgid "Unsupported mailbox type for appending."
-msgstr ""
-
-#: compress.c:628
-#, c-format
-msgid "Compressed-appending to %s..."
-msgstr ""
-
-#: compress.c:633
-#, c-format
-msgid "Compressing %s..."
-msgstr ""
-
-#: compress.c:640 editmsg.c:215
-#, c-format
-msgid "Error. Preserving temporary file: %s"
-msgstr ""
-
-#: compress.c:852
-msgid "Can't sync a compressed file without a close-hook"
-msgstr ""
-
-#: compress.c:874
-#, c-format
-msgid "Compressing %s"
-msgstr ""
-
-#: copy.c:696
-msgid "No decryption engine available for message"
-msgstr ""
-
-#: ncrypt/crypt.c:72
-#, c-format
-msgid " (current time: %c)"
-msgstr ""
-
-#: ncrypt/crypt.c:77
-#, c-format
-msgid "[-- %s output follows%s --]\n"
-msgstr ""
-
-#: ncrypt/crypt.c:93
-msgid "Passphrase(s) forgotten."
-msgstr ""
-
-#: ncrypt/crypt.c:155
-msgid "Inline PGP can't be used with attachments.  Revert to PGP/MIME?"
-msgstr ""
-
-#: ncrypt/crypt.c:159
-msgid "Mail not sent: inline PGP can't be used with attachments."
-msgstr ""
-
-#: ncrypt/crypt.c:167
-msgid "Inline PGP can't be used with format=flowed.  Revert to PGP/MIME?"
-msgstr ""
-
-#: ncrypt/crypt.c:171
-msgid "Mail not sent: inline PGP can't be used with format=flowed."
-msgstr ""
-
-#: ncrypt/crypt.c:179 ncrypt/cryptglue.c:124 ncrypt/pgpkey.c:571
-#: ncrypt/pgpkey.c:755
-msgid "Invoking PGP..."
-msgstr ""
-
-#: ncrypt/crypt.c:190
-msgid "Message can't be sent inline.  Revert to using PGP/MIME?"
-msgstr ""
-
-#: ncrypt/crypt.c:192 send.c:1832
-msgid "Mail not sent."
-msgstr ""
-
-#: ncrypt/crypt.c:512
-msgid "S/MIME messages with no hints on content are unsupported."
-msgstr ""
-
-#: ncrypt/crypt.c:726 ncrypt/crypt.c:767
-msgid "Trying to extract PGP keys...\n"
-msgstr ""
-
-#: ncrypt/crypt.c:748 ncrypt/crypt.c:788
-msgid "Trying to extract S/MIME certificates...\n"
-msgstr ""
-
-#: ncrypt/crypt.c:949
-#, c-format
-msgid ""
-"[-- Error: Unknown multipart/signed protocol %s! --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt.c:983
-msgid ""
-"[-- Error: Inconsistent multipart/signed structure! --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt.c:1019
-#, c-format
-msgid ""
-"[-- Warning: We can't verify %s/%s signatures. --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt.c:1031
-msgid ""
-"[-- The following data is signed --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt.c:1036
-msgid ""
-"[-- Warning: Can't find any signatures. --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt.c:1042
-msgid ""
-"\n"
-"[-- End of signed data --]\n"
-msgstr ""
-
-#: ncrypt/cryptglue.c:99
-msgid "\"crypt_use_gpgme\" set but not built with GPGME support."
-msgstr ""
-
-#: ncrypt/cryptglue.c:126
-msgid "Invoking S/MIME..."
-msgstr ""
-
-#: curs_lib.c:250
-msgid "yes"
-msgstr ""
-
-#: curs_lib.c:251
-msgid "no"
-msgstr ""
-
-#: curs_lib.c:394
-msgid "Exit NeoMutt?"
-msgstr ""
-
-#: curs_lib.c:838 lib/message.c:90 mutt_socket.c:598 mutt_ssl.c:1129
-msgid "unknown error"
-msgstr ""
-
-#: curs_lib.c:860
-msgid "Press any key to continue..."
-msgstr ""
-
-#: curs_lib.c:903
-msgid " ('?' for list): "
-msgstr ""
-
-#: curs_main.c:82 curs_main.c:1140
-msgid "No mailbox is open."
-msgstr ""
-
-#: curs_main.c:83
-msgid "There are no messages."
-msgstr ""
-
-#: curs_main.c:84 mx.c:1005 pager.c:77 recvattach.c:59
-msgid "Mailbox is read-only."
-msgstr ""
-
-#: curs_main.c:86 pager.c:79 recvattach.c:1103
-msgid "Function not permitted in attach-message mode."
-msgstr ""
-
-#: curs_main.c:87
-msgid "No visible messages."
-msgstr ""
-
-#. L10N: %s is one of the CHECK_ACL entries below.
-#: curs_main.c:132 pager.c:114
-#, c-format
-msgid "%s: Operation not permitted by ACL"
-msgstr ""
-
-#: curs_main.c:292
-msgid "Cannot toggle write on a readonly mailbox!"
-msgstr ""
-
-#: curs_main.c:299
-msgid "Changes to folder will be written on folder exit."
-msgstr ""
-
-#: curs_main.c:304
-msgid "Changes to folder will not be written."
-msgstr ""
-
-#: curs_main.c:459 mx.c:357 mx.c:460
-#, c-format
-msgid "%s is not a mailbox."
-msgstr ""
-
-#: curs_main.c:824 curs_main.c:837
-msgid "Quit"
-msgstr ""
-
-#: curs_main.c:827 curs_main.c:840 recvattach.c:72
-msgid "Save"
-msgstr ""
-
-#: curs_main.c:828 query.c:73
-msgid "Mail"
-msgstr ""
-
-#: curs_main.c:829 pager.c:1675
-msgid "Reply"
-msgstr ""
-
-#: curs_main.c:830
-msgid "Group"
-msgstr ""
-
-#: curs_main.c:841 pager.c:1682
-msgid "Post"
-msgstr ""
-
-#: curs_main.c:842 pager.c:1683
-msgid "Followup"
-msgstr ""
-
-#: curs_main.c:1005
-msgid "Mailbox was externally modified.  Flags may be wrong."
-msgstr ""
-
-#: curs_main.c:1012 pager.c:2193
-msgid "New mail in this mailbox."
-msgstr ""
-
-#: curs_main.c:1026
-msgid "Mailbox was externally modified."
-msgstr ""
-
-#: curs_main.c:1147
-msgid "No tagged messages."
-msgstr ""
-
-#: curs_main.c:1151 menu.c:1157
-msgid "Nothing to do."
-msgstr ""
-
-#: curs_main.c:1249
-msgid "Enter Message-Id: "
-msgstr ""
-
-#: curs_main.c:1257
-msgid "Article has no parent reference."
-msgstr ""
-
-#: curs_main.c:1280
-msgid "Message is not visible in limited view."
-msgstr ""
-
-#: curs_main.c:1286
-#, c-format
-msgid "Fetching %s from server..."
-msgstr ""
-
-#: curs_main.c:1296
-#, c-format
-msgid "Article %s not found on the server."
-msgstr ""
-
-#: curs_main.c:1315
-msgid "No Message-Id. Unable to perform operation."
-msgstr ""
-
-#: curs_main.c:1319 imap/message.c:669 nntp.c:1283 pop.c:300
-msgid "Fetching message headers..."
-msgstr ""
-
-#: curs_main.c:1394
-msgid "No deleted messages found in the thread."
-msgstr ""
-
-#: curs_main.c:1414
-msgid "Jump to message: "
-msgstr ""
-
-#: curs_main.c:1426
-msgid "Argument must be a message number."
-msgstr ""
-
-#: curs_main.c:1458
-msgid "That message is not visible."
-msgstr ""
-
-#: curs_main.c:1461
-msgid "Invalid message number."
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:1475 curs_main.c:2823 pager.c:2781
-msgid "Cannot delete message(s)"
-msgstr ""
-
-#: curs_main.c:1478
-msgid "Delete messages matching: "
-msgstr ""
-
-#: curs_main.c:1500
-msgid "No limit pattern is in effect."
-msgstr ""
-
-#. L10N: ask for a limit to apply
-#: curs_main.c:1505
-#, c-format
-msgid "Limit: %s"
-msgstr ""
-
-#: curs_main.c:1543
-msgid "Limit to messages matching: "
-msgstr ""
-
-#: curs_main.c:1565
-msgid "To view all messages, limit to \"all\"."
-msgstr ""
-
-#: curs_main.c:1577 pager.c:2291
-msgid "Quit NeoMutt?"
-msgstr ""
-
-#: curs_main.c:1670
-msgid "Tag messages matching: "
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:1680 curs_main.c:3228 pager.c:3094
-msgid "Cannot undelete message(s)"
-msgstr ""
-
-#: curs_main.c:1683
-msgid "Undelete messages matching: "
-msgstr ""
-
-#: curs_main.c:1691
-msgid "Untag messages matching: "
-msgstr ""
-
-#: curs_main.c:1725
-msgid "Logged out of IMAP servers."
-msgstr ""
-
-#: curs_main.c:1822
-msgid "No virtual folder, aborting."
-msgstr ""
-
-#: curs_main.c:1830
-msgid "Failed to read thread, aborting."
-msgstr ""
-
-#: curs_main.c:1862 mx.c:1380 mx.c:1392
-msgid "Folder doesn't support tagging, aborting."
-msgstr ""
-
-#: curs_main.c:1877
-msgid "No tag specified, aborting."
-msgstr ""
-
-#: curs_main.c:1889
-#, c-format
-msgid "Update tags..."
-msgstr ""
-
-#: curs_main.c:1927
-msgid "Failed to modify tags, aborting."
-msgstr ""
-
-#: curs_main.c:1962
-msgid "No query, aborting."
-msgstr ""
-
-#: curs_main.c:1966 curs_main.c:1986 curs_main.c:2005
-msgid "Failed to create query, aborting."
-msgstr ""
-
-#: curs_main.c:1975 curs_main.c:1994
-msgid "Windowed queries disabled."
-msgstr ""
-
-#: curs_main.c:1980 curs_main.c:1999
-msgid "No notmuch vfolder currently loaded."
-msgstr ""
-
-#: curs_main.c:2037
-msgid "Open mailbox in read-only mode"
-msgstr ""
-
-#: curs_main.c:2040
-msgid "Open virtual folder"
-msgstr ""
-
-#: curs_main.c:2043
-msgid "Open mailbox"
-msgstr ""
-
-#: curs_main.c:2053
-msgid "No mailboxes have new mail"
-msgstr ""
-
-#: curs_main.c:2095
-msgid "Open newsgroup in read-only mode"
-msgstr ""
-
-#: curs_main.c:2097
-msgid "Open newsgroup"
-msgstr ""
-
-#: curs_main.c:2198
-msgid "Exit NeoMutt without saving?"
-msgstr ""
-
-#: curs_main.c:2214
-msgid "Cannot break thread"
-msgstr ""
-
-#: curs_main.c:2217 curs_main.c:2255 curs_main.c:2710 curs_main.c:2742
-#: flags.c:348 thread.c:1063 thread.c:1119 thread.c:1186
-msgid "Threading is not enabled."
-msgstr ""
-
-#: curs_main.c:2230
-msgid "Thread broken"
-msgstr ""
-
-#: curs_main.c:2242
-msgid "Thread cannot be broken, message is not part of a thread"
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:2252
-msgid "Cannot link threads"
-msgstr ""
-
-#: curs_main.c:2257
-msgid "No Message-ID: header available to link thread"
-msgstr ""
-
-#: curs_main.c:2259
-msgid "First, please tag a message to be linked here"
-msgstr ""
-
-#: curs_main.c:2270
-msgid "Threads linked"
-msgstr ""
-
-#: curs_main.c:2273
-msgid "No thread linked"
-msgstr ""
-
-#: curs_main.c:2309 curs_main.c:2334
-msgid "You are on the last message."
-msgstr ""
-
-#: curs_main.c:2316 curs_main.c:2360
-msgid "No undeleted messages."
-msgstr ""
-
-#: curs_main.c:2353 curs_main.c:2378
-msgid "You are on the first message."
-msgstr ""
-
-#: curs_main.c:2450 menu.c:972 pager.c:2411 pattern.c:2074
-msgid "Search wrapped to top."
-msgstr ""
-
-#: curs_main.c:2459 pager.c:2432 pattern.c:2085
-msgid "Search wrapped to bottom."
-msgstr ""
-
-#: curs_main.c:2502
-msgid "No new messages in this limited view."
-msgstr ""
-
-#: curs_main.c:2504
-msgid "No new messages."
-msgstr ""
-
-#: curs_main.c:2509
-msgid "No unread messages in this limited view."
-msgstr ""
-
-#: curs_main.c:2511
-msgid "No unread messages."
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:2529
-msgid "Cannot flag message"
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:2567 pager.c:3057
-msgid "Cannot toggle new"
-msgstr ""
-
-#: curs_main.c:2644
-msgid "No more threads."
-msgstr ""
-
-#: curs_main.c:2646
-msgid "You are on the first thread."
-msgstr ""
-
-#: curs_main.c:2728
-msgid "Thread contains unread or flagged messages."
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:2778 pager.c:2747
-msgid "Cannot delete message"
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:2880
-msgid "Cannot edit message"
-msgstr ""
-
-#. L10N: This is displayed when the x-label on one or more
-#. * messages is edited.
-#: curs_main.c:2930 pager.c:3157
-#, c-format
-msgid "%d labels changed."
-msgstr ""
-
-#. L10N: This is displayed when editing an x-label, but no messages
-#. * were updated.  Possibly due to canceling at the prompt or if the new
-#. * label is the same as the old label.
-#: curs_main.c:2937 pager.c:3161
-msgid "No labels changed."
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:3035
-msgid "Cannot mark message(s) as read"
-msgstr ""
-
-#. L10N: This is the prompt for <mark-message>.  Whatever they
-#. enter will be prefixed by $mark_macro_prefix and will become
-#. a macro hotkey to jump to the currently selected message.
-#: curs_main.c:3070
-msgid "Enter macro stroke: "
-msgstr ""
-
-#. L10N: "message hotkey" is the key bindings menu description of a
-#. macro created by <mark-message>.
-#: curs_main.c:3077
-msgid "message hotkey"
-msgstr ""
-
-#. L10N: This is echoed after <mark-message> creates a new hotkey
-#. macro.  %s is the hotkey string ($mark_macro_prefix followed
-#. by whatever they typed at the prompt.)
-#: curs_main.c:3082
-#, c-format
-msgid "Message bound to %s."
-msgstr ""
-
-#. L10N: This error is printed if <mark-message> cannot find a
-#. Message-ID for the currently selected message in the index.
-#: curs_main.c:3090
-msgid "No message ID to macro."
-msgstr ""
-
-#: curs_main.c:3133 pager.c:2920 recvattach.c:1352
-msgid "Reply by mail as poster prefers?"
-msgstr ""
-
-#: curs_main.c:3136 pager.c:2890 pager.c:2900 pager.c:2923
-msgid "Posting to this group not allowed, may be moderated. Continue?"
-msgstr ""
-
-#. L10N: CHECK_ACL
-#: curs_main.c:3198 pager.c:3077
-msgid "Cannot undelete message"
-msgstr ""
-
-#: edit.c:55
-msgid ""
-"~~              insert a line beginning with a single ~\n"
-"~b users        add users to the Bcc: field\n"
-"~c users        add users to the Cc: field\n"
-"~f messages     include messages\n"
-"~F messages     same as ~f, except also include headers\n"
-"~h              edit the message header\n"
-"~m messages     include and quote messages\n"
-"~M messages     same as ~m, except include headers\n"
-"~p              print the message\n"
-msgstr ""
-
-#: edit.c:66
-msgid ""
-"~q              write file and quit editor\n"
-"~r file         read a file into the editor\n"
-"~t users        add users to the To: field\n"
-"~u              recall the previous line\n"
-"~v              edit message with the $visual editor\n"
-"~w file         write message to file\n"
-"~x              abort changes and quit editor\n"
-"~?              this message\n"
-".               on a line by itself ends input\n"
-msgstr ""
-
-#: edit.c:202
-#, c-format
-msgid "%d: invalid message number.\n"
-msgstr ""
-
-#: edit.c:345
-msgid "(End message with a . on a line by itself)\n"
-msgstr ""
-
-#: edit.c:403
-msgid "No mailbox.\n"
-msgstr ""
-
-#: edit.c:407
-msgid "Message contains:\n"
-msgstr ""
-
-#. L10N:
-#. This entry is shown AFTER the message content,
-#. not IN the middle of the content.
-#. So it doesn't mean "(message will continue)"
-#. but means "(press any key to continue using neomutt)".
-#: edit.c:416 edit.c:475
-msgid "(continue)\n"
-msgstr ""
-
-#: edit.c:429
-msgid "missing filename.\n"
-msgstr ""
-
-#: edit.c:449
-msgid "No lines in message.\n"
-msgstr ""
-
-#: edit.c:466
-#, c-format
-msgid "Bad IDN in %s: '%s'\n"
-msgstr ""
-
-#: edit.c:486
-#, c-format
-msgid "%s: unknown editor command (~? for help)\n"
-msgstr ""
-
-#: editmsg.c:85
-#, c-format
-msgid "could not create temporary folder: %s"
-msgstr ""
-
-#: editmsg.c:98
-#, c-format
-msgid "could not write temporary mail folder: %s"
-msgstr ""
-
-#: editmsg.c:116
-#, c-format
-msgid "could not truncate temporary mail folder: %s"
-msgstr ""
-
-#: editmsg.c:132
-msgid "Message file is empty!"
-msgstr ""
-
-#: editmsg.c:139
-msgid "Message not modified!"
-msgstr ""
-
-#: editmsg.c:147
-#, c-format
-msgid "Can't open message file: %s"
-msgstr ""
-
-#. L10N: %s is from strerror(errno)
-#: editmsg.c:155 editmsg.c:182
-#, c-format
-msgid "Can't append to folder: %s"
-msgstr ""
-
-#: flags.c:396
-msgid "Set flag"
-msgstr ""
-
-#: flags.c:396
-msgid "Clear flag"
-msgstr ""
-
-#: handler.c:85
-#, c-format
-msgid "[-- Alternative Type #%d: "
-msgstr ""
-
-#: handler.c:87
-msgid "[-- Type: "
-msgstr ""
-
-#: handler.c:88
-#, c-format
-msgid "%s/%s%s%s, Encoding: %s, Size: %s --]\n"
-msgstr ""
-
-#: handler.c:1218
-msgid "[-- Error:  Could not display any parts of Multipart/Alternative! --]\n"
-msgstr ""
-
-#: handler.c:1342
-#, c-format
-msgid "[-- Attachment #%d"
-msgstr ""
-
-#: handler.c:1364
-msgid "One or more parts of this message could not be displayed"
-msgstr ""
-
-#: handler.c:1416
-#, c-format
-msgid "[-- Autoview using %s --]\n"
-msgstr ""
-
-#: handler.c:1417
-#, c-format
-msgid "Invoking autoview command: %s"
-msgstr ""
-
-#: handler.c:1448
-#, c-format
-msgid "[-- Can't run %s. --]\n"
-msgstr ""
-
-#: handler.c:1467 handler.c:1488
-#, c-format
-msgid "[-- Autoview stderr of %s --]\n"
-msgstr ""
-
-#: handler.c:1526
-msgid "[-- Error: message/external-body has no access-type parameter --]\n"
-msgstr ""
-
-#: handler.c:1549
-#, c-format
-msgid "[-- This %s/%s attachment "
-msgstr ""
-
-#: handler.c:1554
-#, c-format
-msgid "(size %s bytes) "
-msgstr ""
-
-#: handler.c:1556
-msgid "has been deleted --]\n"
-msgstr ""
-
-#: handler.c:1561
-#, c-format
-msgid "[-- on %s --]\n"
-msgstr ""
-
-#: handler.c:1566
-#, c-format
-msgid "[-- name: %s --]\n"
-msgstr ""
-
-#: handler.c:1578 handler.c:1594
-#, c-format
-msgid "[-- This %s/%s attachment is not included, --]\n"
-msgstr ""
-
-#: handler.c:1580
-msgid ""
-"[-- and the indicated external source has --]\n"
-"[-- expired. --]\n"
-msgstr ""
-
-#: handler.c:1598
-#, c-format
-msgid "[-- and the indicated access-type %s is unsupported --]\n"
-msgstr ""
-
-#: handler.c:1722
-msgid "Unable to open memory stream!"
-msgstr ""
-
-#: handler.c:1730
-msgid "Unable to open temporary file!"
-msgstr ""
-
-#: handler.c:1780
-msgid "failed to re-open memstream!"
-msgstr ""
-
-#: handler.c:1906
-msgid "Error: multipart/signed has no protocol."
-msgstr ""
-
-#: handler.c:1955
-msgid "[-- This is an attachment "
-msgstr ""
-
-#: handler.c:1957
-#, c-format
-msgid "[-- %s/%s is unsupported "
-msgstr ""
-
-#: handler.c:1964
-#, c-format
-msgid "(use '%s' to view this part)"
-msgstr ""
-
-#: handler.c:1966
-msgid "(need 'view-attachments' bound to key!)"
-msgstr ""
-
-#: hcache/hcache.c:564 main.c:545 newsrc.c:1022
-#, c-format
-msgid "Can't create %s: %s."
-msgstr ""
-
-#: headers.c:201
-#, c-format
-msgid "%s: unable to attach file"
-msgstr ""
-
-#: help.c:321
-msgid "ERROR: please report this bug"
-msgstr ""
-
-#: help.c:358
-msgid "<UNKNOWN>"
-msgstr ""
-
-#: help.c:371
-msgid ""
-"\n"
-"Generic bindings:\n"
-"\n"
-msgstr ""
-
-#: help.c:375
-msgid ""
-"\n"
-"Unbound functions:\n"
-"\n"
-msgstr ""
-
-#: help.c:383
-#, c-format
-msgid "Help for %s"
-msgstr ""
-
-#: history.c:128 history.c:212 history.c:251
-#, c-format
-msgid "Bad history file format (line %d)"
-msgstr ""
-
-#: hook.c:120
-msgid "current mailbox shortcut '^' is unset"
-msgstr ""
-
-#: hook.c:131
-msgid "mailbox shortcut expanded to empty regex"
-msgstr ""
-
-#: hook.c:144
-msgid "badly formatted command string"
-msgstr ""
-
-#: hook.c:306
-msgid "unhook: Can't do unhook * from within a hook."
-msgstr ""
-
-#: hook.c:317
-#, c-format
-msgid "unhook: unknown hook type: %s"
-msgstr ""
-
-#: hook.c:323
-#, c-format
-msgid "unhook: Can't delete a %s from within a %s."
-msgstr ""
-
-#: imap/auth.c:114 nntp.c:350 pop_auth.c:437 smtp.c:510 smtp.c:565
-msgid "No authenticators available"
-msgstr ""
-
-#: imap/auth_anon.c:53
-msgid "Authenticating (anonymous)..."
-msgstr ""
-
-#: imap/auth_anon.c:83
-msgid "Anonymous authentication failed."
-msgstr ""
-
-#: imap/auth_cram.c:56
-msgid "Authenticating (CRAM-MD5)..."
-msgstr ""
-
-#: imap/auth_cram.c:136
-msgid "CRAM-MD5 authentication failed."
-msgstr ""
-
-#: imap/auth_gss.c:143
-msgid "Authenticating (GSSAPI)..."
-msgstr ""
-
-#: imap/auth_gss.c:305
-msgid "GSSAPI authentication failed."
-msgstr ""
-
-#: imap/auth_login.c:48
-msgid "LOGIN disabled on this server."
-msgstr ""
-
-#: imap/auth_login.c:57 imap/auth_plain.c:50 pop_auth.c:271
-msgid "Logging in..."
-msgstr ""
-
-#: imap/auth_login.c:79 imap/auth_plain.c:66 pop_auth.c:314
-msgid "Login failed."
-msgstr ""
-
-#: imap/auth_sasl.c:109 nntp.c:381 nntp.c:446 smtp.c:391
-#, c-format
-msgid "Authenticating (%s)..."
-msgstr ""
-
-#: imap/auth_sasl.c:238 pop_auth.c:188
-msgid "SASL authentication failed."
-msgstr ""
-
-#: imap/browse.c:190 imap/imap.c:624
-#, c-format
-msgid "%s is an invalid IMAP path"
-msgstr ""
-
-#: imap/browse.c:201
-msgid "Getting folder list..."
-msgstr ""
-
-#: imap/browse.c:318
-msgid "No such folder"
-msgstr ""
-
-#: imap/browse.c:372
-msgid "Create mailbox: "
-msgstr ""
-
-#: imap/browse.c:377 imap/browse.c:430
-msgid "Mailbox must have a name."
-msgstr ""
-
-#: imap/browse.c:385
-msgid "Mailbox created."
-msgstr ""
-
-#: imap/browse.c:418
-msgid "Cannot rename root folder"
-msgstr ""
-
-#: imap/browse.c:422
-#, c-format
-msgid "Rename mailbox %s to: "
-msgstr ""
-
-#: imap/browse.c:439
-#, c-format
-msgid "Rename failed: %s"
-msgstr ""
-
-#: imap/browse.c:444
-msgid "Mailbox renamed."
-msgstr ""
-
-#: imap/command.c:150
-msgid "Mailbox closed"
-msgstr ""
-
-#: imap/command.c:1060
-#, c-format
-msgid "Connection to %s timed out"
-msgstr ""
-
-#: imap/imap.c:145
-#, c-format
-msgid "CREATE failed: %s"
-msgstr ""
-
-#: imap/imap.c:210
-#, c-format
-msgid "Closing connection to %s..."
-msgstr ""
-
-#: imap/imap.c:364
-msgid "This IMAP server is ancient. NeoMutt does not work with it."
-msgstr ""
-
-#: imap/imap.c:492 nntp.c:675 pop_lib.c:330 smtp.c:595
-msgid "Secure connection with TLS?"
-msgstr ""
-
-#: imap/imap.c:502 nntp.c:694 pop_lib.c:350 smtp.c:607
-msgid "Could not negotiate TLS connection"
-msgstr ""
-
-#: imap/imap.c:518 pop_lib.c:371
-msgid "Encrypted connection unavailable"
-msgstr ""
-
-#: imap/imap.c:658 nntp.c:1486
-#, c-format
-msgid "Selecting %s..."
-msgstr ""
-
-#: imap/imap.c:808
-msgid "Error opening mailbox"
-msgstr ""
-
-#: imap/imap.c:858 imap/imap.c:2506 imap/message.c:1336 muttlib.c:1535
-#, c-format
-msgid "Create %s?"
-msgstr ""
-
-#: imap/imap.c:1276
-msgid "IMAP server doesn't support custom flags"
-msgstr ""
-
-#: imap/imap.c:1320
-msgid "Invalid IMAP flags"
-msgstr ""
-
-#: imap/imap.c:1473
-msgid "Expunge failed"
-msgstr ""
-
-#: imap/imap.c:1485
-#, c-format
-msgid "Marking %d messages deleted..."
-msgstr ""
-
-#: imap/imap.c:1517
-#, c-format
-msgid "Saving changed messages... [%d/%d]"
-msgstr ""
-
-#: imap/imap.c:1572
-msgid "Error saving flags. Close anyway?"
-msgstr ""
-
-#: imap/imap.c:1580
-msgid "Error saving flags"
-msgstr ""
-
-#: imap/imap.c:1602
-msgid "Expunging messages from server..."
-msgstr ""
-
-#: imap/imap.c:1608
-msgid "imap_sync_mailbox: EXPUNGE failed"
-msgstr ""
-
-#: imap/imap.c:2123
-#, c-format
-msgid "Header search without header name: %s"
-msgstr ""
-
-#: imap/imap.c:2153
-#, c-format
-msgid "Server-side custom search not supported: %s"
-msgstr ""
-
-#: imap/imap.c:2205
-msgid "Bad mailbox name"
-msgstr ""
-
-#: imap/imap.c:2228
-#, c-format
-msgid "Subscribing to %s..."
-msgstr ""
-
-#: imap/imap.c:2230
-#, c-format
-msgid "Unsubscribing from %s..."
-msgstr ""
-
-#: imap/imap.c:2240 init.c:4605
-#, c-format
-msgid "Subscribed to %s"
-msgstr ""
-
-#: imap/imap.c:2242 init.c:4659
-#, c-format
-msgid "Unsubscribed from %s"
-msgstr ""
-
-#: imap/imap.c:2491 imap/message.c:1300
-#, c-format
-msgid "Copying %d messages to %s..."
-msgstr ""
-
-#: imap/message.c:402 mx.c:1255
-msgid "Integer overflow -- can't allocate memory."
-msgstr ""
-
-#: imap/message.c:528
-msgid "Unable to fetch headers from this IMAP server version."
-msgstr ""
-
-#: imap/message.c:538
-#, c-format
-msgid "Could not create temporary file %s"
-msgstr ""
-
-#. L10N:
-#. Comparing the cached data with the IMAP server's data
-#: imap/message.c:574
-msgid "Evaluating cache..."
-msgstr ""
-
-#: imap/message.c:908 imap/message.c:968 nntp.c:1586 pop.c:598
-msgid "Fetching message..."
-msgstr ""
-
-#: imap/message.c:955 pop.c:593
-msgid "The message index is incorrect. Try reopening the mailbox."
-msgstr ""
-
-#: imap/message.c:1123
-msgid "Uploading message..."
-msgstr ""
-
-#: imap/message.c:1304
-#, c-format
-msgid "Copying message %d to %s..."
-msgstr ""
-
-#: imap/util.c:490
-msgid "Continue?"
-msgstr ""
-
-#: init.c:80 init.c:2575 pager.c:76
-msgid "Not available in this menu."
-msgstr ""
-
-#: init.c:357
-#, c-format
-msgid "%s: unknown sorting method"
-msgstr ""
-
-#: init.c:410 init.c:444 init.c:3014
-#, c-format
-msgid "%s: Unknown type."
-msgstr ""
-
-#: init.c:875
-#, c-format
-msgid "Bad regex: %s"
-msgstr ""
-
-#: init.c:935
-msgid "Not enough subexpressions for template"
-msgstr ""
-
-#: init.c:962
-#, c-format
-msgid "finish: too many arguments"
-msgstr ""
-
-#: init.c:1216 init.c:1224 init.c:1247
-msgid "not enough arguments"
-msgstr ""
-
-#: init.c:1307
-msgid "spam: no matching pattern"
-msgstr ""
-
-#: init.c:1309
-msgid "nospam: no matching pattern"
-msgstr ""
-
-#: init.c:1482
-#, c-format
-msgid "%sgroup: missing -rx or -addr."
-msgstr ""
-
-#: init.c:1501
-#, c-format
-msgid "%sgroup: warning: bad IDN '%s'.\n"
-msgstr ""
-
-#: init.c:1682
-msgid "attachments: no disposition"
-msgstr ""
-
-#: init.c:1693
-#, c-format
-msgid ""
-"\n"
-"Current attachments settings:\n"
-"\n"
-msgstr ""
-
-#: init.c:1723
-msgid "attachments: invalid disposition"
-msgstr ""
-
-#: init.c:1739
-msgid "unattachments: no disposition"
-msgstr ""
-
-#: init.c:1766
-msgid "unattachments: invalid disposition"
-msgstr ""
-
-#: init.c:1894
-msgid "alias: no address"
-msgstr ""
-
-#: init.c:1941
-#, c-format
-msgid "Warning: Bad IDN '%s' in alias '%s'.\n"
-msgstr ""
-
-#: init.c:2014
-msgid "invalid header field"
-msgstr ""
-
-#: init.c:2163
-#, c-format
-msgid "restore_default(%s): error in regex: %s\n"
-msgstr ""
-
-#: init.c:2453 init.c:2624
-#, c-format
-msgid "%s is unset"
-msgstr ""
-
-#: init.c:2550 init.c:2669
-#, c-format
-msgid "%s: unknown variable"
-msgstr ""
-
-#: init.c:2560
-msgid "prefix is illegal with reset"
-msgstr ""
-
-#: init.c:2566
-msgid "value is illegal with reset"
-msgstr ""
-
-#: init.c:2603 init.c:2616
-msgid "Usage: set variable=yes|no"
-msgstr ""
-
-#: init.c:2624
-#, c-format
-msgid "%s is set"
-msgstr ""
-
-#: init.c:2724
-msgid "set debug_file ignored, it have been overridden with cmdline"
-msgstr ""
-
-#: init.c:2749 init.c:2764
-#, c-format
-msgid "Invalid value for option %s: \"%s\""
-msgstr ""
-
-#: init.c:2862
-#, c-format
-msgid "%s: invalid mailbox type"
-msgstr ""
-
-#: init.c:2893
-#, c-format
-msgid "%s: invalid value (%s)"
-msgstr ""
-
-#: init.c:2894
-msgid "format error"
-msgstr ""
-
-#: init.c:2894
-msgid "number overflow"
-msgstr ""
-
-#: init.c:2902
-msgid "set debug_level ignored, it have been overridden with cmdline"
-msgstr ""
-
-#: init.c:2970
-#, c-format
-msgid "%s: invalid value"
-msgstr ""
-
-#: init.c:3060
-#, c-format
-msgid "%s: invalid backend"
-msgstr ""
-
-#: init.c:3068
-#, c-format
-msgid "%s: unknown type"
-msgstr ""
-
-#: init.c:3234
-#, c-format
-msgid "Error in %s, line %d: %s"
-msgstr ""
-
-#: init.c:3245
-#, c-format
-msgid "Warning in %s, line %d: %s"
-msgstr ""
-
-#: init.c:3270
-#, c-format
-msgid "source: errors in %s"
-msgstr ""
-
-#: init.c:3271
-#, c-format
-msgid "source: reading aborted due to too many errors in %s"
-msgstr ""
-
-#: init.c:3280
-#, c-format
-msgid "source: %d warnings in %s"
-msgstr ""
-
-#: init.c:3304 mutt_lua.c:414
-#, c-format
-msgid "source: error at %s"
-msgstr ""
-
-#: init.c:3313
-#, c-format
-msgid "source: file %s could not be sourced."
-msgstr ""
-
-#: init.c:3372
-#, c-format
-msgid "%s: unknown command"
-msgstr ""
-
-#: init.c:4030
-#, c-format
-msgid "Error in command line: %s\n"
-msgstr ""
-
-#: init.c:4125
-msgid "unable to determine home directory"
-msgstr ""
-
-#: init.c:4133
-msgid "unable to determine username"
-msgstr ""
-
-#: init.c:4168
-msgid "unable to determine nodename via uname()"
-msgstr ""
-
-#: init.c:4467
-msgid "-group: no group name"
-msgstr ""
-
-#: init.c:4477
-msgid "out of arguments"
-msgstr ""
-
-#: init.c:4591 init.c:4645
-msgid "Too many arguments"
-msgstr ""
-
-#: init.c:4600
-#, c-format
-msgid "Could not subscribe to %s"
-msgstr ""
-
-#: init.c:4616 init.c:4670
-msgid "No folder specified"
-msgstr ""
-
-#: init.c:4654
-#, c-format
-msgid "Could not unsubscribe from %s"
-msgstr ""
-
-#: keymap.c:279 keymap.c:287
-#, c-format
-msgid "Binding '%s' will alias '%s'  Before, try: 'bind %s %s noop'  https://neomutt.org/guide/configuration.html#bind-warnings"
-msgstr ""
-
-#: keymap.c:583
-msgid "Macros are currently disabled."
-msgstr ""
-
-#: keymap.c:590
-msgid "Macro loop detected."
-msgstr ""
-
-#: keymap.c:903 keymap.c:938
-msgid "Key is not bound."
-msgstr ""
-
-#: keymap.c:943
-#, c-format
-msgid "Key is not bound.  Press '%s' for help."
-msgstr ""
-
-#: keymap.c:955
-msgid "push: too many arguments"
-msgstr ""
-
-#: keymap.c:990
-#, c-format
-msgid "%s: no such menu"
-msgstr ""
-
-#: keymap.c:1005
-msgid "null key sequence"
-msgstr ""
-
-#: keymap.c:1032
-#, c-format
-msgid "Function '%s' not available for menu '%s'"
-msgstr ""
-
-#: keymap.c:1100
-msgid "bind: too many arguments"
-msgstr ""
-
-#: keymap.c:1157
-msgid "macro: empty key sequence"
-msgstr ""
-
-#: keymap.c:1168
-msgid "macro: too many arguments"
-msgstr ""
-
-#: keymap.c:1205
-msgid "exec: no arguments"
-msgstr ""
-
-#: keymap.c:1224
-#, c-format
-msgid "%s: no such function"
-msgstr ""
-
-#: keymap.c:1246
-msgid "Enter keys (^G to abort): "
-msgstr ""
-
-#: keymap.c:1252
-#, c-format
-msgid "Char = %s, Octal = %o, Decimal = %d"
-msgstr ""
-
-#: lib/file.c:1004
-msgid "Timeout exceeded while attempting fcntl lock!"
-msgstr ""
-
-#: lib/file.c:1010
-#, c-format
-msgid "Waiting for fcntl lock... %d"
-msgstr ""
-
-#: lib/file.c:1037
-msgid "Timeout exceeded while attempting flock lock!"
-msgstr ""
-
-#: lib/file.c:1044
-#, c-format
-msgid "Waiting for flock attempt... %d"
-msgstr ""
-
-#: lib/memory.c:66
-msgid "Integer overflow -- can't allocate memory!"
-msgstr ""
-
-#: lib/memory.c:74 lib/memory.c:116 lib/memory.c:151 safe_asprintf.c:50
-msgid "Out of memory!"
-msgstr ""
-
-#: main.c:88
-msgid ""
-"usage: neomutt [<options>] [-z] [-f <file> | -yZ]\n"
-"       neomutt [<options>] [-Ex] [-Hi <file>] [-s <subj>] [-bc <addr>] [-a <file> [...] --] <addr> [...]\n"
-"       neomutt [<options>] [-x] [-s <subj>] [-bc <addr>] [-a <file> [...] --] <addr> [...] < message\n"
-"       neomutt [<options>] -p\n"
-"       neomutt [<options>] -A <alias> [...]\n"
-"       neomutt [<options>] -Q <query> [...]\n"
-"       neomutt [<options>] -B\n"
-"       neomutt [<options>] -D [-S]\n"
-"       neomutt -v[v]\n"
-msgstr ""
-
-#: main.c:98
-msgid ""
-"options:\n"
-"  -A <alias>    expand the given alias\n"
-"  -a <file> [...] --    attach file(s) to the message\n"
-"                the list of files must be terminated with the \"--\" sequence\n"
-"  -b <address>  specify a blind carbon-copy (BCC) address\n"
-"  -c <address>  specify a carbon-copy (CC) address\n"
-"  -D            print the value of all variables to stdout\n"
-"  -D -S         like -D, but hide the value of sensitive variables\n"
-"  -B            run in batch mode (do not start the ncurses UI)"
-msgstr ""
-
-#: main.c:108
-msgid "  -d <level>    log debugging output to ~/.neomuttdebug0"
-msgstr ""
-
-#: main.c:111
-msgid ""
-"  -E            edit the draft (-H) or include (-i) file\n"
-"  -e <command>  specify a command to be executed after initialization\n"
-"  -f <file>     specify which mailbox to read\n"
-"  -F <file>     specify an alternate neomuttrc file\n"
-"  -g <server>   specify a news server (if compiled with NNTP)\n"
-"  -G            select a newsgroup (if compiled with NNTP)\n"
-"  -H <file>     specify a draft file to read header and body from\n"
-"  -i <file>     specify a file which NeoMutt should include in the body\n"
-"  -m <type>     specify a default mailbox type\n"
-"  -n            causes NeoMutt not to read the system neomuttrc\n"
-"  -p            recall a postponed message"
-msgstr ""
-
-#: main.c:123
-msgid ""
-"  -Q <variable> query a configuration variable\n"
-"  -R            open mailbox in read-only mode\n"
-"  -s <subj>     specify a subject (must be in quotes if it has spaces)\n"
-"  -v            show version and compile-time definitions\n"
-"  -x            simulate the mailx send mode\n"
-"  -y            select a mailbox specified in your `mailboxes' list\n"
-"  -z            exit immediately if there are no messages in the mailbox\n"
-"  -Z            open the first folder with new message, exit immediately if none\n"
-"  -h            this help message"
-msgstr ""
-
-#: main.c:155
-msgid "Error initializing terminal."
-msgstr ""
-
-#: main.c:327
-#, c-format
-msgid "Error: value '%s' is invalid for -d.\n"
-msgstr ""
-
-#: main.c:330
-#, c-format
-msgid "Debugging at level %d.\n"
-msgstr ""
-
-#: main.c:333
-msgid "DEBUG was not defined during compilation. -d Ignored.\n"
-msgstr ""
-
-#: main.c:356
-#, c-format
-msgid "Debugging at file %s.\n"
-msgstr ""
-
-#: main.c:358
-#, c-format
-msgid "DEBUG was not defined during compilation. -l Ignored.\n"
-msgstr ""
-
-#: main.c:541
-#, c-format
-msgid "%s does not exist. Create it?"
-msgstr ""
-
-#: main.c:588
-msgid "Failed to parse mailto: link\n"
-msgstr ""
-
-#: main.c:600
-msgid "No recipients specified.\n"
-msgstr ""
-
-#: main.c:626
-msgid "Cannot use -E flag with stdin\n"
-msgstr ""
-
-#: main.c:776
-#, c-format
-msgid "%s: unable to attach file.\n"
-msgstr ""
-
-#: main.c:856
-msgid "No mailbox with new mail."
-msgstr ""
-
-#: main.c:878
-msgid "No incoming mailboxes defined."
-msgstr ""
-
-#: main.c:921
-msgid "Mailbox is empty."
-msgstr ""
-
-#: mbox.c:126 mbox.c:283 mh.c:1282 mx.c:478
-#, c-format
-msgid "Reading %s..."
-msgstr ""
-
-#: mbox.c:168 mbox.c:230
-msgid "Mailbox is corrupt!"
-msgstr ""
-
-#: mbox.c:481
-#, c-format
-msgid "Couldn't lock %s\n"
-msgstr ""
-
-#: mbox.c:530 mbox.c:544
-msgid "Can't write message"
-msgstr ""
-
-#: mbox.c:689
-msgid "Reopening mailbox..."
-msgstr ""
-
-#: mbox.c:963
-msgid "Mailbox was corrupted!"
-msgstr ""
-
-#: mbox.c:1051 mbox.c:1317
-msgid "Fatal error!  Could not reopen mailbox!"
-msgstr ""
-
-#: mbox.c:1105
-msgid "sync: mbox modified, but no modified messages! (report this bug)"
-msgstr ""
-
-#: mbox.c:1129 mh.c:2311 mutt_notmuch.c:2438 mx.c:562
-#, c-format
-msgid "Writing %s..."
-msgstr ""
-
-#: mbox.c:1266
-msgid "Committing changes..."
-msgstr ""
-
-#: mbox.c:1301
-#, c-format
-msgid "Write failed!  Saved partial mailbox to %s"
-msgstr ""
-
-#: mbox.c:1374
-msgid "Could not reopen mailbox!"
-msgstr ""
-
-#: menu.c:540
-msgid "Jump to: "
-msgstr ""
-
-#: menu.c:549
-msgid "Invalid index number."
-msgstr ""
-
-#: menu.c:553 menu.c:575 menu.c:639 menu.c:682 menu.c:698 menu.c:709 menu.c:720
-#: menu.c:731 menu.c:744 menu.c:757 menu.c:1288
-msgid "No entries."
-msgstr ""
-
-#: menu.c:572
-msgid "You cannot scroll down farther."
-msgstr ""
-
-#: menu.c:590
-msgid "You cannot scroll up farther."
-msgstr ""
-
-#: menu.c:632
-msgid "You are on the first page."
-msgstr ""
-
-#: menu.c:633
-msgid "You are on the last page."
-msgstr ""
-
-#: menu.c:768
-msgid "You are on the last entry."
-msgstr ""
-
-#: menu.c:779
-msgid "You are on the first entry."
-msgstr ""
-
-#: menu.c:941 pager.c:2454 pattern.c:2012
-msgid "Search for: "
-msgstr ""
-
-#: menu.c:942 pager.c:2455 pattern.c:2013
-msgid "Reverse search for: "
-msgstr ""
-
-#: menu.c:990 pager.c:2408 pager.c:2429 pager.c:2552 pattern.c:2129
-msgid "Not found."
-msgstr ""
-
-#: menu.c:1151
-msgid "No tagged entries."
-msgstr ""
-
-#: menu.c:1252
-msgid "Search is not implemented for this menu."
-msgstr ""
-
-#: menu.c:1257
-msgid "Jumping is not implemented for dialogs."
-msgstr ""
-
-#: menu.c:1291
-msgid "Tagging is not supported."
-msgstr ""
-
-#: mh.c:1262
-#, c-format
-msgid "Scanning %s..."
-msgstr ""
-
-#: mh.c:1579 mh.c:1667
-msgid "Could not flush message to disk"
-msgstr ""
-
-#: mh.c:1619
-msgid "_maildir_commit_message(): unable to set time on file"
-msgstr ""
-
-#: muttlib.c:473
-#, c-format
-msgid "mutt_randbuf len=%zu"
-msgstr ""
-
-#: muttlib.c:493
-#, c-format
-msgid "open /dev/urandom: %s"
-msgstr ""
-
-#: muttlib.c:500
-#, c-format
-msgid "read /dev/urandom: %s"
-msgstr ""
-
-#. L10N:
-#. Means "The path you specified as the destination file is a directory."
-#. See the msgid "Save to file: " (alias.c, recvattach.c)
-#: muttlib.c:742
-msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]"
-msgstr ""
-
-#: muttlib.c:742
-msgid "yna"
-msgstr ""
-
-#. L10N:
-#. Means "The path you specified as the destination file is a directory."
-#. See the msgid "Save to file: " (alias.c, recvattach.c)
-#: muttlib.c:761
-msgid "File is a directory, save under it?"
-msgstr ""
-
-#: muttlib.c:765
-msgid "File under directory: "
-msgstr ""
-
-#: muttlib.c:775
-msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?"
-msgstr ""
-
-#: muttlib.c:775
-msgid "oac"
-msgstr ""
-
-#: muttlib.c:1492
-msgid "Can't save message to POP mailbox."
-msgstr ""
-
-#: muttlib.c:1501
-#, c-format
-msgid "Append messages to %s?"
-msgstr ""
-
-#: muttlib.c:1512
-msgid "Can't save message to news server."
-msgstr ""
-
-#: muttlib.c:1521
-#, c-format
-msgid "%s is not a mailbox!"
-msgstr ""
-
-#: mutt_lua.c:394
-#, c-format
-msgid "%s: %s"
-msgstr ""
-
-#: mutt_lua.c:419
-msgid "source: too many arguments"
-msgstr ""
-
-#: mutt_notmuch.c:351 mutt_notmuch.c:1801 mutt_notmuch.c:1810
-#: mutt_notmuch.c:1821 mutt_notmuch.c:2011
-#, c-format
-msgid "failed to parse notmuch uri: %s"
-msgstr ""
-
-#: mutt_notmuch.c:410
-#, c-format
-msgid "failed to parse notmuch query type: %s"
-msgstr ""
-
-#: mutt_notmuch.c:514
-msgid "Invalid nm_query_window_timebase value (valid values are: hour, day, week, month or year)."
-msgstr ""
-
-#: mutt_notmuch.c:569
-#, c-format
-msgid "failed to parse notmuch limit: %s"
-msgstr ""
-
-#: mutt_notmuch.c:648
-#, c-format
-msgid "Waiting for notmuch DB... (%d sec)"
-msgstr ""
-
-#: mutt_notmuch.c:656
-#, c-format
-msgid "Cannot open notmuch database: %s: %s"
-msgstr ""
-
-#: mutt_notmuch.c:657
-msgid "unknown reason"
-msgstr ""
-
-#: mutt_notmuch.c:1039
-#, c-format
-msgid "Reading messages..."
-msgstr ""
-
-#: mutt_notmuch.c:1727
-msgid "No more messages in the thread."
-msgstr ""
-
-#: mutt_notmuch.c:2546
-msgid "Can't write to virtual folder."
-msgstr ""
-
-#: mutt_sasl.c:309
-msgid "Unknown SASL profile"
-msgstr ""
-
-#: mutt_sasl.c:342
-msgid "Error allocating SASL connection"
-msgstr ""
-
-#: mutt_sasl.c:353
-msgid "Error setting SASL security properties"
-msgstr ""
-
-#: mutt_sasl.c:363
-msgid "Error setting SASL external security strength"
-msgstr ""
-
-#: mutt_sasl.c:372
-msgid "Error setting SASL external user name"
-msgstr ""
-
-#: mutt_socket.c:64
-msgid "Preconnect command failed."
-msgstr ""
-
-#: mutt_socket.c:178
-#, c-format
-msgid "Connection to %s closed"
-msgstr ""
-
-#: mutt_socket.c:301
-msgid "SSL is unavailable."
-msgstr ""
-
-#: mutt_socket.c:332 mutt_socket.c:356
-#, c-format
-msgid "Error talking to %s (%s)"
-msgstr ""
-
-#: mutt_socket.c:340 mutt_socket.c:364
-#, c-format
-msgid "Connection to %s has been aborted"
-msgstr ""
-
-#: mutt_socket.c:491 mutt_socket.c:549
-#, c-format
-msgid "Bad IDN \"%s\"."
-msgstr ""
-
-#: mutt_socket.c:499 mutt_socket.c:557
-#, c-format
-msgid "Looking up %s..."
-msgstr ""
-
-#: mutt_socket.c:509 mutt_socket.c:567
-#, c-format
-msgid "Could not find the host \"%s\""
-msgstr ""
-
-#: mutt_socket.c:515 mutt_socket.c:573
-#, c-format
-msgid "Connecting to %s..."
-msgstr ""
-
-#: mutt_socket.c:597
-#, c-format
-msgid "Could not connect to %s (%s)."
-msgstr ""
-
-#: mutt_ssl.c:192
-#, c-format
-msgid "Filling entropy pool: %s...\n"
-msgstr ""
-
-#: mutt_ssl.c:198
-#, c-format
-msgid "%s has insecure permissions!"
-msgstr ""
-
-#: mutt_ssl.c:324
-msgid "SSL disabled due to the lack of entropy"
-msgstr ""
-
-#: mutt_ssl.c:352
-msgid "Unknown"
-msgstr ""
-
-#: mutt_ssl.c:365 mutt_ssl_gnutls.c:228
-#, c-format
-msgid "[unable to calculate]"
-msgstr ""
-
-#: mutt_ssl.c:383 mutt_ssl_gnutls.c:490
-msgid "[invalid date]"
-msgstr ""
-
-#: mutt_ssl.c:426
-msgid "Server certificate is not yet valid"
-msgstr ""
-
-#: mutt_ssl.c:436
-msgid "Server certificate has expired"
-msgstr ""
-
-#: mutt_ssl.c:524
-msgid "Failed to find enough entropy on your system"
-msgstr ""
-
-#: mutt_ssl.c:724
-msgid "cannot get certificate subject"
-msgstr ""
-
-#: mutt_ssl.c:733 mutt_ssl.c:741
-msgid "cannot get certificate common name"
-msgstr ""
-
-#: mutt_ssl.c:756
-#, c-format
-msgid "certificate owner does not match hostname %s"
-msgstr ""
-
-#: mutt_ssl.c:812 mutt_ssl_gnutls.c:569
-msgid "This certificate belongs to:"
-msgstr ""
-
-#: mutt_ssl.c:820 mutt_ssl_gnutls.c:607
-msgid "This certificate was issued by:"
-msgstr ""
-
-#: mutt_ssl.c:829 mutt_ssl_gnutls.c:646
-#, c-format
-msgid "This certificate is valid"
-msgstr ""
-
-#: mutt_ssl.c:830 mutt_ssl_gnutls.c:649
-#, c-format
-msgid "   from %s"
-msgstr ""
-
-#: mutt_ssl.c:832 mutt_ssl_gnutls.c:653
-#, c-format
-msgid "     to %s"
-msgstr ""
-
-#: mutt_ssl.c:838 mutt_ssl_gnutls.c:658
-#, c-format
-msgid "SHA1 Fingerprint: %s"
-msgstr ""
-
-#: mutt_ssl.c:841 mutt_ssl_gnutls.c:661
-#, c-format
-msgid "MD5 Fingerprint: %s"
-msgstr ""
-
-#: mutt_ssl.c:844 mutt_ssl_gnutls.c:694
-#, c-format
-msgid "SSL Certificate check (certificate %d of %d in chain)"
-msgstr ""
-
-#. L10N:
-#. * These four letters correspond to the choices in the next four strings:
-#. * (r)eject, accept (o)nce, (a)ccept always, (s)kip.
-#. * These prompts are the interactive certificate confirmation prompts for
-#. * an OpenSSL connection.
-#.
-#: mutt_ssl.c:867
-msgid "roas"
-msgstr ""
-
-#: mutt_ssl.c:871
-msgid "(r)eject, accept (o)nce, (a)ccept always, (s)kip"
-msgstr ""
-
-#: mutt_ssl.c:873 mutt_ssl_gnutls.c:701
-msgid "(r)eject, accept (o)nce, (a)ccept always"
-msgstr ""
-
-#: mutt_ssl.c:878
-msgid "(r)eject, accept (o)nce, (s)kip"
-msgstr ""
-
-#: mutt_ssl.c:880 mutt_ssl_gnutls.c:712
-msgid "(r)eject, accept (o)nce"
-msgstr ""
-
-#: mutt_ssl.c:884 mutt_ssl_gnutls.c:723 ncrypt/crypt_gpgme.c:4166
-#: ncrypt/pgpkey.c:525 ncrypt/smime.c:418
-msgid "Exit  "
-msgstr ""
-
-#: mutt_ssl.c:913 mutt_ssl_gnutls.c:767
-msgid "Warning: Couldn't save certificate"
-msgstr ""
-
-#: mutt_ssl.c:918 mutt_ssl_gnutls.c:772
-msgid "Certificate saved"
-msgstr ""
-
-#: mutt_ssl.c:1034
-#, c-format
-msgid "Certificate host check failed: %s"
-msgstr ""
-
-#. L10N: This is a warning when trying to set the host name for
-#. * TLS Server Name Indication (SNI).  This allows the server to present
-#. * the correct certificate if it supports multiple hosts.
-#: mutt_ssl.c:1112 mutt_ssl_gnutls.c:1078
-msgid "Warning: unable to set TLS SNI host name"
-msgstr ""
-
-#: mutt_ssl.c:1123
-msgid "I/O error"
-msgstr ""
-
-#: mutt_ssl.c:1132
-#, c-format
-msgid "SSL failed: %s"
-msgstr ""
-
-#. L10N: an SSL context is a data structure returned by the OpenSSL
-#. function SSL_CTX_new().  In this case it returned NULL: an
-#. error condition.
-#: mutt_ssl.c:1157
-msgid "Unable to create SSL context"
-msgstr ""
-
-#: mutt_ssl.c:1214 mutt_ssl.c:1311
-msgid "Warning: error enabling ssl_verify_partial_chains"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:93 mutt_ssl_gnutls.c:120
-msgid "Error: no TLS socket open"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:195 mutt_ssl_gnutls.c:801 mutt_ssl_gnutls.c:811
-msgid "Unable to get certificate from peer"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:201
-#, c-format
-msgid "Certificate verification error (%s)"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:209
-msgid "Certificate is not X.509"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:376 mutt_ssl_gnutls.c:548
-msgid "Error initialising gnutls certificate data"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:383 mutt_ssl_gnutls.c:555
-msgid "Error processing certificate data"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:538
-msgid "Warning: Server certificate was signed using an insecure algorithm"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:667
-msgid "WARNING: Server certificate is not yet valid"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:672
-msgid "WARNING: Server certificate has expired"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:678
-msgid "WARNING: Server certificate has been revoked"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:684
-msgid "WARNING: Server hostname does not match certificate"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:690
-msgid "WARNING: Signer of server certificate is not a CA"
-msgstr ""
-
-#. L10N:
-#. * These three letters correspond to the choices in the string:
-#. * (r)eject, accept (o)nce, (a)ccept always.
-#. * This is an interactive certificate confirmation prompt for
-#. * a GNUTLS connection.
-#.
-#: mutt_ssl_gnutls.c:708
-msgid "roa"
-msgstr ""
-
-#. L10N:
-#. * These two letters correspond to the choices in the string:
-#. * (r)eject, accept (o)nce.
-#. * These is an interactive certificate confirmation prompt for
-#. * a GNUTLS connection.
-#.
-#: mutt_ssl_gnutls.c:719
-msgid "ro"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:962 mutt_ssl_gnutls.c:1002
-msgid "All available protocols for TLS/SSL connection disabled"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:1009
-msgid "Explicit ciphersuite selection via $ssl_ciphers not supported"
-msgstr ""
-
-#: mutt_ssl_gnutls.c:1130
-#, c-format
-msgid "SSL/TLS connection using %s (%s/%s/%s)"
-msgstr ""
-
-#: mutt_tunnel.c:62
-#, c-format
-msgid "Connecting with \"%s\"..."
-msgstr ""
-
-#: mutt_tunnel.c:136
-#, c-format
-msgid "Tunnel to %s returned error %d (%s)"
-msgstr ""
-
-#: mutt_tunnel.c:153 mutt_tunnel.c:168
-#, c-format
-msgid "Tunnel error talking to %s: %s"
-msgstr ""
-
-#: mx.c:495
-#, c-format
-msgid "Reading from %s interrupted..."
-msgstr ""
-
-#: mx.c:595
-msgid "message(s) not deleted"
-msgstr ""
-
-#: mx.c:628
-msgid "Can't open trash folder"
-msgstr ""
-
-#: mx.c:666
-msgid "Mark all articles read?"
-msgstr ""
-
-#: mx.c:709
-#, c-format
-msgid "Move read messages to %s?"
-msgstr ""
-
-#: mx.c:725 mx.c:1021
-#, c-format
-msgid "Purge %d deleted message?"
-msgstr ""
-
-#: mx.c:726 mx.c:1022
-#, c-format
-msgid "Purge %d deleted messages?"
-msgstr ""
-
-#: mx.c:747
-#, c-format
-msgid "Moving read messages to %s..."
-msgstr ""
-
-#: mx.c:807 mx.c:1012
-msgid "Mailbox is unchanged."
-msgstr ""
-
-#: mx.c:860
-#, c-format
-msgid "%d kept, %d moved, %d deleted."
-msgstr ""
-
-#: mx.c:863 mx.c:1074
-#, c-format
-msgid "%d kept, %d deleted."
-msgstr ""
-
-#: mx.c:996
-#, c-format
-msgid " Press '%s' to toggle write"
-msgstr ""
-
-#: mx.c:998
-msgid "Use 'toggle-write' to re-enable write!"
-msgstr ""
-
-#: mx.c:1000
-#, c-format
-msgid "Mailbox is marked unwritable. %s"
-msgstr ""
-
-#: mx.c:1068
-msgid "Mailbox checkpointed."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:459
-#, c-format
-msgid "error creating gpgme context: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:469
-#, c-format
-msgid "error enabling CMS protocol: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:491
-#, c-format
-msgid "error creating gpgme data object: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:560 ncrypt/crypt_gpgme.c:581 ncrypt/crypt_gpgme.c:1646
-#: ncrypt/crypt_gpgme.c:2376
-#, c-format
-msgid "error allocating data object: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:600
-#, c-format
-msgid "error rewinding data object: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:616
-msgid "[tempfile]"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:622 ncrypt/crypt_gpgme.c:676
-#, c-format
-msgid "error reading data object: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:650 ncrypt/crypt_gpgme.c:3808 ncrypt/pgpkey.c:567
-#: ncrypt/pgpkey.c:742
-msgid "Can't create temporary file"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:758
-#, c-format
-msgid "error adding recipient `%s': %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:799
-#, c-format
-msgid "secret key `%s' not found: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:808
-#, c-format
-msgid "ambiguous specification of secret key `%s'\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:819
-#, c-format
-msgid "error setting secret key `%s': %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:833
-#, c-format
-msgid "error setting PKA signature notation: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:889
-#, c-format
-msgid "error encrypting data: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1017
-#, c-format
-msgid "error signing data: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1028
-msgid "$pgp_sign_as unset and no default key specified in ~/.gnupg/gpg.conf"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1240
-msgid "Warning: One of the keys has been revoked\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1249
-msgid "Warning: The key used to create the signature expired at: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1256
-msgid "Warning: At least one certification key has expired\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1272
-msgid "Warning: The signature expired at: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1278
-msgid "Can't verify due to a missing key or certificate\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1284
-msgid "The CRL is not available\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1290
-msgid "Available CRL is too old\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1295
-msgid "A policy requirement was not met\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1304
-msgid "A system error occurred"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1335
-msgid "WARNING: PKA entry does not match signer's address: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1343
-msgid "PKA verified signer's address is: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1357 ncrypt/crypt_gpgme.c:3530
-msgid "Fingerprint: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1420
-msgid "WARNING: We have NO indication whether the key belongs to the person named as shown above\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1427
-msgid "WARNING: The key does NOT BELONG to the person named as shown above\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1431
-msgid "WARNING: It is NOT certain that the key belongs to the person named as shown above\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1462 ncrypt/crypt_gpgme.c:1467
-#: ncrypt/crypt_gpgme.c:3529
-msgid "aka: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1477
-msgid "KeyID "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1486 ncrypt/crypt_gpgme.c:1491
-msgid "created: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1568
-#, c-format
-msgid "Error getting key information for KeyID %s: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1575 ncrypt/crypt_gpgme.c:1590
-msgid "Good signature from:"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1582
-msgid "*BAD* signature from:"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1598
-msgid "Problem signature from:"
-msgstr ""
-
-#. L10N:
-#. This is trying to match the width of the
-#. "Problem signature from:" translation just above.
-#: ncrypt/crypt_gpgme.c:1605
-msgid "               expires: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1654 ncrypt/crypt_gpgme.c:1878
-#: ncrypt/crypt_gpgme.c:2595
-msgid "[-- Begin signature information --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1665
-#, c-format
-msgid "Error: verification failed: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1717
-#, c-format
-msgid "*** Begin Notation (signature by: %s) ***\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1736
-msgid "*** End Notation ***\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1744 ncrypt/crypt_gpgme.c:1892
-#: ncrypt/crypt_gpgme.c:2607
-msgid ""
-"[-- End signature information --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:1847
-#, c-format
-msgid ""
-"[-- Error: decryption failed: %s --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2383
-msgid "Error extracting key data!\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2572
-#, c-format
-msgid "Error: decryption/verification failed: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2616
-msgid "Error: copy data failed\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2637 ncrypt/pgp.c:526
-msgid ""
-"[-- BEGIN PGP MESSAGE --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2639 ncrypt/pgp.c:528
-msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2641 ncrypt/pgp.c:530
-msgid ""
-"[-- BEGIN PGP SIGNED MESSAGE --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2667 ncrypt/pgp.c:573
-msgid "[-- END PGP MESSAGE --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2669 ncrypt/pgp.c:580
-msgid "[-- END PGP PUBLIC KEY BLOCK --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2671 ncrypt/pgp.c:582
-msgid "[-- END PGP SIGNED MESSAGE --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2694 ncrypt/pgp.c:616
-msgid ""
-"[-- Error: could not find beginning of PGP message! --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2728 ncrypt/crypt_gpgme.c:2805 ncrypt/pgp.c:1038
-msgid "[-- Error: could not create temporary file! --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2741
-msgid ""
-"[-- The following data is PGP/MIME signed and encrypted --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2743 ncrypt/pgp.c:1049
-msgid ""
-"[-- The following data is PGP/MIME encrypted --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2765
-msgid "[-- End of PGP/MIME signed and encrypted data --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2766 ncrypt/pgp.c:1069
-msgid "[-- End of PGP/MIME encrypted data --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2771 ncrypt/pgp.c:577 ncrypt/pgp.c:1074
-msgid "PGP message successfully decrypted."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2775 ncrypt/pgp.c:512 ncrypt/pgp.c:575
-#: ncrypt/pgp.c:1078
-msgid "Could not decrypt PGP message"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2818
-msgid ""
-"[-- The following data is S/MIME signed --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2819
-msgid ""
-"[-- The following data is S/MIME encrypted --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2848
-msgid "[-- End of S/MIME signed data --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:2849
-msgid "[-- End of S/MIME encrypted data --]\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3445
-msgid "[Can't display this user ID (unknown encoding)]"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3447
-msgid "[Can't display this user ID (invalid encoding)]"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3452
-msgid "[Can't display this user ID (invalid DN)]"
-msgstr ""
-
-#. L10N:
-#. * The following are the headers for the "verify key" output from the
-#. * GPGME key selection menu (bound to "c" in the key selection menu).
-#. * They will be automatically aligned.
-#: ncrypt/crypt_gpgme.c:3529
-msgid "Name: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3529
-msgid "Valid From: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3529
-msgid "Valid To: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3530
-msgid "Key Type: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3530
-msgid "Key Usage: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3530
-msgid "Serial-No: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3531
-msgid "Issued By: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3531
-msgid "Subkey: "
-msgstr ""
-
-#. L10N: comes after the Name or aka if the key is invalid
-#. L10N: describes a subkey
-#: ncrypt/crypt_gpgme.c:3585 ncrypt/crypt_gpgme.c:3726
-msgid "[Invalid]"
-msgstr ""
-
-#. L10N: This is printed after "Key Type: " and looks like this:
-#. *       PGP, 2048 bit RSA
-#: ncrypt/crypt_gpgme.c:3628 ncrypt/crypt_gpgme.c:3767
-#, c-format
-msgid "%s, %lu bit %s\n"
-msgstr ""
-
-#. L10N: value in Key Usage: field
-#: ncrypt/crypt_gpgme.c:3636 ncrypt/crypt_gpgme.c:3774
-msgid "encryption"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3637 ncrypt/crypt_gpgme.c:3643
-#: ncrypt/crypt_gpgme.c:3649 ncrypt/crypt_gpgme.c:3775
-#: ncrypt/crypt_gpgme.c:3780 ncrypt/crypt_gpgme.c:3785
-msgid ", "
-msgstr ""
-
-#. L10N: value in Key Usage: field
-#: ncrypt/crypt_gpgme.c:3642 ncrypt/crypt_gpgme.c:3779
-msgid "signing"
-msgstr ""
-
-#. L10N: value in Key Usage: field
-#: ncrypt/crypt_gpgme.c:3648 ncrypt/crypt_gpgme.c:3784
-msgid "certification"
-msgstr ""
-
-#. L10N: describes a subkey
-#: ncrypt/crypt_gpgme.c:3720
-msgid "[Revoked]"
-msgstr ""
-
-#. L10N: describes a subkey
-#: ncrypt/crypt_gpgme.c:3732
-msgid "[Expired]"
-msgstr ""
-
-#. L10N: describes a subkey
-#: ncrypt/crypt_gpgme.c:3738
-msgid "[Disabled]"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3811
-msgid "Collecting data..."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3836
-#, c-format
-msgid "Error finding issuer key: %s\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3845
-msgid "Error: certification chain too long - stopping here\n"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3855 ncrypt/pgpkey.c:589
-#, c-format
-msgid "Key ID: 0x%s"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3942
-#, c-format
-msgid "gpgme_new failed: %s"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:3980 ncrypt/crypt_gpgme.c:4031
-#, c-format
-msgid "gpgme_op_keylist_start failed: %s"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4019 ncrypt/crypt_gpgme.c:4061
-#, c-format
-msgid "gpgme_op_keylist_next failed: %s"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4137
-msgid "All matching keys are marked expired/revoked."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4168 ncrypt/pgpkey.c:527 ncrypt/smime.c:420
-msgid "Select  "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4170 ncrypt/pgpkey.c:529
-msgid "Check key  "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4186
-msgid "PGP and S/MIME keys matching"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4188
-msgid "PGP keys matching"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4190
-msgid "S/MIME keys matching"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4192
-msgid "keys matching"
-msgstr ""
-
-#. L10N:
-#. %1$s is one of the previous four entries.
-#. %2$s is an address.
-#. e.g. "S/MIME keys matching <me@mutt.org>."
-#: ncrypt/crypt_gpgme.c:4199
-#, c-format
-msgid "%s <%s>."
-msgstr ""
-
-#. L10N:
-#. e.g. 'S/MIME keys matching "Michael Elkins".'
-#: ncrypt/crypt_gpgme.c:4203
-#, c-format
-msgid "%s \"%s\"."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4230 ncrypt/pgpkey.c:608
-msgid "This key can't be used: expired/disabled/revoked."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4244 ncrypt/pgpkey.c:619 ncrypt/smime.c:450
-msgid "ID is expired/disabled/revoked."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4252 ncrypt/pgpkey.c:624 ncrypt/smime.c:453
-msgid "ID has undefined validity."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4255 ncrypt/pgpkey.c:627
-msgid "ID is not valid."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4258 ncrypt/pgpkey.c:630
-msgid "ID is only marginally valid."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4267 ncrypt/pgpkey.c:635 ncrypt/smime.c:460
-#, c-format
-msgid "%s Do you really want to use the key?"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4321 ncrypt/crypt_gpgme.c:4432 ncrypt/pgpkey.c:835
-#: ncrypt/pgpkey.c:956
-#, c-format
-msgid "Looking for keys matching \"%s\"..."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4544 ncrypt/pgpkey.c:705 ncrypt/smime.c:758
-#, c-format
-msgid "No matching keys found for \"%s\""
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4592 ncrypt/pgp.c:1254
-#, c-format
-msgid "Use keyID = \"%s\" for %s?"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4643 ncrypt/pgp.c:1303 ncrypt/smime.c:779
-#: ncrypt/smime.c:881
-#, c-format
-msgid "Enter keyID for %s: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4704 ncrypt/pgpkey.c:726
-msgid "Please enter the key ID: "
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4716
-#, c-format
-msgid "Error exporting key: %s\n"
-msgstr ""
-
-#. L10N:
-#. MIME description for exported (attached) keys.
-#. You can translate this entry to a non-ASCII string (it will be encoded),
-#. but it may be safer to keep it untranslated.
-#: ncrypt/crypt_gpgme.c:4736
-#, c-format
-msgid "PGP Key 0x%s."
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4779
-msgid "GPGME: OpenPGP protocol not available"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4787
-msgid "GPGME: CMS protocol not available"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4826
-msgid "S/MIME (s)ign, sign (a)s, (p)gp, (c)lear, or (o)ppenc mode off? "
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is on)
-#: ncrypt/crypt_gpgme.c:4828
-msgid "sapco"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4835
-msgid "PGP (s)ign, sign (a)s, s/(m)ime, (c)lear, or (o)ppenc mode off? "
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is on)
-#: ncrypt/crypt_gpgme.c:4837
-msgid "samco"
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is off)
-#: ncrypt/crypt_gpgme.c:4850
-msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp, (c)lear, or (o)ppenc mode? "
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is off)
-#: ncrypt/crypt_gpgme.c:4853
-msgid "esabpco"
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is off)
-#: ncrypt/crypt_gpgme.c:4859
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime, (c)lear, or (o)ppenc mode? "
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is off)
-#: ncrypt/crypt_gpgme.c:4862
-msgid "esabmco"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4875
-msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear? "
-msgstr ""
-
-#. L10N: S/MIME options
-#: ncrypt/crypt_gpgme.c:4877
-msgid "esabpc"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:4884
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear? "
-msgstr ""
-
-#. L10N: PGP options
-#: ncrypt/crypt_gpgme.c:4886
-msgid "esabmc"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:5038
-msgid "Failed to verify sender"
-msgstr ""
-
-#: ncrypt/crypt_gpgme.c:5041
-msgid "Failed to figure out sender"
-msgstr ""
-
-#: ncrypt/pgp.c:96
-msgid "Enter PGP passphrase:"
-msgstr ""
-
-#: ncrypt/pgp.c:453
-msgid "[-- Error: unable to create PGP subprocess! --]\n"
-msgstr ""
-
-#: ncrypt/pgp.c:490 ncrypt/pgp.c:754 ncrypt/pgp.c:909
-msgid ""
-"[-- End of PGP output --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/pgp.c:799
-msgid "Internal error.  Please submit a bug report."
-msgstr ""
-
-#: ncrypt/pgp.c:865
-msgid ""
-"[-- Error: could not create a PGP subprocess! --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/pgp.c:896 ncrypt/pgp.c:921
-msgid "Decryption failed"
-msgstr ""
-
-#: ncrypt/pgp.c:1129
-msgid "Can't open PGP subprocess!"
-msgstr ""
-
-#: ncrypt/pgp.c:1566
-msgid "Can't invoke PGP"
-msgstr ""
-
-#. L10N: These next string MUST have the same highlighted letter
-#. One of them will appear in each of the three strings marked "(inline"), below.
-#: ncrypt/pgp.c:1664
-msgid "PGP/M(i)ME"
-msgstr ""
-
-#. L10N: These previous string MUST have the same highlighted letter
-#. One of them will appear in each of the three strings marked "(inline"), below.
-#: ncrypt/pgp.c:1670
-msgid "(i)nline"
-msgstr ""
-
-#. L10N: PGP options (inline) (opportunistic encryption is on)
-#: ncrypt/pgp.c:1684
-#, c-format
-msgid "PGP (s)ign, sign (a)s, %s format, (c)lear, or (o)ppenc mode off? "
-msgstr ""
-
-#. L10N: PGP options (inline) (opportunistic encryption is on)
-#. The 'i' is from the "PGP/M(i)ME" or "(i)nline", above.
-#: ncrypt/pgp.c:1690
-msgid "saico"
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is on)
-#: ncrypt/pgp.c:1696
-msgid "PGP (s)ign, sign (a)s, (c)lear, or (o)ppenc mode off? "
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is on)
-#: ncrypt/pgp.c:1698
-msgid "saco"
-msgstr ""
-
-#. L10N: PGP options (inline) (opportunistic encryption is off)
-#: ncrypt/pgp.c:1715
-#, c-format
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, %s format, (c)lear, or (o)ppenc mode? "
-msgstr ""
-
-#. L10N: PGP options (inline) (opportunistic encryption is off)
-#. The 'i' is from the "PGP/M(i)ME" or "(i)nline", above.
-#: ncrypt/pgp.c:1721
-msgid "esabico"
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is off)
-#: ncrypt/pgp.c:1727
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, (c)lear, or (o)ppenc mode? "
-msgstr ""
-
-#. L10N: PGP options (opportunistic encryption is off)
-#: ncrypt/pgp.c:1730
-msgid "esabco"
-msgstr ""
-
-#. L10N: PGP options (inline)
-#: ncrypt/pgp.c:1743
-#, c-format
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, %s format, or (c)lear? "
-msgstr ""
-
-#. L10N: PGP options (inline)
-#. The 'i' is from the "PGP/M(i)ME" or "(i)nline", above.
-#: ncrypt/pgp.c:1749
-msgid "esabic"
-msgstr ""
-
-#. L10N: PGP options
-#: ncrypt/pgp.c:1755
-msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, or (c)lear? "
-msgstr ""
-
-#. L10N: PGP options
-#: ncrypt/pgp.c:1757
-msgid "esabc"
-msgstr ""
-
-#: ncrypt/pgpinvoke.c:292
-msgid "Fetching PGP key..."
-msgstr ""
-
-#: ncrypt/pgpkey.c:501
-msgid "All matching keys are expired, revoked, or disabled."
-msgstr ""
-
-#: ncrypt/pgpkey.c:542
-#, c-format
-msgid "PGP keys matching <%s>."
-msgstr ""
-
-#: ncrypt/pgpkey.c:544
-#, c-format
-msgid "PGP keys matching \"%s\"."
-msgstr ""
-
-#: ncrypt/pgpkey.c:561 ncrypt/pgpkey.c:748
-msgid "Can't open /dev/null"
-msgstr ""
-
-#: ncrypt/pgpkey.c:778
-#, c-format
-msgid "PGP Key %s."
-msgstr ""
-
-#: ncrypt/smime.c:142
-msgid "Enter S/MIME passphrase:"
-msgstr ""
-
-#: ncrypt/smime.c:365
-msgid "Trusted   "
-msgstr ""
-
-#: ncrypt/smime.c:368
-msgid "Verified  "
-msgstr ""
-
-#: ncrypt/smime.c:371
-msgid "Unverified"
-msgstr ""
-
-#: ncrypt/smime.c:374
-msgid "Expired   "
-msgstr ""
-
-#: ncrypt/smime.c:377
-msgid "Revoked   "
-msgstr ""
-
-#: ncrypt/smime.c:380
-msgid "Invalid   "
-msgstr ""
-
-#: ncrypt/smime.c:383
-msgid "Unknown   "
-msgstr ""
-
-#: ncrypt/smime.c:414
-#, c-format
-msgid "S/MIME certificates matching \"%s\"."
-msgstr ""
-
-#: ncrypt/smime.c:456
-msgid "ID is not trusted."
-msgstr ""
-
-#: ncrypt/smime.c:745
-msgid "Enter keyID: "
-msgstr ""
-
-#: ncrypt/smime.c:887
-#, c-format
-msgid "No (valid) certificate found for %s."
-msgstr ""
-
-#: ncrypt/smime.c:934 ncrypt/smime.c:963 ncrypt/smime.c:1027
-#: ncrypt/smime.c:1066 ncrypt/smime.c:1127 ncrypt/smime.c:1206
-msgid "Error: unable to create OpenSSL subprocess!"
-msgstr ""
-
-#: ncrypt/smime.c:1188
-msgid "Label for certificate: "
-msgstr ""
-
-#: ncrypt/smime.c:1280
-msgid "no certfile"
-msgstr ""
-
-#: ncrypt/smime.c:1283
-msgid "no mbox"
-msgstr ""
-
-#: ncrypt/smime.c:1407 ncrypt/smime.c:1555
-msgid "No output from OpenSSL..."
-msgstr ""
-
-#: ncrypt/smime.c:1474
-msgid "Can't sign: No key specified. Use Sign As."
-msgstr ""
-
-#: ncrypt/smime.c:1520
-msgid "Can't open OpenSSL subprocess!"
-msgstr ""
-
-#: ncrypt/smime.c:1703 ncrypt/smime.c:1822
-msgid ""
-"[-- End of OpenSSL output --]\n"
-"\n"
-msgstr ""
-
-#: ncrypt/smime.c:1781 ncrypt/smime.c:1793
-msgid "[-- Error: unable to create OpenSSL subprocess! --]\n"
-msgstr ""
-
-#: ncrypt/smime.c:1826
-msgid "[-- The following data is S/MIME encrypted --]\n"
-msgstr ""
-
-#: ncrypt/smime.c:1830
-msgid "[-- The following data is S/MIME signed --]\n"
-msgstr ""
-
-#: ncrypt/smime.c:1894
-msgid ""
-"\n"
-"[-- End of S/MIME encrypted data. --]\n"
-msgstr ""
-
-#: ncrypt/smime.c:1896
-msgid ""
-"\n"
-"[-- End of S/MIME signed data. --]\n"
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is on)
-#: ncrypt/smime.c:2012
-msgid "S/MIME (s)ign, encrypt (w)ith, sign (a)s, (c)lear, or (o)ppenc mode off? "
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is on)
-#: ncrypt/smime.c:2015
-msgid "swaco"
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is off)
-#: ncrypt/smime.c:2025
-msgid "S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, (c)lear, or (o)ppenc mode? "
-msgstr ""
-
-#. L10N: S/MIME options (opportunistic encryption is off)
-#: ncrypt/smime.c:2028
-msgid "eswabco"
-msgstr ""
-
-#. L10N: S/MIME options
-#: ncrypt/smime.c:2037
-msgid "S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (c)lear? "
-msgstr ""
-
-#. L10N: S/MIME options
-#: ncrypt/smime.c:2040
-msgid "eswabc"
-msgstr ""
-
-#: ncrypt/smime.c:2060
-msgid "Choose algorithm family: 1: DES, 2: RC2, 3: AES, or (c)lear? "
-msgstr ""
-
-#: ncrypt/smime.c:2063
-msgid "drac"
-msgstr ""
-
-#: ncrypt/smime.c:2066
-msgid "1: DES, 2: Triple-DES "
-msgstr ""
-
-#: ncrypt/smime.c:2066
-msgid "dt"
-msgstr ""
-
-#: ncrypt/smime.c:2079
-msgid "1: RC2-40, 2: RC2-64, 3: RC2-128 "
-msgstr ""
-
-#: ncrypt/smime.c:2079
-msgid "468"
-msgstr ""
-
-#: ncrypt/smime.c:2095
-msgid "1: AES128, 2: AES192, 3: AES256 "
-msgstr ""
-
-#: ncrypt/smime.c:2095
-msgid "895"
-msgstr ""
-
-#: newsrc.c:603
-msgid "Loading list of groups from cache..."
-msgstr ""
-
-#: newsrc.c:947
-msgid "No news server defined!"
-msgstr ""
-
-#: newsrc.c:961
-#, c-format
-msgid "%s is an invalid news server specification!"
-msgstr ""
-
-#: nntp.c:64 nntp.c:588 pop.c:967 pop_lib.c:413
-msgid "Server closed connection!"
-msgstr ""
-
-#: nntp.c:165
-msgid "Server doesn't support reader mode."
-msgstr ""
-
-#: nntp.c:576
-#, c-format
-msgid "%s authentication failed."
-msgstr ""
-
-#: nntp.c:649 nntp.c:737
-msgid "Could not switch to reader mode."
-msgstr ""
-
-#: nntp.c:663
-#, c-format
-msgid "Connected to %s. %s"
-msgstr ""
-
-#: nntp.c:664
-msgid "Posting is ok."
-msgstr ""
-
-#: nntp.c:664
-msgid "Posting is NOT ok."
-msgstr ""
-
-#: nntp.c:788
-#, c-format
-msgid "Connection to %s lost. Reconnect?"
-msgstr ""
-
-#: nntp.c:1242
-msgid "Fetching list of articles..."
-msgstr ""
-
-#: nntp.c:1458
-#, c-format
-msgid "%s is an invalid newsgroup specification!"
-msgstr ""
-
-#: nntp.c:1476
-#, c-format
-msgid "Newsgroup %s not found on the server."
-msgstr ""
-
-#: nntp.c:1497
-#, c-format
-msgid "Newsgroup %s has been removed from the server."
-msgstr ""
-
-#: nntp.c:1652
-#, c-format
-msgid "Article %d not found on the server."
-msgstr ""
-
-#: nntp.c:1746 nntp.c:1776
-#, c-format
-msgid "Can't post article: %s"
-msgstr ""
-
-#: nntp.c:1847 nntp.c:2265 pop.c:793 pop.c:860
-msgid "Checking for new messages..."
-msgstr ""
-
-#: nntp.c:2191
-#, c-format
-msgid "Loading list of groups from server %s..."
-msgstr ""
-
-#: nntp.c:2234 nntp.c:2334
-msgid "Loading descriptions..."
-msgstr ""
-
-#: nntp.c:2255
-msgid "Checking for new newsgroups..."
-msgstr ""
-
-#: nntp.c:2494
-msgid "Unable to find child articles because server does not support XPAT command."
-msgstr ""
-
-#: opcodes.h:29
-msgid "null operation"
-msgstr ""
-
-#: opcodes.h:30
-msgid "end of conditional execution (noop)"
-msgstr ""
-
-#: opcodes.h:31
-msgid "force viewing of attachment using mailcap"
-msgstr ""
-
-#: opcodes.h:32
-msgid "view attachment as text"
-msgstr ""
-
-#: opcodes.h:33
-msgid "toggle display of subparts"
-msgstr ""
-
-#: opcodes.h:34
-msgid "move to the bottom of the page"
-msgstr ""
-
-#: opcodes.h:35
-msgid "remail a message to another user"
-msgstr ""
-
-#: opcodes.h:36
-msgid "swap the current folder position with $folder if it exists"
-msgstr ""
-
-#: opcodes.h:37
-msgid "select a new file in this directory"
-msgstr ""
-
-#: opcodes.h:38
-msgid "view file"
-msgstr ""
-
-#: opcodes.h:39
-msgid "display the currently selected file's name"
-msgstr ""
-
-#: opcodes.h:40
-msgid "subscribe to current mbox (IMAP/NNTP only)"
-msgstr ""
-
-#: opcodes.h:41
-msgid "unsubscribe from current mbox (IMAP/NNTP only)"
-msgstr ""
-
-#: opcodes.h:42
-msgid "toggle view all/subscribed mailboxes (IMAP only)"
-msgstr ""
-
-#: opcodes.h:43
-msgid "list mailboxes with new mail"
-msgstr ""
-
-#: opcodes.h:44
-msgid "mark all articles in newsgroup as read"
-msgstr ""
-
-#: opcodes.h:45
-msgid "change directories"
-msgstr ""
-
-#: opcodes.h:46
-msgid "check mailboxes for new mail"
-msgstr ""
-
-#: opcodes.h:47
-msgid "attach file(s) to this message"
-msgstr ""
-
-#: opcodes.h:48
-msgid "attach message(s) to this message"
-msgstr ""
-
-#: opcodes.h:49
-msgid "attach news article(s) to this message"
-msgstr ""
-
-#: opcodes.h:50
-msgid "edit the BCC list"
-msgstr ""
-
-#: opcodes.h:51
-msgid "edit the CC list"
-msgstr ""
-
-#: opcodes.h:52
-msgid "edit attachment description"
-msgstr ""
-
-#: opcodes.h:53
-msgid "edit attachment transfer-encoding"
-msgstr ""
-
-#: opcodes.h:54
-msgid "enter a file to save a copy of this message in"
-msgstr ""
-
-#: opcodes.h:55
-msgid "edit the file to be attached"
-msgstr ""
-
-#: opcodes.h:56
-msgid "edit the from field"
-msgstr ""
-
-#: opcodes.h:57
-msgid "edit the message with headers"
-msgstr ""
-
-#: opcodes.h:58
-msgid "edit the message"
-msgstr ""
-
-#: opcodes.h:59
-msgid "edit attachment using mailcap entry"
-msgstr ""
-
-#: opcodes.h:60
-msgid "edit the newsgroups list"
-msgstr ""
-
-#: opcodes.h:61
-msgid "edit the Reply-To field"
-msgstr ""
-
-#: opcodes.h:62
-msgid "edit the Followup-To field"
-msgstr ""
-
-#: opcodes.h:63
-msgid "edit the X-Comment-To field"
-msgstr ""
-
-#: opcodes.h:64
-msgid "edit the subject of this message"
-msgstr ""
-
-#: opcodes.h:65
-msgid "edit the TO list"
-msgstr ""
-
-#: opcodes.h:66
-msgid "create a new mailbox (IMAP only)"
-msgstr ""
-
-#: opcodes.h:67
-msgid "edit attachment content type"
-msgstr ""
-
-#: opcodes.h:68
-msgid "get a temporary copy of an attachment"
-msgstr ""
-
-#: opcodes.h:69
-msgid "run ispell on the message"
-msgstr ""
-
-#: opcodes.h:70
-msgid "compose new attachment using mailcap entry"
-msgstr ""
-
-#: opcodes.h:71
-msgid "toggle recoding of this attachment"
-msgstr ""
-
-#: opcodes.h:72
-msgid "save this message to send later"
-msgstr ""
-
-#: opcodes.h:73
-msgid "send attachment with a different name"
-msgstr ""
-
-#: opcodes.h:74
-msgid "rename/move an attached file"
-msgstr ""
-
-#: opcodes.h:75
-msgid "compose a new message to the sender"
-msgstr ""
-
-#: opcodes.h:76
-msgid "send the message"
-msgstr ""
-
-#: opcodes.h:77
-msgid "toggle disposition between inline/attachment"
-msgstr ""
-
-#: opcodes.h:78
-msgid "toggle whether to delete file after sending it"
-msgstr ""
-
-#: opcodes.h:79
-msgid "update an attachment's encoding info"
-msgstr ""
-
-#: opcodes.h:80
-msgid "write the message to a folder"
-msgstr ""
-
-#: opcodes.h:81
-msgid "copy a message to a file/mailbox"
-msgstr ""
-
-#: opcodes.h:82
-msgid "create an alias from a message sender"
-msgstr ""
-
-#: opcodes.h:83
-msgid "move entry to bottom of screen"
-msgstr ""
-
-#: opcodes.h:84
-msgid "move entry to middle of screen"
-msgstr ""
-
-#: opcodes.h:85
-msgid "move entry to top of screen"
-msgstr ""
-
-#: opcodes.h:86
-msgid "make decoded (text/plain) copy"
-msgstr ""
-
-#: opcodes.h:87
-msgid "make decoded copy (text/plain) and delete"
-msgstr ""
-
-#: opcodes.h:88
-msgid "delete the current entry"
-msgstr ""
-
-#: opcodes.h:89
-msgid "delete the current mailbox (IMAP only)"
-msgstr ""
-
-#: opcodes.h:90
-msgid "delete all messages in subthread"
-msgstr ""
-
-#: opcodes.h:91
-msgid "delete all messages in thread"
-msgstr ""
-
-#: opcodes.h:92
-msgid "display full address of sender"
-msgstr ""
-
-#: opcodes.h:93
-msgid "display message and toggle header weeding"
-msgstr ""
-
-#: opcodes.h:94
-msgid "display a message"
-msgstr ""
-
-#: opcodes.h:95
-msgid "add, change, or delete a message's label"
-msgstr ""
-
-#: opcodes.h:96
-msgid "edit the raw message"
-msgstr ""
-
-#: opcodes.h:97
-msgid "delete the char in front of the cursor"
-msgstr ""
-
-#: opcodes.h:98
-msgid "move the cursor one character to the left"
-msgstr ""
-
-#: opcodes.h:99
-msgid "move the cursor to the beginning of the word"
-msgstr ""
-
-#: opcodes.h:100
-msgid "jump to the beginning of the line"
-msgstr ""
-
-#: opcodes.h:101
-msgid "cycle among incoming mailboxes"
-msgstr ""
-
-#: opcodes.h:102
-msgid "complete filename or alias"
-msgstr ""
-
-#: opcodes.h:103
-msgid "complete address with query"
-msgstr ""
-
-#: opcodes.h:104
-msgid "delete the char under the cursor"
-msgstr ""
-
-#: opcodes.h:105
-msgid "jump to the end of the line"
-msgstr ""
-
-#: opcodes.h:106
-msgid "move the cursor one character to the right"
-msgstr ""
-
-#: opcodes.h:107
-msgid "move the cursor to the end of the word"
-msgstr ""
-
-#: opcodes.h:108
-msgid "scroll down through the history list"
-msgstr ""
-
-#: opcodes.h:109
-msgid "scroll up through the history list"
-msgstr ""
-
-#: opcodes.h:110
-msgid "delete chars from cursor to end of line"
-msgstr ""
-
-#: opcodes.h:111
-msgid "delete chars from the cursor to the end of the word"
-msgstr ""
-
-#: opcodes.h:112
-msgid "delete all chars on the line"
-msgstr ""
-
-#: opcodes.h:113
-msgid "delete the word in front of the cursor"
-msgstr ""
-
-#: opcodes.h:114
-msgid "quote the next typed key"
-msgstr ""
-
-#: opcodes.h:115
-msgid "transpose character under cursor with previous"
-msgstr ""
-
-#: opcodes.h:116
-msgid "capitalize the word"
-msgstr ""
-
-#: opcodes.h:117
-msgid "convert the word to lower case"
-msgstr ""
-
-#: opcodes.h:118
-msgid "convert the word to upper case"
-msgstr ""
-
-#: opcodes.h:119
-msgid "enter a neomuttrc command"
-msgstr ""
-
-#: opcodes.h:120
-msgid "enter a file mask"
-msgstr ""
-
-#: opcodes.h:121
-msgid "exit this menu"
-msgstr ""
-
-#: opcodes.h:122
-msgid "filter attachment through a shell command"
-msgstr ""
-
-#: opcodes.h:123
-msgid "move to the first entry"
-msgstr ""
-
-#: opcodes.h:124
-msgid "toggle a message's 'important' flag"
-msgstr ""
-
-#: opcodes.h:125
-msgid "followup to newsgroup"
-msgstr ""
-
-#: opcodes.h:126
-msgid "forward to newsgroup"
-msgstr ""
-
-#: opcodes.h:127
-msgid "forward a message with comments"
-msgstr ""
-
-#: opcodes.h:128
-msgid "select the current entry"
-msgstr ""
-
-#: opcodes.h:129
-msgid "get all children of the current message"
-msgstr ""
-
-#: opcodes.h:130
-msgid "get message with Message-Id"
-msgstr ""
-
-#: opcodes.h:131
-msgid "get parent of the current message"
-msgstr ""
-
-#: opcodes.h:132
-msgid "reply to all recipients"
-msgstr ""
-
-#: opcodes.h:133
-msgid "scroll down 1/2 page"
-msgstr ""
-
-#: opcodes.h:134
-msgid "scroll up 1/2 page"
-msgstr ""
-
-#: opcodes.h:135
-msgid "this screen"
-msgstr ""
-
-#: opcodes.h:136
-msgid "jump to an index number"
-msgstr ""
-
-#: opcodes.h:137
-msgid "move to the last entry"
-msgstr ""
-
-#: opcodes.h:138
-msgid "reply to specified mailing list"
-msgstr ""
-
-#: opcodes.h:139
-msgid "load list of all newsgroups from NNTP server"
-msgstr ""
-
-#: opcodes.h:140
-msgid "execute a macro"
-msgstr ""
-
-#: opcodes.h:141
-msgid "compose a new mail message"
-msgstr ""
-
-#: opcodes.h:142
-msgid "break the thread in two"
-msgstr ""
-
-#: opcodes.h:143
-msgid "open a different folder"
-msgstr ""
-
-#: opcodes.h:144
-msgid "open a different folder in read only mode"
-msgstr ""
-
-#: opcodes.h:145
-msgid "open a different newsgroup"
-msgstr ""
-
-#: opcodes.h:146
-msgid "open a different newsgroup in read only mode"
-msgstr ""
-
-#: opcodes.h:147
-msgid "clear a status flag from a message"
-msgstr ""
-
-#: opcodes.h:148
-msgid "delete messages matching a pattern"
-msgstr ""
-
-#: opcodes.h:149
-msgid "force retrieval of mail from IMAP server"
-msgstr ""
-
-#: opcodes.h:150
-msgid "logout from all IMAP servers"
-msgstr ""
-
-#: opcodes.h:151
-msgid "retrieve mail from POP server"
-msgstr ""
-
-#: opcodes.h:152
-msgid "show only messages matching a pattern"
-msgstr ""
-
-#: opcodes.h:153
-msgid "link tagged message to the current one"
-msgstr ""
-
-#: opcodes.h:154
-msgid "open next mailbox with new mail"
-msgstr ""
-
-#: opcodes.h:155
-msgid "jump to the next new message"
-msgstr ""
-
-#: opcodes.h:156
-msgid "jump to the next new or unread message"
-msgstr ""
-
-#: opcodes.h:157
-msgid "jump to the next subthread"
-msgstr ""
-
-#: opcodes.h:158
-msgid "jump to the next thread"
-msgstr ""
-
-#: opcodes.h:159
-msgid "move to the next undeleted message"
-msgstr ""
-
-#: opcodes.h:160
-msgid "jump to the next unread message"
-msgstr ""
-
-#: opcodes.h:161
-msgid "jump to parent message in thread"
-msgstr ""
-
-#: opcodes.h:162
-msgid "jump to previous thread"
-msgstr ""
-
-#: opcodes.h:163
-msgid "jump to previous subthread"
-msgstr ""
-
-#: opcodes.h:164
-msgid "move to the previous undeleted message"
-msgstr ""
-
-#: opcodes.h:165
-msgid "jump to the previous new message"
-msgstr ""
-
-#: opcodes.h:166
-msgid "jump to the previous new or unread message"
-msgstr ""
-
-#: opcodes.h:167
-msgid "jump to the previous unread message"
-msgstr ""
-
-#: opcodes.h:168
-msgid "mark the current thread as read"
-msgstr ""
-
-#: opcodes.h:169
-msgid "mark the current subthread as read"
-msgstr ""
-
-#: opcodes.h:170
-msgid "jump to root message in thread"
-msgstr ""
-
-#: opcodes.h:171
-msgid "set a status flag on a message"
-msgstr ""
-
-#: opcodes.h:172
-msgid "save changes to mailbox"
-msgstr ""
-
-#: opcodes.h:173
-msgid "tag messages matching a pattern"
-msgstr ""
-
-#: opcodes.h:174
-msgid "delete from NeoMutt, don't touch on disk"
-msgstr ""
-
-#: opcodes.h:175
-msgid "undelete messages matching a pattern"
-msgstr ""
-
-#: opcodes.h:176
-msgid "untag messages matching a pattern"
-msgstr ""
-
-#: opcodes.h:177
-msgid "create a hotkey macro for the current message"
-msgstr ""
-
-#: opcodes.h:178
-msgid "move to the middle of the page"
-msgstr ""
-
-#: opcodes.h:179
-msgid "move to the next entry"
-msgstr ""
-
-#: opcodes.h:180
-msgid "scroll down one line"
-msgstr ""
-
-#: opcodes.h:181
-msgid "move to the next page"
-msgstr ""
-
-#: opcodes.h:182
-msgid "jump to the bottom of the message"
-msgstr ""
-
-#: opcodes.h:183
-msgid "toggle display of quoted text"
-msgstr ""
-
-#: opcodes.h:184
-msgid "skip beyond quoted text"
-msgstr ""
-
-#: opcodes.h:185
-msgid "jump to the top of the message"
-msgstr ""
-
-#: opcodes.h:186
-msgid "pipe message/attachment to a shell command"
-msgstr ""
-
-#: opcodes.h:187
-msgid "post message to newsgroup"
-msgstr ""
-
-#: opcodes.h:188
-msgid "move to the previous entry"
-msgstr ""
-
-#: opcodes.h:189
-msgid "scroll up one line"
-msgstr ""
-
-#: opcodes.h:190
-msgid "move to the previous page"
-msgstr ""
-
-#: opcodes.h:191
-msgid "print the current entry"
-msgstr ""
-
-#: opcodes.h:192
-msgid "delete the current entry, bypassing the trash folder"
-msgstr ""
-
-#: opcodes.h:193
-msgid "delete the current thread, bypassing the trash folder"
-msgstr ""
-
-#: opcodes.h:194
-msgid "query external program for addresses"
-msgstr ""
-
-#: opcodes.h:195
-msgid "append new query results to current results"
-msgstr ""
-
-#: opcodes.h:196
-msgid "save changes to mailbox and quit"
-msgstr ""
-
-#: opcodes.h:197
-msgid "recall a postponed message"
-msgstr ""
-
-#: opcodes.h:198
-msgid "reconstruct thread containing current message"
-msgstr ""
-
-#: opcodes.h:199
-msgid "clear and redraw the screen"
-msgstr ""
-
-#: opcodes.h:200
-msgid "{internal}"
-msgstr ""
-
-#: opcodes.h:201
-msgid "rename the current mailbox (IMAP only)"
-msgstr ""
-
-#: opcodes.h:202
-msgid "reply to a message"
-msgstr ""
-
-#: opcodes.h:203
-msgid "use the current message as a template for a new one"
-msgstr ""
-
-#: opcodes.h:204
-msgid "save message/attachment to a mailbox/file"
-msgstr ""
-
-#: opcodes.h:205
-msgid "search for a regular expression"
-msgstr ""
-
-#: opcodes.h:206
-msgid "search backwards for a regular expression"
-msgstr ""
-
-#: opcodes.h:207
-msgid "search for next match"
-msgstr ""
-
-#: opcodes.h:208
-msgid "search for next match in opposite direction"
-msgstr ""
-
-#: opcodes.h:209
-msgid "toggle search pattern coloring"
-msgstr ""
-
-#: opcodes.h:210
-msgid "invoke a command in a subshell"
-msgstr ""
-
-#: opcodes.h:211
-msgid "sort messages"
-msgstr ""
-
-#: opcodes.h:212
-msgid "sort messages in reverse order"
-msgstr ""
-
-#: opcodes.h:213
-msgid "subscribe to newsgroups matching a pattern"
-msgstr ""
-
-#: opcodes.h:214
-msgid "tag the current entry"
-msgstr ""
-
-#: opcodes.h:215
-msgid "apply next function to tagged messages"
-msgstr ""
-
-#: opcodes.h:216
-msgid "apply next function ONLY to tagged messages"
-msgstr ""
-
-#: opcodes.h:217
-msgid "tag the current subthread"
-msgstr ""
-
-#: opcodes.h:218
-msgid "tag the current thread"
-msgstr ""
-
-#: opcodes.h:219
-msgid "toggle a message's 'new' flag"
-msgstr ""
-
-#: opcodes.h:220
-msgid "toggle view of read messages"
-msgstr ""
-
-#: opcodes.h:221
-msgid "toggle whether the mailbox will be rewritten"
-msgstr ""
-
-#: opcodes.h:222
-msgid "toggle whether to browse mailboxes or all files"
-msgstr ""
-
-#: opcodes.h:223
-msgid "move to the top of the page"
-msgstr ""
-
-#: opcodes.h:224
-msgid "mark all articles in newsgroup as unread"
-msgstr ""
-
-#: opcodes.h:225
-msgid "undelete the current entry"
-msgstr ""
-
-#: opcodes.h:226
-msgid "undelete all messages in thread"
-msgstr ""
-
-#: opcodes.h:227
-msgid "undelete all messages in subthread"
-msgstr ""
-
-#: opcodes.h:228
-msgid "unsubscribe from newsgroups matching a pattern"
-msgstr ""
-
-#: opcodes.h:229
-msgid "show the NeoMutt version number and date"
-msgstr ""
-
-#: opcodes.h:230
-msgid "view attachment using mailcap entry if necessary"
-msgstr ""
-
-#: opcodes.h:231
-msgid "show MIME attachments"
-msgstr ""
-
-#: opcodes.h:232
-msgid "display the keycode for a key press"
-msgstr ""
-
-#: opcodes.h:233
-msgid "limit view to current thread"
-msgstr ""
-
-#: opcodes.h:234
-msgid "show currently active limit pattern"
-msgstr ""
-
-#: opcodes.h:235
-msgid "collapse/uncollapse current thread"
-msgstr ""
-
-#: opcodes.h:236
-msgid "collapse/uncollapse all threads"
-msgstr ""
-
-#: opcodes.h:237
-msgid "modify (notmuch/imap) tags"
-msgstr ""
-
-#: opcodes.h:238
-msgid "modify (notmuch/imap) tags and then hide message"
-msgstr ""
-
-#: opcodes.h:241
-msgid "make decrypted copy and delete"
-msgstr ""
-
-#: opcodes.h:242
-msgid "make decrypted copy"
-msgstr ""
-
-#: opcodes.h:243
-msgid "wipe passphrase(s) from memory"
-msgstr ""
-
-#: opcodes.h:244
-msgid "extract supported public keys"
-msgstr ""
-
-#: opcodes.h:248
-msgid "accept the chain constructed"
-msgstr ""
-
-#: opcodes.h:249
-msgid "append a remailer to the chain"
-msgstr ""
-
-#: opcodes.h:250
-msgid "insert a remailer into the chain"
-msgstr ""
-
-#: opcodes.h:251
-msgid "delete a remailer from the chain"
-msgstr ""
-
-#: opcodes.h:252
-msgid "select the previous element of the chain"
-msgstr ""
-
-#: opcodes.h:253
-msgid "select the next element of the chain"
-msgstr ""
-
-#: opcodes.h:254
-msgid "send the message through a mixmaster remailer chain"
-msgstr ""
-
-#: opcodes.h:261
-msgid "open a different virtual folder"
-msgstr ""
-
-#: opcodes.h:262
-msgid "generate virtual folder from query"
-msgstr ""
-
-#: opcodes.h:263
-msgid "shifts virtual folder time window forwards"
-msgstr ""
-
-#: opcodes.h:264
-msgid "shifts virtual folder time window backwards"
-msgstr ""
-
-#: opcodes.h:265
-msgid "read entire thread of the current message"
-msgstr ""
-
-#: opcodes.h:271
-msgid "attach a PGP public key"
-msgstr ""
-
-#: opcodes.h:272
-msgid "show PGP options"
-msgstr ""
-
-#: opcodes.h:273
-msgid "mail a PGP public key"
-msgstr ""
-
-#: opcodes.h:274
-msgid "verify a PGP public key"
-msgstr ""
-
-#: opcodes.h:275
-msgid "view the key's user id"
-msgstr ""
-
-#: opcodes.h:276
-msgid "check for classic PGP"
-msgstr ""
-
-#: opcodes.h:279
-msgid "move the highlight to next mailbox"
-msgstr ""
-
-#: opcodes.h:280
-msgid "move the highlight to next mailbox with new mail"
-msgstr ""
-
-#: opcodes.h:281
-msgid "open highlighted mailbox"
-msgstr ""
-
-#: opcodes.h:282
-msgid "scroll the sidebar down 1 page"
-msgstr ""
-
-#: opcodes.h:283
-msgid "scroll the sidebar up 1 page"
-msgstr ""
-
-#: opcodes.h:284
-msgid "move the highlight to previous mailbox"
-msgstr ""
-
-#: opcodes.h:285
-msgid "move the highlight to previous mailbox with new mail"
-msgstr ""
-
-#: opcodes.h:286
-msgid "toggle between mailboxes and virtual mailboxes"
-msgstr ""
-
-#: opcodes.h:287
-msgid "make the sidebar (in)visible"
-msgstr ""
-
-#: opcodes.h:290
-msgid "show S/MIME options"
-msgstr ""
-
-#: pager.c:1670
-msgid "PrevPg"
-msgstr ""
-
-#: pager.c:1670
-msgid "NextPg"
-msgstr ""
-
-#: pager.c:1673
-msgid "View Attachm."
-msgstr ""
-
-#: pager.c:1676 pager.c:1685
-msgid "Next"
-msgstr ""
-
-#: pager.c:2307 pager.c:2338 pager.c:2372 pager.c:2682
-msgid "Bottom of message is shown."
-msgstr ""
-
-#: pager.c:2324 pager.c:2345 pager.c:2352 pager.c:2360
-msgid "Top of message is shown."
-msgstr ""
-
-#: pager.c:2598
-msgid "Help is currently being shown."
-msgstr ""
-
-#: pager.c:2646
-msgid "No more quoted text."
-msgstr ""
-
-#: pager.c:2661
-msgid "No more unquoted text after quoted text."
-msgstr ""
-
-#: parse.c:588
-msgid "multipart message has no boundary parameter!"
-msgstr ""
-
-#: pattern.c:93 pattern.c:414
-#, c-format
-msgid "Error in expression: %s"
-msgstr ""
-
-#: pattern.c:98 pattern.c:419
-msgid "Empty expression"
-msgstr ""
-
-#: pattern.c:177
-#, c-format
-msgid "Invalid day of month: %s"
-msgstr ""
-
-#: pattern.c:191
-#, c-format
-msgid "Invalid month: %s"
-msgstr ""
-
-#: pattern.c:372
-#, c-format
-msgid "Invalid relative date: %s"
-msgstr ""
-
-#: pattern.c:660 pattern.c:767
-msgid "No current message"
-msgstr ""
-
-#: pattern.c:788
-msgid "No Context"
-msgstr ""
-
-#: pattern.c:955
-msgid "Error opening memstream"
-msgstr ""
-
-#: pattern.c:1002
-msgid "Error re-opening memstream"
-msgstr ""
-
-#: pattern.c:1011
-msgid "Error opening /dev/null"
-msgstr ""
-
-#: pattern.c:1173 pattern.c:1341
-#, c-format
-msgid "error in pattern at: %s"
-msgstr ""
-
-#: pattern.c:1200
-#, c-format
-msgid "missing pattern: %s"
-msgstr ""
-
-#: pattern.c:1219
-#, c-format
-msgid "mismatched brackets: %s"
-msgstr ""
-
-#: pattern.c:1279
-#, c-format
-msgid "%c: invalid pattern modifier"
-msgstr ""
-
-#: pattern.c:1285
-#, c-format
-msgid "%c: not supported in this mode"
-msgstr ""
-
-#: pattern.c:1298
-msgid "missing parameter"
-msgstr ""
-
-#: pattern.c:1314
-#, c-format
-msgid "mismatched parenthesis: %s"
-msgstr ""
-
-#: pattern.c:1348
-msgid "empty pattern"
-msgstr ""
-
-#: pattern.c:1609 pattern.c:1612
-msgid "error: server custom search only supported with IMAP."
-msgstr ""
-
-#: pattern.c:1744
-#, c-format
-msgid "error: unknown op %d (report this error)."
-msgstr ""
-
-#: pattern.c:1892 pattern.c:2034
-msgid "Compiling search pattern..."
-msgstr ""
-
-#: pattern.c:1913
-msgid "Executing command on matching messages..."
-msgstr ""
-
-#: pattern.c:1981
-msgid "No messages matched criteria."
-msgstr ""
-
-#: pattern.c:2064
-msgid "Searching..."
-msgstr ""
-
-#: pattern.c:2077
-msgid "Search hit bottom without finding match"
-msgstr ""
-
-#: pattern.c:2088
-msgid "Search hit top without finding match"
-msgstr ""
-
-#: pattern.c:2121
-msgid "Search interrupted."
-msgstr ""
-
-#: pop.c:120 pop_lib.c:243
-msgid "Command TOP is not supported by server."
-msgstr ""
-
-#: pop.c:147
-msgid "Can't write header to temporary file!"
-msgstr ""
-
-#: pop.c:295 pop_lib.c:245
-msgid "Command UIDL is not supported by server."
-msgstr ""
-
-#: pop.c:315
-#, c-format
-msgid "%d messages have been lost. Try reopening the mailbox."
-msgstr ""
-
-#: pop.c:431 pop.c:840
-#, c-format
-msgid "%s is an invalid POP path"
-msgstr ""
-
-#: pop.c:475
-msgid "Fetching list of messages..."
-msgstr ""
-
-#: pop.c:638
-msgid "Can't write message to temporary file!"
-msgstr ""
-
-#: pop.c:713
-msgid "Marking messages deleted..."
-msgstr ""
-
-#: pop.c:824
-msgid "POP host is not defined."
-msgstr ""
-
-#: pop.c:888
-msgid "No new mail in POP mailbox."
-msgstr ""
-
-#: pop.c:896
-msgid "Delete messages from server?"
-msgstr ""
-
-#: pop.c:898
-#, c-format
-msgid "Reading new messages (%d bytes)..."
-msgstr ""
-
-#: pop.c:940
-msgid "Error while writing mailbox!"
-msgstr ""
-
-#: pop.c:944
-#, c-format
-msgid "%s [%d of %d messages read]"
-msgstr ""
-
-#: pop_auth.c:90
-msgid "Authenticating (SASL)..."
-msgstr ""
-
-#: pop_auth.c:226
-msgid "POP timestamp is invalid!"
-msgstr ""
-
-#: pop_auth.c:231
-msgid "Authenticating (APOP)..."
-msgstr ""
-
-#: pop_auth.c:254
-msgid "APOP authentication failed."
-msgstr ""
-
-#: pop_auth.c:291
-msgid "Command USER is not supported by server."
-msgstr ""
-
-#: pop_lib.c:73
-#, c-format
-msgid "Invalid POP URL: %s\n"
-msgstr ""
-
-#: pop_lib.c:241
-msgid "Unable to leave messages on server."
-msgstr ""
-
-#: pop_lib.c:272
-#, c-format
-msgid "Error connecting to server: %s"
-msgstr ""
-
-#: pop_lib.c:430
-msgid "Closing connection to POP server..."
-msgstr ""
-
-#: pop_lib.c:628
-msgid "Verifying message indexes..."
-msgstr ""
-
-#: pop_lib.c:650
-msgid "Connection lost. Reconnect to POP server?"
-msgstr ""
-
-#: postpone.c:194
-msgid "Postponed Messages"
-msgstr ""
-
-#: postpone.c:274 postpone.c:283
-msgid "No postponed messages."
-msgstr ""
-
-#: postpone.c:436 postpone.c:457 postpone.c:490
-msgid "Illegal crypto header"
-msgstr ""
-
-#: postpone.c:476
-msgid "Illegal S/MIME header"
-msgstr ""
-
-#: postpone.c:573
-msgid "Decrypting message..."
-msgstr ""
-
-#: postpone.c:580
-msgid "Decryption failed."
-msgstr ""
-
-#: query.c:74
-msgid "New Query"
-msgstr ""
-
-#: query.c:75
-msgid "Make Alias"
-msgstr ""
-
-#: query.c:76
-msgid "Search"
-msgstr ""
-
-#: query.c:135
-msgid "Waiting for response..."
-msgstr ""
-
-#: query.c:288 query.c:321
-msgid "Query: "
-msgstr ""
-
-#: query.c:296 query.c:330
-#, c-format
-msgid "Query '%s'"
-msgstr ""
-
-#: query.c:509 query.c:538
-msgid "Query command not defined."
-msgstr ""
-
-#: recvattach.c:72
-msgid "Pipe"
-msgstr ""
-
-#: recvattach.c:73
-msgid "Print"
-msgstr ""
-
-#: recvattach.c:494
-msgid "Saving..."
-msgstr ""
-
-#: recvattach.c:498 recvattach.c:592
-msgid "Attachment saved."
-msgstr ""
-
-#: recvattach.c:603
-#, c-format
-msgid "WARNING!  You are about to overwrite %s, continue?"
-msgstr ""
-
-#: recvattach.c:621
-msgid "Attachment filtered."
-msgstr ""
-
-#: recvattach.c:695
-msgid "Filter through: "
-msgstr ""
-
-#: recvattach.c:695
-msgid "Pipe to: "
-msgstr ""
-
-#: recvattach.c:733
-#, c-format
-msgid "I don't know how to print %s attachments!"
-msgstr ""
-
-#: recvattach.c:800
-msgid "Print tagged attachment(s)?"
-msgstr ""
-
-#: recvattach.c:801
-msgid "Print attachment?"
-msgstr ""
-
-#: recvattach.c:861
-msgid "Structural changes to decrypted attachments are not supported"
-msgstr ""
-
-#: recvattach.c:1008
-msgid "Can't decrypt encrypted message!"
-msgstr ""
-
-#: recvattach.c:1133
-msgid "Attachments"
-msgstr ""
-
-#: recvattach.c:1171
-msgid "There are no subparts to show!"
-msgstr ""
-
-#: recvattach.c:1225
-msgid "Can't delete attachment from POP server."
-msgstr ""
-
-#: recvattach.c:1234
-msgid "Can't delete attachment from news server."
-msgstr ""
-
-#: recvattach.c:1241
-msgid "Deletion of attachments from encrypted messages is unsupported."
-msgstr ""
-
-#: recvattach.c:1247
-msgid "Deletion of attachments from signed messages may invalidate the signature."
-msgstr ""
-
-#: recvattach.c:1265 recvattach.c:1282
-msgid "Only deletion of multipart attachments is supported."
-msgstr ""
-
-#: recvcmd.c:55
-msgid "You may only bounce message/rfc822 parts."
-msgstr ""
-
-#: recvcmd.c:234
-msgid "Error bouncing message!"
-msgstr ""
-
-#: recvcmd.c:235
-msgid "Error bouncing messages!"
-msgstr ""
-
-#: recvcmd.c:422
-#, c-format
-msgid "Can't open temporary file %s."
-msgstr ""
-
-#: recvcmd.c:451
-msgid "Forward as attachments?"
-msgstr ""
-
-#: recvcmd.c:464
-msgid "Can't decode all tagged attachments.  MIME-forward the others?"
-msgstr ""
-
-#: recvcmd.c:586
-msgid "Forward MIME encapsulated?"
-msgstr ""
-
-#: recvcmd.c:593 recvcmd.c:854
-#, c-format
-msgid "Can't create %s."
-msgstr ""
-
-#: recvcmd.c:713
-msgid "Can't find any tagged messages."
-msgstr ""
-
-#: recvcmd.c:745 send.c:820
-msgid "No mailing lists found!"
-msgstr ""
-
-#: recvcmd.c:832
-msgid "Can't decode all tagged attachments.  MIME-encapsulate the others?"
-msgstr ""
-
-#: remailer.c:159
-msgid "<random>"
-msgstr ""
-
-#: remailer.c:449
-msgid "Append"
-msgstr ""
-
-#: remailer.c:449
-msgid "Insert"
-msgstr ""
-
-#: remailer.c:450
-msgid "Delete"
-msgstr ""
-
-#: remailer.c:451
-msgid "OK"
-msgstr ""
-
-#: remailer.c:475
-msgid "Can't get mixmaster's type2.list!"
-msgstr ""
-
-#: remailer.c:501
-msgid "Select a remailer chain."
-msgstr ""
-
-#: remailer.c:562
-#, c-format
-msgid "Error: %s can't be used as the final remailer of a chain."
-msgstr ""
-
-#: remailer.c:592
-#, c-format
-msgid "Mixmaster chains are limited to %d elements."
-msgstr ""
-
-#: remailer.c:614
-msgid "The remailer chain is already empty."
-msgstr ""
-
-#: remailer.c:624
-msgid "You already have the first chain element selected."
-msgstr ""
-
-#: remailer.c:634
-msgid "You already have the last chain element selected."
-msgstr ""
-
-#: remailer.c:675
-msgid "Mixmaster doesn't accept Cc or Bcc headers."
-msgstr ""
-
-#: remailer.c:698
-msgid "Please set the hostname variable to a proper value when using mixmaster!"
-msgstr ""
-
-#: remailer.c:735
-#, c-format
-msgid "Error sending message, child exited %d.\n"
-msgstr ""
-
-#: remailer.c:739
-msgid "Error sending message."
-msgstr ""
-
-#: rfc1524.c:171
-#, c-format
-msgid "Improperly formatted entry for type %s in \"%s\" line %d"
-msgstr ""
-
-#: rfc1524.c:413
-msgid "No mailcap path specified"
-msgstr ""
-
-#: rfc1524.c:441
-#, c-format
-msgid "mailcap entry for type %s not found"
-msgstr ""
-
-#: score.c:88
-msgid "score: too few arguments"
-msgstr ""
-
-#: score.c:97
-msgid "score: too many arguments"
-msgstr ""
-
-#: score.c:136
-msgid "Error: score: invalid number"
-msgstr ""
-
-#: send.c:326
-msgid "No subject, abort?"
-msgstr ""
-
-#: send.c:328
-msgid "No subject, aborting."
-msgstr ""
-
-#. L10N:
-#. Asks whether the user respects the reply-to header.
-#. If she says no, neomutt will reply to the from header's address instead.
-#: send.c:581
-#, c-format
-msgid "Reply to %s%s?"
-msgstr ""
-
-#: send.c:614
-#, c-format
-msgid "Follow-up to %s%s?"
-msgstr ""
-
-#: send.c:783
-msgid "No tagged messages are visible!"
-msgstr ""
-
-#: send.c:856
-msgid "Include message in reply?"
-msgstr ""
-
-#: send.c:861
-msgid "Including quoted message..."
-msgstr ""
-
-#: send.c:871
-msgid "Could not include all requested messages!"
-msgstr ""
-
-#: send.c:884
-msgid "Forward as attachment?"
-msgstr ""
-
-#: send.c:888
-msgid "Preparing forwarded message..."
-msgstr ""
-
-#: send.c:1346
-msgid "Recall postponed message?"
-msgstr ""
-
-#: send.c:1641
-msgid "Edit forwarded message?"
-msgstr ""
-
-#: send.c:1692
-msgid "Abort unmodified message?"
-msgstr ""
-
-#: send.c:1694
-msgid "Aborted unmodified message."
-msgstr ""
-
-#: send.c:1829
-msgid "Article not posted."
-msgstr ""
-
-#: send.c:1896
-msgid "Message postponed."
-msgstr ""
-
-#: send.c:1910
-msgid "No recipients are specified!"
-msgstr ""
-
-#: send.c:1915
-msgid "No recipients were specified."
-msgstr ""
-
-#: send.c:1932
-msgid "No subject, abort sending?"
-msgstr ""
-
-#: send.c:1936 send.c:1942
-msgid "No subject specified."
-msgstr ""
-
-#: send.c:1948
-msgid "No newsgroup specified."
-msgstr ""
-
-#: send.c:1956
-msgid "No attachments, cancel sending?"
-msgstr ""
-
-#: send.c:1962
-msgid "Message contains text matching \"$attach_keyword\". Not sending."
-msgstr ""
-
-#: send.c:2023 smtp.c:194
-msgid "Sending message..."
-msgstr ""
-
-#: send.c:2055
-msgid "Save attachments in Fcc?"
-msgstr ""
-
-#: send.c:2162
-msgid "Could not send the message."
-msgstr ""
-
-#: send.c:2168
-msgid "Sending in background."
-msgstr ""
-
-#: send.c:2169
-msgid "Article posted."
-msgstr ""
-
-#: send.c:2170
-msgid "Mail sent."
-msgstr ""
-
-#: sendlib.c:442
-msgid "No boundary parameter found! [report this error]"
-msgstr ""
-
-#: sendlib.c:471
-#, c-format
-msgid "%s no longer exists!"
-msgstr ""
-
-#: sendlib.c:919
-#, c-format
-msgid "%s isn't a regular file."
-msgstr ""
-
-#: sendlib.c:1090
-msgid "Could not find any mime.types file."
-msgstr ""
-
-#: sendlib.c:1169
-#, c-format
-msgid "Could not open %s"
-msgstr ""
-
-#: sendlib.c:2519
-msgid "$sendmail must be set in order to send mail."
-msgstr ""
-
-#: sendlib.c:2626
-#, c-format
-msgid "Error sending message, child exited %d (%s)."
-msgstr ""
-
-#: sendlib.c:2632
-msgid "Output of the delivery process"
-msgstr ""
-
-#: sendlib.c:2816
-#, c-format
-msgid "Bad IDN %s while preparing resent-from."
-msgstr ""
-
-#: signal.c:53
-#, c-format
-msgid "%s...  Exiting.\n"
-msgstr ""
-
-#: signal.c:55 signal.c:57
-#, c-format
-msgid "Caught %s...  Exiting.\n"
-msgstr ""
-
-#: signal.c:59
-#, c-format
-msgid "Caught signal %d...  Exiting.\n"
-msgstr ""
-
-#: smtp.c:146
-#, c-format
-msgid "SMTP session failed: %s"
-msgstr ""
-
-#: smtp.c:189
-#, c-format
-msgid "SMTP session failed: unable to open %s"
-msgstr ""
-
-#: smtp.c:299
-#, c-format
-msgid "Invalid SMTP URL: %s"
-msgstr ""
-
-#: smtp.c:488
-#, c-format
-msgid "%s authentication failed, trying next method"
-msgstr ""
-
-#: smtp.c:505 smtp.c:525
-msgid "SASL authentication failed"
-msgstr ""
-
-#: smtp.c:622
-msgid "SMTP server does not support authentication"
-msgstr ""
-
-#: smtp.c:655
-msgid "No from address given"
-msgstr ""
-
-#: smtp.c:714
-msgid "SMTP session failed: read error"
-msgstr ""
-
-#: smtp.c:716
-msgid "SMTP session failed: write error"
-msgstr ""
-
-#: smtp.c:718
-msgid "Invalid server response"
-msgstr ""
-
-#: sort.c:323
-msgid "Sorting mailbox..."
-msgstr ""
-
-#: sort.c:360
-msgid "Could not find sorting function! [report this bug]"
-msgstr ""
-
-#: status.c:130
-msgid "(no mailbox)"
-msgstr ""
-
-#: thread.c:1139
-msgid "Parent message is not available."
-msgstr ""
-
-#: thread.c:1145
-msgid "Root message is not visible in this limited view."
-msgstr ""
-
-#: thread.c:1147
-msgid "Parent message is not visible in this limited view."
-msgstr ""
-
-#: version.c:51
-msgid ""
-"Copyright (C) 1996-2016 Michael R. Elkins <me@mutt.org>\n"
-"Copyright (C) 1996-2002 Brandon Long <blong@fiction.net>\n"
-"Copyright (C) 1997-2009 Thomas Roessler <roessler@does-not-exist.org>\n"
-"Copyright (C) 1998-2005 Werner Koch <wk@isil.d.shuttle.de>\n"
-"Copyright (C) 1999-2014 Brendan Cully <brendan@kublai.com>\n"
-"Copyright (C) 1999-2002 Tommi Komulainen <Tommi.Komulainen@iki.fi>\n"
-"Copyright (C) 2000-2004 Edmund Grimley Evans <edmundo@rano.org>\n"
-"Copyright (C) 2006-2009 Rocco Rutte <pdmef@gmx.net>\n"
-"Copyright (C) 2014-2016 Kevin J. McCarthy <kevin@8t8.us>\n"
-"Copyright (C) 2015-2017 Richard Russon <rich@flatcap.org>\n"
-"\n"
-"Many others not mentioned here contributed code, fixes,\n"
-"and suggestions.\n"
-msgstr ""
-
-#: version.c:66
-msgid ""
-"    This program is free software; you can redistribute it and/or modify\n"
-"    it under the terms of the GNU General Public License as published by\n"
-"    the Free Software Foundation; either version 2 of the License, or\n"
-"    (at your option) any later version.\n"
-"\n"
-"    This program is distributed in the hope that it will be useful,\n"
-"    but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"
-"    GNU General Public License for more details.\n"
-msgstr ""
-
-#: version.c:77
-msgid ""
-"    You should have received a copy of the GNU General Public License\n"
-"    along with this program; if not, write to the Free Software\n"
-"    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n"
-msgstr ""
-
-#: version.c:83
-msgid ""
-"To learn more about NeoMutt, visit: http://www.neomutt.org/\n"
-"If you find a bug in NeoMutt, please raise an issue at:\n"
-"    https://github.com/neomutt/neomutt/issues\n"
-"or send an email to: <neomutt-devel@neomutt.org>\n"
-msgstr ""
-
-#: version.c:90
-msgid ""
-"Copyright (C) 1996-2016 Michael R. Elkins and others.\n"
-"NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type `neomutt -vv'.\n"
-"NeoMutt is free software, and you are welcome to redistribute it\n"
-"under certain conditions; type `neomutt -vv' for details.\n"
-msgstr ""
-
-#: version.c:410
-msgid ""
-"\n"
-"Default options:"
-msgstr ""
-
-#: version.c:413
-msgid ""
-"\n"
-"Compile options:"
-msgstr ""