# Romanian translation for msmtp.
# Mesajele în limba română pentru pachetul msmtp.
# Copyright © 2023, 2024, 2025, 2026 Martin Lambers <marlam@marlam.de>
# This file is distributed under the same license as the msmtp package.
#
# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023 - 2026.
#
# Cronologia traducerii fișierului „msmtp”:
# Traducerea inițială, făcută de R-GC, pentru versiunea msmtp 1.8.21, aug-2023.
# Actualizare a traducerii pentru versiunea 1.8.25, făcută de R-GC, oct-2023.
# Actualizare a traducerii pentru versiunea 1.8.26, făcută de R-GC, iun-2024.
# Actualizare a traducerii pentru versiunea 1.8.28, făcută de R-GC, ian-2025.
# Actualizare a traducerii pentru versiunea 1.8.29, făcută de R-GC, mai-2025.
# Actualizare a traducerii pentru versiunea 1.8.33, făcută de R-GC, iul-2026.
# Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul).
#
msgid ""
msgstr ""
"Project-Id-Version: msmtp 1.8.33\n"
"Report-Msgid-Bugs-To: marlam@marlam.de\n"
"POT-Creation-Date: 2026-07-11 13:15+0200\n"
"PO-Revision-Date: 2026-07-25 19:57+0200\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
"X-Generator: Poedit 3.8\n"

#: src/aliases.c:121
#, c-format
msgid "line %d: longer than %d characters"
msgstr "linia %d: mai lungă de %d caractere"

#: src/aliases.c:138
#, c-format
msgid "line %d: single ':' delimiter expected"
msgstr "linia %d: se aștepta un singur delimitator „:”"

#: src/aliases.c:146
#, c-format
msgid "line %d: invalid alias '%s'"
msgstr "linia %d: alias nevalid „%s”"

#: src/aliases.c:153
#, c-format
msgid "line %d: duplicate alias '%s'"
msgstr "linia %d: alias duplicat „%s”"

#: src/aliases.c:178 src/conf.c:1200 src/stream.c:63
#, c-format
msgid "input error"
msgstr "eroare de intrare"

#: src/aliases.c:283
#, c-format
msgid "Too many redirects when expanding alias %s."
msgstr "Prea multe redirecționări la extinderea alias-ului %s."

#: src/conf.c:830 src/conf.c:845
#, c-format
msgid "host not set"
msgstr "numele gazdei nu este definit"

#: src/conf.c:835
#, c-format
msgid "port not set"
msgstr "portul nu este definit"

#: src/conf.c:840
#, c-format
msgid "envelope-from address is missing"
msgstr "lipsește adresa expeditorului de pe plic"

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

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

#: src/conf.c:863
#, c-format
msgid "tls requires either tls_trust_file (highly recommended) or tls_fingerprint or a disabled tls_certcheck"
msgstr "tls necesită fie tls_trust_file (foarte recomandat), fie tls_fingerprint sau opțiunea tls_certcheck dezactivată"

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

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

#: src/conf.c:1126 src/conf.c:1299
#, c-format
msgid "line %d: missing account name"
msgstr "linia %d: lipsește numele contului"

#: src/conf.c:1131
#, c-format
msgid "line %d: account %s not (yet) defined"
msgstr "linia %d: contul %s nu este (încă) definit"

#: src/conf.c:1212
#, c-format
msgid "line longer than %d characters"
msgstr "linie mai lungă de %d caractere"

#: src/conf.c:1229 src/conf.c:1342 src/conf.c:1361 src/conf.c:1388
#: src/conf.c:1417 src/conf.c:1730 src/conf.c:1765
#, c-format
msgid "line %d: command %s needs an argument"
msgstr "linia %d: comanda %s necesită un argument"

#: src/conf.c:1271 src/conf.c:2140 src/conf.c:2157
#, c-format
msgid "line %d: command %s does not take an argument"
msgstr "linia %d: comanda %s nu acceptă un argument"

#: src/conf.c:1307
#, c-format
msgid "line %d: an account name must not contain colons or commas"
msgstr "linia %d: un nume de cont nu trebuie să conțină două puncte „:” sau virgule"

#: src/conf.c:1317
#, c-format
msgid "line %d: account %s was already defined"
msgstr "linia %d: contul %s a fost deja definit"

#: src/conf.c:1372 src/conf.c:1404 src/conf.c:1435 src/conf.c:1474
#: src/conf.c:1500 src/conf.c:1546 src/conf.c:1566 src/conf.c:1651
#: src/conf.c:1672 src/conf.c:1691 src/conf.c:1752 src/conf.c:1783
#: src/conf.c:1833 src/conf.c:1880 src/conf.c:1905 src/conf.c:1925
#: src/conf.c:1945 src/conf.c:1969 src/conf.c:1989 src/conf.c:2036
#: src/conf.c:2057 src/conf.c:2078 src/conf.c:2099 src/conf.c:2127
#, c-format
msgid "line %d: invalid argument %s for command %s"
msgstr "linia %d: argument nevalid %s pentru comanda %s"

#: src/conf.c:2173
#, c-format
msgid "line %d: unknown command %s"
msgstr "linia %d: comandă necunoscută %s"

#: src/conf.c:2227
#, c-format
msgid "contains secrets and therefore must be owned by you"
msgstr "conține secrete și, prin urmare, trebuie să vă aparțină"

#: src/conf.c:2233
#, c-format
msgid "contains secrets and therefore must have no more than user read/write permissions"
msgstr "conține secrete și, prin urmare, nu trebuie să aibă mai mult decât permisiuni de citire/scriere pentru utilizator"

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

#: src/msmtp.c:231 src/msmtp.c:409 src/msmtp.c:1514
#, c-format
msgid "the server does not support TLS via the STARTTLS command"
msgstr "serverul nu acceptă TLS prin intermediul comenzii STARTTLS"

#: src/msmtp.c:273
#, c-format
msgid "the server does not support Remote Message Queue Starting"
msgstr "serverul nu acceptă extensia „Remote Message Queue Starting” (pornirea cozii de mesaje de la distanță)"

#: src/msmtp.c:285 src/msmtp.c:1572
#, c-format
msgid "the server does not support authentication"
msgstr "serverul nu acceptă autentificarea"

#: src/msmtp.c:444
#, c-format
msgid "%s server at %s (%s [%s]), port %d:\n"
msgstr "serverul %s pe %s (%s [%s]), port %d:\n"

#: src/msmtp.c:451
#, c-format
msgid "%s server at %s (%s), port %d:\n"
msgstr "serverul %s pe %s (%s), port %d:\n"

#: src/msmtp.c:458
#, c-format
msgid "%s server at %s ([%s]), port %d:\n"
msgstr "serverul %s pe %s ([%s]), port %d:\n"

#: src/msmtp.c:465
#, c-format
msgid "%s server at %s, port %d:\n"
msgstr "serverul %s pe %s, port %d:\n"

#: src/msmtp.c:486
#, c-format
msgid "No special capabilities.\n"
msgstr "Fără capacități speciale.\n"

#: src/msmtp.c:490
#, c-format
msgid "Capabilities:\n"
msgstr "Capacități:\n"

#: src/msmtp.c:494
msgid "Maximum message size is "
msgstr "Dimensiunea maximă a mesajului este de "

