# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Martin Lambers <marlam@marlam.de>
# This file is distributed under the same license as the mpop package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mpop 1.4.19\n"
"Report-Msgid-Bugs-To: marlam@marlam.de\n"
"POT-Creation-Date: 2024-06-04 21:45+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/conf.c:629 src/conf.c:634
#, c-format
msgid "host not set"
msgstr ""

#: src/conf.c:639
#, c-format
msgid "tls_key_file requires tls_cert_file"
msgstr ""

#: src/conf.c:644
#, c-format
msgid "tls_cert_file requires tls_key_file"
msgstr ""

#: src/conf.c:652
#, c-format
msgid ""
"tls requires either tls_trust_file (highly recommended) or tls_fingerprint "
"or a disabled tls_certcheck"
msgstr ""

#: src/conf.c:658
#, c-format
msgid "tls_crl_file requires tls_trust_file"
msgstr ""

#: src/conf.c:663
#, c-format
msgid "no delivery information"
msgstr ""

#: src/conf.c:808 src/conf.c:977
#, c-format
msgid "line %d: missing account name"
msgstr ""

#: src/conf.c:813
#, c-format
msgid "line %d: account %s not (yet) defined"
msgstr ""

#: src/conf.c:882 src/stream.c:63
#, c-format
msgid "input error"
msgstr ""

#: src/conf.c:894
#, c-format
msgid "line longer than %d characters"
msgstr ""

#: src/conf.c:911 src/conf.c:1020 src/conf.c:1036 src/conf.c:1059
#: src/conf.c:1162 src/conf.c:1182 src/conf.c:1449 src/conf.c:1474
#, c-format
msgid "line %d: command %s needs an argument"
msgstr ""

#: src/conf.c:939
#, c-format
msgid "line %d: first command must be account or defaults"
msgstr ""

#: src/conf.c:949
#, c-format
msgid "line %d: command %s does not take an argument"
msgstr ""

#: src/conf.c:985
#, c-format
msgid "line %d: an account name must not contain colons or commas"
msgstr ""

#: src/conf.c:995
#, c-format
msgid "line %d: account %s was already defined"
msgstr ""

#: src/conf.c:1047 src/conf.c:1075 src/conf.c:1101 src/conf.c:1121
#: src/conf.c:1170 src/conf.c:1208 src/conf.c:1254 src/conf.c:1274
#: src/conf.c:1331 src/conf.c:1352 src/conf.c:1371 src/conf.c:1418
#: src/conf.c:1438 src/conf.c:1533
#, c-format
msgid "line %d: invalid argument %s for command %s"
msgstr ""

#: src/conf.c:1462 src/conf.c:1487
#, c-format
msgid "line %d: invalid size (not a number or out of range): %s"
msgstr ""

#: src/conf.c:1572
#, c-format
msgid "line %d: unknown command %s"
msgstr ""

#: src/conf.c:1626
#, c-format
msgid "contains secrets and therefore must be owned by you"
msgstr ""

#: src/conf.c:1632
#, c-format
msgid ""
"contains secrets and therefore must have no more than user read/write "
"permissions"
msgstr ""

#: src/delivery.c:82
msgid "EX_OK: no error"
msgstr ""

#: src/delivery.c:85
msgid "EX_USAGE: command line usage error"
msgstr ""

#: src/delivery.c:88
msgid "EX_DATAERR: data format error"
msgstr ""

#: src/delivery.c:91
msgid "EX_NOINPUT: no input"
msgstr ""

#: src/delivery.c:94
msgid "EX_NOUSER: user unknown"
msgstr ""

#: src/delivery.c:97
msgid "EX_NOHOST: host name unknown"
msgstr ""

#: src/delivery.c:100
msgid "EX_UNAVAILABLE: service unavailable"
msgstr ""

#: src/delivery.c:103
msgid "EX_SOFTWARE: internal software error"
msgstr ""

#: src/delivery.c:106
msgid "EX_OSERR: system error"
msgstr ""

#: src/delivery.c:109
msgid "EX_OSFILE: system file missing"
msgstr ""

#: src/delivery.c:112
msgid "EX_CANTCREAT: cannot create output file"
msgstr ""

#: src/delivery.c:115
msgid "EX_IOERR: input/output error"
msgstr ""

#: src/delivery.c:118
msgid "EX_TEMPFAIL: temporary failure"
msgstr ""

#: src/delivery.c:121
msgid "EX_PROTOCOL: remote error in protocol"
msgstr ""

#: src/delivery.c:124
msgid "EX_NOPERM: permission denied"
msgstr ""

#: src/delivery.c:127
msgid "EX_CONFIG: configuration error"
msgstr ""

#: src/delivery.c:173
#, c-format
msgid "cannot execute %s"
msgstr ""

#: src/delivery.c:192 src/delivery.c:279
#, c-format
msgid "%s did not read mail data"
msgstr ""

#: src/delivery.c:197 src/delivery.c:284
#, c-format
msgid "%s failed to execute"
msgstr ""

#: src/delivery.c:207 src/delivery.c:294
#, c-format
msgid "%s returned exit status %d (%s)"
msgstr ""

#: src/delivery.c:212 src/delivery.c:299
#, c-format
msgid "%s returned exit status %d"
msgstr ""

#: src/delivery.c:374 src/delivery.c:533
#, c-format
msgid "cannot create %s%c%s: %s"
msgstr ""

#: src/delivery.c:382 src/delivery.c:541
#, c-format
msgid "cannot open %s%c%s: %s"
msgstr ""

#: src/delivery.c:397 src/delivery.c:567
#, c-format
msgid "cannot sync %s%c%s: %s"
msgstr ""

