# Romanian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Remus-Gabriel Chelu , 2023. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.20.0\n" "POT-Creation-Date: 2024-06-01 05:52+0200\n" "PO-Revision-Date: 2023-11-05 08:33+0100\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \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 #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "get_kernel_syms" msgstr "get_kernel_syms" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2 mai 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Pagini de manual de Linux 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NUME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "get_kernel_syms - retrieve exported kernel and module symbols" msgstr "" "get_kernel_syms - recuperează simbolurile exportate de nucleu și module" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "SINOPSIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<#include Elinux/module.hE>\n" msgstr "B<#include Elinux/module.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<[[deprecated]] int get_kernel_syms(struct kernel_sym *>IB<);>\n" msgstr "B<[[depreciat]] int get_kernel_syms(struct kernel_sym *>I
B<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIERE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "B: This system call is present only before Linux 2.6." msgstr "I: Acest apel de sistem este prezent numai înainte de Linux 2.6." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I
is NULL, B() returns the number of symbols " "available for query. Otherwise, it fills in a table of structures:" msgstr "" "Dacă I
este NULL, B() returnează numărul de " "simboluri disponibile pentru consultare. În caz contrar, se completează un " "tabel de structuri:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "struct kernel_sym {\n" " unsigned long value;\n" " char name[60];\n" "};\n" msgstr "" "struct kernel_sym {\n" " unsigned long value;\n" " char name[60];\n" "};\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The symbols are interspersed with magic symbols of the form B<#>I with the kernel having an empty name. The value associated with a " "symbol of this form is the address at which the module is loaded." msgstr "" "Simbolurile sunt intercalate cu simboluri magice de forma B<#>I, nucleul având un nume gol. Valoarea asociată cu un simbol de " "această formă este adresa la care este încărcat modulul." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The symbols exported from each module follow their magic module tag and the " "modules are returned in the reverse of the order in which they were loaded." msgstr "" "Simbolurile exportate din fiecare modul urmează eticheta modulului magic, " "iar modulele sunt returnate în ordinea inversă celei în care au fost " "încărcate." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "VALOAREA RETURNATĂ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, returns the number of symbols copied to I
. On error, -1 " "is returned and I is set to indicate the error." msgstr "" "În caz de succes, se returnează numărul de simboluri copiate în I
. " "În caz de eroare, se returnează -1, iar I este configurată pentru a " "indica eroarea." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "ERORI-IEȘIRE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "There is only one possible error return:" msgstr "Există doar o singură eroare de returnare posibilă:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "B() is not supported in this version of the kernel." msgstr "" "B() nu este acceptată în această versiune a nucleului." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDE" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: opensuse-tumbleweed msgid "Linux." msgstr "Linux." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "ISTORIC" #. Removed in Linux 2.5.48 #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-leap-15-6 #: opensuse-tumbleweed msgid "Removed in Linux 2.6." msgstr "Eliminat în Linux 2.6." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This obsolete system call is not supported by glibc. No declaration is " "provided in glibc headers, but, through a quirk of history, glibc versions " "before glibc 2.23 did export an ABI for this system call. Therefore, in " "order to employ this system call, it was sufficient to manually declare the " "interface in your code; alternatively, you could invoke the system call " "using B(2)." msgstr "" "Acest apel de sistem învechit nu este admis de glibc. În antetele glibc nu " "este furnizată nicio declarație, dar, printr-o ciudățenie a istoriei, " "versiunile glibc anterioare glibc 2.23 au exportat un ABI pentru acest apel " "de sistem. Prin urmare, pentru a utiliza acest apel de sistem, era " "suficient să declarați manual interfața în codul dumneavoastră; alternativ, " "ați putea invoca apelul de sistem utilizând B(2)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BUGS" msgstr "ERORI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "There is no way to indicate the size of the buffer allocated for I
. " "If symbols have been added to the kernel since the program queried for the " "symbol table size, memory will be corrupted." msgstr "" "Nu există nicio modalitate de a indica dimensiunea memoriei tampon alocate " "pentru I
. În cazul în care au fost adăugate simboluri în kernel de " "când programul a consultat dimensiunea tabelului de simboluri, memoria va fi " "coruptă." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "The length of exported symbol names is limited to 59 characters." msgstr "" "Lungimea numelor de simboluri exportate este limitată la 59 de caractere." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Because of these limitations, this system call is deprecated in favor of " "B(2) (which is itself nowadays deprecated in favor of other " "interfaces described on its manual page)." msgstr "" "Din cauza acestor limitări, acest apel de sistem este depreciat în favoarea " "lui B(2) (care la rândul său este în prezent depreciat în " "favoarea altor interfețe descrise pe pagina sa de manual)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: 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 #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(2), B(2), B(2), " "B(2)" msgstr "" "B(2), B(2), B(2), " "B(2)" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-12-04" msgstr "4 decembrie 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Pagini de manual de Linux 6.03" #. type: SH #: debian-bookworm #, no-wrap msgid "VERSIONS" msgstr "VERSIUNI" #. Removed in Linux 2.5.48 #. type: Plain text #: debian-bookworm msgid "" "This system call is present only up until Linux 2.4; it was removed in Linux " "2.6." msgstr "" "Acest apel de sistem este prezent doar până la Linux 2.4; a fost eliminat în " "Linux 2.6." #. type: Plain text #: debian-bookworm msgid "B() is Linux-specific." msgstr "B() este specifică Linux." #. type: SH #: debian-bookworm #, no-wrap msgid "NOTES" msgstr "NOTE" #. type: TH #: fedora-40 fedora-rawhide #, no-wrap msgid "2023-10-31" msgstr "31 octombrie 2023" #. type: TH #: fedora-40 #, no-wrap msgid "Linux man-pages 6.06" msgstr "Pagini de manual de Linux 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Pagini de manual de Linux 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "2023-03-30" msgstr "30 martie 2023" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Pagini de manual de Linux 6.04" #. type: TH #: opensuse-tumbleweed #, no-wrap msgid "Linux man-pages (unreleased)" msgstr "Pagini de manual Linux (nepublicate)"