#: src/msmtp.c:497
#, c-format
msgid "unlimited\n"
msgstr "nelimitată\n"

#: src/msmtp.c:501
#, c-format
msgid "%ld bytes"
msgstr "%ld octeți"

#: src/msmtp.c:504
#, c-format
msgid " = %.2f MiB"
msgstr " = %.2f Mio"

#: src/msmtp.c:509
#, c-format
msgid " = %.2f KiB"
msgstr " = %.2f Kio"

#: src/msmtp.c:516
msgid "Support for command grouping for faster transmission"
msgstr "Suport pentru gruparea comenzilor pentru o transmisie mai rapidă"

#: src/msmtp.c:521
msgid "Support for Internationalized Email"
msgstr "Suport pentru mesaje de poștă electronică internaționalizate"

#: src/msmtp.c:526
msgid "Support for RMQS (Remote Message Queue Starting)"
msgstr "Suport pentru RMQS (Remote Message Queue Starting)"

#: src/msmtp.c:531
msgid "Support for Delivery Status Notifications"
msgstr "Suport pentru notificări privind starea livrării („Delivery Status Notifications”: DSN)"

#: src/msmtp.c:541
msgid "Support for TLS encryption via the STARTTLS command"
msgstr "Suport pentru criptarea TLS prin intermediul comenzii STARTTLS"

#: src/msmtp.c:547
msgid "Supported authentication methods:"
msgstr "Metode de autentificare acceptate:"

#: src/msmtp.c:582
#, c-format
msgid "This server might advertise more or other capabilities when TLS is active.\n"
msgstr "Acest server poate anunța mai multe sau alte capacități atunci când TLS este activ.\n"

#: src/msmtp.c:1266 src/msmtp.c:3450
#, c-format
msgid "cannot write mail headers to temporary file: output error"
msgstr "nu se pot scrie antetele de e-mail în fișierul temporar: eroare de ieșire"

#: src/msmtp.c:1374
#, c-format
msgid "input error while reading the mail"
msgstr "eroare de intrare în timpul citirii mesajului"

#: src/msmtp.c:1561
#, c-format
msgid "the server does not support DSN"
msgstr "serverul nu acceptă DSN"

#: src/msmtp.c:1710 src/msmtp.c:1729 src/msmtp.c:1781
#, c-format
msgid "automatic configuration based on SRV records failed: %s"
msgstr "configurarea automată pe baza înregistrărilor SRV a eșuat: %s"

#: src/msmtp.c:1711
msgid "invalid mail address"
msgstr "adresă de e-mail nevalidă"

#: src/msmtp.c:1727
#, c-format
msgid "no SRV records for %s or %s"
msgstr "nu există înregistrări SRV pentru %s sau %s"

#: src/msmtp.c:1744
#, c-format
msgid "copy this to your configuration file %s"
msgstr "copiați aceasta în fișierul de configurare %s"

#: src/msmtp.c:1748
msgid "warning: the host does not match the mail domain; please check"
msgstr "avertisment: gazda nu se potrivește cu domeniul de e-mail; vă rugăm să verificați"

#: src/msmtp.c:1751 src/msmtp.c:1755
msgid "add your password to the key ring:"
msgstr "adăugați parola la inelul de chei:"

#: src/msmtp.c:1758
msgid "encrypt your password:"
msgstr "criptați-vă parola:"

#: src/msmtp.c:1782
msgid "this system lacks libresolv"
msgstr "acest sistem nu dispune de „libresolv”"

#: src/msmtp.c:2020
#, c-format
msgid "invalid logfile_time_format"
msgstr "logfile_time_format nevalid"

#: src/msmtp.c:2034
#, c-format
msgid "cannot open: %s"
msgstr "nu se poate deschide: %s"

#: src/msmtp.c:2042
#, c-format
msgid "cannot lock (tried for %d seconds): %s"
msgstr "nu se poate bloca (s-a încercat timp de %d secunde): %s"

#: src/msmtp.c:2047
#, c-format
msgid "cannot lock: %s"
msgstr "nu se poate bloca: %s"

#: src/msmtp.c:2056
msgid "output error"
msgstr "eroare de ieșire"

#: src/msmtp.c:2073
#, c-format
msgid "cannot log to %s: %s"
msgstr "nu se poate scrie jurnalul în „%s”: %s"

#: src/msmtp.c:2077
#, c-format
msgid "log info was: %s"
msgstr "informațiile de jurnal au fost: %s"

#: src/msmtp.c:2186
#, c-format
msgid "%s version %s\n"
msgstr "%s versiunea %s\n"

#: src/msmtp.c:2187
#, c-format
msgid "Platform: %s\n"
msgstr "Platformă: %s\n"

#: src/msmtp.c:2189
#, c-format
msgid "TLS/SSL library: %s\n"
msgstr "Biblioteca TLS/SSL: %s\n"

#: src/msmtp.c:2197 src/msmtp.c:2257
#, c-format
msgid "none"
msgstr "niciuna"

#: src/msmtp.c:2201
#, c-format
msgid ""
"Authentication library: %s\n"
"Supported authentication methods:\n"
msgstr ""
"Biblioteca de autentificare: %s\n"
"Metode de autentificare acceptate:\n"

#: src/msmtp.c:2204
msgid "GNU SASL; oauthbearer and xoauth2: built-in"
msgstr "GNU SASL; oauthbearer și xoauth2: încorporate"

#: src/msmtp.c:2206
msgid "built-in"
msgstr "încorporat"

#: src/msmtp.c:2237
#, c-format
msgid "IDN support: "
msgstr "Suport IDN: "

#: src/msmtp.c:2241 src/msmtp.c:2249
#, c-format
msgid "enabled"
msgstr "activat"

#: src/msmtp.c:2243 src/msmtp.c:2252
#, c-format
msgid "disabled"
msgstr "dezactivat"

#: src/msmtp.c:2247
#, c-format
msgid "NLS: "
msgstr "NLS: "

#: src/msmtp.c:2250
#, c-format
msgid ", LOCALEDIR is %s"
msgstr ", LOCALEDIR este %s"

#: src/msmtp.c:2255
#, c-format
msgid "Keyring support: "
msgstr "Suport pentru inele de chei: "

#: src/msmtp.c:2260
#, c-format
msgid "Gnome "
msgstr "Gnome "

#: src/msmtp.c:2263
#, c-format
msgid "MacOS "
msgstr "MacOS "

#: src/msmtp.c:2269
#, c-format
msgid "System configuration file name: %s\n"
msgstr "Numele fișierului de configurare al sistemului: %s\n"

#: src/msmtp.c:2273
#, c-format
msgid "User configuration file name: %s\n"
msgstr "Numele fișierului de configurare al utilizatorului: %s\n"

#: src/msmtp.c:2276
#, 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 ""
"Drepturi de autor © %d Martin Lambers și alții.\n"
"Acesta este software liber.  Puteți redistribui copii ale acestuia\n"
"în conformitate cu termenii din Licența publică generală GNU\n"
"<http://www.gnu.org/licenses/gpl.html>.\n"
"Nu există NICI O GARANȚIE, în măsura permisă de lege.\n"

#: src/msmtp.c:2293
#, c-format
msgid ""
"Usage:\n"
"\n"
msgstr ""
"Utilizare:\n"
"\n"