#: src/delivery.c:403 src/delivery.c:574
#, c-format
msgid "cannot close %s%c%s: %s"
msgstr ""

#: src/delivery.c:411
#, c-format
msgid "%s: cannot link %s to %s: %s"
msgstr ""

#: src/delivery.c:462 src/delivery.c:622
#, c-format
msgid "cannot change to %s: %s"
msgstr ""

#: src/delivery.c:552
#, c-format
msgid "cannot lock %s%c%s: %s"
msgstr ""

#: src/delivery.c:659 src/delivery.c:670 src/delivery.c:687 src/uidls.c:424
#, c-format
msgid "%s: output error"
msgstr ""

#: src/delivery.c:680
#, c-format
msgid "cannot sync %s: %s"
msgstr ""

#: src/delivery.c:708
#, c-format
msgid "cannot open %s: %s"
msgstr ""

#: src/delivery.c:716 src/uidls.c:197
#, c-format
msgid "cannot lock %s (tried for %d seconds): %s"
msgstr ""

#: src/delivery.c:721 src/uidls.c:202
#, c-format
msgid "cannot lock %s: %s"
msgstr ""

#: src/delivery.c:736
#, c-format
msgid "cannot close %s: %s"
msgstr ""

#. TRANSLATORS: mpop shares a lot of code and translatable strings with
#. msmtp <https://marlam.de/msmtp>.
#: src/mpop.c:91
#, c-format
msgid "%s: FATAL: %s\n"
msgstr ""

#: src/mpop.c:232 src/mpop.c:732
#, c-format
msgid "the POP3 server does not support TLS via the STLS command"
msgstr ""

#: src/mpop.c:302
#, c-format
msgid "POP3 server at %s (%s [%s]), port %d:\n"
msgstr ""

#: src/mpop.c:308
#, c-format
msgid "POP3 server at %s (%s), port %d:\n"
msgstr ""

#: src/mpop.c:314
#, c-format
msgid "POP3 server at %s ([%s]), port %d:\n"
msgstr ""

#: src/mpop.c:320
#, c-format
msgid "POP3 server at %s, port %d:\n"
msgstr ""

#: src/mpop.c:333
#, c-format
msgid "POP3 capabilities:\n"
msgstr ""

#: src/mpop.c:337
msgid "Support for the CAPA command (get list of capabilities)"
msgstr ""

#: src/mpop.c:347
msgid "Support for command grouping for faster transmission"
msgstr ""

#: src/mpop.c:352
msgid "Support for the TOP command (get mail headers)"
msgstr ""

#: src/mpop.c:357
msgid "Support for the UIDL command (get unique mail identifiers)"
msgstr ""

#: src/mpop.c:366
#, c-format
msgid "minimum time between logins is %ld seconds = %.2f hours"
msgstr ""

#: src/mpop.c:371
#, c-format
msgid "minimum time between logins is %ld seconds = %.2f minutes"
msgstr ""

#: src/mpop.c:376
#, c-format
msgid "minimum time between logins is %ld seconds"
msgstr ""

#: src/mpop.c:387
msgid "this POP3 server will never delete mails"
msgstr ""

#: src/mpop.c:392
msgid "this POP3 server will not keep mails"
msgstr ""

#: src/mpop.c:397
#, c-format
msgid "this POP3 server will keep mails for %ld days"
msgstr ""

#: src/mpop.c:410
msgid "Support for TLS encryption via the STLS command"
msgstr ""

#: src/mpop.c:413
msgid "Supported authentication methods:"
msgstr ""

#: src/mpop.c:448 src/mpop.c:454
msgid "Server error messages in square brackets have a special meaning"
msgstr ""

#: src/mpop.c:463
#, c-format
msgid ""
"This server might advertise more or other capabilities\n"
"    when TLS is active.\n"
msgstr ""

#: src/mpop.c:468
#, c-format
msgid ""
"This server might advertise more or other capabilities\n"
"    after successful authentication.\n"
msgstr ""

#: src/mpop.c:473
#, c-format
msgid ""
"This server does not support the CAPA command, so this\n"
"    list is probably not complete.\n"
msgstr ""

#: src/mpop.c:507
#, c-format
msgid "%.2f GiB"
msgstr ""

#: src/mpop.c:511
#, c-format
msgid "%.2f MiB"
msgstr ""

#: src/mpop.c:515
#, c-format
msgid "%.2f KiB"
msgstr ""

#: src/mpop.c:519
#, c-format
msgid " bytes"
msgstr ""

#: src/mpop.c:523
#, c-format
msgid "1 byte"
msgstr ""

#: src/mpop.c:540
#, c-format
msgid "skipping message %ld of %ld (reason: filter + keep)\n"
msgstr ""

#: src/mpop.c:545
#, c-format
msgid "deleting message %ld of %ld (reason: filter)\n"
msgstr ""

#: src/mpop.c:551
#, c-format
msgid "skipping message %ld of %ld (reason: filter)\n"
msgstr ""

#: src/mpop.c:560
#, c-format
msgid "retrieving message %ld of %ld (%s): "
msgstr ""

#: src/mpop.c:565
#, c-format
msgid "retrieving message %ld of %ld: "
msgstr ""

#: src/mpop.c:776 src/mpop.c:830 src/mpop.c:853 src/mpop.c:1010
#: src/mtls-gnutls.c:648 src/mtls-gnutls.c:695 src/mtls-openssl.c:866
#: src/mtls-openssl.c:933 src/mtls-openssl.c:975 src/net.c:97 src/net.c:208
#: src/net.c:255 src/net.c:767 src/net.c:894 src/pop3.c:1127 src/pop3.c:1264
#: src/pop3.c:1377 src/pop3.c:1768 src/pop3.c:2055
#, c-format
msgid "operation aborted"
msgstr ""

