summaryrefslogtreecommitdiffstats
path: root/po/ro/man3/rtnetlink.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ro/man3/rtnetlink.3.po')
-rw-r--r--po/ro/man3/rtnetlink.3.po452
1 files changed, 452 insertions, 0 deletions
diff --git a/po/ro/man3/rtnetlink.3.po b/po/ro/man3/rtnetlink.3.po
new file mode 100644
index 00000000..a9b6b9ad
--- /dev/null
+++ b/po/ro/man3/rtnetlink.3.po
@@ -0,0 +1,452 @@
+# Romanian translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>, 2024.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n 4.21.0\n"
+"POT-Creation-Date: 2024-03-01 17:06+0100\n"
+"PO-Revision-Date: 2024-01-28 16:41+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 "rtnetlink"
+msgstr "rtnetlink"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 octombrie 2023"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Pagini de manual de Linux 6.06"
+
+#. 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 "rtnetlink - macros to manipulate rtnetlink messages"
+msgstr "rtnetlink - macrocomenzi pentru a manipula mesajele rtnetlink"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTECA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Standard C library (I<libc>, I<-lc>)"
+msgstr "Biblioteca C standard (I<libc>, I<-lc>)"
+
+#. 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 ""
+"B<#include E<lt>asm/types.hE<gt>>\n"
+"B<#include E<lt>linux/netlink.hE<gt>>\n"
+"B<#include E<lt>linux/rtnetlink.hE<gt>>\n"
+"B<#include E<lt>sys/socket.hE<gt>>\n"
+msgstr ""
+"B<#include E<lt>asm/types.hE<gt>>\n"
+"B<#include E<lt>linux/netlink.hE<gt>>\n"
+"B<#include E<lt>linux/rtnetlink.hE<gt>>\n"
+"B<#include E<lt>sys/socket.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<rtnetlink_socket = socket(AF_NETLINK, int >I<socket_type>B<, NETLINK_ROUTE);>\n"
+msgstr "B<rtnetlink_socket = socket(AF_NETLINK, int >I<socket_type>B<, NETLINK_ROUTE);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<int RTA_OK(struct rtattr *>I<rta>B<, int >I<rtabuflen>B<);>\n"
+msgstr "B<int RTA_OK(struct rtattr *>I<rta>B<, int >I<rtabuflen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<void *RTA_DATA(struct rtattr *>I<rta>B<);>\n"
+"B<unsigned int RTA_PAYLOAD(struct rtattr *>I<rta>B<);>\n"
+msgstr ""
+"B<void *RTA_DATA(struct rtattr *>I<rta>B<);>\n"
+"B<unsigned int RTA_PAYLOAD(struct rtattr *>I<rta>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<struct rtattr *RTA_NEXT(struct rtattr *>I<rta>B<, unsigned int >I<rtabuflen>B<);>\n"
+msgstr "B<struct rtattr *RTA_NEXT(struct rtattr *>I<rta>B<, unsigned int >I<rtabuflen>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<unsigned int RTA_LENGTH(unsigned int >I<length>B<);>\n"
+"B<unsigned int RTA_SPACE(unsigned int >I<length>B<);>\n"
+msgstr ""
+"B<unsigned int RTA_LENGTH(unsigned int >I<length>B<);>\n"
+"B<unsigned int RTA_SPACE(unsigned int >I<length>B<);>\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: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"All B<rtnetlink>(7) messages consist of a B<netlink>(7) message header and "
+"appended attributes. The attributes should be manipulated only using the "
+"macros provided here."
+msgstr ""
+"Toate mesajele B<rtnetlink>(7) constau dintr-un antet de mesaj B<netlink>(7) "
+"și atribute anexate. Atributele ar trebui să fie manipulate numai cu "
+"ajutorul macrocomenzilor furnizate aici."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<RTA_OK(>I<rta>B<, >I<attrlen>B<)> returns true if I<rta> points to a valid "
+"routing attribute; I<attrlen> is the running length of the attribute "
+"buffer. When not true then you must assume there are no more attributes in "
+"the message, even if I<attrlen> is nonzero."
+msgstr ""
+"B<RTA_OK(>I<rta>B<, >I<attrlen>B<)> returnează adevărat dacă I<rta> indică "
+"un atribut de direcționare valid; I<attrlen> este lungimea curentă a "
+"memoriei tampon a atributelor. Dacă nu este adevărat, atunci trebuie să se "
+"presupună că nu mai există atribute în mesaj, chiar dacă I<attrlen> este "
+"diferit de zero."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<RTA_DATA(>I<rta>B<)> returns a pointer to the start of this attribute's "
+"data."
+msgstr ""
+"B<RTA_DATA(>I<rta>B<)> returnează un indicator la începutul datelor acestui "
+"atribut."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<RTA_PAYLOAD(>I<rta>B<)> returns the length of this attribute's data."
+msgstr "B<RTA_PAYLOAD(>I<rta>B<)> returnează lungimea datelor acestui atribut."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<RTA_NEXT(>I<rta>B<, >I<attrlen>B<)> gets the next attribute after I<rta>. "
+"Calling this macro will update I<attrlen>. You should use B<RTA_OK> to "
+"check the validity of the returned pointer."
+msgstr ""
+"B<RTA_NEXT(>I<rta>B<, >I<attrlen>B<)> obține următorul atribut după I<rta>. "
+"Apelarea acestei macrocomenzi va actualiza I<attrlen>. Ar trebui să "
+"utilizați B<RTA_OK> pentru a verifica validitatea indicatorului returnat."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<RTA_LENGTH(>I<len>B<)> returns the length which is required for I<len> "
+"bytes of data plus the header."
+msgstr ""
+"B<RTA_LENGTH(>I<len>B<)> returnează lungimea care este necesară pentru "
+"I<len> octeți de date plus antetul."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"B<RTA_SPACE(>I<len>B<)> returns the amount of space which will be needed in "
+"a message with I<len> bytes of data."
+msgstr ""
+"B<RTA_SPACE(>I<len>B<)> returnează cantitatea de spațiu care va fi necesară "
+"într-un mesaj cu I<len> octeți de date."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDE"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Linux."
+msgstr "Linux."
+
+#. 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 "This manual page is incomplete."
+msgstr "Această pagină de manual este incompletă."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "EXEMPLE"
+
+#. FIXME . ? would be better to use libnetlink in the EXAMPLE code here
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Creating a rtnetlink message to set the MTU of a device:"
+msgstr ""
+"Crearea unui mesaj rtnetlink pentru a configura MTU al unui dispozitiv:"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"#include E<lt>linux/rtnetlink.hE<gt>\n"
+"\\&\n"
+"\\&...\n"
+"\\&\n"
+"struct {\n"
+" struct nlmsghdr nh;\n"
+" struct ifinfomsg if;\n"
+" char attrbuf[512];\n"
+"} req;\n"
+"\\&\n"
+"struct rtattr *rta;\n"
+"unsigned int mtu = 1000;\n"
+"\\&\n"
+"int rtnetlink_sk = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);\n"
+"\\&\n"
+"memset(&req, 0, sizeof(req));\n"
+"req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if));\n"
+"req.nh.nlmsg_flags = NLM_F_REQUEST;\n"
+"req.nh.nlmsg_type = RTM_NEWLINK;\n"
+"req.if.ifi_family = AF_UNSPEC;\n"
+"req.if.ifi_index = INTERFACE_INDEX;\n"
+"req.if.ifi_change = 0xffffffff; /* ??? */\n"
+"rta = (struct rtattr *)(((char *) &req) +\n"
+" NLMSG_ALIGN(req.nh.nlmsg_len));\n"
+"rta-E<gt>rta_type = IFLA_MTU;\n"
+"rta-E<gt>rta_len = RTA_LENGTH(sizeof(mtu));\n"
+"req.nh.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg_len) +\n"
+" RTA_LENGTH(sizeof(mtu));\n"
+"memcpy(RTA_DATA(rta), &mtu, sizeof(mtu));\n"
+"send(rtnetlink_sk, &req, req.nh.nlmsg_len, 0);\n"
+msgstr ""
+"#include E<lt>linux/rtnetlink.hE<gt>\n"
+"\\&\n"
+"\\&...\n"
+"\\&\n"
+"struct {\n"
+" struct nlmsghdr nh;\n"
+" struct ifinfomsg if;\n"
+" char attrbuf[512];\n"
+"} req;\n"
+"\\&\n"
+"struct rtattr *rta;\n"
+"unsigned int mtu = 1000;\n"
+"\\&\n"
+"int rtnetlink_sk = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);\n"
+"\\&\n"
+"memset(&req, 0, sizeof(req));\n"
+"req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if));\n"
+"req.nh.nlmsg_flags = NLM_F_REQUEST;\n"
+"req.nh.nlmsg_type = RTM_NEWLINK;\n"
+"req.if.ifi_family = AF_UNSPEC;\n"
+"req.if.ifi_index = INTERFACE_INDEX;\n"
+"req.if.ifi_change = 0xffffffff; /* ??? */\n"
+"rta = (struct rtattr *)(((char *) &req) +\n"
+" NLMSG_ALIGN(req.nh.nlmsg_len));\n"
+"rta-E<gt>rta_type = IFLA_MTU;\n"
+"rta-E<gt>rta_len = RTA_LENGTH(sizeof(mtu));\n"
+"req.nh.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg_len) +\n"
+" RTA_LENGTH(sizeof(mtu));\n"
+"memcpy(RTA_DATA(rta), &mtu, sizeof(mtu));\n"
+"send(rtnetlink_sk, &req, req.nh.nlmsg_len, 0);\n"
+
+#. 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<netlink>(3), B<netlink>(7), B<rtnetlink>(7)"
+msgstr "B<netlink>(3), B<netlink>(7), B<rtnetlink>(7)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2022-10-30"
+msgstr "30 octombrie 2022"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Pagini de manual de Linux 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid "These macros are nonstandard Linux extensions."
+msgstr "Aceste macrocomenzi sunt extensii Linux nestandardizate."
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "#include E<lt>linux/rtnetlink.hE<gt>\n"
+msgstr "#include E<lt>linux/rtnetlink.hE<gt>\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "\\&...\n"
+msgstr "\\&...\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"struct {\n"
+" struct nlmsghdr nh;\n"
+" struct ifinfomsg if;\n"
+" char attrbuf[512];\n"
+"} req;\n"
+msgstr ""
+"struct {\n"
+" struct nlmsghdr nh;\n"
+" struct ifinfomsg if;\n"
+" char attrbuf[512];\n"
+"} req;\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"struct rtattr *rta;\n"
+"unsigned int mtu = 1000;\n"
+msgstr ""
+"struct rtattr *rta;\n"
+"unsigned int mtu = 1000;\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid "int rtnetlink_sk = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);\n"
+msgstr "int rtnetlink_sk = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_ROUTE);\n"
+
+#. type: Plain text
+#: debian-bookworm opensuse-leap-15-6
+#, no-wrap
+msgid ""
+"memset(&req, 0, sizeof(req));\n"
+"req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if));\n"
+"req.nh.nlmsg_flags = NLM_F_REQUEST;\n"
+"req.nh.nlmsg_type = RTM_NEWLINK;\n"
+"req.if.ifi_family = AF_UNSPEC;\n"
+"req.if.ifi_index = INTERFACE_INDEX;\n"
+"req.if.ifi_change = 0xffffffff; /* ??? */\n"
+"rta = (struct rtattr *)(((char *) &req) +\n"
+" NLMSG_ALIGN(req.nh.nlmsg_len));\n"
+"rta-E<gt>rta_type = IFLA_MTU;\n"
+"rta-E<gt>rta_len = RTA_LENGTH(sizeof(mtu));\n"
+"req.nh.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg_len) +\n"
+" RTA_LENGTH(sizeof(mtu));\n"
+"memcpy(RTA_DATA(rta), &mtu, sizeof(mtu));\n"
+"send(rtnetlink_sk, &req, req.nh.nlmsg_len, 0);\n"
+msgstr ""
+"memset(&req, 0, sizeof(req));\n"
+"req.nh.nlmsg_len = NLMSG_LENGTH(sizeof(req.if));\n"
+"req.nh.nlmsg_flags = NLM_F_REQUEST;\n"
+"req.nh.nlmsg_type = RTM_NEWLINK;\n"
+"req.if.ifi_family = AF_UNSPEC;\n"
+"req.if.ifi_index = INTERFACE_INDEX;\n"
+"req.if.ifi_change = 0xffffffff; /* ??? */\n"
+"rta = (struct rtattr *)(((char *) &req) +\n"
+" NLMSG_ALIGN(req.nh.nlmsg_len));\n"
+"rta-E<gt>rta_type = IFLA_MTU;\n"
+"rta-E<gt>rta_len = RTA_LENGTH(sizeof(mtu));\n"
+"req.nh.nlmsg_len = NLMSG_ALIGN(req.nh.nlmsg_len) +\n"
+" RTA_LENGTH(sizeof(mtu));\n"
+"memcpy(RTA_DATA(rta), &mtu, sizeof(mtu));\n"
+"send(rtnetlink_sk, &req, req.nh.nlmsg_len, 0);\n"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-15"
+msgstr "15 iulie 2023"
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Pagini de manual de Linux 6.05.01"
+
+#. 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"