#: src/msmtp.c:2294
#, c-format
msgid ""
"Sendmail mode (default):\n"
"  %s [option...] [--] recipient...\n"
"  %s [option...] -t [--] [recipient...]\n"
"  Read a mail from standard input and transmit it to an SMTP or LMTP server.\n"
msgstr ""
"Modul de trimitere al mesajelor (implicit):\n"
"  %s [opțiune...] [--] destinatar...\n"
"  %s [opțiune...] -t [--] [destinatar...]\n"
"  Citește un mesaj de la intrarea standard și îl transmite către un server SMTP sau LMTP.\n"

#: src/msmtp.c:2299
#, c-format
msgid ""
"Configuration mode:\n"
"  %s --configure=mailadress\n"
"  Generate and print configuration for address.\n"
msgstr ""
"Modul de configurare:\n"
"  %s --configure=adresă-email\n"
" Generează și afișează configurația pentru adresă.\n"

#: src/msmtp.c:2302
#, c-format
msgid ""
"Server information mode:\n"
"  %s [option...] --serverinfo\n"
"  Print information about a server.\n"
msgstr ""
"Modul de informații despre server:\n"
"  %s [opțiune...] --serverinfo\n"
"  Afișează informații despre un server.\n"

#: src/msmtp.c:2305
#, c-format
msgid ""
"Remote Message Queue Starting mode:\n"
"  %s [option...] --rmqs=host|@domain|#queue\n"
"  Send a Remote Message Queue Starting request to a server.\n"
"\n"
msgstr ""
"Modul de pornire a cozii de mesaje la distanță:\n"
"  %s [opțiune...] --rmqs=gazdă|@domeniu|#nr-coadă\n"
"  Trimite o cerere Remote Message Queue Starting către un server.\n"

#: src/msmtp.c:2309
#, c-format
msgid "General options:\n"
msgstr "Opțiuni generale:\n"

#: src/msmtp.c:2310
#, c-format
msgid "  --version                    print version\n"
msgstr "  --version                    afișează informațiile despre versiune\n"

#: src/msmtp.c:2311
#, c-format
msgid "  --help                       print help\n"
msgstr "  --help                       imprimă ajutorul și iese\n"

#: src/msmtp.c:2312
#, c-format
msgid "  -P, --pretend                print configuration info and exit\n"
msgstr "  -P, --pretend                afișează informațiile despre configurare și iese\n"

#: src/msmtp.c:2313
#, c-format
msgid "  -d, --debug                  print debugging information\n"
msgstr "  -d, --debug                  imprimă informațiile de depanare\n"

#: src/msmtp.c:2314
#, c-format
msgid "Changing the mode of operation:\n"
msgstr "Schimbarea modului de operare:\n"

#: src/msmtp.c:2315
#, c-format
msgid "  --configure=mailaddress      generate and print configuration for address\n"
msgstr "  --configure=adresă-email     generează și afișează configurația pentru adresă\n"

#: src/msmtp.c:2316
#, c-format
msgid "  -S, --serverinfo             print information about the server\n"
msgstr "  -S, --serverinfo             afișează informații despre server\n"

#: src/msmtp.c:2317
#, c-format
msgid "  --rmqs=host|@domain|#queue   send a Remote Message Queue Starting request\n"
msgstr ""
"  --rmqs=gazdă|@domeniu|#nr-coadă\n"
"                               trimite o cerere Remote Message Queue Starting\n"

#: src/msmtp.c:2318
#, c-format
msgid "Configuration options:\n"
msgstr "Opțiuni de configurare:\n"

#: src/msmtp.c:2319
#, c-format
msgid "  -C, --file=filename          set configuration file\n"
msgstr "  -C, --file=nume-fișier       stabilește fișierul de configurare\n"

#: src/msmtp.c:2320
#, c-format
msgid ""
"  -a, --account=id             use the given account instead of the account\n"
"                               named \"default\"; its settings may be changed\n"
"                               with command-line options\n"
msgstr ""
"  -a, --account=id             utilizează contul dat în locul contului numit\n"
"                               „default”; parametrii acestuia pot fi modificați\n"
"                               cu ajutorul opțiunilor din linia de comandăn\n"

#: src/msmtp.c:2323
#, c-format
msgid ""
"  --host=hostname              set the server, use only command-line settings;\n"
"                               do not use any configuration file data\n"
msgstr ""
"  --host=nume-gazdă            specifică numele serverului, utilizează numai\n"
"                               parametrii din linia de comandă; nu utilizează\n"
"                               datele din fișierul de configurare\n"

#: src/msmtp.c:2325
#, c-format
msgid "  --port=number                set port number\n"
msgstr "  --port=număr                 stabilește numărul portului\n"

#: src/msmtp.c:2326
#, c-format
msgid "  --source-ip=[IP]             set/unset source ip address to bind the socket to\n"
msgstr ""
"  --source-ip=[IP]             specifică/elimină adresa IP sursă la care se\n"
"                               asociază soclul\n"

#: src/msmtp.c:2327
#, c-format
msgid "  --proxy-host=[IP|hostname]   set/unset proxy\n"
msgstr "  --proxy-host=[IP|nume-gazdă]  specifică/elimină serverul proxy\n"

#: src/msmtp.c:2328
#, c-format
msgid "  --proxy-port=[number]        set/unset proxy port\n"
msgstr "  --proxy-port=[număr]         specifică/elimină portul serverului proxy\n"

#: src/msmtp.c:2329
#, c-format
msgid "  --socket=[socketname]        set/unset local socket to connect to\n"
msgstr ""
"  --socket=[nume-soclu]        specifică/elimină soclul local la care să se\n"
"                               conecteze\n"

#: src/msmtp.c:2330
#, c-format
msgid "  --timeout=(off|seconds)      set/unset network timeout in seconds\n"
msgstr ""
"  --timeout=(off|secunde)      stabilește/dezactivează timpul de așteptare al\n"
"                               rețelei în secunde\n"

#: src/msmtp.c:2331
#, c-format
msgid "  --protocol=(smtp|lmtp)       use the given sub protocol\n"
msgstr "  --protocol=(smtp|lmtp)       utilizează protocolul dat\n"

#: src/msmtp.c:2332
#, c-format
msgid "  --domain=string              set the argument of EHLO or LHLO command\n"
msgstr "  --domain=șir                 stabilește argumentul comenzii EHLO sau LHLO\n"

#: src/msmtp.c:2333
#, c-format
msgid ""
"  --auth[=(on|off|method)]     enable/disable authentication and optionally\n"
"                               choose the method\n"
msgstr ""
"  --auth[=(on|off|metoda)]     activează/dezactivează autentificarea și, opțional,\n"
"                               alege metoda\n"

#: src/msmtp.c:2335
#, c-format
msgid "  --user=[username]            set/unset user name for authentication\n"
msgstr ""
"  --user=[nume-utilizator]     specifică/elimină numele utilizatorului pentru\n"
"                               autentificare\n"

#: src/msmtp.c:2336
#, c-format
msgid "  --passwordeval=[eval]        evaluate password for authentication\n"
msgstr "  --passwordeval=[eval]        evaluează parola pentru autentificare\n"