#: src/mpop.c:900
#, c-format
msgid "%s at %s:\n"
msgstr ""

#: src/mpop.c:904
#, c-format
msgid "new: "
msgstr ""

#: src/mpop.c:907 src/mpop.c:928
#, c-format
msgid "no messages"
msgstr ""

#: src/mpop.c:911 src/mpop.c:932
#, c-format
msgid "1 message"
msgstr ""

#: src/mpop.c:915 src/mpop.c:936
#, c-format
msgid "%ld messages"
msgstr ""

#: src/mpop.c:920 src/mpop.c:941
#, c-format
msgid " in %s"
msgstr ""

#: src/mpop.c:924
#, c-format
msgid "total: "
msgstr ""

#: src/mpop.c:978
#, c-format
msgid "skipping message %ld of %ld (reason: killsize + keep)\n"
msgstr ""

#: src/mpop.c:984
#, c-format
msgid "deleting message %ld of %ld (reason: killsize)\n"
msgstr ""

#: src/mpop.c:995
#, c-format
msgid "skipping message %ld of %ld (reason: skipsize)\n"
msgstr ""

#: src/mpop.c:1020
#, c-format
msgid "the POP3 server does not support the TOP command needed for filtering"
msgstr ""

#: src/mpop.c:1202 src/mpop.c:1221 src/mpop.c:1273
#, c-format
msgid "automatic configuration based on SRV records failed: %s"
msgstr ""

#: src/mpop.c:1203
msgid "invalid mail address"
msgstr ""

#: src/mpop.c:1219
#, c-format
msgid "no SRV records for %s or %s"
msgstr ""

#: src/mpop.c:1236
#, c-format
msgid "copy this to your configuration file %s"
msgstr ""

#: src/mpop.c:1240
msgid "warning: the host does not match the mail domain; please check"
msgstr ""

#: src/mpop.c:1243 src/mpop.c:1247
msgid "add your password to the key ring:"
msgstr ""

#: src/mpop.c:1250
msgid "encrypt your password:"
msgstr ""

#: src/mpop.c:1252
msgid "adjust the delivery command"
msgstr ""

#: src/mpop.c:1274
msgid "this system lacks libresolv"
msgstr ""

#: src/mpop.c:1303
#, c-format
msgid "%s: no accounts defined"
msgstr ""

#: src/mpop.c:1321 src/mpop.c:1332
#, c-format
msgid "%s: no account %s"
msgstr ""

#: src/mpop.c:1693 src/mpop.c:1710 src/mpop.c:1733 src/mpop.c:1751
#: src/mpop.c:1771 src/mpop.c:1812 src/mpop.c:1861 src/mpop.c:1879
#: src/mpop.c:1928 src/mpop.c:1961 src/mpop.c:1983 src/mpop.c:2028
#: src/mpop.c:2046 src/mpop.c:2062 src/mpop.c:2079 src/mpop.c:2121
#, c-format
msgid "invalid argument %s for %s"
msgstr ""

#: src/mpop.c:2151
#, c-format
msgid "%s version %s\n"
msgstr ""

#: src/mpop.c:2152
#, c-format
msgid "Platform: %s\n"
msgstr ""

#: src/mpop.c:2154
#, c-format
msgid "TLS/SSL library: %s\n"
msgstr ""

#: src/mpop.c:2162 src/mpop.c:2226
#, c-format
msgid "none"
msgstr ""

#: src/mpop.c:2166
#, c-format
msgid ""
"Authentication library: %s\n"
"Supported authentication methods:\n"
msgstr ""

#: src/mpop.c:2169
msgid "GNU SASL; user, apop, oauthbearer, xoauth2: built-in"
msgstr ""

#: src/mpop.c:2171
msgid "built-in"
msgstr ""

#: src/mpop.c:2206
#, c-format
msgid "IDN support: "
msgstr ""

#: src/mpop.c:2210 src/mpop.c:2218
#, c-format
msgid "enabled"
msgstr ""

#: src/mpop.c:2212 src/mpop.c:2221
#, c-format
msgid "disabled"
msgstr ""

#: src/mpop.c:2216
#, c-format
msgid "NLS: "
msgstr ""

#: src/mpop.c:2219
#, c-format
msgid ", LOCALEDIR is %s"
msgstr ""

#: src/mpop.c:2224
#, c-format
msgid "Keyring support: "
msgstr ""

#: src/mpop.c:2229
#, c-format
msgid "Gnome "
msgstr ""

#: src/mpop.c:2232
#, c-format
msgid "MacOS "
msgstr ""

#: src/mpop.c:2238
#, c-format
msgid "Configuration file name: %s\n"
msgstr ""

#: src/mpop.c:2242
#, c-format
msgid ""
"Copyright (C) %d Martin Lambers and others.\n"
"This is free software.  You may redistribute copies of it under the terms "
"of\n"
"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
msgstr ""

#: src/mpop.c:2251
#, c-format
msgid ""
"Usage:\n"
"\n"
msgstr ""

#: src/mpop.c:2252
#, c-format
msgid ""
"Mail retrieval mode (default):\n"
"  %s [option...] account...\n"
"  %s [option...] --all-accounts\n"
"  %s --host=host [option...]\n"
"  Read mails from one or more POP3 accounts and deliver them.\n"
msgstr ""

