diff options
Diffstat (limited to 'po/ro/man1/sed.1.po')
-rw-r--r-- | po/ro/man1/sed.1.po | 1277 |
1 files changed, 1277 insertions, 0 deletions
diff --git a/po/ro/man1/sed.1.po b/po/ro/man1/sed.1.po new file mode 100644 index 00000000..83f80538 --- /dev/null +++ b/po/ro/man1/sed.1.po @@ -0,0 +1,1277 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Laurențiu Buzdugan <lbuz@rolix.org>, 2003-2005. +# Florentina Mușat <florentina.musat.28@gmail.com>, 2020. +# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2023. +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 2.16\n" +"POT-Creation-Date: 2024-02-15 18:10+0100\n" +"PO-Revision-Date: 2024-02-12 01:25+0100\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%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SED" +msgstr "SED" + +#. type: TH +#: archlinux +#, no-wrap +msgid "March 2023" +msgstr "martie 2023" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "GNU sed 4.9" +msgstr "GNU sed 4.9" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Comenzi utilizator" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NUME" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "sed - stream editor for filtering and transforming text" +msgstr "sed - editor de flux pentru filtrarea și transformarea textului" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "" +"sed [-V] [--version] [--help] [-n] [--quiet] [--silent]\n" +" [-l N] [--line-length=N] [-u] [--unbuffered]\n" +" [-E] [-r] [--regexp-extended]\n" +" [-e script] [--expression=script]\n" +" [-f script-file] [--file=script-file]\n" +" [script-if-no-other-script]\n" +" [file...]\n" +msgstr "" +"sed [-V] [--version] [--help] [-n] [--quiet] [--silent]\n" +" [-l N] [--line-length=N] [-u] [--unbuffered]\n" +" [-E] [-r] [--regexp-extended]\n" +" [-e script] [--expression=script]\n" +" [-f script-file] [--file=fișier_script]\n" +" [script-if-no-other-script]\n" +" [fișier...]\n" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIERE" + +#. type: ds sd +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<sed>" +msgstr "I<sed>" + +#. type: ds Sd +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<Sed>" +msgstr "I<Sed>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"\\*(Sd is a stream editor. A stream editor is used to perform basic text " +"transformations on an input stream (a file or input from a pipeline). While " +"in some ways similar to an editor which permits scripted edits (such as " +"I<ed>), \\*(sd works by making only one pass over the input(s), and is " +"consequently more efficient. But it is \\*(sd's ability to filter text in a " +"pipeline which particularly distinguishes it from other types of editors." +msgstr "" +"\\*(Sd este un editor de flux. Un editor de flux este utilizat pentru a " +"executa transformări de text de bază pe un flux de intrare (un fișier sau o " +"intrare de la o conductă). În timp ce în anumite privințe este asemănător " +"cu un editor care permite editarea de scripturi (precum I<ed>), \\*(sd " +"funcționează făcând doar o singură trecere peste datele de intrare, și este " +"prin urmare mai eficient. Dar este abilitatea lui \\*(sd de a filtra text " +"într-o conductă care îl distinge în mod particular de alte tipuri de " +"editoare." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-n>, B<--quiet>, B<--silent>" +msgstr "B<-n>, B<--quiet>, B<--silent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suppress automatic printing of pattern space" +msgstr "suprimă afișarea automată a spațiului de model" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--debug>" +msgstr "B<--debug>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "annotate program execution" +msgstr "adnotează execuția programului" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-e> script, B<--expression>=I<\\,script\\/>" +msgstr "B<-e> script, B<--expression>=I<\\,script\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "add the script to the commands to be executed" +msgstr "adaugă scriptul la comenzile de executat" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-f> script-file, B<--file>=I<\\,script-file\\/>" +msgstr "B<-f> fișier_script, B<--file>=I<fișier_script>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "add the contents of script-file to the commands to be executed" +msgstr "adaugă conținutul fișierului script la comenzile de executat" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--follow-symlinks>" +msgstr "B<--follow-symlinks>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "follow symlinks when processing in place" +msgstr "" +"urmărește legăturile simbolice când se operează direct, asupra fișierului" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-i[SUFFIX]>, B<--in-place>[=I<\\,SUFFIX\\/>]" +msgstr "B<-i[SUFIX]>, B<--in-place>[=I<\\,SUFIX\\/>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "edit files in place (makes backup if SUFFIX supplied)" +msgstr "" +"editează fișierele pe loc (operează direct, asupra fișierelor; face o copie " +"de rezervă dacă SUFIX este furnizat)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-l> N, B<--line-length>=I<\\,N\\/>" +msgstr "B<-l> N, B<--line-length>=I<\\,N\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "specify the desired line-wrap length for the `l' command" +msgstr "specifică lungimea dorită a încadrării liniei pentru comanda „l”" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--posix>" +msgstr "B<--posix>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "disable all GNU extensions." +msgstr "dezactivează toate extensiile GNU." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-E>, B<-r>, B<--regexp-extended>" +msgstr "B<-E>, B<-r>, B<--regexp-extended>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"use extended regular expressions in the script (for portability use POSIX B<-" +"E>)." +msgstr "" +"utilizează expresii regulate extinse în script (pentru portabilitate " +"utilizați POSIX B<-E>)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-s>, B<--separate>" +msgstr "B<-s>, B<--separate>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"consider files as separate rather than as a single, continuous long stream." +msgstr "consideră fișierele ca separate față de un singur, flux lung continuu." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<--sandbox>" +msgstr "B<--sandbox>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "operate in sandbox mode (disable e/r/w commands)." +msgstr "operează în modul sandbox (dezactivează comenzile e/r/w)." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-u>, B<--unbuffered>" +msgstr "B<-u>, B<--unbuffered>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"load minimal amounts of data from the input files and flush the output " +"buffers more often" +msgstr "" +"încarcă cantități minime de date din fișierele de intrare și golește mai des " +"memoriile tampon de ieșire" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<-z>, B<--null-data>" +msgstr "B<-z>, B<--null-data>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "separate lines by NUL characters" +msgstr "separă liniile după caractere NUL" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "afișează acest mesaj de ajutor și iese" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "afișează informațiile despre versiune și iese" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no B<-e>, B<--expression>, B<-f>, or B<--file> option is given, then the " +"first non-option argument is taken as the sed script to interpret. All " +"remaining arguments are names of input files; if no input files are " +"specified, then the standard input is read." +msgstr "" +"Dacă nu este dată niciuna din opțiunile B<-e>, B<--expression>, B<-f>, sau " +"B<--file>, atunci primul argument non-opțiune este luat ca scriptul «sed» de " +"interpretat. Toate argumentele rămase sunt considerate nume de fișiere de " +"intrare; dacă nu este specificat nici un fișier de intrare, este citită " +"intrarea standard." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU sed home page: E<lt>https://www.gnu.org/software/sed/E<gt>. General " +"help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>. E-mail bug " +"reports to: E<lt>bug-sed@gnu.orgE<gt>." +msgstr "" +"Pagină principală a GNU sed: E<lt>https://www.gnu.org/software/sed/E<gt>. " +"Ajutor general pentru utilizarea software-ului GNU: E<lt>https://www.gnu.org/" +"gethelp/E<gt>. Trimiteți rapoartele de erori prin e-mail la: E<lt>bug-" +"sed@gnu.orgE<gt>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COMMAND SYNOPSIS" +msgstr "REZUMAT COMANDĂ" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is just a brief synopsis of \\*(sd commands to serve as a reminder to " +"those who already know \\*(sd; other documentation (such as the texinfo " +"document) must be consulted for fuller descriptions." +msgstr "" +"Acesta este doar un rezumat scurt ale comenzilor \\*(sd pentru a servi ca o " +"aducere aminte pentru cei care știu deja \\*(sd; altă documentație (precum " +"documentul texinfo) trebuie să fie consultată pentru descrieri mai complete." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Zero-address ``commands''" +msgstr "„comenzi” fără adresă" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid ":\\ I<label>" +msgstr ":\\ I<eticheta>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Label for B<b> and B<t> commands." +msgstr "Etichetă pentru comenzile B<b> și B<t>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "#I<comment>" +msgstr "#I<comentariu>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The comment extends until the next newline (or the end of a B<-e> script " +"fragment)." +msgstr "" +"Comentariul se extinde până la următoarea linie nouă (sau sfârșitul unui " +"fragment de script B<-e>)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "}" +msgstr "}" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The closing bracket of a { } block." +msgstr "Acolada de închidere a unui bloc { }." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Zero- or One- address commands" +msgstr "Comenzi fără sau cu o adresă" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "=" +msgstr "=" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print the current line number." +msgstr "Afișează numărul de linie curentă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "a \\e" +msgstr "a \\e" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<text>" +msgstr "I<text>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Append I<text>, which has each embedded newline preceded by a backslash." +msgstr "" +"Adaugă I<text>, care are fiecare linie nouă încorporată precedată de o bară " +"oblică inversă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "i \\e" +msgstr "i \\e" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Insert I<text>, which has each embedded newline preceded by a backslash." +msgstr "" +"Introduce I<text>, care are fiecare linie nouă încorporată precedată de o " +"bară oblică inversă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "q [I<exit-code>]" +msgstr "q [I<cod_de_ieșire>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Immediately quit the \\*(sd script without processing any more input, except " +"that if auto-print is not disabled the current pattern space will be " +"printed. The exit code argument is a GNU extension." +msgstr "" +"Iese imediat din scriptul \\*(sd) fără a mai procesa alte date de intrare, " +"cu excepția faptului că, dacă opțiunea de auto-imprimare nu este " +"dezactivată, spațiul de model curent va fi imprimat. Argumentul de cod de " +"ieșire este o extensie GNU." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Q [I<exit-code>]" +msgstr "Q [I<cod_de_ieșire>]" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Immediately quit the \\*(sd script without processing any more input. This " +"is a GNU extension." +msgstr "" +"Iese imediat din scriptul \\*(sd fără a mai procesa intrări. Aceasta este o " +"extensie GNU." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "r\\ I<filename>" +msgstr "r\\ I<nume_fișier>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Append text read from I<filename>." +msgstr "Adaugă text citit din I<nume_fișier>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "R\\ I<filename>" +msgstr "R\\ I<nume_fișier>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Append a line read from I<filename>. Each invocation of the command reads a " +"line from the file. This is a GNU extension." +msgstr "" +"Adaugă o linie citită de la I<nume_fișier>. Fiecare invocare a comenzii " +"citește o linie de la fișier. Aceasta este o extensie GNU." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Commands which accept address ranges" +msgstr "Comenzi care acceptă intervale de adresă" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "{" +msgstr "{" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Begin a block of commands (end with a })." +msgstr "Începe un bloc de comenzi (termină cu o })." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "b\\ I<label>" +msgstr "b\\ I<eticheta>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Branch to I<label>; if I<label> is omitted, branch to end of script." +msgstr "" +"Trece la I<eticheta>; dacă I<eticheta> este omisă, trece la sfârșitul " +"scriptului." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "c \\e" +msgstr "c \\e" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Replace the selected lines with I<text>, which has each embedded newline " +"preceded by a backslash." +msgstr "" +"Înlocuiește liniile selectate cu I<text>, care are fiecare linie nouă " +"încorporată precedată de o bară oblică inversă." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "d" +msgstr "d" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Delete pattern space. Start next cycle." +msgstr "Șterge spațiul model. Începe un ciclu nou." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "D" +msgstr "D" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If pattern space contains no newline, start a normal new cycle as if the d " +"command was issued. Otherwise, delete text in the pattern space up to the " +"first newline, and restart cycle with the resultant pattern space, without " +"reading a new line of input." +msgstr "" +"Dacă spațiul model nu conține nicio linie nouă, începe un ciclu normal nou " +"ca și cum comanda d a fost emisă. Altfel, șterge textul în spațiul model " +"până la prima linie nouă, și repornește ciclul cu spațiul model rezultant, " +"fără a citi o linie nouă de intrare." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "h H" +msgstr "h H" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copy/append pattern space to hold space." +msgstr "Copiază/adăugă spațiul de model la spațiul de stocare." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "g G" +msgstr "g G" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Copy/append hold space to pattern space." +msgstr "Copiază/adaugă spațiul de stocare la spațiul de model." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "l" +msgstr "l" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "List out the current line in a ``visually unambiguous'' form." +msgstr "Listează linia curentă într-o formă „lipsită de ambiguitate vizuală”." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "l\\ I<width>" +msgstr "l\\ I<lăţime>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"List out the current line in a ``visually unambiguous'' form, breaking it at " +"I<width> characters. This is a GNU extension." +msgstr "" +"Listează linia curentă într-o formă „lipsită de ambiguitate vizuală”, " +"întrerupând-o la I<lățime> caractere. Aceasta este o extensie GNU." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "n N" +msgstr "n N" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Read/append the next line of input into the pattern space." +msgstr "Citește/adaugă următoarea linie de intrare în spațiul de model." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "p" +msgstr "p" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print the current pattern space." +msgstr "Afișează spațiul de model curent." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "P" +msgstr "P" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print up to the first embedded newline of the current pattern space." +msgstr "" +"Afișează până la prima linie nouă încorporată a spațiului de model curent." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "s/I<regexp>/I<replacement>/" +msgstr "s/I<exp_reg>/I<înlocuirea>/" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Attempt to match I<regexp> against the pattern space. If successful, " +"replace that portion matched with I<replacement>. The I<replacement> may " +"contain the special character B<&> to refer to that portion of the pattern " +"space which matched, and the special escapes \\e1 through \\e9 to refer to " +"the corresponding matching sub-expressions in the I<regexp>." +msgstr "" +"Încearcă să potrivească I<exp_reg> cu spațiul modelului. Dacă reușește, " +"înlocuiește porțiunea care corespunde cu \"I<înlocuirea>\". I<înlocuirea> " +"poate conține caracterul special B<&> pentru a se referi la acea parte a " +"spațiului de model care s-a potrivit, precum și eludările speciale de la " +"\\e1 la \\e9 pentru a se referi la sub-expresiile corespunzătoare din " +"I<exp_reg> care se potrivesc." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "t\\ I<label>" +msgstr "t\\ I<eticheta>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a s/// has done a successful substitution since the last input line was " +"read and since the last t or T command, then branch to I<label>; if I<label> " +"is omitted, branch to end of script." +msgstr "" +"Dacă o s/// (substituire) a efectuat o substituție cu succes de când a fost " +"citită ultima linie de intrare și de la ultima comandă t sau T, atunci trece " +"la I<eticheta>; dacă I<eticheta>este omisă, trece la sfârșitul scriptului." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "T\\ I<label>" +msgstr "T\\ I<eticheta>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If no s/// has done a successful substitution since the last input line was " +"read and since the last t or T command, then branch to I<label>; if I<label> " +"is omitted, branch to end of script. This is a GNU extension." +msgstr "" +"Dacă nicio s/// (substituire) nu a efectuat o substituție cu succes de când " +"a fost citită ultima linie de intrare și de la ultima comandă t sau T, " +"atunci trece la I<eticheta>; dacă I<eticheta> este omisă, trece la sfârșitul " +"scriptului. Aceasta este o extensie GNU." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "w\\ I<filename>" +msgstr "w\\ I<nume_fișier>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Write the current pattern space to I<filename>." +msgstr "Scrie spațiul de model curent în I<nume_fișier>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "W\\ I<filename>" +msgstr "W\\ I<nume_fișier>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Write the first line of the current pattern space to I<filename>. This is a " +"GNU extension." +msgstr "" +"Scrie prima linie a spațiului model curent în I<nume_fișier>. Aceasta este " +"o extensie GNU." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "x" +msgstr "x" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Exchange the contents of the hold and pattern spaces." +msgstr "Interschimbă conținutul spațiilor de stocare și de model." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "y/I<source>/I<dest>/" +msgstr "y/I<sursă>/I<destinaţie>/" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Transliterate the characters in the pattern space which appear in I<source> " +"to the corresponding character in I<dest>." +msgstr "" +"Transliterează caracterele din spațiul model care apar în I<sursă> la " +"caracterul corespunzător din I<destinație>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "Addresses" +msgstr "Adrese" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"\\*(Sd commands can be given with no addresses, in which case the command " +"will be executed for all input lines; with one address, in which case the " +"command will only be executed for input lines which match that address; or " +"with two addresses, in which case the command will be executed for all input " +"lines which match the inclusive range of lines starting from the first " +"address and continuing to the second address. Three things to note about " +"address ranges: the syntax is I<addr1>,I<addr2> (i.e., the addresses are " +"separated by a comma); the line which I<addr1> matched will always be " +"accepted, even if I<addr2> selects an earlier line; and if I<addr2> is a " +"I<regexp>, it will not be tested against the line that I<addr1> matched." +msgstr "" +"Comenzile \\*(Sd pot fi date fără adrese, în care caz comanda va fi " +"executată pentru toate liniile de intrare; cu o adresă, în care caz comanda " +"va fi executată doar pentru liniile de intrare care se potrivesc cu acea " +"adresă; sau cu două adrese, în care caz comanda va fi executată pentru toate " +"liniile de intrare care se potrivesc intervalului inclusiv de linii care " +"încep de la prima adresă și se continuă la a doua adresă. Trei lucruri de " +"observat despre intervalele de adresă: sintaxa este I<adresa1>,I<adresa2> " +"(adică adresele sunt separate printr-o virgulă); linia care a potrivit " +"I<adresa1> va fi întotdeauna acceptată, chiar dacă I<adresa2> selectează o " +"linie anterioară; și dacă I<adresa2> este o I<exp_reg>, nu va fi testată " +"împotriva liniei care a potrivit I<adresa1>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"After the address (or address-range), and before the command, a B<!> may be " +"inserted, which specifies that the command shall only be executed if the " +"address (or address-range) does B<not> match." +msgstr "" +"După adresă (sau intervalul de adrese) și înainte de comandă, se poate " +"introduce un B<!>, care specifică faptul că această comandă va fi executată " +"numai dacă adresa (sau intervalul de adrese) B<nu> se potrivește." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "The following address types are supported:" +msgstr "Următoarele tipuri de adresă sunt suportate:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<number>" +msgstr "I<număr>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Match only the specified line I<number> (which increments cumulatively " +"across files, unless the B<-s> option is specified on the command line)." +msgstr "" +"Potrivește numai linia specificată I<numărul> (care se incrementează " +"cumulativ în toate fișierele, cu excepția cazului în care opțiunea B<-s> " +"este specificată în linia de comandă)." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<first>~I<step>" +msgstr "I<prima>~I<etapă>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Match every I<step>'th line starting with line I<first>. For example, ``sed " +"-n 1~2p'' will print all the odd-numbered lines in the input stream, and the " +"address 2~5 will match every fifth line, starting with the second. I<first> " +"can be zero; in this case, \\*(sd operates as if it were equal to I<step>. " +"(This is an extension.)" +msgstr "" +"Potrivește fiecare a I<etapă> linie care începe cu linia I<prima>. De " +"exemplu, «sed -n 1~2p» va afișa toate liniile numerotate impar în fluxul de " +"intrare, și adresa 2~5 va potrivi fiecare a cincea linie, începând cu a " +"doua. I<prima> poate fi zero; în acest caz, \\*(sd operează ca și cum ar fi " +"egală cu I<etapă>. (Aceasta este o extensie.)" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "$" +msgstr "$" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Match the last line." +msgstr "Potrivește ultima linie." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "/I<regexp>/" +msgstr "/I<exp_reg>/" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Match lines matching the regular expression I<regexp>. Matching is " +"performed on the current pattern space, which can be modified with commands " +"such as ``s///''." +msgstr "" +"Potrivește liniile care se potrivesc cu expresia regulată I<exp_reg>. " +"Potrivirea este executată pe spațiul de model curent, care poate fi " +"modificat cu comenzi precum „s///”." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "\\eB<c>I<regexp>B<c>" +msgstr "\\eB<c>I<exp_reg>B<c>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Match lines matching the regular expression I<regexp>. The B<c> may be any " +"character." +msgstr "" +"Potrivește liniile care se potrivesc expresiei regulate I<exp_reg>. B<c> " +"poate fi orice caracter." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "GNU \\*(sd also supports some special 2-address forms:" +msgstr "GNU \\*(sd acceptă, de asemenea, unele forme speciale cu două adrese:" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "0,I<addr2>" +msgstr "0,I<adresa2>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Start out in \"matched first address\" state, until I<addr2> is found. This " +"is similar to 1,I<addr2>, except that if I<addr2> matches the very first " +"line of input the 0,I<addr2> form will be at the end of its range, whereas " +"the 1,I<addr2> form will still be at the beginning of its range. This works " +"only when I<addr2> is a regular expression." +msgstr "" +"Începe în starea „prima adresă potrivită”, până când I<adresa2> este " +"găsită. Acest lucru este similar cu 1,I<adresa2>, cu excepția faptului că, " +"dacă I<adresa2> se potrivește cu prima linie de intrare, forma 0,I<adresa2> " +"se va afla la sfârșitul intervalului său, în timp ce forma 1,I<adresa2> se " +"va afla încă la începutul intervalului său. Acest lucru funcționează numai " +"atunci când I<adresa2> este o expresie regulată." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<addr1>,+I<N>" +msgstr "I<adresa1>,+I<N>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Will match I<addr1> and the I<N> lines following I<addr1>." +msgstr "Va potrivi I<adresa1> și liniile I<N> care urmează după I<adresa1>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "I<addr1>,~I<N>" +msgstr "I<adresa1>,~I<N>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Will match I<addr1> and the lines following I<addr1> until the next line " +"whose input line number is a multiple of I<N>." +msgstr "" +"Va potrivi I<adresa1> și liniile care urmează după I<adresa1> până la " +"următoarea linie al cărei număr de linie de intrare este un multiplu de I<N>." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REGULAR EXPRESSIONS" +msgstr "EXPRESII REGULATE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"POSIX.2 BREs I<should> be supported, but they aren't completely because of " +"performance problems. The B<\\en> sequence in a regular expression matches " +"the newline character, and similarly for B<\\ea>, B<\\et>, and other " +"sequences. The I<-E> option switches to using extended regular expressions " +"instead; it has been supported for years by GNU sed, and is now included in " +"POSIX." +msgstr "" +"BRE-urile (Basic Regular Expression) POSIX.2 I<ar trebui> să fie acceptate, " +"dar nu sunt acceptate complet din cauza problemelor de performanță. " +"Secvența B<\\en> într-o expresie regulată se potrivește caracterului de " +"linie nouă, și similar pentru B<\\ea>, B<\\et>, și alte secvențe. Opțiunea " +"I<-E> comută la utilizarea expresiilor regulate extinse în locul acestora; " +"aceasta este admisă de ani de zile de GNU sed, iar acum este inclusă în " +"POSIX." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "ERORI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"E-mail bug reports to B<bug-sed@gnu.org>. Also, please include the output " +"of ``sed --version'' in the body of your report if at all possible." +msgstr "" +"Trimiteți rapoartele de erori prin e-mail la B<bug-sed@gnu.org>. De " +"asemenea, includeți ieșirea comenzii «sed --version» în corpul raportului " +"dacă este posibil." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "AUTOR" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Written by Jay Fenlason, Tom Lord, Ken Pizzini, Paolo Bonzini, Jim Meyering, " +"and Assaf Gordon." +msgstr "" +"Scris de Jay Fenlason, Tom Lord, Ken Pizzini, Paolo Bonzini, Jim Meyering, " +"și Assaf Gordon." + +#. type: Plain text +#: archlinux mageia-cauldron +msgid "This sed program was built without SELinux support." +msgstr "Acest program «sed» a fost construit fără suport SELinux." + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "DREPTURI DE AUTOR" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Drepturi de autor \\(co 2022 Free Software Foundation, Inc. Licența GPLv3+: " +"GNU GPL versiunea 3 sau ulterioară E<lt>https://gnu.org/licenses/gpl." +"htmlE<gt>." + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Acesta este software liber: sunteți liber să-l modificați și să-l " +"redistribuiți. Nu există NICIO GARANȚIE, în limitele prevăzute de lege." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "CONSULTAȚI ȘI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"B<awk>(1), B<ed>(1), B<grep>(1), B<tr>(1), B<perlre>(1), sed.info, any of " +"various books on \\*(sd," +msgstr "" +"B<awk>(1), B<ed>(1), B<grep>(1), B<tr>(1), B<perlre>(1), sed.info, oricare " +"din diversele cărți despre \\*(sd," + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"the \\*(sd FAQ (http://sed.sf.net/grabbag/tutorials/sedfaq.txt), http://sed." +"sf.net/grabbag/." +msgstr "" +"FAQ \\*(sd (http://sed.sf.net/grabbag/tutorials/sedfaq.txt), http://sed.sf." +"net/grabbag/." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<sed> is maintained as a Texinfo manual. If the " +"B<info> and B<sed> programs are properly installed at your site, the command" +msgstr "" +"Documentația completă pentru B<sed> este menținută ca un manual Texinfo. " +"Dacă programele B<info>(1) și B<sed> sunt instalate corect pe sistemul " +"dumneavoastră, comanda" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info sed>" +msgstr "B<info sed>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "should give you access to the complete manual." +msgstr "ar trebui să vă permită accesul la manualul complet." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "January 2023" +msgstr "ianuarie 2023" + +#. type: Plain text +#: debian-bookworm debian-unstable +msgid "" +"Packaged by Debian Copyright \\(co 2022 Free Software Foundation, Inc. " +"License GPLv3+: GNU GPL version 3 or later E<lt>https://gnu.org/licenses/gpl." +"htmlE<gt>. This is free software: you are free to change and redistribute " +"it. There is NO WARRANTY, to the extent permitted by law." +msgstr "" +"Împachetat de Debian, Drepturi de autor \\(co 2022 Free Software Foundation, " +"Inc. Licență GPLv3+: GNU GPL versiunea 3 sau o versiune ulterioară " +"E<lt>https://gnu.org/licenses/gpl.htmlE<gt>. Acesta este software liber: " +"sunteți liber să îl modificați și să îl redistribuiți. Nu există NICI O " +"GARANȚIE, în măsura permisă de lege." + +#. type: Plain text +#: debian-bookworm debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"This sed program was built with SELinux support. SELinux is disabled on " +"this system." +msgstr "" +"Acest program «sed» a fost construit cu suport SELinux. SELinux este " +"dezactivat pe acest sistem." + +#. type: TH +#: debian-unstable fedora-40 fedora-rawhide +#, no-wrap +msgid "January 2024" +msgstr "ianuarie 2024" + +#. type: Plain text +#: fedora-40 fedora-rawhide +msgid "B<-c>, B<--copy>" +msgstr "B<-c>, B<--copy>" + +#. type: Plain text +#: fedora-40 fedora-rawhide +msgid "use copy instead of rename when shuffling files in B<-i> mode" +msgstr "" +"utilizează copierea în loc de redenumire la amestecarea fișierelor în modul " +"B<-i>." + +#. type: Plain text +#: fedora-40 fedora-rawhide +msgid "B<-b>, B<--binary>" +msgstr "B<-b>, B<--binary>" + +#. type: Plain text +#: fedora-40 fedora-rawhide +msgid "" +"does nothing; for compatibility with WIN32/CYGWIN/MSDOS/EMX (open files in " +"binary mode; CR+LF are not processed specially)" +msgstr "" +"nu face nimic; pentru compatibilitate cu WIN32/CYGWIN/MSDOS/EMX (deschide " +"fișiere în mod binar; CR+LF nu sunt procesate special)" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "November 2022" +msgstr "noiembrie 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2023" +msgstr "octombrie 2023" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "December 2022" +msgstr "decembrie 2022" |