#: src/msmtp.c:2337
#, c-format
msgid "  --tls[=(on|off)]             enable/disable TLS encryption\n"
msgstr "  --tls[=(on|off)]             activează/dezactivează criptarea TLS\n"

#: src/msmtp.c:2338
#, c-format
msgid "  --tls-starttls[=(on|off)]    enable/disable STARTTLS for TLS\n"
msgstr "  --tls-starttls[=(on|off)]    activează/dezactivează STARTTLS pentru TLS\n"

#: src/msmtp.c:2339
#, c-format
msgid "  --tls-trust-file=[file]      set/unset trust file for TLS\n"
msgstr "  --tls-trust-file=[fișier]    specifică/elimină fișierul de încredere pentru TLS\n"

#: src/msmtp.c:2340
#, c-format
msgid "  --tls-crl-file=[file]        set/unset revocation file for TLS\n"
msgstr "  --tls-crl-file=[fișier]      specifică/elimină fișierul de revocare pentru TLS\n"

#: src/msmtp.c:2341
#, c-format
msgid "  --tls-fingerprint=[f]        set/unset trusted certificate fingerprint for TLS\n"
msgstr ""
"  --tls-fingerprint=[f]        specifică/elimină amprenta digitală a certificatului\n"
"                               de încredere pentru TLS\n"

#: src/msmtp.c:2342
#, c-format
msgid "  --tls-certcheck[=(on|off)]   enable/disable server certificate checks for TLS\n"
msgstr ""
"  --tls-certcheck[=(on|off)]   activează/dezactivează verificările certificatelor\n"
"                               serverului pentru TLS\n"

#: src/msmtp.c:2343
#, c-format
msgid "  --tls-key-file=[file]        set/unset private key file for TLS\n"
msgstr ""
"  --tls-key-file=[fișier]      specifică/elimină fișierul de chei private pentru\n"
"                               TLS\n"

#: src/msmtp.c:2344
#, c-format
msgid "  --tls-cert-file=[file]       set/unset private cert file for TLS\n"
msgstr ""
"  --tls-cert-file=[fișier]     specifică/elimină fișierul de certificat privat\n"
"                               pentru TLS\n"

#: src/msmtp.c:2345
#, c-format
msgid "  --tls-priorities=[prios]     set/unset TLS priorities.\n"
msgstr "  --tls-priorities=[priorități]  stabilește/elimină prioritățile TLS\n"

#: src/msmtp.c:2346
#, c-format
msgid "  --tls-host-override=[host]   set/unset override for TLS host verification.\n"
msgstr ""
"  --tls-host-override=[gazda]  activează/dezactivează suprascrierea pentru\n"
"                               verificarea unei gazdei TLS\n"

#: src/msmtp.c:2347
#, c-format
msgid "  --tls-min-dh-prime-bits=[b]  set/unset minimum bit size of DH prime\n"
msgstr ""
"  --tls-min-dh-prime-bits=[b]  specifică/dezactivează numărul minim de biți\n"
"                               utilizați pentru numărul prim DH\n"

#: src/msmtp.c:2348
#, c-format
msgid "Options specific to sendmail mode:\n"
msgstr "Opțiuni specifice pentru modul trimitere e-mail:\n"

#: src/msmtp.c:2349
#, c-format
msgid "  --auto-from[=(on|off)]       enable/disable automatic envelope-from addresses\n"
msgstr ""
"  --auto-from[=(on|off)]       activează/dezactivează completarea automată a\n"
"                               adresei expeditorului plicurilor, câmpul „From”\n"

#: src/msmtp.c:2350
#, c-format
msgid "  -f, --from=address           set envelope from address\n"
msgstr "  -f, --from=adresa            definește adresa expeditorului plicului\n"

#: src/msmtp.c:2351
#, c-format
msgid ""
"  --maildomain=[domain]        set the domain for automatic envelope from\n"
"                               addresses\n"
msgstr ""
"  --maildomain=[domeniu]       definește domeniul pentru completarea automată a\n"
"                               adresei expeditorului plicurilor\n"

#: src/msmtp.c:2353
#, c-format
msgid "  -N, --dsn-notify=(off|cond)  set/unset DSN conditions\n"
msgstr "  -N, --dsn-notify=(off|cond)  stabilește/elimină condițiile DSN\n"

#: src/msmtp.c:2354
#, c-format
msgid "  -R, --dsn-return=(off|ret)   set/unset DSN amount\n"
msgstr ""
"  -R, --dsn-return=(off|ret)   specifică/elimină cantitatea de returnat în DSN\n"
"                               (off/headers/full)\n"

#: src/msmtp.c:2355
#, c-format
msgid "  -X, --logfile=[file]         set/unset log file\n"
msgstr "  -X, --logfile=[fișier]       specifică/elimină fișierul de jurnal\n"

#: src/msmtp.c:2356
#, c-format
msgid "  --logfile-time-format=[fmt]  set/unset log file time format for strftime()\n"
msgstr ""
"  --logfile-time-format=[format]  definește formatul de dată strftime() al\n"
"                               fișierului de jurnal\n"

#: src/msmtp.c:2357
#, c-format
msgid "  --syslog[=(on|off|facility)] enable/disable/configure syslog logging\n"
msgstr ""
"  --syslog[=(on|off|facility)] activează/dezactivează/configurează jurnalizarea\n"
"                               syslog\n"

#: src/msmtp.c:2358
#, c-format
msgid "  -t, --read-recipients        read additional recipients from the mail\n"
msgstr "  -t, --read-recipients        citește destinatarii suplimentari din e-mail\n"

#: src/msmtp.c:2359
#, c-format
msgid "  --read-envelope-from         read envelope from address from the mail\n"
msgstr "  --read-envelope-from         citește adresa expeditorului plicului din e-mail\n"

#: src/msmtp.c:2360
#, c-format
msgid "  --aliases=[file]             set/unset aliases file\n"
msgstr "  --aliases=[fișier]           specifică/elimină fișierul de alias\n"

#: src/msmtp.c:2361
#, c-format
msgid "  --set-from-header[=(auto|on|off)] set From header handling\n"
msgstr "  --set-from-header[=(auto|on|off)]  gestionează antetul „From”\n"

#: src/msmtp.c:2362
#, c-format
msgid "  --set-date-header[=(auto|off)] set Date header handling\n"
msgstr "  --set-date-header[=(auto|off)]  gestionează antetul „Date”\n"

#: src/msmtp.c:2363
#, c-format
msgid "  --set-msgid-header[=(auto|off)] set Message-ID header handling\n"
msgstr "  --set-msgid-header[=(auto|off)]  gestionează antetul „Message-ID”\n"

#: src/msmtp.c:2364
#, c-format
msgid "  --set-to-header[=(on|off|undisclosed_recipients)] set To header handling\n"
msgstr "  --set-to-header[=(on|off|undisclosed_recipients)] gestionează antetul „To”\n"

#: src/msmtp.c:2365
#, c-format
msgid "  --remove-bcc-headers[=(on|off)] enable/disable removal of Bcc headers\n"
msgstr ""
"  --remove-bcc-headers[=(on|off)]\n"
"                               activează/dezactivează eliminarea antetelor „Bcc”\n"

#: src/msmtp.c:2366
#, c-format
msgid "  --                           end of options\n"
msgstr "  --                           sfârșitul opțiunilor\n"