#: src/mpop.c:2258
#, c-format
msgid ""
"Configuration mode:\n"
"  %s --configure=mailaddress\n"
"  Generate and print configuration for address.\n"
msgstr ""

#: src/mpop.c:2261
#, c-format
msgid ""
"Server information mode:\n"
"  %s [option...] --serverinfo account...\n"
"  %s --host=host [option...] --serverinfo\n"
"  Print information about one or more POP3 servers.\n"
"\n"
msgstr ""

#: src/mpop.c:2265
#, c-format
msgid "General options:\n"
msgstr ""

#: src/mpop.c:2266
#, c-format
msgid "  --version                    print version\n"
msgstr ""

#: src/mpop.c:2267
#, c-format
msgid "  --help                       print help\n"
msgstr ""

#: src/mpop.c:2268
#, c-format
msgid "  -P, --pretend                print configuration info and exit\n"
msgstr ""

#: src/mpop.c:2269
#, c-format
msgid "  -d, --debug                  print debugging information\n"
msgstr ""

#: src/mpop.c:2270
#, c-format
msgid "Changing the mode of operation:\n"
msgstr ""

#: src/mpop.c:2271
#, c-format
msgid ""
"  --configure=mailaddress      generate and print configuration for address\n"
msgstr ""

#: src/mpop.c:2272
#, c-format
msgid "  -S, --serverinfo             print information about the server\n"
msgstr ""

#: src/mpop.c:2273
#, c-format
msgid "Configuration options:\n"
msgstr ""

#: src/mpop.c:2274
#, c-format
msgid "  -C, --file=filename          set configuration file\n"
msgstr ""

#: src/mpop.c:2275
#, c-format
msgid ""
"  --host=hostname              set the server, use only command-line "
"settings;\n"
"                               do not use any configuration file data\n"
msgstr ""

#: src/mpop.c:2277
#, c-format
msgid "  --port=number                set port number\n"
msgstr ""

#: src/mpop.c:2278
#, c-format
msgid ""
"  --source-ip=[IP]             set/unset source ip address to bind the "
"socket to\n"
msgstr ""

#: src/mpop.c:2279
#, c-format
msgid "  --proxy-host=[IP|hostname]   set/unset proxy\n"
msgstr ""

#: src/mpop.c:2280
#, c-format
msgid "  --proxy-port=[number]        set/unset proxy port\n"
msgstr ""

#: src/mpop.c:2281
#, c-format
msgid "  --socket=[socketname]        set/unset local socket to connect to\n"
msgstr ""

#: src/mpop.c:2282
#, c-format
msgid "  --timeout=(off|seconds)      set/unset network timeout in seconds\n"
msgstr ""

#: src/mpop.c:2283
#, c-format
msgid "  --pipelining=(auto|on|off)   enable/disable pipelining\n"
msgstr ""

#: src/mpop.c:2284
#, c-format
msgid "  --received-header[=(on|off)] enable/disable Received-header\n"
msgstr ""

#: src/mpop.c:2285
#, c-format
msgid "  --auth[=(on|method)]         choose the authentication method\n"
msgstr ""

#: src/mpop.c:2286
#, c-format
msgid "  --user=[username]            set/unset user name for authentication\n"
msgstr ""

#: src/mpop.c:2287
#, c-format
msgid "  --passwordeval=[eval]        evaluate password for authentication\n"
msgstr ""

#: src/mpop.c:2288
#, c-format
msgid "  --tls[=(on|off)]             enable/disable TLS encryption\n"
msgstr ""

#: src/mpop.c:2289
#, c-format
msgid "  --tls-starttls[=(on|off)]    enable/disable STARTTLS for TLS\n"
msgstr ""

#: src/mpop.c:2290
#, c-format
msgid "  --tls-trust-file=[file]      set/unset trust file for TLS\n"
msgstr ""

#: src/mpop.c:2291
#, c-format
msgid "  --tls-crl-file=[file]        set/unset revocation file for TLS\n"
msgstr ""

#: src/mpop.c:2292
#, c-format
msgid ""
"  --tls-fingerprint=[f]        set/unset trusted certificate fingerprint for "
"TLS\n"
msgstr ""

#: src/mpop.c:2293
#, c-format
msgid ""
"  --tls-certcheck[=(on|off)]   enable/disable server certificate checks for "
"TLS\n"
msgstr ""

#: src/mpop.c:2294
#, c-format
msgid "  --tls-key-file=[file]        set/unset private key file for TLS\n"
msgstr ""

#: src/mpop.c:2295
#, c-format
msgid "  --tls-cert-file=[file]       set/unset private cert file for TLS\n"
msgstr ""

#: src/mpop.c:2296
#, c-format
msgid "  --tls-priorities=[prios]     set/unset TLS priorities.\n"
msgstr ""

#: src/mpop.c:2297
#, c-format
msgid ""
"  --tls-host-override=[host]   set/unset override for TLS host "
"verification.\n"
msgstr ""

#: src/mpop.c:2298
#, c-format
msgid "  --tls-min-dh-prime-bits=[b]  set/unset minimum bit size of DH prime\n"
msgstr ""

#: src/mpop.c:2299
#, c-format
msgid "Options specific to mail retrieval mode:\n"
msgstr ""

#: src/mpop.c:2300
#, c-format
msgid ""
"  -q, --quiet                  do not display status or progress "
"information\n"
msgstr ""

#: src/mpop.c:2301
#, c-format
msgid ""
"  -Q, --half-quiet             display status but not progress information\n"
msgstr ""

#: src/mpop.c:2302
#, c-format
msgid ""
"  -a, --all-accounts           query all accounts in the configuration file\n"
msgstr ""

