From 0982de6472f879378cfc072142bff6b047d25843 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sat, 15 Apr 2017 17:27:54 +0100 Subject: [PATCH] build: restore po/mutt.pot This file is autogenerated from the the files listed in po/POTFILES.in However, if it's missing it causes the build to regenerate ALL the .po files every time there's a change to the code. This is annoying. If you want to update the .po files, try: make -C po update-po --- Makefile.am | 2 +- po/Makevars | 2 +- po/POTFILES.in | 9 +- po/mutt.pot | 5898 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 5905 insertions(+), 6 deletions(-) create mode 100644 po/mutt.pot diff --git a/Makefile.am b/Makefile.am index 78b77e5e7..7acade5a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ endif distdir = neo$(PACKAGE)-$(VERSION) -BUILT_SOURCES = keymap_defs.h patchlist.c git_ver.h conststrings.c hcachever.sh $(HCVERSION) +BUILT_SOURCES = keymap_defs.h keymap_alldefs.h patchlist.c git_ver.h conststrings.c hcachever.sh $(HCVERSION) bin_PROGRAMS = mutt $(DOTLOCK_TARGET) $(PGPAUX_TARGET) mutt_SOURCES = addrbook.c alias.c ascii.c attach.c base64.c browser.c buffer.c \ diff --git a/po/Makevars b/po/Makevars index 7fb01c02b..2d99e56f6 100644 --- a/po/Makevars +++ b/po/Makevars @@ -70,7 +70,7 @@ MSGINIT_OPTIONS = --no-wrap # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. -PO_DEPENDS_ON_POT = yes +PO_DEPENDS_ON_POT = no # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and diff --git a/po/POTFILES.in b/po/POTFILES.in index fa54c9982..4723637b1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -15,14 +15,14 @@ complete.c compose.c compress.c copy.c +crypt.c +cryptglue.c crypt_gpgme.c +crypt_mod.c crypt_mod_pgp_classic.c crypt_mod_pgp_gpgme.c crypt_mod_smime_classic.c crypt_mod_smime_gpgme.c -crypt_mod.c -crypt.c -cryptglue.c curs_lib.c curs_main.c date.c @@ -40,13 +40,13 @@ gnupgparse.c group.c handler.c hash.c +hcache.c hcache_bdb.c hcache_gdbm.c hcache_kc.c hcache_lmdb.c hcache_qdbm.c hcache_tc.c -hcache.c hdrline.c headers.c help.c @@ -67,6 +67,7 @@ imap/utf7.c imap/util.c init.c keymap.c +keymap_alldefs.h lib.c main.c mbox.c diff --git a/po/mutt.pot b/po/mutt.pot new file mode 100644 index 000000000..337cd9a7a --- /dev/null +++ b/po/mutt.pot @@ -0,0 +1,5898 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the mutt package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: mutt 20170414\n" +"Report-Msgid-Bugs-To: neomutt-devel@neomutt.org\n" +"POT-Creation-Date: 2017-04-17 13:50+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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:183 +#, c-format +msgid "Username at %s: " +msgstr "" + +#: account.c:248 +#, c-format +msgid "Password for %s@%s: " +msgstr "" + +#: addrbook.c:31 browser.c:48 browser.c:58 pager.c:1598 postpone.c:36 +#: query.c:44 recvattach.c:50 +msgid "Exit" +msgstr "" + +#: addrbook.c:31 curs_main.c:775 curs_main.c:788 pager.c:1602 pager.c:1612 +#: postpone.c:37 +msgid "Del" +msgstr "" + +#: addrbook.c:32 curs_main.c:776 curs_main.c:789 postpone.c:38 +msgid "Undel" +msgstr "" + +#: addrbook.c:32 +msgid "Select" +msgstr "" + +#: addrbook.c:33 browser.c:52 browser.c:64 compose.c:105 compose.c:117 +#: crypt_gpgme.c:3943 curs_main.c:781 curs_main.c:794 mutt_ssl.c:837 +#: mutt_ssl_gnutls.c:714 pager.c:2021 pgpkey.c:500 postpone.c:39 query.c:49 +#: recvattach.c:51 smime.c:412 +msgid "Help" +msgstr "" + +#: addrbook.c:137 +msgid "You have no aliases!" +msgstr "" + +#: addrbook.c:144 +msgid "Aliases" +msgstr "" + +#. L10N: prompt to add a new alias +#: alias.c:257 +msgid "Alias as: " +msgstr "" + +#: alias.c:263 +msgid "You already have an alias defined with that name!" +msgstr "" + +#: alias.c:269 +msgid "Warning: This alias name may not work. Fix it?" +msgstr "" + +#: alias.c:294 +msgid "Address: " +msgstr "" + +#: alias.c:304 send.c:208 +#, c-format +msgid "Error: '%s' is a bad IDN." +msgstr "" + +#: alias.c:315 +msgid "Personal name: " +msgstr "" + +#: alias.c:324 +#, c-format +msgid "[%s = %s] Accept?" +msgstr "" + +#: alias.c:343 recvattach.c:437 recvattach.c:460 recvattach.c:474 +#: recvattach.c:488 recvattach.c:518 +msgid "Save to file: " +msgstr "" + +#: alias.c:357 +msgid "Error reading alias file" +msgstr "" + +#: alias.c:381 +msgid "Alias added." +msgstr "" + +#: alias.c:389 +msgid "Error seeking in alias file" +msgstr "" + +#: attach.c:107 attach.c:235 attach.c:392 attach.c:926 +msgid "Can't match nametemplate, continue?" +msgstr "" + +#: attach.c:119 +#, c-format +msgid "Mailcap compose entry requires %%s" +msgstr "" + +#: attach.c:127 attach.c:255 commands.c:223 compose.c:1406 compress.c:429 +#: curs_lib.c:215 curs_lib.c:800 +#, c-format +msgid "Error running \"%s\"!" +msgstr "" + +#: attach.c:137 +msgid "Failure to open file to parse headers." +msgstr "" + +#: attach.c:169 +msgid "Failure to open file to strip headers." +msgstr "" + +#: attach.c:178 +msgid "Failure to rename file." +msgstr "" + +#: attach.c:191 +#, c-format +msgid "No mailcap compose entry for %s, creating empty file." +msgstr "" + +#: attach.c:247 +#, c-format +msgid "Mailcap Edit entry requires %%s" +msgstr "" + +#: attach.c:269 +#, c-format +msgid "No mailcap edit entry for %s" +msgstr "" + +#: attach.c:359 +msgid "No matching mailcap entry found. Viewing as text." +msgstr "" + +#: attach.c:372 +msgid "MIME type not defined. Cannot view attachment." +msgstr "" + +#: attach.c:461 +msgid "Cannot create filter" +msgstr "" + +#: attach.c:469 +#, c-format +msgid "---Command: %-20.20s Description: %s" +msgstr "" + +#: attach.c:472 +#, c-format +msgid "---Command: %-30.30s Attachment: %s" +msgstr "" + +#: attach.c:549 +#, c-format +msgid "---Attachment: %s: %s" +msgstr "" + +#: attach.c:551 +#, c-format +msgid "---Attachment: %s" +msgstr "" + +#: attach.c:624 attach.c:656 attach.c:959 attach.c:1015 handler.c:1428 +#: pgpkey.c:549 pgpkey.c:730 +msgid "Can't create filter" +msgstr "" + +#: attach.c:792 attach.c:800 +msgid "Write fault!" +msgstr "" + +#: attach.c:1038 +msgid "I don't know how to print that!" +msgstr "" + +#: bcache.c:140 +#, c-format +msgid "Message cache isn't a directory: %s." +msgstr "" + +#: bcache.c:148 +#, c-format +msgid "Can't create %s %s" +msgstr "" + +#: browser.c:49 +msgid "Chdir" +msgstr "" + +#: browser.c:50 +msgid "Goto" +msgstr "" + +#: browser.c:51 browser.c:63 +msgid "Mask" +msgstr "" + +#: browser.c:59 +msgid "List" +msgstr "" + +#: browser.c:60 +msgid "Subscribe" +msgstr "" + +#: browser.c:61 +msgid "Unsubscribe" +msgstr "" + +#: browser.c:62 curs_main.c:793 +msgid "Catchup" +msgstr "" + +#: browser.c:672 browser.c:1627 +#, c-format +msgid "%s is not a directory." +msgstr "" + +#: browser.c:923 +#, c-format +msgid "Subscribed newsgroups" +msgstr "" + +#: browser.c:925 +#, c-format +msgid "Newsgroups on server [%s]" +msgstr "" + +#: browser.c:934 +#, c-format +msgid "Mailboxes [%d]" +msgstr "" + +#: browser.c:941 +#, c-format +msgid "Directory [%s], File mask: %s" +msgstr "" + +#: browser.c:995 +msgid "Can't attach a directory!" +msgstr "" + +#: browser.c:1278 browser.c:1693 browser.c:1833 +msgid "No files match the file mask" +msgstr "" + +#: browser.c:1478 +msgid "Create is only supported for IMAP mailboxes" +msgstr "" + +#: browser.c:1500 +msgid "Rename is only supported for IMAP mailboxes" +msgstr "" + +#: browser.c:1521 +msgid "Delete is only supported for IMAP mailboxes" +msgstr "" + +#: browser.c:1531 +msgid "Cannot delete root folder" +msgstr "" + +#: browser.c:1534 +#, c-format +msgid "Really delete mailbox \"%s\"?" +msgstr "" + +#: browser.c:1548 +msgid "Mailbox deleted." +msgstr "" + +#: browser.c:1553 +msgid "Mailbox not deleted." +msgstr "" + +#: browser.c:1580 +msgid "Chdir to: " +msgstr "" + +#: browser.c:1617 browser.c:1687 +msgid "Error scanning directory." +msgstr "" + +#: browser.c:1638 +msgid "File Mask: " +msgstr "" + +#. L10N: The highlighted letters must match the "Sort" options +#: browser.c:1710 +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:1713 +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:1716 +msgid "dazecwn" +msgstr "" + +#: browser.c:1822 +msgid "New file name: " +msgstr "" + +#: browser.c:1850 +msgid "Can't view a directory" +msgstr "" + +#: browser.c:1867 +msgid "Error trying to view file" +msgstr "" + +#: browser.c:1953 +#, c-format +msgid "Subscribe pattern: " +msgstr "" + +#: browser.c:1955 +#, c-format +msgid "Unsubscribe pattern: " +msgstr "" + +#: browser.c:1976 +msgid "No newsgroups match the mask" +msgstr "" + +#: buffy.c:778 +msgid "New mail in " +msgstr "" + +#: color.c:356 +#, c-format +msgid "%s: color not supported by term" +msgstr "" + +#: color.c:362 +#, c-format +msgid "%s: no such color" +msgstr "" + +#: color.c:450 color.c:650 color.c:661 +#, c-format +msgid "%s: no such object" +msgstr "" + +#: color.c:466 +#, c-format +msgid "%s: command valid only for index, body, header objects" +msgstr "" + +#: color.c:473 init.c:862 +#, c-format +msgid "%s: too few arguments" +msgstr "" + +#: color.c:638 +msgid "Missing arguments." +msgstr "" + +#: color.c:676 color.c:687 +msgid "color: too few arguments" +msgstr "" + +#: color.c:710 +msgid "mono: too few arguments" +msgstr "" + +#: color.c:730 +#, c-format +msgid "%s: no such attribute" +msgstr "" + +#: color.c:774 hook.c:69 hook.c:81 init.c:2152 init.c:2227 keymap.c:920 +msgid "too few arguments" +msgstr "" + +#: color.c:783 color.c:834 hook.c:87 +msgid "too many arguments" +msgstr "" + +#: color.c:802 +msgid "default colors not supported" +msgstr "" + +#: commands.c:87 +msgid "Verify PGP signature?" +msgstr "" + +#: commands.c:112 mbox.c:1066 +msgid "Could not create temporary file!" +msgstr "" + +#: commands.c:124 +msgid "Cannot create display filter" +msgstr "" + +#: commands.c:154 +msgid "Could not copy message" +msgstr "" + +#: commands.c:190 +msgid "S/MIME signature successfully verified." +msgstr "" + +#: commands.c:192 +msgid "S/MIME certificate owner does not match sender." +msgstr "" + +#: commands.c:195 commands.c:205 +msgid "Warning: Part of this message has not been signed." +msgstr "" + +#: commands.c:197 +msgid "S/MIME signature could NOT be verified." +msgstr "" + +#: commands.c:203 +msgid "PGP signature successfully verified." +msgstr "" + +#: commands.c:207 +msgid "PGP signature could NOT be verified." +msgstr "" + +#: commands.c:231 +msgid "Command: " +msgstr "" + +#: commands.c:256 commands.c:266 recvcmd.c:132 recvcmd.c:145 +msgid "Warning: message contains no From: header" +msgstr "" + +#: commands.c:274 recvcmd.c:155 +msgid "Bounce message to: " +msgstr "" + +#: commands.c:276 recvcmd.c:157 +msgid "Bounce tagged messages to: " +msgstr "" + +#: commands.c:284 recvcmd.c:165 +msgid "Error parsing address!" +msgstr "" + +#: commands.c:292 recvcmd.c:173 +#, c-format +msgid "Bad IDN: '%s'" +msgstr "" + +#: commands.c:303 recvcmd.c:187 +#, c-format +msgid "Bounce message to %s" +msgstr "" + +#: commands.c:303 recvcmd.c:187 +#, c-format +msgid "Bounce messages to %s" +msgstr "" + +#: commands.c:318 recvcmd.c:202 +msgid "Message not bounced." +msgstr "" + +#: commands.c:318 recvcmd.c:202 +msgid "Messages not bounced." +msgstr "" + +#: commands.c:328 recvcmd.c:221 +msgid "Message bounced." +msgstr "" + +#: commands.c:328 recvcmd.c:221 +msgid "Messages bounced." +msgstr "" + +#: commands.c:392 commands.c:428 commands.c:448 +msgid "Can't create filter process" +msgstr "" + +#: commands.c:480 +msgid "Pipe to command: " +msgstr "" + +#: commands.c:492 +msgid "No printing command has been defined." +msgstr "" + +#: commands.c:496 +msgid "Print message?" +msgstr "" + +#: commands.c:497 +msgid "Print tagged messages?" +msgstr "" + +#: commands.c:502 +msgid "Message printed" +msgstr "" + +#: commands.c:502 +msgid "Messages printed" +msgstr "" + +#: commands.c:504 +msgid "Message could not be printed" +msgstr "" + +#: commands.c:505 +msgid "Messages could not be printed" +msgstr "" + +#. L10N: The highlighted letters must match the "Sort" options +#: commands.c:516 +msgid "Rev-Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: " +msgstr "" + +#. L10N: The highlighted letters must match the "Rev-Sort" options +#: commands.c:519 +msgid "Sort Date/Frm/Recv/Subj/tO/Thread/Unsort/siZe/sCore/sPam/Label?: " +msgstr "" + +#. L10N: These must match the highlighted letters from "Sort" and "Rev-Sort" +#: commands.c:522 +msgid "dfrsotuzcpl" +msgstr "" + +#: commands.c:583 +msgid "Shell command: " +msgstr "" + +#: commands.c:726 +#, c-format +msgid "Decode-save%s to mailbox" +msgstr "" + +#: commands.c:727 +#, c-format +msgid "Decode-copy%s to mailbox" +msgstr "" + +#: commands.c:728 +#, c-format +msgid "Decrypt-save%s to mailbox" +msgstr "" + +#: commands.c:729 +#, c-format +msgid "Decrypt-copy%s to mailbox" +msgstr "" + +#: commands.c:730 +#, c-format +msgid "Save%s to mailbox" +msgstr "" + +#: commands.c:731 +#, c-format +msgid "Copy%s to mailbox" +msgstr "" + +#: commands.c:732 +msgid " tagged" +msgstr "" + +#: commands.c:796 +#, c-format +msgid "Copying to %s..." +msgstr "" + +#: commands.c:958 +#, c-format +msgid "Convert to %s upon sending?" +msgstr "" + +#: commands.c:968 +#, c-format +msgid "Content-Type changed to %s." +msgstr "" + +#: commands.c:973 +#, c-format +msgid "Character set changed to %s; %s." +msgstr "" + +#: commands.c:975 +msgid "not converting" +msgstr "" + +#: commands.c:975 +msgid "converting" +msgstr "" + +#: compose.c:45 +msgid "There are no attachments." +msgstr "" + +#: compose.c:98 compose.c:111 +msgid "Send" +msgstr "" + +#: compose.c:99 compose.c:112 remailer.c:435 +msgid "Abort" +msgstr "" + +#: compose.c:103 compose.c:115 compose.c:836 +msgid "Attach file" +msgstr "" + +#: compose.c:104 compose.c:116 +msgid "Descrip" +msgstr "" + +#: compose.c:138 +msgid "Not supported" +msgstr "" + +#: compose.c:143 +msgid "Sign, Encrypt" +msgstr "" + +#: compose.c:145 +msgid "Encrypt" +msgstr "" + +#: compose.c:147 +msgid "Sign" +msgstr "" + +#. L10N: This refers to the encryption of the email, e.g. "Security: None" +#: compose.c:150 +msgid "None" +msgstr "" + +#: compose.c:157 +msgid " (inline PGP)" +msgstr "" + +#: compose.c:159 +msgid " (PGP/MIME)" +msgstr "" + +#: compose.c:162 +msgid " (S/MIME)" +msgstr "" + +#: compose.c:166 +msgid " (OppEnc mode)" +msgstr "" + +#: compose.c:174 compose.c:180 +msgid "sign as: " +msgstr "" + +#: compose.c:175 compose.c:180 +msgid "" +msgstr "" + +#: compose.c:187 +msgid "Encrypt with: " +msgstr "" + +#. L10N: "Mix" refers to the MixMaster chain for anonymous email +#: compose.c:200 +msgid "Mix: " +msgstr "" + +#: compose.c:204 +msgid "" +msgstr "" + +#: compose.c:239 +#, c-format +msgid "%s [#%d] no longer exists!" +msgstr "" + +#: compose.c:246 +#, c-format +msgid "%s [#%d] modified. Update encoding?" +msgstr "" + +#: compose.c:310 +msgid "-- Attachments" +msgstr "" + +#: compose.c:332 +#, c-format +msgid "Warning: '%s' is a bad IDN." +msgstr "" + +#: compose.c:353 +msgid "You may not delete the only attachment." +msgstr "" + +#: compose.c:771 send.c:1875 +#, c-format +msgid "Bad IDN in \"%s\": '%s'" +msgstr "" + +#: compose.c:853 +msgid "Attaching selected files..." +msgstr "" + +#: compose.c:865 +#, c-format +msgid "Unable to attach %s!" +msgstr "" + +#: compose.c:889 +msgid "Open mailbox to attach message from" +msgstr "" + +#: compose.c:898 +msgid "Open newsgroup to attach message from" +msgstr "" + +#: compose.c:942 +#, c-format +msgid "Unable to open mailbox %s" +msgstr "" + +#: compose.c:950 +msgid "No messages in that folder." +msgstr "" + +#: compose.c:960 +msgid "Tag the messages you want to attach!" +msgstr "" + +#: compose.c:992 +msgid "Unable to attach!" +msgstr "" + +#: compose.c:1043 +msgid "Recoding only affects text attachments." +msgstr "" + +#: compose.c:1048 +msgid "The current attachment won't be converted." +msgstr "" + +#: compose.c:1050 +msgid "The current attachment will be converted." +msgstr "" + +#: compose.c:1124 +msgid "Invalid encoding." +msgstr "" + +#: compose.c:1150 +msgid "Save a copy of this message?" +msgstr "" + +#: compose.c:1205 +msgid "Send attachment with name: " +msgstr "" + +#: compose.c:1222 +msgid "Rename to: " +msgstr "" + +#. L10N: +#. "stat" is a system call. Do "man 2 stat" for more information. +#: compose.c:1229 editmsg.c:87 editmsg.c:111 sendlib.c:861 +#, c-format +msgid "Can't stat %s: %s" +msgstr "" + +#: compose.c:1255 +msgid "New file: " +msgstr "" + +#: compose.c:1267 +msgid "Content-Type is of the form base/sub" +msgstr "" + +#: compose.c:1273 +#, c-format +msgid "Unknown Content-Type %s" +msgstr "" + +#: compose.c:1285 +#, c-format +msgid "Can't create file %s" +msgstr "" + +#: compose.c:1293 +msgid "What we have here is a failure to make an attachment" +msgstr "" + +#: compose.c:1360 +msgid "Postpone this message?" +msgstr "" + +#: compose.c:1424 +msgid "Write message to mailbox" +msgstr "" + +#: compose.c:1427 +#, c-format +msgid "Writing message to %s ..." +msgstr "" + +#: compose.c:1436 +msgid "Message written." +msgstr "" + +#: compose.c:1448 +msgid "S/MIME already selected. Clear & continue ? " +msgstr "" + +#: compose.c:1479 +msgid "PGP already selected. Clear & continue ? " +msgstr "" + +#: compress.c:465 compress.c:534 compress.c:692 compress.c:874 mbox.c:1040 +msgid "Unable to lock mailbox!" +msgstr "" + +#: compress.c:469 compress.c:541 compress.c:696 +#, 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:562 +#, c-format +msgid "Can't find mailbox ops for mailbox type %d" +msgstr "" + +#: compress.c:523 compress.c:815 +#, c-format +msgid "Cannot append without an append-hook or close-hook : %s" +msgstr "" + +#: compress.c:544 +#, c-format +msgid "Compress command failed: %s" +msgstr "" + +#: compress.c:555 +msgid "Unsupported mailbox type for appending." +msgstr "" + +#: compress.c:632 +#, c-format +msgid "Compressed-appending to %s..." +msgstr "" + +#: compress.c:637 +#, c-format +msgid "Compressing %s..." +msgstr "" + +#: compress.c:644 editmsg.c:203 +#, c-format +msgid "Error. Preserving temporary file: %s" +msgstr "" + +#: compress.c:864 +msgid "Can't sync a compressed file without a close-hook" +msgstr "" + +#: compress.c:886 +#, c-format +msgid "Compressing %s" +msgstr "" + +#: copy.c:663 +msgid "No decryption engine available for message" +msgstr "" + +#: crypt.c:59 +#, c-format +msgid " (current time: %c)" +msgstr "" + +#: crypt.c:64 +#, c-format +msgid "[-- %s output follows%s --]\n" +msgstr "" + +#: crypt.c:78 +msgid "Passphrase(s) forgotten." +msgstr "" + +#: crypt.c:139 +msgid "Inline PGP can't be used with attachments. Revert to PGP/MIME?" +msgstr "" + +#: crypt.c:143 +msgid "Mail not sent: inline PGP can't be used with attachments." +msgstr "" + +#: crypt.c:151 cryptglue.c:106 pgpkey.c:541 pgpkey.c:724 +msgid "Invoking PGP..." +msgstr "" + +#: crypt.c:162 +msgid "Message can't be sent inline. Revert to using PGP/MIME?" +msgstr "" + +#: crypt.c:164 send.c:1796 +msgid "Mail not sent." +msgstr "" + +#: crypt.c:224 +msgid "Encrypt message to S/MIME Default Key also?" +msgstr "" + +#: crypt.c:259 +msgid "Encrypt message to PGP Default Key also?" +msgstr "" + +#: crypt.c:502 +msgid "S/MIME messages with no hints on content are unsupported." +msgstr "" + +#: crypt.c:710 crypt.c:751 +msgid "Trying to extract PGP keys...\n" +msgstr "" + +#: crypt.c:732 crypt.c:772 +msgid "Trying to extract S/MIME certificates...\n" +msgstr "" + +#: crypt.c:913 +#, c-format +msgid "" +"[-- Error: Unknown multipart/signed protocol %s! --]\n" +"\n" +msgstr "" + +#: crypt.c:947 +msgid "" +"[-- Error: Inconsistent multipart/signed structure! --]\n" +"\n" +msgstr "" + +#: crypt.c:983 +#, c-format +msgid "" +"[-- Warning: We can't verify %s/%s signatures. --]\n" +"\n" +msgstr "" + +#: crypt.c:995 +msgid "" +"[-- The following data is signed --]\n" +"\n" +msgstr "" + +#: crypt.c:1001 +msgid "" +"[-- Warning: Can't find any signatures. --]\n" +"\n" +msgstr "" + +#: crypt.c:1007 +msgid "" +"\n" +"[-- End of signed data --]\n" +msgstr "" + +#: cryptglue.c:84 +msgid "\"crypt_use_gpgme\" set but not built with GPGME support." +msgstr "" + +#: cryptglue.c:108 +msgid "Invoking S/MIME..." +msgstr "" + +#: crypt_gpgme.c:384 +#, c-format +msgid "error creating gpgme context: %s\n" +msgstr "" + +#: crypt_gpgme.c:394 +#, c-format +msgid "error enabling CMS protocol: %s\n" +msgstr "" + +#: crypt_gpgme.c:413 +#, c-format +msgid "error creating gpgme data object: %s\n" +msgstr "" + +#: crypt_gpgme.c:478 crypt_gpgme.c:496 crypt_gpgme.c:1526 crypt_gpgme.c:2235 +#, c-format +msgid "error allocating data object: %s\n" +msgstr "" + +#: crypt_gpgme.c:513 +#, c-format +msgid "error rewinding data object: %s\n" +msgstr "" + +#: crypt_gpgme.c:529 +msgid "[tempfile]" +msgstr "" + +#: crypt_gpgme.c:535 crypt_gpgme.c:587 +#, c-format +msgid "error reading data object: %s\n" +msgstr "" + +#: crypt_gpgme.c:561 crypt_gpgme.c:3589 pgpkey.c:537 pgpkey.c:711 +msgid "Can't create temporary file" +msgstr "" + +#: crypt_gpgme.c:668 +#, c-format +msgid "error adding recipient `%s': %s\n" +msgstr "" + +#: crypt_gpgme.c:707 +#, c-format +msgid "secret key `%s' not found: %s\n" +msgstr "" + +#: crypt_gpgme.c:716 +#, c-format +msgid "ambiguous specification of secret key `%s'\n" +msgstr "" + +#: crypt_gpgme.c:727 +#, c-format +msgid "error setting secret key `%s': %s\n" +msgstr "" + +#: crypt_gpgme.c:741 +#, c-format +msgid "error setting PKA signature notation: %s\n" +msgstr "" + +#: crypt_gpgme.c:794 +#, c-format +msgid "error encrypting data: %s\n" +msgstr "" + +#: crypt_gpgme.c:913 +#, c-format +msgid "error signing data: %s\n" +msgstr "" + +#: crypt_gpgme.c:924 +msgid "$pgp_sign_as unset and no default key specified in ~/.gnupg/gpg.conf" +msgstr "" + +#: crypt_gpgme.c:1126 +msgid "Warning: One of the keys has been revoked\n" +msgstr "" + +#: crypt_gpgme.c:1135 +msgid "Warning: The key used to create the signature expired at: " +msgstr "" + +#: crypt_gpgme.c:1142 +msgid "Warning: At least one certification key has expired\n" +msgstr "" + +#: crypt_gpgme.c:1158 +msgid "Warning: The signature expired at: " +msgstr "" + +#: crypt_gpgme.c:1164 +msgid "Can't verify due to a missing key or certificate\n" +msgstr "" + +#: crypt_gpgme.c:1170 +msgid "The CRL is not available\n" +msgstr "" + +#: crypt_gpgme.c:1176 +msgid "Available CRL is too old\n" +msgstr "" + +#: crypt_gpgme.c:1181 +msgid "A policy requirement was not met\n" +msgstr "" + +#: crypt_gpgme.c:1190 +msgid "A system error occurred" +msgstr "" + +#: crypt_gpgme.c:1223 +msgid "WARNING: PKA entry does not match signer's address: " +msgstr "" + +#: crypt_gpgme.c:1231 +msgid "PKA verified signer's address is: " +msgstr "" + +#. L10N: DOTFILL +#. Fill dots to make the DOTFILL entries the same length. +#. In English, msgid "Fingerprint: " is the longest entry for this menu. +#. Your language may vary. +#: crypt_gpgme.c:1248 crypt_gpgme.c:3431 +msgid "Fingerprint: " +msgstr "" + +#: crypt_gpgme.c:1309 +msgid "WARNING: We have NO indication whether the key belongs to the person named as shown above\n" +msgstr "" + +#: crypt_gpgme.c:1316 +msgid "WARNING: The key does NOT BELONG to the person named as shown above\n" +msgstr "" + +#: crypt_gpgme.c:1320 +msgid "WARNING: It is NOT certain that the key belongs to the person named as shown above\n" +msgstr "" + +#: crypt_gpgme.c:1350 crypt_gpgme.c:1355 +msgid "aka: " +msgstr "" + +#: crypt_gpgme.c:1365 +msgid "KeyID " +msgstr "" + +#: crypt_gpgme.c:1374 crypt_gpgme.c:1379 +msgid "created: " +msgstr "" + +#: crypt_gpgme.c:1451 +#, c-format +msgid "Error getting key information for KeyID %s: %s\n" +msgstr "" + +#: crypt_gpgme.c:1458 crypt_gpgme.c:1473 +msgid "Good signature from:" +msgstr "" + +#: crypt_gpgme.c:1465 +msgid "*BAD* signature from:" +msgstr "" + +#: crypt_gpgme.c:1481 +msgid "Problem signature from:" +msgstr "" + +#. L10N: +#. This is trying to match the width of the +#. "Problem signature from:" translation just above. +#: crypt_gpgme.c:1488 +msgid " expires: " +msgstr "" + +#: crypt_gpgme.c:1534 crypt_gpgme.c:1751 crypt_gpgme.c:2451 +msgid "[-- Begin signature information --]\n" +msgstr "" + +#: crypt_gpgme.c:1545 +#, c-format +msgid "Error: verification failed: %s\n" +msgstr "" + +#: crypt_gpgme.c:1597 +#, c-format +msgid "*** Begin Notation (signature by: %s) ***\n" +msgstr "" + +#: crypt_gpgme.c:1616 +msgid "*** End Notation ***\n" +msgstr "" + +#: crypt_gpgme.c:1624 crypt_gpgme.c:1765 crypt_gpgme.c:2463 +msgid "" +"[-- End signature information --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:1720 +#, c-format +msgid "" +"[-- Error: decryption failed: %s --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2242 +msgid "Error extracting key data!\n" +msgstr "" + +#: crypt_gpgme.c:2428 +#, c-format +msgid "Error: decryption/verification failed: %s\n" +msgstr "" + +#: crypt_gpgme.c:2472 +msgid "Error: copy data failed\n" +msgstr "" + +#: crypt_gpgme.c:2493 pgp.c:501 +msgid "" +"[-- BEGIN PGP MESSAGE --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2495 pgp.c:503 +msgid "[-- BEGIN PGP PUBLIC KEY BLOCK --]\n" +msgstr "" + +#: crypt_gpgme.c:2497 pgp.c:505 +msgid "" +"[-- BEGIN PGP SIGNED MESSAGE --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2523 pgp.c:548 +msgid "[-- END PGP MESSAGE --]\n" +msgstr "" + +#: crypt_gpgme.c:2525 pgp.c:555 +msgid "[-- END PGP PUBLIC KEY BLOCK --]\n" +msgstr "" + +#: crypt_gpgme.c:2527 pgp.c:557 +msgid "[-- END PGP SIGNED MESSAGE --]\n" +msgstr "" + +#: crypt_gpgme.c:2550 pgp.c:591 +msgid "" +"[-- Error: could not find beginning of PGP message! --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2582 crypt_gpgme.c:2657 pgp.c:1010 +msgid "[-- Error: could not create temporary file! --]\n" +msgstr "" + +#: crypt_gpgme.c:2595 +msgid "" +"[-- The following data is PGP/MIME signed and encrypted --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2597 pgp.c:1021 +msgid "" +"[-- The following data is PGP/MIME encrypted --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2619 +msgid "[-- End of PGP/MIME signed and encrypted data --]\n" +msgstr "" + +#: crypt_gpgme.c:2620 pgp.c:1041 +msgid "[-- End of PGP/MIME encrypted data --]\n" +msgstr "" + +#: crypt_gpgme.c:2625 pgp.c:552 pgp.c:1046 +msgid "PGP message successfully decrypted." +msgstr "" + +#: crypt_gpgme.c:2629 pgp.c:487 pgp.c:550 pgp.c:1050 +msgid "Could not decrypt PGP message" +msgstr "" + +#: crypt_gpgme.c:2670 +msgid "" +"[-- The following data is S/MIME signed --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2671 +msgid "" +"[-- The following data is S/MIME encrypted --]\n" +"\n" +msgstr "" + +#: crypt_gpgme.c:2700 +msgid "[-- End of S/MIME signed data --]\n" +msgstr "" + +#: crypt_gpgme.c:2701 +msgid "[-- End of S/MIME encrypted data --]\n" +msgstr "" + +#: crypt_gpgme.c:3268 +msgid "[Can't display this user ID (unknown encoding)]" +msgstr "" + +#: crypt_gpgme.c:3270 +msgid "[Can't display this user ID (invalid encoding)]" +msgstr "" + +#: crypt_gpgme.c:3275 +msgid "[Can't display this user ID (invalid DN)]" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3349 +msgid " aka ......: " +msgstr "" + +#: crypt_gpgme.c:3349 +msgid "Name ......: " +msgstr "" + +#: crypt_gpgme.c:3352 crypt_gpgme.c:3501 +msgid "[Invalid]" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3373 crypt_gpgme.c:3526 +#, c-format +msgid "Valid From : %s\n" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3387 crypt_gpgme.c:3540 +#, c-format +msgid "Valid To ..: %s\n" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3401 crypt_gpgme.c:3548 +#, c-format +msgid "Key Type ..: %s, %lu bit %s\n" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3404 crypt_gpgme.c:3551 +#, c-format +msgid "Key Usage .: " +msgstr "" + +#: crypt_gpgme.c:3409 crypt_gpgme.c:3556 +msgid "encryption" +msgstr "" + +#: crypt_gpgme.c:3410 crypt_gpgme.c:3415 crypt_gpgme.c:3420 crypt_gpgme.c:3557 +#: crypt_gpgme.c:3562 crypt_gpgme.c:3567 +msgid ", " +msgstr "" + +#: crypt_gpgme.c:3414 crypt_gpgme.c:3561 +msgid "signing" +msgstr "" + +#: crypt_gpgme.c:3419 crypt_gpgme.c:3566 +msgid "certification" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3464 +#, c-format +msgid "Serial-No .: 0x%s\n" +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3473 +#, c-format +msgid "Issued By .: " +msgstr "" + +#. L10N: DOTFILL +#: crypt_gpgme.c:3492 +#, c-format +msgid "Subkey ....: 0x%s" +msgstr "" + +#: crypt_gpgme.c:3496 +msgid "[Revoked]" +msgstr "" + +#: crypt_gpgme.c:3506 +msgid "[Expired]" +msgstr "" + +#: crypt_gpgme.c:3511 +msgid "[Disabled]" +msgstr "" + +#: crypt_gpgme.c:3592 +msgid "Collecting data..." +msgstr "" + +#: crypt_gpgme.c:3617 +#, c-format +msgid "Error finding issuer key: %s\n" +msgstr "" + +#: crypt_gpgme.c:3626 +msgid "Error: certification chain too long - stopping here\n" +msgstr "" + +#: crypt_gpgme.c:3636 pgpkey.c:559 +#, c-format +msgid "Key ID: 0x%s" +msgstr "" + +#: crypt_gpgme.c:3719 +#, c-format +msgid "gpgme_new failed: %s" +msgstr "" + +#: crypt_gpgme.c:3758 crypt_gpgme.c:3809 +#, c-format +msgid "gpgme_op_keylist_start failed: %s" +msgstr "" + +#: crypt_gpgme.c:3797 crypt_gpgme.c:3839 +#, c-format +msgid "gpgme_op_keylist_next failed: %s" +msgstr "" + +#: crypt_gpgme.c:3908 +msgid "All matching keys are marked expired/revoked." +msgstr "" + +#: crypt_gpgme.c:3937 mutt_ssl.c:835 mutt_ssl_gnutls.c:712 pgpkey.c:494 +#: smime.c:408 +msgid "Exit " +msgstr "" + +#: crypt_gpgme.c:3939 pgpkey.c:496 smime.c:410 +msgid "Select " +msgstr "" + +#: crypt_gpgme.c:3941 pgpkey.c:498 +msgid "Check key " +msgstr "" + +#: crypt_gpgme.c:3957 +msgid "PGP and S/MIME keys matching" +msgstr "" + +#: crypt_gpgme.c:3959 +msgid "PGP keys matching" +msgstr "" + +#: crypt_gpgme.c:3961 +msgid "S/MIME keys matching" +msgstr "" + +#: crypt_gpgme.c:3963 +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 ." +#: crypt_gpgme.c:3970 +#, c-format +msgid "%s <%s>." +msgstr "" + +#. L10N: +#. e.g. 'S/MIME keys matching "Michael Elkins".' +#: crypt_gpgme.c:3974 +#, c-format +msgid "%s \"%s\"." +msgstr "" + +#: crypt_gpgme.c:4001 pgpkey.c:579 +msgid "This key can't be used: expired/disabled/revoked." +msgstr "" + +#: crypt_gpgme.c:4014 pgpkey.c:590 smime.c:440 +msgid "ID is expired/disabled/revoked." +msgstr "" + +#: crypt_gpgme.c:4022 pgpkey.c:595 smime.c:443 +msgid "ID has undefined validity." +msgstr "" + +#: crypt_gpgme.c:4025 pgpkey.c:598 +msgid "ID is not valid." +msgstr "" + +#: crypt_gpgme.c:4028 pgpkey.c:601 +msgid "ID is only marginally valid." +msgstr "" + +#: crypt_gpgme.c:4037 smime.c:450 +#, c-format +msgid "%s Do you really want to use the key?" +msgstr "" + +#: crypt_gpgme.c:4095 crypt_gpgme.c:4224 pgpkey.c:806 pgpkey.c:929 +#, c-format +msgid "Looking for keys matching \"%s\"..." +msgstr "" + +#: crypt_gpgme.c:4375 pgp.c:1224 +#, c-format +msgid "Use keyID = \"%s\" for %s?" +msgstr "" + +#: crypt_gpgme.c:4426 pgp.c:1273 smime.c:765 smime.c:865 +#, c-format +msgid "Enter keyID for %s: " +msgstr "" + +#: crypt_gpgme.c:4488 pgpkey.c:695 +msgid "Please enter the key ID: " +msgstr "" + +#: crypt_gpgme.c:4500 +#, 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. +#: crypt_gpgme.c:4520 +#, c-format +msgid "PGP Key 0x%s." +msgstr "" + +#: crypt_gpgme.c:4563 +msgid "GPGME: OpenPGP protocol not available" +msgstr "" + +#: crypt_gpgme.c:4571 +msgid "GPGME: CMS protocol not available" +msgstr "" + +#: crypt_gpgme.c:4610 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4613 +msgid "sapfco" +msgstr "" + +#: crypt_gpgme.c:4620 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4623 +msgid "samfco" +msgstr "" + +#. L10N: S/MIME options (opportunistic encryption is off) +#: crypt_gpgme.c:4636 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4640 +msgid "esabpfco" +msgstr "" + +#. L10N: PGP options (opportunistic encryption is off) +#: crypt_gpgme.c:4646 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4650 +msgid "esabmfco" +msgstr "" + +#: crypt_gpgme.c:4663 +msgid "S/MIME (e)ncrypt, (s)ign, sign (a)s, (b)oth, (p)gp or (c)lear? " +msgstr "" + +#. L10N: S/MIME options +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4666 +msgid "esabpfc" +msgstr "" + +#: crypt_gpgme.c:4673 +msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, s/(m)ime or (c)lear? " +msgstr "" + +#. L10N: PGP options +#. The 'f' is undocumented. Please DO NOT translate it. +#: crypt_gpgme.c:4676 +msgid "esabmfc" +msgstr "" + +#: crypt_gpgme.c:4701 pgp.c:1757 smime.c:2143 smime.c:2158 +msgid "Sign as: " +msgstr "" + +#: crypt_gpgme.c:4830 +msgid "Failed to verify sender" +msgstr "" + +#: crypt_gpgme.c:4833 +msgid "Failed to figure out sender" +msgstr "" + +#: curs_lib.c:229 +msgid "yes" +msgstr "" + +#: curs_lib.c:230 +msgid "no" +msgstr "" + +#: curs_lib.c:337 +msgid "Exit Mutt?" +msgstr "" + +#: curs_lib.c:753 mutt_socket.c:562 mutt_ssl.c:1072 +msgid "unknown error" +msgstr "" + +#: curs_lib.c:775 +msgid "Press any key to continue..." +msgstr "" + +#: curs_lib.c:818 +msgid " ('?' for list): " +msgstr "" + +#: curs_main.c:53 curs_main.c:1065 curs_main.c:1095 +msgid "No mailbox is open." +msgstr "" + +#: curs_main.c:54 +msgid "There are no messages." +msgstr "" + +#: curs_main.c:55 mx.c:1173 pager.c:50 recvattach.c:39 +msgid "Mailbox is read-only." +msgstr "" + +#: curs_main.c:57 pager.c:52 recvattach.c:909 +msgid "Function not permitted in attach-message mode." +msgstr "" + +#: curs_main.c:58 +msgid "No visible messages." +msgstr "" + +#. L10N: %s is one of the CHECK_ACL entries below. +#: curs_main.c:104 pager.c:87 +#, c-format +msgid "%s: Operation not permitted by ACL" +msgstr "" + +#: curs_main.c:252 +msgid "Cannot toggle write on a readonly mailbox!" +msgstr "" + +#: curs_main.c:259 +msgid "Changes to folder will be written on folder exit." +msgstr "" + +#: curs_main.c:264 +msgid "Changes to folder will not be written." +msgstr "" + +#: curs_main.c:419 mx.c:553 mx.c:645 +#, c-format +msgid "%s is not a mailbox." +msgstr "" + +#: curs_main.c:774 curs_main.c:787 +msgid "Quit" +msgstr "" + +#: curs_main.c:777 curs_main.c:790 recvattach.c:50 +msgid "Save" +msgstr "" + +#: curs_main.c:778 query.c:45 +msgid "Mail" +msgstr "" + +#: curs_main.c:779 pager.c:1603 +msgid "Reply" +msgstr "" + +#: curs_main.c:780 +msgid "Group" +msgstr "" + +#: curs_main.c:791 pager.c:1610 +msgid "Post" +msgstr "" + +#: curs_main.c:792 pager.c:1611 +msgid "Followup" +msgstr "" + +#: curs_main.c:948 +msgid "Mailbox was externally modified. Flags may be wrong." +msgstr "" + +#: curs_main.c:955 pager.c:2102 +msgid "New mail in this mailbox." +msgstr "" + +#: curs_main.c:969 +msgid "Mailbox was externally modified." +msgstr "" + +#: curs_main.c:1071 +msgid "No tagged messages." +msgstr "" + +#: curs_main.c:1102 menu.c:1101 +msgid "Nothing to do." +msgstr "" + +#: curs_main.c:1206 +msgid "Enter Message-Id: " +msgstr "" + +#: curs_main.c:1215 +msgid "Article has no parent reference." +msgstr "" + +#: curs_main.c:1238 +msgid "Message is not visible in limited view." +msgstr "" + +#: curs_main.c:1244 +#, c-format +msgid "Fetching %s from server..." +msgstr "" + +#: curs_main.c:1254 +#, c-format +msgid "Article %s not found on the server." +msgstr "" + +#: curs_main.c:1273 +msgid "No Message-Id. Unable to perform operation." +msgstr "" + +#: curs_main.c:1277 imap/message.c:529 nntp.c:1235 pop.c:276 +msgid "Fetching message headers..." +msgstr "" + +#: curs_main.c:1353 +msgid "No deleted messages found in the thread." +msgstr "" + +#: curs_main.c:1373 +msgid "Jump to message: " +msgstr "" + +#: curs_main.c:1385 +msgid "Argument must be a message number." +msgstr "" + +#: curs_main.c:1417 +msgid "That message is not visible." +msgstr "" + +#: curs_main.c:1420 +msgid "Invalid message number." +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:1434 curs_main.c:2758 pager.c:2681 +msgid "Cannot delete message(s)" +msgstr "" + +#: curs_main.c:1437 +msgid "Delete messages matching: " +msgstr "" + +#: curs_main.c:1459 +msgid "No limit pattern is in effect." +msgstr "" + +#. L10N: ask for a limit to apply +#: curs_main.c:1464 +#, c-format +msgid "Limit: %s" +msgstr "" + +#: curs_main.c:1502 +msgid "Limit to messages matching: " +msgstr "" + +#: curs_main.c:1525 +msgid "To view all messages, limit to \"all\"." +msgstr "" + +#: curs_main.c:1537 pager.c:2199 +msgid "Quit Mutt?" +msgstr "" + +#: curs_main.c:1630 +msgid "Tag messages matching: " +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:1640 curs_main.c:3162 pager.c:3048 +msgid "Cannot undelete message(s)" +msgstr "" + +#: curs_main.c:1643 +msgid "Undelete messages matching: " +msgstr "" + +#: curs_main.c:1651 +msgid "Untag messages matching: " +msgstr "" + +#: curs_main.c:1685 +msgid "Logged out of IMAP servers." +msgstr "" + +#: curs_main.c:1782 curs_main.c:1821 +msgid "No virtual folder, aborting." +msgstr "" + +#: curs_main.c:1790 +msgid "Failed to read thread, aborting." +msgstr "" + +#: curs_main.c:1829 +msgid "No label specified, aborting." +msgstr "" + +#: curs_main.c:1840 +#, c-format +msgid "Update labels..." +msgstr "" + +#: curs_main.c:1865 +msgid "Failed to modify labels, aborting." +msgstr "" + +#: curs_main.c:1899 +msgid "No query, aborting." +msgstr "" + +#: curs_main.c:1903 curs_main.c:1923 curs_main.c:1942 +msgid "Failed to create query, aborting." +msgstr "" + +#: curs_main.c:1912 curs_main.c:1931 +msgid "Windowed queries disabled." +msgstr "" + +#: curs_main.c:1917 curs_main.c:1936 +msgid "No notmuch vfolder currently loaded." +msgstr "" + +#: curs_main.c:1974 +msgid "Open mailbox in read-only mode" +msgstr "" + +#: curs_main.c:1977 +msgid "Open virtual folder" +msgstr "" + +#: curs_main.c:1980 +msgid "Open mailbox" +msgstr "" + +#: curs_main.c:1990 +msgid "No mailboxes have new mail" +msgstr "" + +#: curs_main.c:2032 +msgid "Open newsgroup in read-only mode" +msgstr "" + +#: curs_main.c:2034 +msgid "Open newsgroup" +msgstr "" + +#: curs_main.c:2134 +msgid "Exit NeoMutt without saving?" +msgstr "" + +#: curs_main.c:2150 +msgid "Cannot break thread" +msgstr "" + +#: curs_main.c:2153 curs_main.c:2190 curs_main.c:2645 curs_main.c:2677 +#: flags.c:332 thread.c:1032 thread.c:1088 thread.c:1155 +msgid "Threading is not enabled." +msgstr "" + +#: curs_main.c:2165 +msgid "Thread broken" +msgstr "" + +#: curs_main.c:2177 +msgid "Thread cannot be broken, message is not part of a thread" +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2187 +msgid "Cannot link threads" +msgstr "" + +#: curs_main.c:2192 +msgid "No Message-ID: header available to link thread" +msgstr "" + +#: curs_main.c:2194 +msgid "First, please tag a message to be linked here" +msgstr "" + +#: curs_main.c:2205 +msgid "Threads linked" +msgstr "" + +#: curs_main.c:2208 +msgid "No thread linked" +msgstr "" + +#: curs_main.c:2244 curs_main.c:2269 +msgid "You are on the last message." +msgstr "" + +#: curs_main.c:2251 curs_main.c:2295 +msgid "No undeleted messages." +msgstr "" + +#: curs_main.c:2288 curs_main.c:2313 +msgid "You are on the first message." +msgstr "" + +#: curs_main.c:2385 menu.c:929 pager.c:2319 pattern.c:1963 +msgid "Search wrapped to top." +msgstr "" + +#: curs_main.c:2394 pager.c:2340 pattern.c:1974 +msgid "Search wrapped to bottom." +msgstr "" + +#: curs_main.c:2437 +msgid "No new messages in this limited view." +msgstr "" + +#: curs_main.c:2439 +msgid "No new messages." +msgstr "" + +#: curs_main.c:2444 +msgid "No unread messages in this limited view." +msgstr "" + +#: curs_main.c:2446 +msgid "No unread messages." +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2464 +msgid "Cannot flag message" +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2502 pager.c:3011 +msgid "Cannot toggle new" +msgstr "" + +#: curs_main.c:2579 +msgid "No more threads." +msgstr "" + +#: curs_main.c:2581 +msgid "You are on the first thread." +msgstr "" + +#: curs_main.c:2663 +msgid "Thread contains unread messages." +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2713 pager.c:2647 +msgid "Cannot delete message" +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2815 +msgid "Cannot edit message" +msgstr "" + +#. L10N: This is displayed when the x-label on one or more +#. * messages is edited. +#: curs_main.c:2863 pager.c:3111 +#, 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:2870 pager.c:3115 +msgid "No labels changed." +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:2969 +msgid "Cannot mark message(s) as read" +msgstr "" + +#. L10N: This is the prompt for . 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:3005 +msgid "Enter macro stroke: " +msgstr "" + +#. L10N: "message hotkey" is the key bindings menu description of a +#. macro created by . +#: curs_main.c:3012 +msgid "message hotkey" +msgstr "" + +#. L10N: This is echoed after creates a new hotkey +#. macro. %s is the hotkey string ($mark_macro_prefix followed +#. by whatever they typed at the prompt.) +#: curs_main.c:3017 +#, c-format +msgid "Message bound to %s." +msgstr "" + +#. L10N: This error is printed if cannot find a +#. Message-ID for the currently selected message in the index. +#: curs_main.c:3025 +msgid "No message ID to macro." +msgstr "" + +#: curs_main.c:3068 pager.c:2873 recvattach.c:1229 +msgid "Reply by mail as poster prefers?" +msgstr "" + +#: curs_main.c:3071 pager.c:2842 pager.c:2852 pager.c:2876 +msgid "Posting to this group not allowed, may be moderated. Continue?" +msgstr "" + +#. L10N: CHECK_ACL +#: curs_main.c:3132 pager.c:3031 +msgid "Cannot undelete message" +msgstr "" + +#: edit.c:38 +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:49 +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:186 +#, c-format +msgid "%d: invalid message number.\n" +msgstr "" + +#: edit.c:328 +msgid "(End message with a . on a line by itself)\n" +msgstr "" + +#: edit.c:386 +msgid "No mailbox.\n" +msgstr "" + +#: edit.c:390 +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 mutt)". +#: edit.c:399 edit.c:458 +msgid "(continue)\n" +msgstr "" + +#: edit.c:412 +msgid "missing filename.\n" +msgstr "" + +#: edit.c:432 +msgid "No lines in message.\n" +msgstr "" + +#: edit.c:449 +#, c-format +msgid "Bad IDN in %s: '%s'\n" +msgstr "" + +#: edit.c:469 +#, c-format +msgid "%s: unknown editor command (~? for help)\n" +msgstr "" + +#: editmsg.c:68 +#, c-format +msgid "could not create temporary folder: %s" +msgstr "" + +#: editmsg.c:81 +#, c-format +msgid "could not write temporary mail folder: %s" +msgstr "" + +#: editmsg.c:101 +#, c-format +msgid "could not truncate temporary mail folder: %s" +msgstr "" + +#: editmsg.c:117 +msgid "Message file is empty!" +msgstr "" + +#: editmsg.c:124 +msgid "Message not modified!" +msgstr "" + +#: editmsg.c:132 +#, c-format +msgid "Can't open message file: %s" +msgstr "" + +#. L10N: %s is from strerror(errno) +#: editmsg.c:140 editmsg.c:170 +#, c-format +msgid "Can't append to folder: %s" +msgstr "" + +#: flags.c:376 +msgid "Set flag" +msgstr "" + +#: flags.c:376 +msgid "Clear flag" +msgstr "" + +#: handler.c:73 +#, c-format +msgid "[-- Alternative Type #%d: " +msgstr "" + +#: handler.c:75 +msgid "[-- Type: " +msgstr "" + +#: handler.c:76 +#, c-format +msgid "%s/%s%s%s, Encoding: %s, Size: %s --]\n" +msgstr "" + +#: handler.c:1208 +msgid "[-- Error: Could not display any parts of Multipart/Alternative! --]\n" +msgstr "" + +#: handler.c:1327 +#, c-format +msgid "[-- Attachment #%d" +msgstr "" + +#: handler.c:1349 +msgid "One or more parts of this message could not be displayed" +msgstr "" + +#: handler.c:1400 +#, c-format +msgid "[-- Autoview using %s --]\n" +msgstr "" + +#: handler.c:1401 +#, c-format +msgid "Invoking autoview command: %s" +msgstr "" + +#: handler.c:1432 +#, c-format +msgid "[-- Can't run %s. --]\n" +msgstr "" + +#: handler.c:1451 handler.c:1472 +#, c-format +msgid "[-- Autoview stderr of %s --]\n" +msgstr "" + +#: handler.c:1510 +msgid "[-- Error: message/external-body has no access-type parameter --]\n" +msgstr "" + +#: handler.c:1533 +#, c-format +msgid "[-- This %s/%s attachment " +msgstr "" + +#: handler.c:1538 +#, c-format +msgid "(size %s bytes) " +msgstr "" + +#: handler.c:1540 +msgid "has been deleted --]\n" +msgstr "" + +#: handler.c:1545 +#, c-format +msgid "[-- on %s --]\n" +msgstr "" + +#: handler.c:1550 +#, c-format +msgid "[-- name: %s --]\n" +msgstr "" + +#: handler.c:1562 handler.c:1578 +#, c-format +msgid "[-- This %s/%s attachment is not included, --]\n" +msgstr "" + +#: handler.c:1564 +msgid "" +"[-- and the indicated external source has --]\n" +"[-- expired. --]\n" +msgstr "" + +#: handler.c:1582 +#, c-format +msgid "[-- and the indicated access-type %s is unsupported --]\n" +msgstr "" + +#: handler.c:1702 +msgid "Unable to open memory stream!" +msgstr "" + +#: handler.c:1710 +msgid "Unable to open temporary file!" +msgstr "" + +#: handler.c:1760 +msgid "failed to re-open memstream!" +msgstr "" + +#: handler.c:1886 +msgid "Error: multipart/signed has no protocol." +msgstr "" + +#: handler.c:1934 +msgid "[-- This is an attachment " +msgstr "" + +#: handler.c:1936 +#, c-format +msgid "[-- %s/%s is unsupported " +msgstr "" + +#: handler.c:1943 +#, c-format +msgid "(use '%s' to view this part)" +msgstr "" + +#: handler.c:1945 +msgid "(need 'view-attachments' bound to key!)" +msgstr "" + +#: hcache.c:536 main.c:506 newsrc.c:961 +#, c-format +msgid "Can't create %s: %s." +msgstr "" + +#: headers.c:182 +#, c-format +msgid "%s: unable to attach file" +msgstr "" + +#: help.c:303 +msgid "ERROR: please report this bug" +msgstr "" + +#: help.c:342 +msgid "" +msgstr "" + +#: help.c:355 +msgid "" +"\n" +"Generic bindings:\n" +"\n" +msgstr "" + +#: help.c:359 +msgid "" +"\n" +"Unbound functions:\n" +"\n" +msgstr "" + +#: help.c:367 +#, c-format +msgid "Help for %s" +msgstr "" + +#: history.c:73 history.c:110 history.c:136 +#, c-format +msgid "Bad history file format (line %d)" +msgstr "" + +#: hook.c:97 +msgid "current mailbox shortcut '^' is unset" +msgstr "" + +#: hook.c:108 +msgid "mailbox shortcut expanded to empty regexp" +msgstr "" + +#: hook.c:121 +msgid "badly formatted command string" +msgstr "" + +#: hook.c:295 +#, c-format +msgid "unhook: Can't do unhook * from within a hook." +msgstr "" + +#: hook.c:306 +#, c-format +msgid "unhook: unknown hook type: %s" +msgstr "" + +#: hook.c:312 +#, c-format +msgid "unhook: Can't delete a %s from within a %s." +msgstr "" + +#: imap/auth.c:102 nntp.c:336 pop_auth.c:418 smtp.c:491 smtp.c:546 +msgid "No authenticators available" +msgstr "" + +#: imap/auth_anon.c:39 +msgid "Authenticating (anonymous)..." +msgstr "" + +#: imap/auth_anon.c:69 +msgid "Anonymous authentication failed." +msgstr "" + +#: imap/auth_cram.c:43 +msgid "Authenticating (CRAM-MD5)..." +msgstr "" + +#: imap/auth_cram.c:123 +msgid "CRAM-MD5 authentication failed." +msgstr "" + +#: imap/auth_gss.c:128 +msgid "Authenticating (GSSAPI)..." +msgstr "" + +#: imap/auth_gss.c:290 +msgid "GSSAPI authentication failed." +msgstr "" + +#: imap/auth_login.c:34 +msgid "LOGIN disabled on this server." +msgstr "" + +#: imap/auth_login.c:43 imap/auth_plain.c:39 pop_auth.c:253 +msgid "Logging in..." +msgstr "" + +#: imap/auth_login.c:65 imap/auth_plain.c:55 pop_auth.c:296 +msgid "Login failed." +msgstr "" + +#: imap/auth_sasl.c:95 nntp.c:367 nntp.c:432 smtp.c:372 +#, c-format +msgid "Authenticating (%s)..." +msgstr "" + +#: imap/auth_sasl.c:223 pop_auth.c:175 +msgid "SASL authentication failed." +msgstr "" + +#: imap/browse.c:168 imap/imap.c:564 +#, c-format +msgid "%s is an invalid IMAP path" +msgstr "" + +#: imap/browse.c:179 +msgid "Getting folder list..." +msgstr "" + +#: imap/browse.c:296 +msgid "No such folder" +msgstr "" + +#: imap/browse.c:346 +msgid "Create mailbox: " +msgstr "" + +#: imap/browse.c:351 imap/browse.c:404 +msgid "Mailbox must have a name." +msgstr "" + +#: imap/browse.c:359 +msgid "Mailbox created." +msgstr "" + +#: imap/browse.c:392 +msgid "Cannot rename root folder" +msgstr "" + +#: imap/browse.c:396 +#, c-format +msgid "Rename mailbox %s to: " +msgstr "" + +#: imap/browse.c:413 +#, c-format +msgid "Rename failed: %s" +msgstr "" + +#: imap/browse.c:418 +msgid "Mailbox renamed." +msgstr "" + +#: imap/command.c:107 +msgid "Mailbox closed" +msgstr "" + +#: imap/imap.c:119 +#, c-format +msgid "CREATE failed: %s" +msgstr "" + +#: imap/imap.c:185 +#, c-format +msgid "Closing connection to %s..." +msgstr "" + +#: imap/imap.c:307 +msgid "This IMAP server is ancient. NeoMutt does not work with it." +msgstr "" + +#: imap/imap.c:431 nntp.c:659 pop_lib.c:289 smtp.c:575 +msgid "Secure connection with TLS?" +msgstr "" + +#: imap/imap.c:441 nntp.c:678 pop_lib.c:309 smtp.c:587 +msgid "Could not negotiate TLS connection" +msgstr "" + +#: imap/imap.c:457 pop_lib.c:330 +msgid "Encrypted connection unavailable" +msgstr "" + +#: imap/imap.c:597 nntp.c:1437 +#, c-format +msgid "Selecting %s..." +msgstr "" + +#: imap/imap.c:751 +msgid "Error opening mailbox" +msgstr "" + +#: imap/imap.c:802 imap/imap.c:2135 imap/message.c:1177 muttlib.c:1852 +#, c-format +msgid "Create %s?" +msgstr "" + +#: imap/imap.c:1186 +msgid "Expunge failed" +msgstr "" + +#: imap/imap.c:1198 +#, c-format +msgid "Marking %d messages deleted..." +msgstr "" + +#: imap/imap.c:1230 +#, c-format +msgid "Saving changed messages... [%d/%d]" +msgstr "" + +#: imap/imap.c:1285 +msgid "Error saving flags. Close anyway?" +msgstr "" + +#: imap/imap.c:1293 +msgid "Error saving flags" +msgstr "" + +#: imap/imap.c:1315 +msgid "Expunging messages from server..." +msgstr "" + +#: imap/imap.c:1320 +msgid "imap_sync_mailbox: EXPUNGE failed" +msgstr "" + +#: imap/imap.c:1791 +#, c-format +msgid "Header search without header name: %s" +msgstr "" + +#: imap/imap.c:1862 +msgid "Bad mailbox name" +msgstr "" + +#: imap/imap.c:1885 +#, c-format +msgid "Subscribing to %s..." +msgstr "" + +#: imap/imap.c:1887 +#, c-format +msgid "Unsubscribing from %s..." +msgstr "" + +#: imap/imap.c:1897 +#, c-format +msgid "Subscribed to %s" +msgstr "" + +#: imap/imap.c:1899 +#, c-format +msgid "Unsubscribed from %s" +msgstr "" + +#: imap/imap.c:2120 imap/message.c:1141 +#, c-format +msgid "Copying %d messages to %s..." +msgstr "" + +#: imap/message.c:396 +msgid "Unable to fetch headers from this IMAP server version." +msgstr "" + +#: imap/message.c:406 +#, c-format +msgid "Could not create temporary file %s" +msgstr "" + +#. L10N: +#. Comparing the cached data with the IMAP server's data +#: imap/message.c:440 +msgid "Evaluating cache..." +msgstr "" + +#: imap/message.c:744 imap/message.c:804 nntp.c:1535 pop.c:568 +msgid "Fetching message..." +msgstr "" + +#: imap/message.c:791 pop.c:563 +msgid "The message index is incorrect. Try reopening the mailbox." +msgstr "" + +#: imap/message.c:964 +msgid "Uploading message..." +msgstr "" + +#: imap/message.c:1145 +#, c-format +msgid "Copying message %d to %s..." +msgstr "" + +#: imap/util.c:455 +msgid "Continue?" +msgstr "" + +#: init.c:55 init.c:2308 pager.c:49 +#, c-format +msgid "Not available in this menu." +msgstr "" + +#: init.c:327 +#, c-format +msgid "%s: unknown sorting method" +msgstr "" + +#: init.c:377 init.c:414 init.c:2715 +#, c-format +msgid "%s: Unknown type." +msgstr "" + +#: init.c:662 +#, c-format +msgid "Bad regexp: %s" +msgstr "" + +#: init.c:722 +#, c-format +msgid "Not enough subexpressions for template" +msgstr "" + +#: init.c:781 +#, c-format +msgid "finish: too many arguments" +msgstr "" + +#: init.c:990 init.c:998 init.c:1020 +msgid "not enough arguments" +msgstr "" + +#: init.c:1081 +msgid "spam: no matching pattern" +msgstr "" + +#: init.c:1083 +msgid "nospam: no matching pattern" +msgstr "" + +#: init.c:1264 +#, c-format +msgid "%sgroup: missing -rx or -addr." +msgstr "" + +#: init.c:1282 +#, c-format +msgid "%sgroup: warning: bad IDN '%s'.\n" +msgstr "" + +#: init.c:1496 +msgid "attachments: no disposition" +msgstr "" + +#: init.c:1507 +#, c-format +msgid "" +"\n" +"Current attachments settings:\n" +"\n" +msgstr "" + +#: init.c:1537 +msgid "attachments: invalid disposition" +msgstr "" + +#: init.c:1552 +msgid "unattachments: no disposition" +msgstr "" + +#: init.c:1579 +msgid "unattachments: invalid disposition" +msgstr "" + +#: init.c:1702 +msgid "alias: no address" +msgstr "" + +#: init.c:1749 +#, c-format +msgid "Warning: Bad IDN '%s' in alias '%s'.\n" +msgstr "" + +#: init.c:1834 +msgid "invalid header field" +msgstr "" + +#: init.c:1974 +#, c-format +msgid "restore_default(%s): error in regexp: %s\n" +msgstr "" + +#: init.c:2189 init.c:2355 +#, c-format +msgid "%s is unset" +msgstr "" + +#: init.c:2285 init.c:2400 +#, c-format +msgid "%s: unknown variable" +msgstr "" + +#: init.c:2294 +#, c-format +msgid "prefix is illegal with reset" +msgstr "" + +#: init.c:2300 +#, c-format +msgid "value is illegal with reset" +msgstr "" + +#: init.c:2335 init.c:2347 +#, c-format +msgid "Usage: set variable=yes|no" +msgstr "" + +#: init.c:2355 +#, c-format +msgid "%s is set" +msgstr "" + +#: init.c:2467 init.c:2482 +#, c-format +msgid "Invalid value for option %s: \"%s\"" +msgstr "" + +#: init.c:2579 +#, c-format +msgid "%s: invalid mailbox type" +msgstr "" + +#: init.c:2610 +#, c-format +msgid "%s: invalid value (%s)" +msgstr "" + +#: init.c:2611 +msgid "format error" +msgstr "" + +#: init.c:2611 +msgid "number overflow" +msgstr "" + +#: init.c:2671 +#, c-format +msgid "%s: invalid value" +msgstr "" + +#: init.c:2761 +#, c-format +msgid "%s: invalid backend" +msgstr "" + +#: init.c:2769 +#, c-format +msgid "%s: unknown type" +msgstr "" + +#: init.c:2914 +#, c-format +msgid "Error in %s, line %d: %s" +msgstr "" + +#: init.c:2944 +#, c-format +msgid "source: errors in %s" +msgstr "" + +#: init.c:2945 +#, c-format +msgid "source: reading aborted due to too many errors in %s" +msgstr "" + +#: init.c:2963 mutt_lua.c:405 +#, c-format +msgid "source: error at %s" +msgstr "" + +#: init.c:2968 mutt_lua.c:410 +msgid "source: too many arguments" +msgstr "" + +#: init.c:3025 +#, c-format +msgid "%s: unknown command" +msgstr "" + +#: init.c:3715 +#, c-format +msgid "Error in command line: %s\n" +msgstr "" + +#: init.c:3822 +msgid "unable to determine home directory" +msgstr "" + +#: init.c:3830 +msgid "unable to determine username" +msgstr "" + +#: init.c:3852 +msgid "unable to determine nodename via uname()" +msgstr "" + +#: init.c:4147 +msgid "-group: no group name" +msgstr "" + +#: init.c:4157 +msgid "out of arguments" +msgstr "" + +#: keymap.c:530 +msgid "Macros are currently disabled." +msgstr "" + +#: keymap.c:537 +msgid "Macro loop detected." +msgstr "" + +#: keymap.c:844 keymap.c:852 +msgid "Key is not bound." +msgstr "" + +#: keymap.c:856 +#, c-format +msgid "Key is not bound. Press '%s' for help." +msgstr "" + +#: keymap.c:867 +msgid "push: too many arguments" +msgstr "" + +#: keymap.c:898 +#, c-format +msgid "%s: no such menu" +msgstr "" + +#: keymap.c:913 +msgid "null key sequence" +msgstr "" + +#: keymap.c:997 +msgid "bind: too many arguments" +msgstr "" + +#: keymap.c:1019 +#, c-format +msgid "%s: no such function in map" +msgstr "" + +#: keymap.c:1043 +msgid "macro: empty key sequence" +msgstr "" + +#: keymap.c:1054 +msgid "macro: too many arguments" +msgstr "" + +#: keymap.c:1090 +msgid "exec: no arguments" +msgstr "" + +#: keymap.c:1109 +#, c-format +msgid "%s: no such function" +msgstr "" + +#: keymap.c:1130 +msgid "Enter keys (^G to abort): " +msgstr "" + +#: keymap.c:1136 +#, c-format +msgid "Char = %s, Octal = %o, Decimal = %d" +msgstr "" + +#: keymap_alldefs.h:5 +msgid "null operation" +msgstr "" + +#: keymap_alldefs.h:6 +msgid "end of conditional execution (noop)" +msgstr "" + +#: keymap_alldefs.h:7 +msgid "force viewing of attachment using mailcap" +msgstr "" + +#: keymap_alldefs.h:8 +msgid "view attachment as text" +msgstr "" + +#: keymap_alldefs.h:9 +msgid "Toggle display of subparts" +msgstr "" + +#: keymap_alldefs.h:10 +msgid "move to the bottom of the page" +msgstr "" + +#: keymap_alldefs.h:11 +msgid "remail a message to another user" +msgstr "" + +#: keymap_alldefs.h:12 +msgid "swap the current folder position with $folder if it exists" +msgstr "" + +#: keymap_alldefs.h:13 +msgid "select a new file in this directory" +msgstr "" + +#: keymap_alldefs.h:14 +msgid "view file" +msgstr "" + +#: keymap_alldefs.h:15 +msgid "display the currently selected file's name" +msgstr "" + +#: keymap_alldefs.h:16 +msgid "subscribe to current mbox (IMAP/NNTP only)" +msgstr "" + +#: keymap_alldefs.h:17 +msgid "unsubscribe from current mbox (IMAP/NNTP only)" +msgstr "" + +#: keymap_alldefs.h:18 +msgid "toggle view all/subscribed mailboxes (IMAP only)" +msgstr "" + +#: keymap_alldefs.h:19 +msgid "list mailboxes with new mail" +msgstr "" + +#: keymap_alldefs.h:20 +msgid "mark all articles in newsgroup as read" +msgstr "" + +#: keymap_alldefs.h:21 +msgid "change directories" +msgstr "" + +#: keymap_alldefs.h:22 +msgid "check mailboxes for new mail" +msgstr "" + +#: keymap_alldefs.h:23 +msgid "attach file(s) to this message" +msgstr "" + +#: keymap_alldefs.h:24 +msgid "attach message(s) to this message" +msgstr "" + +#: keymap_alldefs.h:25 +msgid "attach news article(s) to this message" +msgstr "" + +#: keymap_alldefs.h:26 +msgid "edit the BCC list" +msgstr "" + +#: keymap_alldefs.h:27 +msgid "edit the CC list" +msgstr "" + +#: keymap_alldefs.h:28 +msgid "edit attachment description" +msgstr "" + +#: keymap_alldefs.h:29 +msgid "edit attachment transfer-encoding" +msgstr "" + +#: keymap_alldefs.h:30 +msgid "enter a file to save a copy of this message in" +msgstr "" + +#: keymap_alldefs.h:31 +msgid "edit the file to be attached" +msgstr "" + +#: keymap_alldefs.h:32 +msgid "edit the from field" +msgstr "" + +#: keymap_alldefs.h:33 +msgid "edit the message with headers" +msgstr "" + +#: keymap_alldefs.h:34 +msgid "edit the message" +msgstr "" + +#: keymap_alldefs.h:35 +msgid "edit attachment using mailcap entry" +msgstr "" + +#: keymap_alldefs.h:36 +msgid "edit the newsgroups list" +msgstr "" + +#: keymap_alldefs.h:37 +msgid "edit the Reply-To field" +msgstr "" + +#: keymap_alldefs.h:38 +msgid "edit the Followup-To field" +msgstr "" + +#: keymap_alldefs.h:39 +msgid "edit the X-Comment-To field" +msgstr "" + +#: keymap_alldefs.h:40 +msgid "edit the subject of this message" +msgstr "" + +#: keymap_alldefs.h:41 +msgid "edit the TO list" +msgstr "" + +#: keymap_alldefs.h:42 +msgid "create a new mailbox (IMAP only)" +msgstr "" + +#: keymap_alldefs.h:43 +msgid "edit attachment content type" +msgstr "" + +#: keymap_alldefs.h:44 +msgid "get a temporary copy of an attachment" +msgstr "" + +#: keymap_alldefs.h:45 +msgid "run ispell on the message" +msgstr "" + +#: keymap_alldefs.h:46 +msgid "compose new attachment using mailcap entry" +msgstr "" + +#: keymap_alldefs.h:47 +msgid "toggle recoding of this attachment" +msgstr "" + +#: keymap_alldefs.h:48 +msgid "save this message to send later" +msgstr "" + +#: keymap_alldefs.h:49 +msgid "send attachment with a different name" +msgstr "" + +#: keymap_alldefs.h:50 +msgid "rename/move an attached file" +msgstr "" + +#: keymap_alldefs.h:51 +msgid "compose a new message to the sender" +msgstr "" + +#: keymap_alldefs.h:52 +msgid "send the message" +msgstr "" + +#: keymap_alldefs.h:53 +msgid "toggle disposition between inline/attachment" +msgstr "" + +#: keymap_alldefs.h:54 +msgid "toggle whether to delete file after sending it" +msgstr "" + +#: keymap_alldefs.h:55 +msgid "update an attachment's encoding info" +msgstr "" + +#: keymap_alldefs.h:56 +msgid "write the message to a folder" +msgstr "" + +#: keymap_alldefs.h:57 +msgid "copy a message to a file/mailbox" +msgstr "" + +#: keymap_alldefs.h:58 +msgid "create an alias from a message sender" +msgstr "" + +#: keymap_alldefs.h:59 +msgid "move entry to bottom of screen" +msgstr "" + +#: keymap_alldefs.h:60 +msgid "move entry to middle of screen" +msgstr "" + +#: keymap_alldefs.h:61 +msgid "move entry to top of screen" +msgstr "" + +#: keymap_alldefs.h:62 +msgid "make decoded (text/plain) copy" +msgstr "" + +#: keymap_alldefs.h:63 +msgid "make decoded copy (text/plain) and delete" +msgstr "" + +#: keymap_alldefs.h:64 +msgid "delete the current entry" +msgstr "" + +#: keymap_alldefs.h:65 +msgid "delete the current mailbox (IMAP only)" +msgstr "" + +#: keymap_alldefs.h:66 +msgid "delete all messages in subthread" +msgstr "" + +#: keymap_alldefs.h:67 +msgid "delete all messages in thread" +msgstr "" + +#: keymap_alldefs.h:68 +msgid "display full address of sender" +msgstr "" + +#: keymap_alldefs.h:69 +msgid "display message and toggle header weeding" +msgstr "" + +#: keymap_alldefs.h:70 +msgid "display a message" +msgstr "" + +#: keymap_alldefs.h:71 +msgid "add, change, or delete a message's label" +msgstr "" + +#: keymap_alldefs.h:72 +msgid "edit the raw message" +msgstr "" + +#: keymap_alldefs.h:73 +msgid "delete the char in front of the cursor" +msgstr "" + +#: keymap_alldefs.h:74 +msgid "move the cursor one character to the left" +msgstr "" + +#: keymap_alldefs.h:75 +msgid "move the cursor to the beginning of the word" +msgstr "" + +#: keymap_alldefs.h:76 +msgid "jump to the beginning of the line" +msgstr "" + +#: keymap_alldefs.h:77 +msgid "cycle among incoming mailboxes" +msgstr "" + +#: keymap_alldefs.h:78 +msgid "complete filename or alias" +msgstr "" + +#: keymap_alldefs.h:79 +msgid "complete address with query" +msgstr "" + +#: keymap_alldefs.h:80 +msgid "delete the char under the cursor" +msgstr "" + +#: keymap_alldefs.h:81 +msgid "jump to the end of the line" +msgstr "" + +#: keymap_alldefs.h:82 +msgid "move the cursor one character to the right" +msgstr "" + +#: keymap_alldefs.h:83 +msgid "move the cursor to the end of the word" +msgstr "" + +#: keymap_alldefs.h:84 +msgid "scroll down through the history list" +msgstr "" + +#: keymap_alldefs.h:85 +msgid "scroll up through the history list" +msgstr "" + +#: keymap_alldefs.h:86 +msgid "delete chars from cursor to end of line" +msgstr "" + +#: keymap_alldefs.h:87 +msgid "delete chars from the cursor to the end of the word" +msgstr "" + +#: keymap_alldefs.h:88 +msgid "delete all chars on the line" +msgstr "" + +#: keymap_alldefs.h:89 +msgid "delete the word in front of the cursor" +msgstr "" + +#: keymap_alldefs.h:90 +msgid "quote the next typed key" +msgstr "" + +#: keymap_alldefs.h:91 +msgid "transpose character under cursor with previous" +msgstr "" + +#: keymap_alldefs.h:92 +msgid "capitalize the word" +msgstr "" + +#: keymap_alldefs.h:93 +msgid "convert the word to lower case" +msgstr "" + +#: keymap_alldefs.h:94 +msgid "convert the word to upper case" +msgstr "" + +#: keymap_alldefs.h:95 +msgid "enter a muttrc command" +msgstr "" + +#: keymap_alldefs.h:96 +msgid "enter a file mask" +msgstr "" + +#: keymap_alldefs.h:97 +msgid "exit this menu" +msgstr "" + +#: keymap_alldefs.h:98 +msgid "filter attachment through a shell command" +msgstr "" + +#: keymap_alldefs.h:99 +msgid "move to the first entry" +msgstr "" + +#: keymap_alldefs.h:100 +msgid "toggle a message's 'important' flag" +msgstr "" + +#: keymap_alldefs.h:101 +msgid "followup to newsgroup" +msgstr "" + +#: keymap_alldefs.h:102 +msgid "forward to newsgroup" +msgstr "" + +#: keymap_alldefs.h:103 +msgid "forward a message with comments" +msgstr "" + +#: keymap_alldefs.h:104 +msgid "select the current entry" +msgstr "" + +#: keymap_alldefs.h:105 +msgid "get all children of the current message" +msgstr "" + +#: keymap_alldefs.h:106 +msgid "get message with Message-Id" +msgstr "" + +#: keymap_alldefs.h:107 +msgid "get parent of the current message" +msgstr "" + +#: keymap_alldefs.h:108 +msgid "reply to all recipients" +msgstr "" + +#: keymap_alldefs.h:109 +msgid "scroll down 1/2 page" +msgstr "" + +#: keymap_alldefs.h:110 +msgid "scroll up 1/2 page" +msgstr "" + +#: keymap_alldefs.h:111 +msgid "this screen" +msgstr "" + +#: keymap_alldefs.h:112 +msgid "jump to an index number" +msgstr "" + +#: keymap_alldefs.h:113 +msgid "move to the last entry" +msgstr "" + +#: keymap_alldefs.h:114 +msgid "reply to specified mailing list" +msgstr "" + +#: keymap_alldefs.h:115 +msgid "load list of all newsgroups from NNTP server" +msgstr "" + +#: keymap_alldefs.h:116 +msgid "execute a macro" +msgstr "" + +#: keymap_alldefs.h:117 +msgid "compose a new mail message" +msgstr "" + +#: keymap_alldefs.h:118 +msgid "break the thread in two" +msgstr "" + +#: keymap_alldefs.h:119 +msgid "open a different folder" +msgstr "" + +#: keymap_alldefs.h:120 +msgid "open a different folder in read only mode" +msgstr "" + +#: keymap_alldefs.h:121 +msgid "open a different newsgroup" +msgstr "" + +#: keymap_alldefs.h:122 +msgid "open a different newsgroup in read only mode" +msgstr "" + +#: keymap_alldefs.h:123 +msgid "clear a status flag from a message" +msgstr "" + +#: keymap_alldefs.h:124 +msgid "delete messages matching a pattern" +msgstr "" + +#: keymap_alldefs.h:125 +msgid "force retrieval of mail from IMAP server" +msgstr "" + +#: keymap_alldefs.h:126 +msgid "logout from all IMAP servers" +msgstr "" + +#: keymap_alldefs.h:127 +msgid "retrieve mail from POP server" +msgstr "" + +#: keymap_alldefs.h:128 +msgid "show only messages matching a pattern" +msgstr "" + +#: keymap_alldefs.h:129 +msgid "link tagged message to the current one" +msgstr "" + +#: keymap_alldefs.h:130 +msgid "open next mailbox with new mail" +msgstr "" + +#: keymap_alldefs.h:131 +msgid "jump to the next new message" +msgstr "" + +#: keymap_alldefs.h:132 +msgid "jump to the next new or unread message" +msgstr "" + +#: keymap_alldefs.h:133 +msgid "jump to the next subthread" +msgstr "" + +#: keymap_alldefs.h:134 +msgid "jump to the next thread" +msgstr "" + +#: keymap_alldefs.h:135 +msgid "move to the next undeleted message" +msgstr "" + +#: keymap_alldefs.h:136 +msgid "jump to the next unread message" +msgstr "" + +#: keymap_alldefs.h:137 +msgid "jump to parent message in thread" +msgstr "" + +#: keymap_alldefs.h:138 +msgid "jump to previous thread" +msgstr "" + +#: keymap_alldefs.h:139 +msgid "jump to previous subthread" +msgstr "" + +#: keymap_alldefs.h:140 +msgid "move to the previous undeleted message" +msgstr "" + +#: keymap_alldefs.h:141 +msgid "jump to the previous new message" +msgstr "" + +#: keymap_alldefs.h:142 +msgid "jump to the previous new or unread message" +msgstr "" + +#: keymap_alldefs.h:143 +msgid "jump to the previous unread message" +msgstr "" + +#: keymap_alldefs.h:144 +msgid "mark the current thread as read" +msgstr "" + +#: keymap_alldefs.h:145 +msgid "mark the current subthread as read" +msgstr "" + +#: keymap_alldefs.h:146 +msgid "jump to root message in thread" +msgstr "" + +#: keymap_alldefs.h:147 +msgid "set a status flag on a message" +msgstr "" + +#: keymap_alldefs.h:148 +msgid "save changes to mailbox" +msgstr "" + +#: keymap_alldefs.h:149 +msgid "tag messages matching a pattern" +msgstr "" + +#: keymap_alldefs.h:150 +msgid "delete from mutt, don't touch on disk" +msgstr "" + +#: keymap_alldefs.h:151 +msgid "undelete messages matching a pattern" +msgstr "" + +#: keymap_alldefs.h:152 +msgid "untag messages matching a pattern" +msgstr "" + +#: keymap_alldefs.h:153 +msgid "create a hotkey macro for the current message" +msgstr "" + +#: keymap_alldefs.h:154 +msgid "move to the middle of the page" +msgstr "" + +#: keymap_alldefs.h:155 +msgid "move to the next entry" +msgstr "" + +#: keymap_alldefs.h:156 +msgid "scroll down one line" +msgstr "" + +#: keymap_alldefs.h:157 +msgid "move to the next page" +msgstr "" + +#: keymap_alldefs.h:158 +msgid "jump to the bottom of the message" +msgstr "" + +#: keymap_alldefs.h:159 +msgid "toggle display of quoted text" +msgstr "" + +#: keymap_alldefs.h:160 +msgid "skip beyond quoted text" +msgstr "" + +#: keymap_alldefs.h:161 +msgid "jump to the top of the message" +msgstr "" + +#: keymap_alldefs.h:162 +msgid "pipe message/attachment to a shell command" +msgstr "" + +#: keymap_alldefs.h:163 +msgid "post message to newsgroup" +msgstr "" + +#: keymap_alldefs.h:164 +msgid "move to the previous entry" +msgstr "" + +#: keymap_alldefs.h:165 +msgid "scroll up one line" +msgstr "" + +#: keymap_alldefs.h:166 +msgid "move to the previous page" +msgstr "" + +#: keymap_alldefs.h:167 +msgid "print the current entry" +msgstr "" + +#: keymap_alldefs.h:168 +msgid "really delete the current entry, bypassing the trash folder" +msgstr "" + +#: keymap_alldefs.h:169 +msgid "really delete the current thread, bypassing the trash folder" +msgstr "" + +#: keymap_alldefs.h:170 +msgid "query external program for addresses" +msgstr "" + +#: keymap_alldefs.h:171 +msgid "append new query results to current results" +msgstr "" + +#: keymap_alldefs.h:172 +msgid "save changes to mailbox and quit" +msgstr "" + +#: keymap_alldefs.h:173 +msgid "recall a postponed message" +msgstr "" + +#: keymap_alldefs.h:174 +msgid "reconstruct thread containing current message" +msgstr "" + +#: keymap_alldefs.h:175 +msgid "clear and redraw the screen" +msgstr "" + +#: keymap_alldefs.h:176 +msgid "{internal}" +msgstr "" + +#: keymap_alldefs.h:177 +msgid "rename the current mailbox (IMAP only)" +msgstr "" + +#: keymap_alldefs.h:178 +msgid "reply to a message" +msgstr "" + +#: keymap_alldefs.h:179 +msgid "use the current message as a template for a new one" +msgstr "" + +#: keymap_alldefs.h:180 +msgid "save message/attachment to a mailbox/file" +msgstr "" + +#: keymap_alldefs.h:181 +msgid "search for a regular expression" +msgstr "" + +#: keymap_alldefs.h:182 +msgid "search backwards for a regular expression" +msgstr "" + +#: keymap_alldefs.h:183 +msgid "search for next match" +msgstr "" + +#: keymap_alldefs.h:184 +msgid "search for next match in opposite direction" +msgstr "" + +#: keymap_alldefs.h:185 +msgid "toggle search pattern coloring" +msgstr "" + +#: keymap_alldefs.h:186 +msgid "invoke a command in a subshell" +msgstr "" + +#: keymap_alldefs.h:187 +msgid "sort messages" +msgstr "" + +#: keymap_alldefs.h:188 +msgid "sort messages in reverse order" +msgstr "" + +#: keymap_alldefs.h:189 +msgid "subscribe to newsgroups matching a pattern" +msgstr "" + +#: keymap_alldefs.h:190 +msgid "tag the current entry" +msgstr "" + +#: keymap_alldefs.h:191 +msgid "apply next function to tagged messages" +msgstr "" + +#: keymap_alldefs.h:192 +msgid "apply next function ONLY to tagged messages" +msgstr "" + +#: keymap_alldefs.h:193 +msgid "tag the current subthread" +msgstr "" + +#: keymap_alldefs.h:194 +msgid "tag the current thread" +msgstr "" + +#: keymap_alldefs.h:195 +msgid "toggle a message's 'new' flag" +msgstr "" + +#: keymap_alldefs.h:196 +msgid "toggle view of read messages" +msgstr "" + +#: keymap_alldefs.h:197 +msgid "toggle whether the mailbox will be rewritten" +msgstr "" + +#: keymap_alldefs.h:198 +msgid "toggle whether to browse mailboxes or all files" +msgstr "" + +#: keymap_alldefs.h:199 +msgid "move to the top of the page" +msgstr "" + +#: keymap_alldefs.h:200 +msgid "mark all articles in newsgroup as unread" +msgstr "" + +#: keymap_alldefs.h:201 +msgid "undelete the current entry" +msgstr "" + +#: keymap_alldefs.h:202 +msgid "undelete all messages in thread" +msgstr "" + +#: keymap_alldefs.h:203 +msgid "undelete all messages in subthread" +msgstr "" + +#: keymap_alldefs.h:204 +msgid "unsubscribe from newsgroups matching a pattern" +msgstr "" + +#: keymap_alldefs.h:205 +msgid "show the Mutt version number and date" +msgstr "" + +#: keymap_alldefs.h:206 +msgid "view attachment using mailcap entry if necessary" +msgstr "" + +#: keymap_alldefs.h:207 +msgid "show MIME attachments" +msgstr "" + +#: keymap_alldefs.h:208 +msgid "display the keycode for a key press" +msgstr "" + +#: keymap_alldefs.h:209 +msgid "limit view to current thread" +msgstr "" + +#: keymap_alldefs.h:210 +msgid "show currently active limit pattern" +msgstr "" + +#: keymap_alldefs.h:211 +msgid "collapse/uncollapse current thread" +msgstr "" + +#: keymap_alldefs.h:212 +msgid "collapse/uncollapse all threads" +msgstr "" + +#: keymap_alldefs.h:213 +msgid "move the highlight to next mailbox" +msgstr "" + +#: keymap_alldefs.h:214 +msgid "move the highlight to next mailbox with new mail" +msgstr "" + +#: keymap_alldefs.h:215 +msgid "open highlighted mailbox" +msgstr "" + +#: keymap_alldefs.h:216 +msgid "scroll the sidebar down 1 page" +msgstr "" + +#: keymap_alldefs.h:217 +msgid "scroll the sidebar up 1 page" +msgstr "" + +#: keymap_alldefs.h:218 +msgid "move the highlight to previous mailbox" +msgstr "" + +#: keymap_alldefs.h:219 +msgid "move the highlight to previous mailbox with new mail" +msgstr "" + +#: keymap_alldefs.h:220 +msgid "toggle between mailboxes and virtual mailboxes" +msgstr "" + +#: keymap_alldefs.h:221 +msgid "make the sidebar (in)visible" +msgstr "" + +#: keymap_alldefs.h:222 +msgid "open a different virtual folder" +msgstr "" + +#: keymap_alldefs.h:223 +msgid "generate virtual folder from query" +msgstr "" + +#: keymap_alldefs.h:224 +msgid "generate virtual folder from query and time window" +msgstr "" + +#: keymap_alldefs.h:225 +msgid "shifts virtual folder time window forwards" +msgstr "" + +#: keymap_alldefs.h:226 +msgid "shifts virtual folder time window backwards" +msgstr "" + +#: keymap_alldefs.h:227 +msgid "modify (notmuch) tags" +msgstr "" + +#: keymap_alldefs.h:228 +msgid "modify labels and then hide message" +msgstr "" + +#: keymap_alldefs.h:229 +msgid "read entire thread of the current message" +msgstr "" + +#: keymap_alldefs.h:230 +msgid "accept the chain constructed" +msgstr "" + +#: keymap_alldefs.h:231 +msgid "append a remailer to the chain" +msgstr "" + +#: keymap_alldefs.h:232 +msgid "insert a remailer into the chain" +msgstr "" + +#: keymap_alldefs.h:233 +msgid "delete a remailer from the chain" +msgstr "" + +#: keymap_alldefs.h:234 +msgid "select the previous element of the chain" +msgstr "" + +#: keymap_alldefs.h:235 +msgid "select the next element of the chain" +msgstr "" + +#: keymap_alldefs.h:236 +msgid "send the message through a mixmaster remailer chain" +msgstr "" + +#: keymap_alldefs.h:237 +msgid "attach a PGP public key" +msgstr "" + +#: keymap_alldefs.h:238 +msgid "show PGP options" +msgstr "" + +#: keymap_alldefs.h:239 +msgid "mail a PGP public key" +msgstr "" + +#: keymap_alldefs.h:240 +msgid "verify a PGP public key" +msgstr "" + +#: keymap_alldefs.h:241 +msgid "view the key's user id" +msgstr "" + +#: keymap_alldefs.h:242 +msgid "check for classic PGP" +msgstr "" + +#: keymap_alldefs.h:243 +msgid "show S/MIME options" +msgstr "" + +#: keymap_alldefs.h:244 +msgid "make decrypted copy and delete" +msgstr "" + +#: keymap_alldefs.h:245 +msgid "make decrypted copy" +msgstr "" + +#: keymap_alldefs.h:246 +msgid "wipe passphrase(s) from memory" +msgstr "" + +#: keymap_alldefs.h:247 +msgid "extract supported public keys" +msgstr "" + +#: lib.c:118 +msgid "Integer overflow -- can't allocate memory!" +msgstr "" + +#: lib.c:125 lib.c:140 lib.c:172 safe_asprintf.c:41 +msgid "Out of memory!" +msgstr "" + +#: main.c:77 +msgid "" +"usage: mutt [] [-z] [-f | -yZ]\n" +" mutt [] [-Ex] [-Hi ] [-s ] [-bc ] [-a [...] --] [...]\n" +" mutt [] [-x] [-s ] [-bc ] [-a [...] --] [...] < message\n" +" mutt [] -p\n" +" mutt [] -A [...]\n" +" mutt [] -Q [...]\n" +" mutt [] -B\n" +" mutt [] -D [-S]\n" +" mutt -v[v]\n" +msgstr "" + +#: main.c:87 +msgid "" +"options:\n" +" -A expand the given alias\n" +" -a [...] -- attach file(s) to the message\n" +" the list of files must be terminated with the \"--\" sequence\n" +" -b
specify a blind carbon-copy (BCC) address\n" +" -c
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:97 +msgid " -d log debugging output to ~/.muttdebug0" +msgstr "" + +#: main.c:100 +msgid "" +" -E edit the draft (-H) or include (-i) file\n" +" -e specify a command to be executed after initialization\n" +" -f specify which mailbox to read\n" +" -F specify an alternate muttrc file\n" +" -g specify a news server (if compiled with NNTP)\n" +" -G select a newsgroup (if compiled with NNTP)\n" +" -H specify a draft file to read header and body from\n" +" -i specify a file which Mutt should include in the body\n" +" -m specify a default mailbox type\n" +" -n causes Mutt not to read the system Muttrc\n" +" -p recall a postponed message" +msgstr "" + +#: main.c:112 +msgid "" +" -Q query a configuration variable\n" +" -R open mailbox in read-only mode\n" +" -s 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:144 +msgid "Error initializing terminal." +msgstr "" + +#: main.c:305 +#, c-format +msgid "Error: value '%s' is invalid for -d.\n" +msgstr "" + +#: main.c:308 +#, c-format +msgid "Debugging at level %d.\n" +msgstr "" + +#: main.c:310 +#, c-format +msgid "DEBUG was not defined during compilation. Ignored.\n" +msgstr "" + +#: main.c:502 +#, c-format +msgid "%s does not exist. Create it?" +msgstr "" + +#: main.c:548 +msgid "Failed to parse mailto: link\n" +msgstr "" + +#: main.c:560 +msgid "No recipients specified.\n" +msgstr "" + +#: main.c:586 +msgid "Cannot use -E flag with stdin\n" +msgstr "" + +#: main.c:738 +#, c-format +msgid "%s: unable to attach file.\n" +msgstr "" + +#: main.c:819 +msgid "No mailbox with new mail." +msgstr "" + +#: main.c:841 +msgid "No incoming mailboxes defined." +msgstr "" + +#: main.c:884 +msgid "Mailbox is empty." +msgstr "" + +#: mbox.c:115 mbox.c:281 mh.c:1261 mx.c:665 +#, c-format +msgid "Reading %s..." +msgstr "" + +#: mbox.c:157 mbox.c:219 +msgid "Mailbox is corrupt!" +msgstr "" + +#: mbox.c:477 +#, c-format +msgid "Couldn't lock %s\n" +msgstr "" + +#: mbox.c:526 mbox.c:540 +msgid "Can't write message" +msgstr "" + +#: mbox.c:676 +msgid "Reopening mailbox..." +msgstr "" + +#: mbox.c:949 +msgid "Mailbox was corrupted!" +msgstr "" + +#: mbox.c:1031 mbox.c:1297 +msgid "Fatal error! Could not reopen mailbox!" +msgstr "" + +#: mbox.c:1085 +msgid "sync: mbox modified, but no modified messages! (report this bug)" +msgstr "" + +#: mbox.c:1109 mh.c:2268 mutt_notmuch.c:2320 mx.c:746 +#, c-format +msgid "Writing %s..." +msgstr "" + +#: mbox.c:1246 +msgid "Committing changes..." +msgstr "" + +#: mbox.c:1281 +#, c-format +msgid "Write failed! Saved partial mailbox to %s" +msgstr "" + +#: mbox.c:1354 +msgid "Could not reopen mailbox!" +msgstr "" + +#: menu.c:503 +msgid "Jump to: " +msgstr "" + +#: menu.c:512 +msgid "Invalid index number." +msgstr "" + +#: menu.c:516 menu.c:538 menu.c:600 menu.c:643 menu.c:659 menu.c:670 menu.c:681 +#: menu.c:692 menu.c:705 menu.c:718 menu.c:1230 +msgid "No entries." +msgstr "" + +#: menu.c:535 +msgid "You cannot scroll down farther." +msgstr "" + +#: menu.c:553 +msgid "You cannot scroll up farther." +msgstr "" + +#: menu.c:593 +msgid "You are on the first page." +msgstr "" + +#: menu.c:594 +msgid "You are on the last page." +msgstr "" + +#: menu.c:729 +msgid "You are on the last entry." +msgstr "" + +#: menu.c:740 +msgid "You are on the first entry." +msgstr "" + +#: menu.c:899 pager.c:2362 pattern.c:1901 +msgid "Search for: " +msgstr "" + +#: menu.c:900 pager.c:2363 pattern.c:1902 +msgid "Reverse search for: " +msgstr "" + +#: menu.c:947 pager.c:2316 pager.c:2337 pager.c:2461 pattern.c:2018 +msgid "Not found." +msgstr "" + +#: menu.c:1095 +msgid "No tagged entries." +msgstr "" + +#: menu.c:1194 +msgid "Search is not implemented for this menu." +msgstr "" + +#: menu.c:1199 +msgid "Jumping is not implemented for dialogs." +msgstr "" + +#: menu.c:1233 +msgid "Tagging is not supported." +msgstr "" + +#: mh.c:1241 +#, c-format +msgid "Scanning %s..." +msgstr "" + +#: mh.c:1556 mh.c:1645 +msgid "Could not flush message to disk" +msgstr "" + +#: mh.c:1596 +msgid "_maildir_commit_message(): unable to set time on file" +msgstr "" + +#: muttlib.c:838 +#, c-format +msgid "mutt_randbuf len=%zu" +msgstr "" + +#: muttlib.c:858 +#, c-format +msgid "open /dev/urandom: %s" +msgstr "" + +#: muttlib.c:865 +#, 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:1100 +msgid "File is a directory, save under it? [(y)es, (n)o, (a)ll]" +msgstr "" + +#: muttlib.c:1100 +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:1119 +msgid "File is a directory, save under it?" +msgstr "" + +#: muttlib.c:1123 +msgid "File under directory: " +msgstr "" + +#: muttlib.c:1133 +msgid "File exists, (o)verwrite, (a)ppend, or (c)ancel?" +msgstr "" + +#: muttlib.c:1133 +msgid "oac" +msgstr "" + +#: muttlib.c:1810 +msgid "Can't save message to POP mailbox." +msgstr "" + +#: muttlib.c:1819 +#, c-format +msgid "Append messages to %s?" +msgstr "" + +#: muttlib.c:1830 +msgid "Can't save message to news server." +msgstr "" + +#: muttlib.c:1839 +#, c-format +msgid "%s is not a mailbox!" +msgstr "" + +#: mutt_lua.c:386 +#, c-format +msgid "%s: %s" +msgstr "" + +#: mutt_notmuch.c:367 mutt_notmuch.c:1802 mutt_notmuch.c:1811 +#: mutt_notmuch.c:1822 mutt_notmuch.c:1929 +#, c-format +msgid "failed to parse notmuch uri: %s" +msgstr "" + +#: mutt_notmuch.c:421 +#, c-format +msgid "failed to parse notmuch query type: %s" +msgstr "" + +#: mutt_notmuch.c:521 +msgid "Invalid nm_query_window_timebase value (valid values are: hour, day, week, month or year)." +msgstr "" + +#: mutt_notmuch.c:575 +#, c-format +msgid "failed to parse notmuch limit: %s" +msgstr "" + +#: mutt_notmuch.c:662 +#, c-format +msgid "Waiting for notmuch DB... (%d sec)" +msgstr "" + +#: mutt_notmuch.c:670 +#, c-format +msgid "Cannot open notmuch database: %s: %s" +msgstr "" + +#: mutt_notmuch.c:671 +msgid "unknown reason" +msgstr "" + +#: mutt_notmuch.c:1062 +#, c-format +msgid "Reading messages..." +msgstr "" + +#: mutt_notmuch.c:1740 +msgid "No more messages in the thread." +msgstr "" + +#: mutt_notmuch.c:2413 +msgid "Can't write to virtual folder." +msgstr "" + +#: mutt_sasl.c:287 +msgid "Unknown SASL profile" +msgstr "" + +#: mutt_sasl.c:320 +msgid "Error allocating SASL connection" +msgstr "" + +#: mutt_sasl.c:331 +msgid "Error setting SASL security properties" +msgstr "" + +#: mutt_sasl.c:341 +msgid "Error setting SASL external security strength" +msgstr "" + +#: mutt_sasl.c:350 +msgid "Error setting SASL external user name" +msgstr "" + +#: mutt_socket.c:60 +msgid "Preconnect command failed." +msgstr "" + +#: mutt_socket.c:168 +#, c-format +msgid "Connection to %s closed" +msgstr "" + +#: mutt_socket.c:298 +msgid "SSL is unavailable." +msgstr "" + +#: mutt_socket.c:329 mutt_socket.c:353 +#, c-format +msgid "Error talking to %s (%s)" +msgstr "" + +#: mutt_socket.c:337 mutt_socket.c:361 +#, c-format +msgid "Connection to %s has been aborted" +msgstr "" + +#: mutt_socket.c:454 mutt_socket.c:513 +#, c-format +msgid "Bad IDN \"%s\"." +msgstr "" + +#: mutt_socket.c:462 mutt_socket.c:521 +#, c-format +msgid "Looking up %s..." +msgstr "" + +#: mutt_socket.c:472 mutt_socket.c:531 +#, c-format +msgid "Could not find the host \"%s\"" +msgstr "" + +#: mutt_socket.c:478 mutt_socket.c:537 +#, c-format +msgid "Connecting to %s..." +msgstr "" + +#: mutt_socket.c:561 +#, c-format +msgid "Could not connect to %s (%s)." +msgstr "" + +#: mutt_ssl.c:163 +#, c-format +msgid "Filling entropy pool: %s...\n" +msgstr "" + +#: mutt_ssl.c:169 +#, c-format +msgid "%s has insecure permissions!" +msgstr "" + +#: mutt_ssl.c:285 +msgid "SSL disabled due to the lack of entropy" +msgstr "" + +#: mutt_ssl.c:313 +msgid "Unknown" +msgstr "" + +#: mutt_ssl.c:326 mutt_ssl_gnutls.c:239 +#, c-format +msgid "[unable to calculate]" +msgstr "" + +#: mutt_ssl.c:344 mutt_ssl_gnutls.c:498 +msgid "[invalid date]" +msgstr "" + +#: mutt_ssl.c:387 +msgid "Server certificate is not yet valid" +msgstr "" + +#: mutt_ssl.c:397 +msgid "Server certificate has expired" +msgstr "" + +#: mutt_ssl.c:481 +msgid "Failed to find enough entropy on your system" +msgstr "" + +#: mutt_ssl.c:679 +msgid "cannot get certificate subject" +msgstr "" + +#: mutt_ssl.c:688 mutt_ssl.c:696 +msgid "cannot get certificate common name" +msgstr "" + +#: mutt_ssl.c:711 +#, c-format +msgid "certificate owner does not match hostname %s" +msgstr "" + +#: mutt_ssl.c:765 mutt_ssl_gnutls.c:570 +msgid "This certificate belongs to:" +msgstr "" + +#: mutt_ssl.c:773 mutt_ssl_gnutls.c:608 +msgid "This certificate was issued by:" +msgstr "" + +#: mutt_ssl.c:781 mutt_ssl_gnutls.c:647 +#, c-format +msgid "This certificate is valid" +msgstr "" + +#: mutt_ssl.c:782 mutt_ssl_gnutls.c:650 +#, c-format +msgid " from %s" +msgstr "" + +#: mutt_ssl.c:784 mutt_ssl_gnutls.c:654 +#, c-format +msgid " to %s" +msgstr "" + +#: mutt_ssl.c:790 mutt_ssl_gnutls.c:659 +#, c-format +msgid "SHA1 Fingerprint: %s" +msgstr "" + +#: mutt_ssl.c:793 mutt_ssl_gnutls.c:662 +#, c-format +msgid "MD5 Fingerprint: %s" +msgstr "" + +#: mutt_ssl.c:796 mutt_ssl_gnutls.c:695 +#, 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:818 +msgid "roas" +msgstr "" + +#: mutt_ssl.c:822 +msgid "(r)eject, accept (o)nce, (a)ccept always, (s)kip" +msgstr "" + +#: mutt_ssl.c:824 mutt_ssl_gnutls.c:702 +msgid "(r)eject, accept (o)nce, (a)ccept always" +msgstr "" + +#: mutt_ssl.c:829 +msgid "(r)eject, accept (o)nce, (s)kip" +msgstr "" + +#: mutt_ssl.c:831 mutt_ssl_gnutls.c:707 +msgid "(r)eject, accept (o)nce" +msgstr "" + +#: mutt_ssl.c:864 mutt_ssl_gnutls.c:756 +msgid "Warning: Couldn't save certificate" +msgstr "" + +#: mutt_ssl.c:869 mutt_ssl_gnutls.c:761 +msgid "Certificate saved" +msgstr "" + +#: mutt_ssl.c:981 +#, 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:1055 mutt_ssl_gnutls.c:1061 +msgid "Warning: unable to set TLS SNI host name" +msgstr "" + +#: mutt_ssl.c:1066 +msgid "I/O error" +msgstr "" + +#: mutt_ssl.c:1075 +#, 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:1100 +msgid "Unable to create SSL context" +msgstr "" + +#: mutt_ssl.c:1157 mutt_ssl.c:1251 +msgid "Warning: error enabling ssl_verify_partial_chains" +msgstr "" + +#: mutt_ssl_gnutls.c:108 mutt_ssl_gnutls.c:135 +msgid "Error: no TLS socket open" +msgstr "" + +#: mutt_ssl_gnutls.c:206 mutt_ssl_gnutls.c:790 mutt_ssl_gnutls.c:800 +msgid "Unable to get certificate from peer" +msgstr "" + +#: mutt_ssl_gnutls.c:212 +#, c-format +msgid "Certificate verification error (%s)" +msgstr "" + +#: mutt_ssl_gnutls.c:220 +msgid "Certificate is not X.509" +msgstr "" + +#: mutt_ssl_gnutls.c:384 mutt_ssl_gnutls.c:549 +msgid "Error initialising gnutls certificate data" +msgstr "" + +#: mutt_ssl_gnutls.c:391 mutt_ssl_gnutls.c:556 +msgid "Error processing certificate data" +msgstr "" + +#: mutt_ssl_gnutls.c:539 +msgid "Warning: Server certificate was signed using an insecure algorithm" +msgstr "" + +#: mutt_ssl_gnutls.c:668 +msgid "WARNING: Server certificate is not yet valid" +msgstr "" + +#: mutt_ssl_gnutls.c:673 +msgid "WARNING: Server certificate has expired" +msgstr "" + +#: mutt_ssl_gnutls.c:679 +msgid "WARNING: Server certificate has been revoked" +msgstr "" + +#: mutt_ssl_gnutls.c:685 +msgid "WARNING: Server hostname does not match certificate" +msgstr "" + +#: mutt_ssl_gnutls.c:691 +msgid "WARNING: Signer of server certificate is not a CA" +msgstr "" + +#: mutt_ssl_gnutls.c:703 +msgid "roa" +msgstr "" + +#: mutt_ssl_gnutls.c:708 +msgid "ro" +msgstr "" + +#: mutt_ssl_gnutls.c:951 mutt_ssl_gnutls.c:990 +msgid "All available protocols for TLS/SSL connection disabled" +msgstr "" + +#: mutt_ssl_gnutls.c:997 +msgid "Explicit ciphersuite selection via $ssl_ciphers not supported" +msgstr "" + +#: mutt_ssl_gnutls.c:1113 +#, c-format +msgid "SSL/TLS connection using %s (%s/%s/%s)" +msgstr "" + +#: mutt_tunnel.c:49 +#, c-format +msgid "Connecting with \"%s\"..." +msgstr "" + +#: mutt_tunnel.c:123 +#, c-format +msgid "Tunnel to %s returned error %d (%s)" +msgstr "" + +#: mutt_tunnel.c:140 mutt_tunnel.c:155 +#, c-format +msgid "Tunnel error talking to %s: %s" +msgstr "" + +#: mx.c:149 +#, c-format +msgid "Lock count exceeded, remove lock for %s?" +msgstr "" + +#: mx.c:160 +#, c-format +msgid "Can't dotlock %s.\n" +msgstr "" + +#: mx.c:215 +msgid "Timeout exceeded while attempting fcntl lock!" +msgstr "" + +#: mx.c:221 +#, c-format +msgid "Waiting for fcntl lock... %d" +msgstr "" + +#: mx.c:248 +msgid "Timeout exceeded while attempting flock lock!" +msgstr "" + +#: mx.c:255 +#, c-format +msgid "Waiting for flock attempt... %d" +msgstr "" + +#: mx.c:682 +#, c-format +msgid "Reading from %s interrupted..." +msgstr "" + +#: mx.c:777 +msgid "message(s) not deleted" +msgstr "" + +#: mx.c:810 +msgid "Can't open trash folder" +msgstr "" + +#: mx.c:845 +msgid "Mark all articles read?" +msgstr "" + +#: mx.c:888 +#, c-format +msgid "Move read messages to %s?" +msgstr "" + +#: mx.c:904 mx.c:1189 +#, c-format +msgid "Purge %d deleted message?" +msgstr "" + +#: mx.c:905 mx.c:1190 +#, c-format +msgid "Purge %d deleted messages?" +msgstr "" + +#: mx.c:926 +#, c-format +msgid "Moving read messages to %s..." +msgstr "" + +#: mx.c:986 mx.c:1180 +msgid "Mailbox is unchanged." +msgstr "" + +#: mx.c:1039 +#, c-format +msgid "%d kept, %d moved, %d deleted." +msgstr "" + +#: mx.c:1042 mx.c:1242 +#, c-format +msgid "%d kept, %d deleted." +msgstr "" + +#: mx.c:1164 +#, c-format +msgid " Press '%s' to toggle write" +msgstr "" + +#: mx.c:1166 +msgid "Use 'toggle-write' to re-enable write!" +msgstr "" + +#: mx.c:1168 +#, c-format +msgid "Mailbox is marked unwritable. %s" +msgstr "" + +#: mx.c:1236 +msgid "Mailbox checkpointed." +msgstr "" + +#: mx.c:1413 +msgid "Integer overflow -- can't allocate memory." +msgstr "" + +#: newsrc.c:571 +msgid "Loading list of groups from cache..." +msgstr "" + +#: newsrc.c:886 +msgid "No news server defined!" +msgstr "" + +#: newsrc.c:900 +#, c-format +msgid "%s is an invalid news server specification!" +msgstr "" + +#: nntp.c:56 nntp.c:574 pop.c:931 pop_lib.c:372 +msgid "Server closed connection!" +msgstr "" + +#: nntp.c:155 +msgid "Server doesn't support reader mode." +msgstr "" + +#: nntp.c:562 +#, c-format +msgid "%s authentication failed." +msgstr "" + +#: nntp.c:633 nntp.c:721 +msgid "Could not switch to reader mode." +msgstr "" + +#: nntp.c:647 +#, c-format +msgid "Connected to %s. %s" +msgstr "" + +#: nntp.c:648 +msgid "Posting is ok." +msgstr "" + +#: nntp.c:648 +msgid "Posting is NOT ok." +msgstr "" + +#: nntp.c:770 +#, c-format +msgid "Connection to %s lost. Reconnect?" +msgstr "" + +#: nntp.c:1194 +msgid "Fetching list of articles..." +msgstr "" + +#: nntp.c:1409 +#, c-format +msgid "%s is an invalid newsgroup specification!" +msgstr "" + +#: nntp.c:1427 +#, c-format +msgid "Newsgroup %s not found on the server." +msgstr "" + +#: nntp.c:1448 +#, c-format +msgid "Newsgroup %s has been removed from the server." +msgstr "" + +#: nntp.c:1601 +#, c-format +msgid "Article %d not found on the server." +msgstr "" + +#: nntp.c:1688 nntp.c:1717 +#, c-format +msgid "Can't post article: %s" +msgstr "" + +#: nntp.c:1782 nntp.c:2158 pop.c:759 pop.c:824 +msgid "Checking for new messages..." +msgstr "" + +#: nntp.c:2098 +#, c-format +msgid "Loading list of groups from server %s..." +msgstr "" + +#: nntp.c:2119 nntp.c:2220 +msgid "Loading descriptions..." +msgstr "" + +#: nntp.c:2148 +msgid "Checking for new newsgroups..." +msgstr "" + +#: nntp.c:2372 +msgid "Unable to find child articles because server does not support XPAT command." +msgstr "" + +#: pager.c:1598 +msgid "PrevPg" +msgstr "" + +#: pager.c:1598 +msgid "NextPg" +msgstr "" + +#: pager.c:1601 +msgid "View Attachm." +msgstr "" + +#: pager.c:1604 pager.c:1613 +msgid "Next" +msgstr "" + +#: pager.c:2215 pager.c:2246 pager.c:2280 pager.c:2580 +msgid "Bottom of message is shown." +msgstr "" + +#: pager.c:2232 pager.c:2253 pager.c:2260 pager.c:2268 +msgid "Top of message is shown." +msgstr "" + +#: pager.c:2496 +msgid "Help is currently being shown." +msgstr "" + +#: pager.c:2544 +msgid "No more quoted text." +msgstr "" + +#: pager.c:2559 +msgid "No more unquoted text after quoted text." +msgstr "" + +#: parse.c:579 +msgid "multipart message has no boundary parameter!" +msgstr "" + +#: pattern.c:61 pattern.c:369 +#, c-format +msgid "Error in expression: %s" +msgstr "" + +#: pattern.c:66 pattern.c:374 +#, c-format +msgid "Empty expression" +msgstr "" + +#: pattern.c:140 +#, c-format +msgid "Invalid day of month: %s" +msgstr "" + +#: pattern.c:154 +#, c-format +msgid "Invalid month: %s" +msgstr "" + +#: pattern.c:327 +#, c-format +msgid "Invalid relative date: %s" +msgstr "" + +#: pattern.c:614 pattern.c:720 +msgid "No current message" +msgstr "" + +#: pattern.c:742 +msgid "No Context" +msgstr "" + +#: pattern.c:903 +msgid "Error opening memstream" +msgstr "" + +#: pattern.c:950 +msgid "Error re-opening memstream" +msgstr "" + +#: pattern.c:959 +msgid "Error opening /dev/null" +msgstr "" + +#: pattern.c:1122 pattern.c:1281 +#, c-format +msgid "error in pattern at: %s" +msgstr "" + +#: pattern.c:1149 +#, c-format +msgid "missing pattern: %s" +msgstr "" + +#: pattern.c:1159 +#, c-format +msgid "mismatched brackets: %s" +msgstr "" + +#: pattern.c:1219 +#, c-format +msgid "%c: invalid pattern modifier" +msgstr "" + +#: pattern.c:1225 +#, c-format +msgid "%c: not supported in this mode" +msgstr "" + +#: pattern.c:1238 +#, c-format +msgid "missing parameter" +msgstr "" + +#: pattern.c:1254 +#, c-format +msgid "mismatched parenthesis: %s" +msgstr "" + +#: pattern.c:1288 +msgid "empty pattern" +msgstr "" + +#: pattern.c:1629 +#, c-format +msgid "error: unknown op %d (report this error)." +msgstr "" + +#: pattern.c:1781 pattern.c:1923 +msgid "Compiling search pattern..." +msgstr "" + +#: pattern.c:1802 +msgid "Executing command on matching messages..." +msgstr "" + +#: pattern.c:1870 +msgid "No messages matched criteria." +msgstr "" + +#: pattern.c:1953 +msgid "Searching..." +msgstr "" + +#: pattern.c:1966 +msgid "Search hit bottom without finding match" +msgstr "" + +#: pattern.c:1977 +msgid "Search hit top without finding match" +msgstr "" + +#: pattern.c:2010 +msgid "Search interrupted." +msgstr "" + +#: pgp.c:81 +msgid "Enter PGP passphrase:" +msgstr "" + +#: pgp.c:428 +msgid "[-- Error: unable to create PGP subprocess! --]\n" +msgstr "" + +#: pgp.c:465 pgp.c:731 pgp.c:883 +msgid "" +"[-- End of PGP output --]\n" +"\n" +msgstr "" + +#: pgp.c:775 +msgid "Internal error. Please submit a bug report." +msgstr "" + +#: pgp.c:840 +msgid "" +"[-- Error: could not create a PGP subprocess! --]\n" +"\n" +msgstr "" + +#: pgp.c:871 pgp.c:895 +msgid "Decryption failed" +msgstr "" + +#: pgp.c:1102 +msgid "Can't open PGP subprocess!" +msgstr "" + +#: pgp.c:1533 +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. +#: pgp.c:1631 +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. +#: pgp.c:1637 +msgid "(i)nline" +msgstr "" + +#. L10N: PGP options (inline) (opportunistic encryption is on) +#: pgp.c:1651 +#, 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. +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1658 +msgid "safcoi" +msgstr "" + +#. L10N: PGP options (opportunistic encryption is on) +#: pgp.c:1664 +msgid "PGP (s)ign, sign (a)s, (c)lear, or (o)ppenc mode off? " +msgstr "" + +#. L10N: PGP options (opportunistic encryption is on) +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1667 +msgid "safco" +msgstr "" + +#. L10N: PGP options (inline) (opportunistic encryption is off) +#: pgp.c:1684 +#, 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. +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1691 +msgid "esabfcoi" +msgstr "" + +#. L10N: PGP options (opportunistic encryption is off) +#: pgp.c:1697 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1701 +msgid "esabfco" +msgstr "" + +#. L10N: PGP options (inline) +#: pgp.c:1714 +#, 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. +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1721 +msgid "esabfci" +msgstr "" + +#. L10N: PGP options +#: pgp.c:1727 +msgid "PGP (e)ncrypt, (s)ign, sign (a)s, (b)oth, or (c)lear? " +msgstr "" + +#. L10N: PGP options +#. The 'f' is undocumented. Please DO NOT translate it. +#: pgp.c:1730 +msgid "esabfc" +msgstr "" + +#: pgpinvoke.c:288 +msgid "Fetching PGP key..." +msgstr "" + +#: pgpkey.c:470 +msgid "All matching keys are expired, revoked, or disabled." +msgstr "" + +#: pgpkey.c:511 +#, c-format +msgid "PGP keys matching <%s>." +msgstr "" + +#: pgpkey.c:513 +#, c-format +msgid "PGP keys matching \"%s\"." +msgstr "" + +#: pgpkey.c:531 pgpkey.c:717 +msgid "Can't open /dev/null" +msgstr "" + +#: pgpkey.c:606 +#, c-format +msgid "%str Do you really want to use the key?" +msgstr "" + +#: pgpkey.c:748 +#, c-format +msgid "PGP Key %s." +msgstr "" + +#: pop.c:97 pop_lib.c:205 +#, c-format +msgid "Command TOP is not supported by server." +msgstr "" + +#: pop.c:124 +msgid "Can't write header to temporary file!" +msgstr "" + +#: pop.c:271 pop_lib.c:207 +#, c-format +msgid "Command UIDL is not supported by server." +msgstr "" + +#: pop.c:291 +#, c-format +msgid "%d messages have been lost. Try reopening the mailbox." +msgstr "" + +#: pop.c:405 pop.c:804 +#, c-format +msgid "%s is an invalid POP path" +msgstr "" + +#: pop.c:449 +msgid "Fetching list of messages..." +msgstr "" + +#: pop.c:608 +msgid "Can't write message to temporary file!" +msgstr "" + +#: pop.c:681 +msgid "Marking messages deleted..." +msgstr "" + +#: pop.c:788 +msgid "POP host is not defined." +msgstr "" + +#: pop.c:852 +msgid "No new mail in POP mailbox." +msgstr "" + +#: pop.c:860 +msgid "Delete messages from server?" +msgstr "" + +#: pop.c:862 +#, c-format +msgid "Reading new messages (%d bytes)..." +msgstr "" + +#: pop.c:904 +msgid "Error while writing mailbox!" +msgstr "" + +#: pop.c:908 +#, c-format +msgid "%s [%d of %d messages read]" +msgstr "" + +#: pop_auth.c:77 +msgid "Authenticating (SASL)..." +msgstr "" + +#: pop_auth.c:210 +msgid "POP timestamp is invalid!" +msgstr "" + +#: pop_auth.c:215 +msgid "Authenticating (APOP)..." +msgstr "" + +#: pop_auth.c:238 +msgid "APOP authentication failed." +msgstr "" + +#: pop_auth.c:273 +#, c-format +msgid "Command USER is not supported by server." +msgstr "" + +#: pop_lib.c:51 +#, c-format +msgid "Invalid POP URL: %s\n" +msgstr "" + +#: pop_lib.c:203 +msgid "Unable to leave messages on server." +msgstr "" + +#: pop_lib.c:233 +#, c-format +msgid "Error connecting to server: %s" +msgstr "" + +#: pop_lib.c:386 +msgid "Closing connection to POP server..." +msgstr "" + +#: pop_lib.c:569 +msgid "Verifying message indexes..." +msgstr "" + +#: pop_lib.c:591 +msgid "Connection lost. Reconnect to POP server?" +msgstr "" + +#: postpone.c:169 +msgid "Postponed Messages" +msgstr "" + +#: postpone.c:253 postpone.c:262 +msgid "No postponed messages." +msgstr "" + +#: postpone.c:458 postpone.c:479 postpone.c:513 +msgid "Illegal crypto header" +msgstr "" + +#: postpone.c:499 +msgid "Illegal S/MIME header" +msgstr "" + +#: postpone.c:593 +msgid "Decrypting message..." +msgstr "" + +#: postpone.c:600 +msgid "Decryption failed." +msgstr "" + +#: query.c:46 +msgid "New Query" +msgstr "" + +#: query.c:47 +msgid "Make Alias" +msgstr "" + +#: query.c:48 +msgid "Search" +msgstr "" + +#: query.c:108 +msgid "Waiting for response..." +msgstr "" + +#: query.c:265 query.c:298 +msgid "Query: " +msgstr "" + +#: query.c:273 query.c:307 +#, c-format +msgid "Query '%s'" +msgstr "" + +#: query.c:486 query.c:515 +msgid "Query command not defined." +msgstr "" + +#: recvattach.c:50 +msgid "Pipe" +msgstr "" + +#: recvattach.c:51 +msgid "Print" +msgstr "" + +#: recvattach.c:479 +msgid "Saving..." +msgstr "" + +#: recvattach.c:483 recvattach.c:573 +msgid "Attachment saved." +msgstr "" + +#: recvattach.c:584 +#, c-format +msgid "WARNING! You are about to overwrite %s, continue?" +msgstr "" + +#: recvattach.c:602 +msgid "Attachment filtered." +msgstr "" + +#: recvattach.c:670 +msgid "Filter through: " +msgstr "" + +#: recvattach.c:670 +msgid "Pipe to: " +msgstr "" + +#: recvattach.c:706 +#, c-format +msgid "I don't know how to print %s attachments!" +msgstr "" + +#: recvattach.c:771 +msgid "Print tagged attachment(s)?" +msgstr "" + +#: recvattach.c:772 +msgid "Print attachment?" +msgstr "" + +#: recvattach.c:993 +msgid "Can't decrypt encrypted message!" +msgstr "" + +#: recvattach.c:1005 +msgid "Attachments" +msgstr "" + +#: recvattach.c:1042 +msgid "There are no subparts to show!" +msgstr "" + +#: recvattach.c:1103 +msgid "Can't delete attachment from POP server." +msgstr "" + +#: recvattach.c:1112 +msgid "Can't delete attachment from news server." +msgstr "" + +#: recvattach.c:1119 +msgid "Deletion of attachments from encrypted messages is unsupported." +msgstr "" + +#: recvattach.c:1125 +msgid "Deletion of attachments from signed messages may invalidate the signature." +msgstr "" + +#: recvattach.c:1143 recvattach.c:1160 +msgid "Only deletion of multipart attachments is supported." +msgstr "" + +#: recvcmd.c:35 +msgid "You may only bounce message/rfc822 parts." +msgstr "" + +#: recvcmd.c:223 +msgid "Error bouncing message!" +msgstr "" + +#: recvcmd.c:224 +msgid "Error bouncing messages!" +msgstr "" + +#: recvcmd.c:407 +#, c-format +msgid "Can't open temporary file %s." +msgstr "" + +#: recvcmd.c:436 +msgid "Forward as attachments?" +msgstr "" + +#: recvcmd.c:449 +msgid "Can't decode all tagged attachments. MIME-forward the others?" +msgstr "" + +#: recvcmd.c:573 +msgid "Forward MIME encapsulated?" +msgstr "" + +#: recvcmd.c:580 recvcmd.c:839 +#, c-format +msgid "Can't create %s." +msgstr "" + +#: recvcmd.c:706 +msgid "Can't find any tagged messages." +msgstr "" + +#: recvcmd.c:738 send.c:802 +msgid "No mailing lists found!" +msgstr "" + +#: recvcmd.c:817 +msgid "Can't decode all tagged attachments. MIME-encapsulate the others?" +msgstr "" + +#: remailer.c:138 +msgid "" +msgstr "" + +#: remailer.c:434 +msgid "Append" +msgstr "" + +#: remailer.c:434 +msgid "Insert" +msgstr "" + +#: remailer.c:435 +msgid "Delete" +msgstr "" + +#: remailer.c:436 +msgid "OK" +msgstr "" + +#: remailer.c:462 +msgid "Can't get mixmaster's type2.list!" +msgstr "" + +#: remailer.c:485 +msgid "Select a remailer chain." +msgstr "" + +#: remailer.c:546 +#, c-format +msgid "Error: %s can't be used as the final remailer of a chain." +msgstr "" + +#: remailer.c:576 +#, c-format +msgid "Mixmaster chains are limited to %d elements." +msgstr "" + +#: remailer.c:598 +msgid "The remailer chain is already empty." +msgstr "" + +#: remailer.c:608 +msgid "You already have the first chain element selected." +msgstr "" + +#: remailer.c:618 +msgid "You already have the last chain element selected." +msgstr "" + +#: remailer.c:657 +msgid "Mixmaster doesn't accept Cc or Bcc headers." +msgstr "" + +#: remailer.c:680 +msgid "Please set the hostname variable to a proper value when using mixmaster!" +msgstr "" + +#: remailer.c:715 +#, c-format +msgid "Error sending message, child exited %d.\n" +msgstr "" + +#: remailer.c:719 +msgid "Error sending message." +msgstr "" + +#: rfc1524.c:156 +#, c-format +msgid "Improperly formatted entry for type %s in \"%s\" line %d" +msgstr "" + +#: rfc1524.c:382 +msgid "No mailcap path specified" +msgstr "" + +#: rfc1524.c:410 +#, c-format +msgid "mailcap entry for type %s not found" +msgstr "" + +#: score.c:71 +msgid "score: too few arguments" +msgstr "" + +#: score.c:80 +msgid "score: too many arguments" +msgstr "" + +#: score.c:119 +msgid "Error: score: invalid number" +msgstr "" + +#: send.c:290 +msgid "No subject, abort?" +msgstr "" + +#: send.c:292 +msgid "No subject, aborting." +msgstr "" + +#. L10N: +#. Asks whether the user respects the reply-to header. +#. If she says no, mutt will reply to the from header's address instead. +#: send.c:547 +#, c-format +msgid "Reply to %s%s?" +msgstr "" + +#: send.c:580 +#, c-format +msgid "Follow-up to %s%s?" +msgstr "" + +#: send.c:767 +msgid "No tagged messages are visible!" +msgstr "" + +#: send.c:831 +msgid "Include message in reply?" +msgstr "" + +#: send.c:836 +msgid "Including quoted message..." +msgstr "" + +#: send.c:846 +msgid "Could not include all requested messages!" +msgstr "" + +#: send.c:859 +msgid "Forward as attachment?" +msgstr "" + +#: send.c:863 +msgid "Preparing forwarded message..." +msgstr "" + +#: send.c:1311 +msgid "Recall postponed message?" +msgstr "" + +#: send.c:1605 +msgid "Edit forwarded message?" +msgstr "" + +#: send.c:1655 +msgid "Abort unmodified message?" +msgstr "" + +#: send.c:1657 +msgid "Aborted unmodified message." +msgstr "" + +#: send.c:1793 +msgid "Article not posted." +msgstr "" + +#: send.c:1849 +msgid "Message postponed." +msgstr "" + +#: send.c:1863 +msgid "No recipients are specified!" +msgstr "" + +#: send.c:1868 +msgid "No recipients were specified." +msgstr "" + +#: send.c:1884 +msgid "No subject, abort sending?" +msgstr "" + +#: send.c:1888 send.c:1894 +msgid "No subject specified." +msgstr "" + +#: send.c:1900 +msgid "No newsgroup specified." +msgstr "" + +#: send.c:1907 +msgid "No attachments, cancel sending?" +msgstr "" + +#: send.c:1913 +msgid "Message contains text matching \"$attach_keyword\". Not sending." +msgstr "" + +#: send.c:1975 smtp.c:175 +msgid "Sending message..." +msgstr "" + +#: send.c:2008 +msgid "Save attachments in Fcc?" +msgstr "" + +#: send.c:2116 +msgid "Could not send the message." +msgstr "" + +#: send.c:2122 +msgid "Sending in background." +msgstr "" + +#: send.c:2124 +msgid "Article posted." +msgstr "" + +#: send.c:2125 send.c:2127 +msgid "Mail sent." +msgstr "" + +#: sendlib.c:416 +msgid "No boundary parameter found! [report this error]" +msgstr "" + +#: sendlib.c:445 +#, c-format +msgid "%s no longer exists!" +msgstr "" + +#: sendlib.c:867 +#, c-format +msgid "%s isn't a regular file." +msgstr "" + +#: sendlib.c:1096 +#, c-format +msgid "Could not open %s" +msgstr "" + +#: sendlib.c:2383 +msgid "$sendmail must be set in order to send mail." +msgstr "" + +#: sendlib.c:2482 +#, c-format +msgid "Error sending message, child exited %d (%s)." +msgstr "" + +#: sendlib.c:2488 +msgid "Output of the delivery process" +msgstr "" + +#: sendlib.c:2667 +#, c-format +msgid "Bad IDN %s while preparing resent-from." +msgstr "" + +#: signal.c:38 +#, c-format +msgid "%s... Exiting.\n" +msgstr "" + +#: signal.c:41 signal.c:44 +#, c-format +msgid "Caught %s... Exiting.\n" +msgstr "" + +#: signal.c:46 +#, c-format +msgid "Caught signal %d... Exiting.\n" +msgstr "" + +#: smime.c:130 +msgid "Enter S/MIME passphrase:" +msgstr "" + +#: smime.c:354 +msgid "Trusted " +msgstr "" + +#: smime.c:357 +msgid "Verified " +msgstr "" + +#: smime.c:360 +msgid "Unverified" +msgstr "" + +#: smime.c:363 +msgid "Expired " +msgstr "" + +#: smime.c:366 +msgid "Revoked " +msgstr "" + +#: smime.c:369 +msgid "Invalid " +msgstr "" + +#: smime.c:372 +msgid "Unknown " +msgstr "" + +#: smime.c:404 +#, c-format +msgid "S/MIME certificates matching \"%s\"." +msgstr "" + +#: smime.c:446 +msgid "ID is not trusted." +msgstr "" + +#: smime.c:733 +msgid "Enter keyID: " +msgstr "" + +#: smime.c:871 +#, c-format +msgid "No (valid) certificate found for %s." +msgstr "" + +#: smime.c:919 smime.c:949 smime.c:1015 smime.c:1056 smime.c:1119 smime.c:1198 +msgid "Error: unable to create OpenSSL subprocess!" +msgstr "" + +#: smime.c:1180 +msgid "Label for certificate: " +msgstr "" + +#: smime.c:1273 +msgid "no certfile" +msgstr "" + +#: smime.c:1276 +msgid "no mbox" +msgstr "" + +#: smime.c:1405 smime.c:1557 +msgid "No output from OpenSSL..." +msgstr "" + +#: smime.c:1471 +msgid "Can't sign: No key specified. Use Sign As." +msgstr "" + +#: smime.c:1519 +msgid "Can't open OpenSSL subprocess!" +msgstr "" + +#: smime.c:1711 smime.c:1834 +msgid "" +"[-- End of OpenSSL output --]\n" +"\n" +msgstr "" + +#: smime.c:1791 smime.c:1803 +msgid "[-- Error: unable to create OpenSSL subprocess! --]\n" +msgstr "" + +#: smime.c:1838 +msgid "[-- The following data is S/MIME encrypted --]\n" +msgstr "" + +#: smime.c:1842 +msgid "[-- The following data is S/MIME signed --]\n" +msgstr "" + +#: smime.c:1907 +msgid "" +"\n" +"[-- End of S/MIME encrypted data. --]\n" +msgstr "" + +#: smime.c:1909 +msgid "" +"\n" +"[-- End of S/MIME signed data. --]\n" +msgstr "" + +#. L10N: S/MIME options (opportunistic encryption is on) +#: smime.c:2027 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: smime.c:2031 +msgid "swafco" +msgstr "" + +#. L10N: S/MIME options (opportunistic encryption is off) +#: smime.c:2041 +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) +#. The 'f' is undocumented. Please DO NOT translate it. +#: smime.c:2045 +msgid "eswabfco" +msgstr "" + +#. L10N: S/MIME options +#: smime.c:2054 +msgid "S/MIME (e)ncrypt, (s)ign, encrypt (w)ith, sign (a)s, (b)oth, or (c)lear? " +msgstr "" + +#. L10N: S/MIME options +#. The 'f' is undocumented. Please DO NOT translate it. +#: smime.c:2058 +msgid "eswabfc" +msgstr "" + +#: smime.c:2079 +msgid "Choose algorithm family: 1: DES, 2: RC2, 3: AES, or (c)lear? " +msgstr "" + +#: smime.c:2082 +msgid "drac" +msgstr "" + +#: smime.c:2085 +msgid "1: DES, 2: Triple-DES " +msgstr "" + +#: smime.c:2085 +msgid "dt" +msgstr "" + +#: smime.c:2098 +msgid "1: RC2-40, 2: RC2-64, 3: RC2-128 " +msgstr "" + +#: smime.c:2098 +msgid "468" +msgstr "" + +#: smime.c:2114 +msgid "1: AES128, 2: AES192, 3: AES256 " +msgstr "" + +#: smime.c:2114 +msgid "895" +msgstr "" + +#: smtp.c:127 +#, c-format +msgid "SMTP session failed: %s" +msgstr "" + +#: smtp.c:170 +#, c-format +msgid "SMTP session failed: unable to open %s" +msgstr "" + +#: smtp.c:280 +#, c-format +msgid "Invalid SMTP URL: %s" +msgstr "" + +#: smtp.c:469 +#, c-format +msgid "%s authentication failed, trying next method" +msgstr "" + +#: smtp.c:486 smtp.c:506 +msgid "SASL authentication failed" +msgstr "" + +#: smtp.c:602 +msgid "SMTP server does not support authentication" +msgstr "" + +#: smtp.c:634 +msgid "No from address given" +msgstr "" + +#: smtp.c:693 +msgid "SMTP session failed: read error" +msgstr "" + +#: smtp.c:695 +msgid "SMTP session failed: write error" +msgstr "" + +#: smtp.c:697 +msgid "Invalid server response" +msgstr "" + +#: sort.c:311 +msgid "Sorting mailbox..." +msgstr "" + +#: sort.c:348 +msgid "Could not find sorting function! [report this bug]" +msgstr "" + +#: status.c:116 +msgid "(no mailbox)" +msgstr "" + +#: thread.c:1108 +msgid "Parent message is not available." +msgstr "" + +#: thread.c:1114 +msgid "Root message is not visible in this limited view." +msgstr "" + +#: thread.c:1116 +msgid "Parent message is not visible in this limited view." +msgstr "" + +#: version.c:47 +msgid "" +"Copyright (C) 1996-2016 Michael R. Elkins \n" +"Copyright (C) 1996-2002 Brandon Long \n" +"Copyright (C) 1997-2009 Thomas Roessler \n" +"Copyright (C) 1998-2005 Werner Koch \n" +"Copyright (C) 1999-2014 Brendan Cully \n" +"Copyright (C) 1999-2002 Tommi Komulainen \n" +"Copyright (C) 2000-2004 Edmund Grimley Evans \n" +"Copyright (C) 2006-2009 Rocco Rutte \n" +"Copyright (C) 2014-2016 Kevin J. McCarthy \n" +"Copyright (C) 2015-2017 Richard Russon \n" +"\n" +"Many others not mentioned here contributed code, fixes,\n" +"and suggestions.\n" +msgstr "" + +#: version.c:62 +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:73 +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:79 +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: \n" +msgstr "" + +#: version.c:85 +msgid "" +"Copyright (C) 1996-2016 Michael R. Elkins and others.\n" +"Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.\n" +"Mutt is free software, and you are welcome to redistribute it\n" +"under certain conditions; type `mutt -vv' for details.\n" +msgstr "" + +#: version.c:430 +msgid "" +"\n" +"Compile options:" +msgstr "" -- 2.49.0