#: src/msmtp.c:2367
#, c-format
msgid "Accepted but ignored: -A, -B, -bm, -G, -h, -i, -L, -m, -n, -O, -o\n"
msgstr "Acceptate, dar ignorate: -A, -B, -bm, -G, -h, -i, -L, -m, -n, -O, -o\n"

#: src/msmtp.c:2368
#, c-format
msgid ""
"\n"
"Report bugs to <%s>.\n"
msgstr ""
"\n"
"Raportați erorile la <%s>.\n"

#: src/msmtp.c:2612 src/msmtp.c:2626
msgid "cannot use both --serverinfo and --rmqs"
msgstr "nu se poate utiliza atât „--serverinfo”, cât și „--rmqs”"

#: src/msmtp.c:2646 src/msmtp.c:2658
msgid "cannot use both --host and --account"
msgstr "nu se poate utiliza atât „--host”, cât și „--account”"

#: src/msmtp.c:2674 src/msmtp.c:2692 src/msmtp.c:2711 src/msmtp.c:2766
#: src/msmtp.c:2798 src/msmtp.c:2816 src/msmtp.c:2879 src/msmtp.c:2924
#: src/msmtp.c:2946 src/msmtp.c:2992 src/msmtp.c:3017 src/msmtp.c:3036
#: src/msmtp.c:3089 src/msmtp.c:3134 src/msmtp.c:3161 src/msmtp.c:3179
#: src/msmtp.c:3197 src/msmtp.c:3219 src/msmtp.c:3238 src/msmtp.c:3257
#: src/msmtp.c:3275 src/msmtp.c:3353 src/msmtp.c:3372
#, c-format
msgid "invalid argument %s for %s"
msgstr "argument nevalid %s pentru %s"

#: src/msmtp.c:2721 src/msmtp.c:3315
msgid "cannot use both --from and --read-envelope-from"
msgstr "nu se poate utiliza atât „--from”, cât și „--read-envelope-from”"

#: src/msmtp.c:3330
#, c-format
msgid "unsupported operation mode b%s"
msgstr "mod de operare neacceptat b%s"

#: src/msmtp.c:3427 src/msmtp.c:3915 src/msmtp.c:4231
#, c-format
msgid "cannot create temporary file: %s"
msgstr "nu se poate crea fișierul temporar: %s"

#: src/msmtp.c:3457 src/msmtp.c:3950 src/msmtp.c:4286
#, c-format
msgid "cannot rewind temporary file: %s"
msgstr "nu se poate reveni la începutul fișierului temporar: %s"

#: src/msmtp.c:3523
#, c-format
msgid "ignoring system configuration file %s: %s\n"
msgstr "se ignoră fișierul de configurare al sistemului %s: %s\n"

#: src/msmtp.c:3538
#, c-format
msgid "loaded system configuration file %s\n"
msgstr "s-a încărcat fișierul de configurare al sistemului %s\n"

#: src/msmtp.c:3577
#, c-format
msgid "ignoring user configuration file %s: %s\n"
msgstr "se ignoră fișierul de configurare al utilizatorului %s: %s\n"

#: src/msmtp.c:3592
#, c-format
msgid "loaded user configuration file %s\n"
msgstr "s-a încărcat fișierul de configurare al utilizatorului %s\n"

#: src/msmtp.c:3649
#, c-format
msgid "using account %s from %s\n"
msgstr "se utilizează contul %s din %s\n"

#: src/msmtp.c:3653 src/msmtp.c:3656 src/msmtp.c:3658 src/msmtp.c:3661
#: src/msmtp.c:3695 src/msmtp.c:3696 src/msmtp.c:3698 src/msmtp.c:3700
#: src/msmtp.c:3704 src/msmtp.c:3706 src/msmtp.c:3725 src/msmtp.c:3727
#: src/msmtp.c:3729 src/msmtp.c:3739 src/msmtp.c:3742 src/msmtp.c:3744
#: src/msmtp.c:3749 src/msmtp.c:3752 src/msmtp.c:3754 src/msmtp.c:3772
#: src/msmtp.c:3774 src/msmtp.c:3776 src/msmtp.c:3779 src/msmtp.c:3781
#: src/msmtp.c:3783
msgid "(not set)"
msgstr "(nedefinit)"

#: src/msmtp.c:3665
#, c-format
msgid "off\n"
msgstr "dezactivat\n"

#: src/msmtp.c:3671
#, c-format
msgid "%d seconds\n"
msgstr "%d secunde\n"

#: src/msmtp.c:3675
#, c-format
msgid "1 second\n"
msgstr "o secundă\n"

#: src/msmtp.c:3684
#, c-format
msgid "none\n"
msgstr "niciuna\n"

#: src/msmtp.c:3688
#, c-format
msgid "choose\n"
msgstr "alegeți\n"

#: src/msmtp.c:3701 src/msmtp.c:3702 src/msmtp.c:3731 src/msmtp.c:3747
#: src/msmtp.c:3756 src/msmtp.c:3759 src/msmtp.c:3768 src/msmtp.c:3770
msgid "on"
msgstr "activat"

#: src/msmtp.c:3701 src/msmtp.c:3702 src/msmtp.c:3731 src/msmtp.c:3747
#: src/msmtp.c:3756 src/msmtp.c:3759 src/msmtp.c:3762 src/msmtp.c:3765
#: src/msmtp.c:3768 src/msmtp.c:3770
msgid "off"
msgstr "dezactivat"

#: src/msmtp.c:3752
msgid "(read from mail)"
msgstr "(citește din e-mail)"

#: src/msmtp.c:3758 src/msmtp.c:3761 src/msmtp.c:3764
msgid "auto"
msgstr "auto"

#: src/msmtp.c:3786
#, c-format
msgid "reading recipients from the command line and the mail\n"
msgstr "se citesc destinatarii din linia de comandă și din e-mail\n"

#: src/msmtp.c:3791
#, c-format
msgid "reading recipients from the command line\n"
msgstr "se citesc destinatarii din linia de comandă\n"

#: src/msmtp.c:3906
msgid "too many arguments"
msgstr "prea multe argumente"

#: src/msmtp.c:3937
#, c-format
msgid "envelope from address extracted from mail: %s\n"
msgstr "adresa expeditorului plicului extrasă din e-mail: %s\n"

#: src/msmtp.c:3943
msgid "no envelope from address found"
msgstr "nu s-a găsit niciun plic cu adresa respectivă"

#: src/msmtp.c:3959
msgid "no recipients found"
msgstr "niciun destinatar găsit"

#: src/msmtp.c:3989
#, c-format
msgid "account chosen by envelope from address %s: %s\n"
msgstr "cont ales prin intermediul adresei expeditorului plicului %s: %s\n"

#: src/msmtp.c:4003
#, c-format
msgid "falling back to default account\n"
msgstr "se revine la contul implicit\n"

#: src/msmtp.c:4026
#, c-format
msgid "using environment variables EMAIL and SMTPSERVER\n"
msgstr "se utilizează variabilele de mediu EMAIL și SMTPSERVER\n"

#: src/msmtp.c:4034
#, c-format
msgid "account %s not found in %s and %s"
msgstr "contul %s nu a fost găsit în %s și %s"