#: src/mpop.c:2303
#, c-format
msgid ""
"  -A, --auth-only              authenticate only; do not retrieve mail\n"
msgstr ""

#: src/mpop.c:2304
#, c-format
msgid ""
"  -s, --status-only            print account status only; do not retrieve "
"mail\n"
msgstr ""

#: src/mpop.c:2305
#, c-format
msgid "  -n, --only-new[=(on|off)]    process only new messages\n"
msgstr ""

#: src/mpop.c:2306
#, c-format
msgid "  -k, --keep[=(on|off)]        do not delete mails from servers\n"
msgstr ""

#: src/mpop.c:2307
#, c-format
msgid "  --killsize=(off|number)      set/unset kill size\n"
msgstr ""

#: src/mpop.c:2308
#, c-format
msgid "  --skipsize=(off|number)      set/unset skip size\n"
msgstr ""

#: src/mpop.c:2309
#, c-format
msgid "  --filter=[program]           set/unset header filter\n"
msgstr ""

#: src/mpop.c:2310
#, c-format
msgid "  --delivery=method,arg        set the mail delivery method\n"
msgstr ""

#: src/mpop.c:2311
#, c-format
msgid "  --uidls-file=filename        set file to store UIDLs\n"
msgstr ""

#: src/mpop.c:2312
#, c-format
msgid ""
"\n"
"Report bugs to <%s>.\n"
msgstr ""

#: src/mpop.c:2336
msgid "cannot use both --host and accounts"
msgstr ""

#: src/mpop.c:2342
msgid "cannot use both --all-accounts and a list of accounts"
msgstr ""

#: src/mpop.c:2437
#, c-format
msgid "account %s from %s: %s"
msgstr ""

#: src/mpop.c:2455
#, c-format
msgid "cannot create directories for %s: %s"
msgstr ""

#: src/mpop.c:2458
msgid "a component already exists but is not a directory"
msgstr ""

#: src/mpop.c:2477
#, c-format
msgid "using account %s from %s\n"
msgstr ""

#: src/mpop.c:2481 src/mpop.c:2484 src/mpop.c:2486 src/mpop.c:2489
#: src/mpop.c:2521 src/mpop.c:2522 src/mpop.c:2524 src/mpop.c:2526
#: src/mpop.c:2530 src/mpop.c:2532 src/mpop.c:2551 src/mpop.c:2553
#: src/mpop.c:2555 src/mpop.c:2565 src/mpop.c:2568 src/mpop.c:2570
#: src/mpop.c:2614
msgid "(not set)"
msgstr ""

#: src/mpop.c:2493 src/mpop.c:2598 src/mpop.c:2607
#, c-format
msgid "off\n"
msgstr ""

#: src/mpop.c:2499
#, c-format
msgid "1 second\n"
msgstr ""

#: src/mpop.c:2503
#, c-format
msgid "%d seconds\n"
msgstr ""

#: src/mpop.c:2507 src/mpop.c:2510 src/mpop.c:2527 src/mpop.c:2528
#: src/mpop.c:2557 src/mpop.c:2593 src/mpop.c:2594
msgid "off"
msgstr ""

#: src/mpop.c:2508 src/mpop.c:2510 src/mpop.c:2527 src/mpop.c:2528
#: src/mpop.c:2557 src/mpop.c:2593 src/mpop.c:2594
msgid "on"
msgstr ""

#: src/mpop.c:2508
msgid "auto"
msgstr ""

#: src/mpop.c:2514
#, c-format
msgid "choose\n"
msgstr ""

#: src/mpop.c:2633
#, c-format
msgid "support for authentication method %s is not compiled in"
msgstr ""

#: src/mpop.c:2645
#, c-format
msgid "cannot initialize TLS library: %s"
msgstr ""

#: src/mpop.c:2653
msgid "support for TLS is not compiled in"
msgstr ""

#: src/mpop.c:2661
#, c-format
msgid "cannot initialize network library: %s"
msgstr ""

#: src/mpop.c:2730
#, c-format
msgid "POP3 server message: %s"
msgstr ""

#: src/mpop.c:2739
#, c-format
msgid "error during mail retrieval (account %s from %s)"
msgstr ""

#: src/mpop.c:2745
msgid "error during mail retrieval"
msgstr ""

#: src/mtls.c:144
#, c-format
msgid "TLS session parameters:\n"
msgstr ""

#: src/mtls.c:146
msgid "not available"
msgstr ""

#: src/mtls.c:154
#, c-format
msgid "TLS certificate information:\n"
msgstr ""

#: src/mtls.c:155
msgid "Subject"
msgstr ""

#: src/mtls.c:157
msgid "Issuer"
msgstr ""

#: src/mtls.c:159
msgid "Validity"
msgstr ""

#: src/mtls.c:161
msgid "Activation time"
msgstr ""

#: src/mtls.c:163
msgid "Expiration time"
msgstr ""

#: src/mtls.c:164
msgid "Fingerprints"
msgstr ""

#: src/mtls-gnutls.c:121 src/mtls-libtls.c:105 src/mtls-openssl.c:285
msgid "cannot get TLS certificate info"
msgstr ""

#: src/mtls-gnutls.c:126 src/mtls-gnutls.c:242 src/mtls-openssl.c:288
#, c-format
msgid "%s: no certificate was found"
msgstr ""

#: src/mtls-gnutls.c:131 src/mtls-gnutls.c:248
#, c-format
msgid "%s: cannot initialize certificate structure"
msgstr ""

#: src/mtls-gnutls.c:137
#, c-format
msgid "%s: error parsing certificate"
msgstr ""

#: src/mtls-gnutls.c:146 src/mtls-gnutls.c:264 src/mtls-libtls.c:113
#: src/mtls-libtls.c:179 src/mtls-openssl.c:308 src/mtls-openssl.c:470
#, c-format
msgid "%s: error getting SHA256 fingerprint"
msgstr ""

#: src/mtls-gnutls.c:153 src/mtls-gnutls.c:282 src/mtls-openssl.c:314
#: src/mtls-openssl.c:488
#, c-format
msgid "%s: error getting SHA1 fingerprint"
msgstr ""

#: src/mtls-gnutls.c:159 src/mtls-libtls.c:126 src/mtls-openssl.c:322
#, c-format
msgid "%s: cannot get activation time"
msgstr ""

#: src/mtls-gnutls.c:165 src/mtls-libtls.c:133 src/mtls-openssl.c:332
#, c-format
msgid "%s: cannot get expiration time"
msgstr ""

#: src/mtls-gnutls.c:225 src/mtls-libtls.c:166 src/mtls-openssl.c:446
msgid "TLS certificate verification failed"
msgstr ""

#: src/mtls-gnutls.c:255
#, c-format
msgid "%s: error parsing certificate %u of %u"
msgstr ""

#: src/mtls-gnutls.c:271 src/mtls-gnutls.c:289 src/mtls-gnutls.c:307
#: src/mtls-libtls.c:191 src/mtls-openssl.c:477 src/mtls-openssl.c:495
#: src/mtls-openssl.c:513
#, c-format
msgid "%s: the certificate fingerprint does not match"
msgstr ""

#: src/mtls-gnutls.c:300 src/mtls-openssl.c:506
#, c-format
msgid "%s: error getting MD5 fingerprint"
msgstr ""

#: src/mtls-gnutls.c:329
#, c-format
msgid "%s: %s"
msgstr ""

#: src/mtls-gnutls.c:388 src/mtls-libtls.c:238 src/mtls-libtls.c:374
#, c-format
msgid "cannot initialize TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:401
#, c-format
msgid "error in priority string at position %d"
msgstr ""

#: src/mtls-gnutls.c:404 src/mtls-gnutls.c:411 src/mtls-libtls.c:257
#: src/mtls-libtls.c:272 src/mtls-libtls.c:287 src/mtls-libtls.c:297
#: src/mtls-openssl.c:657
#, c-format
msgid "cannot set priorities for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:424
#, c-format
msgid "cannot set default priority for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:439
#, c-format
msgid "cannot allocate certificate for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:452 src/mtls-libtls.c:312
#, c-format
msgid ""
"cannot set X509 key file %s and/or X509 cert file %s for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:474 src/mtls-openssl.c:720
#, c-format
msgid "cannot set X509 system trust for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:489 src/mtls-libtls.c:342
#, c-format
msgid "cannot set X509 trust file %s for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:504 src/mtls-libtls.c:355
#, c-format
msgid "cannot set X509 CRL file %s for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:533
#, c-format
msgid "cannot set credentials for TLS session: %s"
msgstr ""

#: src/mtls-gnutls.c:568 src/mtls-libtls.c:410
#, c-format
msgid "TLS handshake failed: %s"
msgstr ""

#: src/mtls-gnutls.c:652 src/mtls-libtls.c:497
#, c-format
msgid "cannot read from TLS connection: %s"
msgstr ""

#: src/mtls-gnutls.c:699 src/mtls-gnutls.c:710 src/mtls-libtls.c:529
#, c-format
msgid "cannot write to TLS connection: %s"
msgstr ""

#: src/mtls-gnutls.c:711 src/mtls-openssl.c:809 src/mtls-openssl.c:833
#: src/net.c:178 src/net.c:648
msgid "unknown error"
msgstr ""

#: src/mtls-libtls.c:59
#, c-format
msgid "cannot initialize libtls"
msgstr ""

#: src/mtls-libtls.c:223
#, c-format
msgid "cannot use deprecated fingerprints, please update to SHA256"
msgstr ""

#: src/mtls-libtls.c:231 src/mtls-openssl.c:649
#, c-format
msgid "cannot set minimum number of DH prime bits for TLS: %s"
msgstr ""

#: src/mtls-libtls.c:232
msgid "feature not yet implemented for libtls"
msgstr ""

#: src/mtls-libtls.c:288
msgid "could not parse protocols"
msgstr ""

#: src/mtls-libtls.c:365 src/mtls-openssl.c:759
#, c-format
msgid "cannot create a TLS structure: %s"
msgstr ""

#: src/mtls-libtls.c:402 src/mtls-openssl.c:853
#, c-format
msgid "cannot set the file descriptor for TLS: %s"
msgstr ""

#: src/mtls-openssl.c:92
#, c-format
msgid ""
"no environment variables RANDFILE or HOME, or filename of rand file too long"
msgstr ""

#: src/mtls-openssl.c:98 src/uidls.c:351
#, c-format
msgid "%s: input error"
msgstr ""

#: src/mtls-openssl.c:120
#, c-format
msgid "random file + time + pseudo randomness is not enough, giving up"
msgstr ""

#: src/mtls-openssl.c:293 src/mtls-openssl.c:579
#, c-format
msgid "%s: cannot get certificate subject"
msgstr ""

#: src/mtls-openssl.c:299
#, c-format
msgid "%s: cannot get certificate issuer"
msgstr ""

#: src/mtls-openssl.c:450
msgid "TLS certificate check failed"
msgstr ""

#: src/mtls-openssl.c:456
#, c-format
msgid "%s: no certificate was sent"
msgstr ""