#: src/msmtp.c:4040 src/msmtp.c:4045
#, c-format
msgid "account %s not found in %s"
msgstr "contul %s nu a fost găsit în %s"

#: src/msmtp.c:4050
#, c-format
msgid "account %s not found: no configuration file available"
msgstr "contul %s nu a fost găsit: nu este disponibil niciun fișier de configurare"

#: src/msmtp.c:4072
#, c-format
msgid "using account specified on command line\n"
msgstr "se utilizează contul specificat în linia de comandă\n"

#: src/msmtp.c:4137
#, c-format
msgid "account %s from %s: %s"
msgstr "contul %s din %s: %s"

#: src/msmtp.c:4178
msgid "this platform does not support syslog logging"
msgstr "această platformă nu suportă jurnalizarea syslog"

#: src/msmtp.c:4187
#, c-format
msgid "support for authentication method %s is not compiled in"
msgstr "suportul pentru metoda de autentificare %s nu este compilat în"

#: src/msmtp.c:4195
#, c-format
msgid "cannot initialize networking: %s"
msgstr "nu se poate inițializa rețeaua: %s"

#: src/msmtp.c:4206
#, c-format
msgid "cannot initialize TLS library: %s"
msgstr "nu se poate inițializa biblioteca TLS: %s"

#: src/msmtp.c:4213
msgid "support for TLS is not compiled in"
msgstr "suportul pentru TLS nu este compilat în"

#: src/msmtp.c:4315
#, c-format
msgid "LMTP server message: %s"
msgstr "mesajul serverului LMTP: %s"

#: src/msmtp.c:4326
#, c-format
msgid "could not send mail to all recipients (account %s from %s)"
msgstr "nu s-a putut trimite corespondența către toți destinatarii (contul %s din %s)"

#: src/msmtp.c:4332
msgid "could not send mail to all recipients"
msgstr "nu s-a putut trimite corespondența către toți destinatarii"

#: src/msmtp.c:4347 src/msmtp.c:4402 src/msmtp.c:4423
#, c-format
msgid "server message: %s"
msgstr "mesajul serverului: %s"

#: src/msmtp.c:4353
#, c-format
msgid "could not send mail (account %s from %s)"
msgstr "nu s-a putut trimite corespondența (contul %s din %s)"

#: src/msmtp.c:4358
msgid "could not send mail"
msgstr "nu s-a putut trimite corespondența"

#: src/msmtp.c:4368
#, c-format
msgid "delivery to one or more recipients failed"
msgstr "livrarea către unul sau mai mulți destinatari a eșuat"

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

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

#: src/mtls.c:154
#, c-format
msgid "TLS certificate information:\n"
msgstr "Informații despre certificatul TLS:\n"

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

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

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

#: src/mtls.c:161
msgid "Activation time"
msgstr "Data și ora de activare"

#: src/mtls.c:163
msgid "Expiration time"
msgstr "Data și ora expirării"

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

#: src/mtls-gnutls.c:121 src/mtls-openssl.c:285 src/mtls-libtls.c:105
msgid "cannot get TLS certificate info"
msgstr "nu se pot obține informații despre certificatul TLS"

#: src/mtls-gnutls.c:126 src/mtls-gnutls.c:242 src/mtls-openssl.c:288
#, c-format
msgid "%s: no certificate was found"
msgstr "%s: nu a fost găsit niciun certificat"

#: src/mtls-gnutls.c:131 src/mtls-gnutls.c:248
#, c-format
msgid "%s: cannot initialize certificate structure"
msgstr "%s: nu se poate inițializa structura certificatului"

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

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

#: 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 "%s: eroare la obținerea amprentei SHA1"

#: src/mtls-gnutls.c:159 src/mtls-openssl.c:322 src/mtls-libtls.c:126
#, c-format
msgid "%s: cannot get activation time"
msgstr "%s: nu se poate obține data și ora activării"

#: src/mtls-gnutls.c:165 src/mtls-openssl.c:332 src/mtls-libtls.c:133
#, c-format
msgid "%s: cannot get expiration time"
msgstr "%s: nu se poate obține data și ora expirării"

#: src/mtls-gnutls.c:225 src/mtls-openssl.c:446 src/mtls-libtls.c:166
msgid "TLS certificate verification failed"
msgstr "Verificarea certificatului TLS a eșuat"

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

#: src/mtls-gnutls.c:271 src/mtls-gnutls.c:289 src/mtls-gnutls.c:307
#: src/mtls-openssl.c:477 src/mtls-openssl.c:495 src/mtls-openssl.c:513
#: src/mtls-libtls.c:191
#, c-format
msgid "%s: the certificate fingerprint does not match"
msgstr "%s: amprenta digitală a certificatului nu se potrivește"

#: src/mtls-gnutls.c:300 src/mtls-openssl.c:506
#, c-format
msgid "%s: error getting MD5 fingerprint"
msgstr "%s: eroare la obținerea amprentei MD5"

#: src/mtls-gnutls.c:388 src/mtls-libtls.c:238 src/mtls-libtls.c:374
#, c-format
msgid "cannot initialize TLS session: %s"
msgstr "nu se poate inițializa sesiunea TLS: %s"

#: src/mtls-gnutls.c:401
#, c-format
msgid "error in priority string at position %d"
msgstr "eroare în șirul de priorități la poziția %d"

#: src/mtls-gnutls.c:404 src/mtls-gnutls.c:411 src/mtls-openssl.c:657
#: src/mtls-libtls.c:257 src/mtls-libtls.c:272 src/mtls-libtls.c:287
#: src/mtls-libtls.c:297
#, c-format
msgid "cannot set priorities for TLS session: %s"
msgstr "nu se pot stabili prioritățile pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:424
#, c-format
msgid "cannot set default priority for TLS session: %s"
msgstr "nu se poate stabili prioritatea implicită pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:439
#, c-format
msgid "cannot allocate certificate for TLS session: %s"
msgstr "nu se poate aloca un certificat pentru sesiunea TLS: %s"

#: 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 "nu se poate configura fișierul cheie X509 %s și/sau fișierul certificat X509 %s pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:474 src/mtls-openssl.c:720
#, c-format
msgid "cannot set X509 system trust for TLS session: %s"
msgstr "nu se poate configura un sistem de încredere X509 pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:489 src/mtls-libtls.c:342
#, c-format
msgid "cannot set X509 trust file %s for TLS session: %s"
msgstr "nu se poate configura fișierul de încredere X509 %s pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:504 src/mtls-libtls.c:355
#, c-format
msgid "cannot set X509 CRL file %s for TLS session: %s"
msgstr "nu se poate configura fișierul X509 CRL %s pentru sesiunea TLS: %s"

#: src/mtls-gnutls.c:533
#, c-format
msgid "cannot set credentials for TLS session: %s"
msgstr "nu se pot defini acreditările pentru sesiunea TLS: %s"

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

#: 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
#, c-format
msgid "operation aborted"
msgstr "operație întreruptă"

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

#: 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 "nu se poate scrie pe conexiunea TLS: %s"

#: 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 "eroare necunoscută"

#: src/mtls-openssl.c:92
#, c-format
msgid "no environment variables RANDFILE or HOME, or filename of rand file too long"
msgstr "nu există variabile de mediu RANDFILE sau HOME, sau numele fișierului aleatoriu este prea lung"