#: src/mtls-openssl.c:559
#, c-format
msgid "%s: certificate subject alternative name contains NUL"
msgstr ""

#: src/mtls-openssl.c:591
#, c-format
msgid "%s: cannot get certificate common name"
msgstr ""

#: src/mtls-openssl.c:600
#, c-format
msgid "%s: certificate common name contains NUL"
msgstr ""

#: src/mtls-openssl.c:617
#, c-format
msgid "%s: the certificate owner does not match hostname %s"
msgstr ""

#: src/mtls-openssl.c:650 src/mtls-openssl.c:658 src/mtls-openssl.c:666
msgid "feature not yet implemented for OpenSSL"
msgstr ""

#: src/mtls-openssl.c:665
#, c-format
msgid "cannot load CRL file: %s"
msgstr ""

#: src/mtls-openssl.c:672
#, c-format
msgid "cannot set TLS method"
msgstr ""

#: src/mtls-openssl.c:680
#, c-format
msgid "cannot create TLS context: %s"
msgstr ""

#: src/mtls-openssl.c:693
#, c-format
msgid "cannot load key file %s: %s"
msgstr ""

#: src/mtls-openssl.c:702
#, c-format
msgid "cannot load certificate file %s: %s"
msgstr ""

#: src/mtls-openssl.c:732
#, c-format
msgid "cannot load trust file %s: %s"
msgstr ""

#: src/mtls-openssl.c:801
msgid "a protocol violating EOF occurred"
msgstr ""

#: src/mtls-openssl.c:819
msgid "the connection was closed unexpectedly"
msgstr ""

#: src/mtls-openssl.c:828 src/net.c:198 src/net.c:213 src/net.c:245
#: src/net.c:260
msgid "the operation timed out"
msgstr ""

#: src/mtls-openssl.c:872
msgid "TLS handshake failed"
msgstr ""

#: src/mtls-openssl.c:938
msgid "cannot read from TLS connection"
msgstr ""

#: src/mtls-openssl.c:981
msgid "cannot write to TLS connection"
msgstr ""

#: src/net.c:94
msgid "not enough memory"
msgstr ""

#: src/net.c:100 src/net.c:684
msgid "invalid argument"
msgstr ""

#: src/net.c:103
msgid "class type not found"
msgstr ""

#: src/net.c:106
msgid "the network subsystem has failed"
msgstr ""

#: src/net.c:109
msgid "host not found (authoritative)"
msgstr ""

#: src/net.c:112
msgid "host not found (nonauthoritative) or server failure"
msgstr ""

#: src/net.c:115
msgid "nonrecoverable error"
msgstr ""

#: src/net.c:118
msgid "valid name, but no data record of requested type"
msgstr ""

#: src/net.c:121
msgid "address family not supported"
msgstr ""

#: src/net.c:124
msgid "no socket descriptors available"
msgstr ""

#: src/net.c:127
msgid "no buffer space available"
msgstr ""

#: src/net.c:130
msgid "protocol not supported"
msgstr ""

#: src/net.c:133
msgid "wrong protocol type for this socket"
msgstr ""

#: src/net.c:136
msgid "socket type is not supported in this address family"
msgstr ""

#: src/net.c:139
msgid "remote address is not valid"
msgstr ""

#: src/net.c:142 src/net.c:636
msgid "connection refused"
msgstr ""

#: src/net.c:145 src/net.c:630
msgid "network unreachable"
msgstr ""

#: src/net.c:148
msgid "timeout"
msgstr ""

#: src/net.c:151
msgid "socket not connected"
msgstr ""

#: src/net.c:154
msgid "the socket was shut down"
msgstr ""

#: src/net.c:157 src/net.c:633
msgid "host unreachable"
msgstr ""

#: src/net.c:160
msgid "connection reset by peer"
msgstr ""

#: src/net.c:163
msgid "the underlying network subsystem is not ready"
msgstr ""

#: src/net.c:166
msgid "the requested version is not available"
msgstr ""

#: src/net.c:169
msgid "a blocking operation is in progress"
msgstr ""

#: src/net.c:172
msgid "limit on the number of tasks has been reached"
msgstr ""

#: src/net.c:175
msgid "invalid request"
msgstr ""

#: src/net.c:197 src/net.c:202 src/net.c:212 src/net.c:217
#, c-format
msgid "network read error: %s"
msgstr ""

#: src/net.c:244 src/net.c:249 src/net.c:259 src/net.c:264
#, c-format
msgid "network write error: %s"
msgstr ""

#: src/net.c:528 src/net.c:558 src/net.c:593 src/net.c:624 src/net.c:627
#: src/net.c:630 src/net.c:633 src/net.c:636 src/net.c:639 src/net.c:642
#: src/net.c:645 src/net.c:648
#, c-format
msgid "proxy failure: %s"
msgstr ""

#: src/net.c:528
msgid "host name too long"
msgstr ""

#: src/net.c:542 src/net.c:576 src/net.c:1007
#, c-format
msgid "network write error"
msgstr ""

#: src/net.c:552 src/net.c:586 src/net.c:615
#, c-format
msgid "network read error"
msgstr ""

#: src/net.c:558 src/net.c:593
msgid "unexpected reply"
msgstr ""

#: src/net.c:624
msgid "general server failure"
msgstr ""

#: src/net.c:627
msgid "connection not allowed"
msgstr ""

#: src/net.c:639
msgid "time-to-live expired"
msgstr ""

#: src/net.c:642
msgid "command not supported"
msgstr ""

#: src/net.c:645
msgid "address type not supported"
msgstr ""