#: src/mtls-openssl.c:98
#, c-format
msgid "%s: input error"
msgstr "%s: eroare de intrare"

#: src/mtls-openssl.c:120
#, c-format
msgid "random file + time + pseudo randomness is not enough, giving up"
msgstr "fișier aleatoriu + timp + generator de numere pseudo-aleatoare nu este suficient, se renunță"

#: src/mtls-openssl.c:293 src/mtls-openssl.c:579
#, c-format
msgid "%s: cannot get certificate subject"
msgstr "%s: nu se poate obține subiectul certificatului"

#: src/mtls-openssl.c:299
#, c-format
msgid "%s: cannot get certificate issuer"
msgstr "%s: nu se poate obține emitentul certificatului"

#: src/mtls-openssl.c:450
msgid "TLS certificate check failed"
msgstr "Verificarea certificatului TLS a eșuat"

#: src/mtls-openssl.c:456
#, c-format
msgid "%s: no certificate was sent"
msgstr "%s: nu a fost trimis niciun certificat"

#: src/mtls-openssl.c:559
#, c-format
msgid "%s: certificate subject alternative name contains NUL"
msgstr "%s: câmpul „Subject Alternative Name” al certificatului conține NUL"

#: src/mtls-openssl.c:591
#, c-format
msgid "%s: cannot get certificate common name"
msgstr "%s: nu se poate obține câmpul „Common Name” al certificatului"

#: src/mtls-openssl.c:600
#, c-format
msgid "%s: certificate common name contains NUL"
msgstr "%s: câmpul „Common Name” al certificatului conține NUL"

#: src/mtls-openssl.c:617
#, c-format
msgid "%s: the certificate owner does not match hostname %s"
msgstr "%s: proprietarul certificatului nu se potrivește cu numele de gazdă %s"

#: src/mtls-openssl.c:649 src/mtls-libtls.c:231
#, c-format
msgid "cannot set minimum number of DH prime bits for TLS: %s"
msgstr "nu se poate defini numărul minim de biți utilizați pentru numărul prim DH în sesiunea TLS: %s"

#: src/mtls-openssl.c:650 src/mtls-openssl.c:658 src/mtls-openssl.c:666
msgid "feature not yet implemented for OpenSSL"
msgstr "caracteristică neimplementată încă pentru OpenSSL"

#: src/mtls-openssl.c:665
#, c-format
msgid "cannot load CRL file: %s"
msgstr "nu se poate încărca fișierul CRL: %s"

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

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

#: src/mtls-openssl.c:693
#, c-format
msgid "cannot load key file %s: %s"
msgstr "nu se poate încărca fișierul de chei %s: %s"

#: src/mtls-openssl.c:702
#, c-format
msgid "cannot load certificate file %s: %s"
msgstr "nu poate încărca fișierul de certificat %s: %s"

#: src/mtls-openssl.c:732
#, c-format
msgid "cannot load trust file %s: %s"
msgstr "nu se poate încărca fișierul de încredere %s: %s"

#: src/mtls-openssl.c:759 src/mtls-libtls.c:365
#, c-format
msgid "cannot create a TLS structure: %s"
msgstr "nu se poate crea o structură TLS: %s"

#: src/mtls-openssl.c:801
msgid "a protocol violating EOF occurred"
msgstr "a avut loc un sfârșit de fișier care afectează protocolul"

#: src/mtls-openssl.c:819
msgid "the connection was closed unexpectedly"
msgstr "conexiunea a fost închisă în mod neașteptat"

#: 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 "operația a depășit timpul de așteptare"

#: src/mtls-openssl.c:853 src/mtls-libtls.c:402
#, c-format
msgid "cannot set the file descriptor for TLS: %s"
msgstr "nu se poate stabili descriptorul de fișier pentru TLS: %s"

#: src/mtls-openssl.c:872
msgid "TLS handshake failed"
msgstr "negocierea TLS a eșuat"

#: src/mtls-openssl.c:938
msgid "cannot read from TLS connection"
msgstr "nu se poate citi din conexiunea TLS"

#: src/mtls-openssl.c:981
msgid "cannot write to TLS connection"
msgstr "nu se poate scrie pe conexiunea TLS"

#: src/mtls-libtls.c:59
#, c-format
msgid "cannot initialize libtls"
msgstr "nu se poate inițializa „libtls”"

#: src/mtls-libtls.c:223
#, c-format
msgid "cannot use deprecated fingerprints, please update to SHA256"
msgstr "nu se pot utiliza amprente depreciate, vă rugăm să actualizați la SHA256"

#: src/mtls-libtls.c:232
msgid "feature not yet implemented for libtls"
msgstr "caracteristică neimplementată încă pentru „libtls”"

#: src/mtls-libtls.c:288
msgid "could not parse protocols"
msgstr "nu s-au putut analiza protocoalele"

#: src/net.c:94
msgid "not enough memory"
msgstr "nu este destulă memorie"

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

#: src/net.c:103
msgid "class type not found"
msgstr "tipul de clasă nu a fost găsit"

#: src/net.c:106
msgid "the network subsystem has failed"
msgstr "subsistemul de rețea a eșuat"

#: src/net.c:109
msgid "host not found (authoritative)"
msgstr "gazda nu a fost găsită (server autorizat)"

#: src/net.c:112
msgid "host not found (nonauthoritative) or server failure"
msgstr "gazda nu a fost găsită (server neautorizat) sau eroare de server"

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

#: src/net.c:118
msgid "valid name, but no data record of requested type"
msgstr "nume valid, dar nicio înregistrare de date de tipul solicitat"

#: src/net.c:121
msgid "address family not supported"
msgstr "familia de adrese nu este acceptată"

#: src/net.c:124
msgid "no socket descriptors available"
msgstr "nu există descriptori de soclu disponibili"

#: src/net.c:127
msgid "no buffer space available"
msgstr "nu există spațiu disponibil în memoria tampon"

#: src/net.c:130
msgid "protocol not supported"
msgstr "protocolul nu este acceptat"

#: src/net.c:133
msgid "wrong protocol type for this socket"
msgstr "tip de protocol greșit pentru acest soclu"

#: src/net.c:136
msgid "socket type is not supported in this address family"
msgstr "tipul de soclu nu este acceptat în această familie de adrese"

#: src/net.c:139
msgid "remote address is not valid"
msgstr "adresa de la distanță nu este validă"

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

#: src/net.c:145 src/net.c:630
msgid "network unreachable"
msgstr "rețea inaccesibilă"

#: src/net.c:148
msgid "timeout"
msgstr "depășire a timpului de așteptare"

#: src/net.c:151
msgid "socket not connected"
msgstr "soclul nu este conectat"

#: src/net.c:154
msgid "the socket was shut down"
msgstr "soclul a fost închis"

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

#: src/net.c:160
msgid "connection reset by peer"
msgstr "conexiune reinițiată de către mașina de la distanță"

#: src/net.c:163
msgid "the underlying network subsystem is not ready"
msgstr "subsistemul de rețea subiacent nu este pregătit"

#: src/net.c:166
msgid "the requested version is not available"
msgstr "versiunea cerută nu este disponibilă"

#: src/net.c:169
msgid "a blocking operation is in progress"
msgstr "o operație de blocare este în curs de desfășurare"

#: src/net.c:172
msgid "limit on the number of tasks has been reached"
msgstr "limita numărului de sarcini a fost atinsă"

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

#: src/net.c:197 src/net.c:202 src/net.c:212 src/net.c:217
#, c-format
msgid "network read error: %s"
msgstr "eroare de citire în rețea: %s"

#: src/net.c:244 src/net.c:249 src/net.c:259 src/net.c:264
#, c-format
msgid "network write error: %s"
msgstr "eroare de scriere în rețea: %s"

#: 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 "eșec al serverului proxy: %s"

#: src/net.c:528
msgid "host name too long"
msgstr "nume de gazdă prea lung"

#: src/net.c:542 src/net.c:576 src/net.c:1007
#, c-format
msgid "network write error"
msgstr "eroare de scriere în rețea"

#: src/net.c:552 src/net.c:586 src/net.c:615
#, c-format
msgid "network read error"
msgstr "eroare de citire în rețea"

#: src/net.c:558 src/net.c:593
msgid "unexpected reply"
msgstr "răspuns neașteptat"

#: src/net.c:624
msgid "general server failure"
msgstr "eșec general al serverului"

#: src/net.c:627
msgid "connection not allowed"
msgstr "conexiunea nu este permisă"

#: src/net.c:639
msgid "time-to-live expired"
msgstr "durata de viață a expirat"

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

#: src/net.c:645
msgid "address type not supported"
msgstr "tip de adresă neacceptat"

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

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

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

#: src/net.c:873
#, c-format
msgid "cannot bind source ip %s: %s"
msgstr "nu se poate asocia adresa IP sursă %s: %s"

#: src/net.c:889 src/net.c:902
#, c-format
msgid "cannot connect to %s, port %d: %s"
msgstr "nu se poate conecta la %s, portul %d: %s"

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

#: src/smtp.c:213
#, c-format
msgid "the server sent an empty reply"
msgstr "serverul a trimis un răspuns gol"

#: src/smtp.c:217
#, c-format
msgid "the server sent an invalid reply"
msgstr "serverul a trimis un răspuns nevalid"

#: src/smtp.c:236
#, c-format
msgid "Rejecting server reply that is longer than %d lines. Increase SMTP_MAXLINES."
msgstr "Se respinge răspunsul serverului care este mai lung de %d linii. Creșteți valoarea variabilei SMTP_MAXLINES."

#: src/smtp.c:323
#, c-format
msgid "Cannot send command because it is longer than %d characters. Increase SMTP_MAXCMDLEN."
msgstr "Nu se poate trimite comanda deoarece este mai lungă de %d caractere. Măriți valoarea variabilei SMTP_MAXCMDLEN."

#: src/smtp.c:355
#, c-format
msgid "cannot get initial OK message from server"
msgstr "nu se poate primi mesajul OK inițial de la server"

#: src/smtp.c:417
#, c-format
msgid "SMTP server does not accept EHLO or HELO commands"
msgstr "Serverul SMTP nu acceptă comenzile EHLO sau HELO"

#: src/smtp.c:440 src/smtp.c:585 src/smtp.c:590 src/smtp.c:663 src/smtp.c:711
#: src/smtp.c:801 src/smtp.c:892 src/smtp.c:1028 src/smtp.c:2201
#, c-format
msgid "command %s failed"
msgstr "comanda %s a eșuat"

#: src/smtp.c:668 src/smtp.c:732 src/smtp.c:753 src/smtp.c:850 src/smtp.c:913
#: src/smtp.c:987 src/smtp.c:1070 src/smtp.c:1456 src/smtp.c:1501
#: src/smtp.c:1538
#, c-format
msgid "authentication failed (method %s)"
msgstr "autentificarea a eșuat (metoda %s)"

#: src/smtp.c:812
#, c-format
msgid "authentication method CRAM-MD5: server sent invalid challenge"
msgstr "metoda de autentificare CRAM-MD5: serverul a trimis o provocare nevalidă"

#: src/smtp.c:1192 src/smtp.c:1559
#, c-format
msgid "the server does not support authentication method %s"
msgstr "serverul nu acceptă metoda de autentificare %s"

#: src/smtp.c:1198 src/smtp.c:1358 src/smtp.c:1410
#, c-format
msgid "GNU SASL: %s"
msgstr "GNU SASL: %s"

#: src/smtp.c:1205
#, c-format
msgid "GNU SASL: authentication method %s not supported"
msgstr "GNU SASL: metoda de autentificare %s nu este acceptată"

#: src/smtp.c:1286 src/smtp.c:1590
#, c-format
msgid "cannot use a secure authentication method"
msgstr "nu se poate utiliza o metodă de autentificare sigură"

#: src/smtp.c:1292 src/smtp.c:1596
#, c-format
msgid "cannot find a usable authentication method"
msgstr "nu se poate găsi o metodă de autentificare utilizabilă"

#: src/smtp.c:1305 src/smtp.c:1608
#, c-format
msgid "authentication method %s needs a user name"
msgstr "metoda de autentificare %s are nevoie de un nume de utilizator"

#: src/smtp.c:1318 src/smtp.c:1618
#, c-format
msgid "authentication method %s needs a password"
msgstr "metoda de autentificare %s necesită o parolă"

#: src/smtp.c:1333
#, c-format
msgid "authentication method %s needs TLS channel binding information"
msgstr "metoda de autentificare %s are nevoie de informații de asociere a canalului TLS"

#: src/smtp.c:1517
#, c-format
msgid "authentication failed: %s (method %s)"
msgstr "autentificarea a eșuat: %s (metoda %s)"

#: src/smtp.c:1653
#, c-format
msgid "authentication method %s not supported"
msgstr "metoda de autentificare %s nu este acceptată"

#: src/smtp.c:1781
#, c-format
msgid "envelope from address %s not accepted by the server"
msgstr "adresa expeditorului plicului %s nu este acceptată de server"

#: src/smtp.c:1800
#, c-format
msgid "recipient address %s not accepted by the server"
msgstr "adresa destinatarului %s nu este acceptată de server"

#: src/smtp.c:1819
#, c-format
msgid "the server does not accept mail data"
msgstr "serverul nu acceptă datele de e-mail"

#: src/smtp.c:2059
#, c-format
msgid "the server did not accept the mail"
msgstr "serverul nu a acceptat e-mailul"

#: src/smtp.c:2123
#, c-format
msgid "the server refuses to send the mail to %s"
msgstr "serverul refuză să trimită e-mailul către %s"

#: src/smtp.c:2187
#, c-format
msgid "the server is unable to fulfill the request"
msgstr "serverul nu este în măsură să îndeplinească cererea"

#: src/smtp.c:2195
#, c-format
msgid "invalid argument for Remote Message Queue Starting"
msgstr "argument nevalid pentru Remote Message Queue Starting"

#, c-format
#~ msgid ""
#~ "  --undisclosed-recipients[=(on|off)] enable/disable replacement of To/Cc/Bcc\n"
#~ "                               with To: undisclosed-recipients:;\n"
#~ msgstr ""
#~ "  --undisclosed-recipients[=(on|off)]\n"
#~ "                               activează/dezactivează înlocuirea To/Cc/Bcc cu\n"
#~ "                               To: undisclosed-recipients:;\n"