#: src/net.c:676 src/net.c:683 src/net.c:698
#, c-format
msgid "cannot connect to %s: %s"
msgstr ""

#: src/net.c:689 src/net.c:862
#, c-format
msgid "cannot create socket: %s"
msgstr ""

#: src/net.c:762 src/net.c:771
#, c-format
msgid "cannot locate host %s: %s"
msgstr ""

#: src/net.c:873
#, c-format
msgid "cannot bind source ip %s: %s"
msgstr ""

#: src/net.c:889 src/net.c:902
#, c-format
msgid "cannot connect to %s, port %d: %s"
msgstr ""

#: src/password.c:214
#, c-format
msgid "password for %s at %s: "
msgstr ""

#: src/pop3.c:323
#, c-format
msgid "POP3 server sent an empty reply"
msgstr ""

#: src/pop3.c:327
#, c-format
msgid "POP3 server sent an invalid reply"
msgstr ""

#: src/pop3.c:382
#, c-format
msgid ""
"Cannot send POP3 command because it is longer than %d characters. Increase "
"POP3_BUFSIZE."
msgstr ""

#: src/pop3.c:691
#, c-format
msgid "cannot get initial OK message from POP3 server"
msgstr ""

#: src/pop3.c:752 src/pop3.c:891 src/pop3.c:1023 src/pop3.c:1206
#: src/pop3.c:1321
#, c-format
msgid "invalid reply to command %s"
msgstr ""

#: src/pop3.c:962 src/pop3.c:968 src/pop3.c:1015 src/pop3.c:1107
#: src/pop3.c:1247 src/pop3.c:2338 src/pop3.c:2480 src/pop3.c:2566
#: src/pop3.c:2652 src/pop3.c:3292 src/pop3.c:3320
#, c-format
msgid "command %s failed"
msgstr ""

#: src/pop3.c:1038
#, c-format
msgid "Cannot handle more than %ld messages. Increase POP3_MAX_MESSAGES."
msgstr ""

#: src/pop3.c:1493 src/pop3.c:1522
#, c-format
msgid "cannot write mail: output error"
msgstr ""

#: src/pop3.c:1606
#, c-format
msgid "cannot write to temporary file: output error"
msgstr ""

#: src/pop3.c:1687
#, c-format
msgid "cannot add Received header: %s"
msgstr ""

#: src/pop3.c:1784
#, c-format
msgid "command TOP %ld 0 failed"
msgstr ""

#: src/pop3.c:1789
#, c-format
msgid "command RETR %ld failed"
msgstr ""

#: src/pop3.c:1800
#, c-format
msgid "cannot create temporary file: %s"
msgstr ""

#: src/pop3.c:1812
#, c-format
msgid "cannot rewind temporary file: %s"
msgstr ""

#: src/pop3.c:2069
#, c-format
msgid "command DELE %ld failed"
msgstr ""

#: src/pop3.c:2139 src/pop3.c:2151 src/pop3.c:2174 src/pop3.c:2189
#: src/pop3.c:2229 src/pop3.c:2300 src/pop3.c:2382 src/pop3.c:2441
#: src/pop3.c:2500 src/pop3.c:2520 src/pop3.c:2613 src/pop3.c:2672
#: src/pop3.c:3062 src/pop3.c:3098 src/pop3.c:3132
#, c-format
msgid "authentication failed (method %s)"
msgstr ""

#: src/pop3.c:2576
#, c-format
msgid "authentication method CRAM-MD5: server sent invalid challenge"
msgstr ""

#: src/pop3.c:2797 src/pop3.c:3150
#, c-format
msgid "POP3 server does not support authentication method %s"
msgstr ""

#: src/pop3.c:2803 src/pop3.c:2985 src/pop3.c:3037
#, c-format
msgid "GNU SASL: %s"
msgstr ""

#: src/pop3.c:2810
#, c-format
msgid "GNU SASL: authentication method %s not supported"
msgstr ""

#: src/pop3.c:2899 src/pop3.c:3189
#, c-format
msgid "cannot use a secure authentication method"
msgstr ""

#: src/pop3.c:2905 src/pop3.c:3195
#, c-format
msgid "cannot find a usable authentication method"
msgstr ""

#: src/pop3.c:2918 src/pop3.c:3208
#, c-format
msgid "authentication method %s needs a user name"
msgstr ""

#: src/pop3.c:2931 src/pop3.c:3218
#, c-format
msgid "authentication method %s needs a password"
msgstr ""

#: src/pop3.c:2946
#, c-format
msgid "authentication method %s needs TLS channel binding information"
msgstr ""

#: src/pop3.c:3111
#, c-format
msgid "authentication failed: %s (method %s)"
msgstr ""

#: src/pop3.c:3260
#, c-format
msgid "authentication method %s not supported"
msgstr ""

#: src/uidls.c:224
#, c-format
msgid "%s, line %ld: line longer than %d characters"
msgstr ""

#: src/uidls.c:250
#, c-format
msgid "%s, line %ld: UID without a list"
msgstr ""

#: src/uidls.c:261
#, c-format
msgid "%s, line %ld: invalid number of UIDs"
msgstr ""

#: src/uidls.c:276
#, c-format
msgid "%s, line %ld: invalid or missing host name"
msgstr ""

#: src/uidls.c:288
#, c-format
msgid "%s, line %ld: invalid or missing user name"
msgstr ""

#: src/uidls.c:302 src/uidls.c:336
#, c-format
msgid "%s, line %ld: too few UIDs for user %s, host %s"
msgstr ""

#: src/uidls.c:466
#, c-format
msgid "cannot rename %s to %s: %s"
msgstr ""