From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- po/ro/man4/tty.4.po | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 po/ro/man4/tty.4.po (limited to 'po/ro/man4/tty.4.po') diff --git a/po/ro/man4/tty.4.po b/po/ro/man4/tty.4.po new file mode 100644 index 00000000..01d800d1 --- /dev/null +++ b/po/ro/man4/tty.4.po @@ -0,0 +1,177 @@ +# 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.18.1\n" +"POT-Creation-Date: 2024-03-01 17:12+0100\n" +"PO-Revision-Date: 2023-05-17 11:04+0200\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 +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "tty" +msgstr "tty" + +#. 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 "tty - controlling terminal" +msgstr "tty - terminal de control" + +#. 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 "" +"The file I is a character file with major number 5 and minor " +"number 0, usually with mode 0666 and ownership root:tty. It is a synonym " +"for the controlling terminal of a process, if any." +msgstr "" +"Fișierul I este un fișier de caractere cu numărul major 5 și " +"numărul minor 0, de obicei cu modul 0666 și cu proprietarul.grupul root." +"tty. Este un sinonim pentru terminalul de control al unui proces, dacă " +"există." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"In addition to the B(2) requests supported by the device that B " +"refers to, the B(2) request B is supported." +msgstr "" +"În plus față de solicitările B(2) acceptate de dispozitivul la care " +"se referă B, este acceptată solicitarea B(2) B." + +#. type: SS +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "TIOCNOTTY" +msgstr "TIOCNOTTY" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Detach the calling process from its controlling terminal." +msgstr "Detașează procesul de apelare de terminalul de control." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If the process is the session leader, then B and B signals " +"are sent to the foreground process group and all processes in the current " +"session lose their controlling tty." +msgstr "" +"În cazul în care procesul este liderul sesiunii, atunci semnalele B " +"și B sunt trimise grupului de procese din prim-plan și toate " +"procesele din sesiunea curentă își pierd tty-ul de control." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This B(2) call works only on file descriptors connected to I. It is used by daemon processes when they are invoked by a user at a " +"terminal. The process attempts to open I. If the open succeeds, " +"it detaches itself from the terminal by using B, while if the " +"open fails, it is obviously not attached to a terminal and does not need to " +"detach itself." +msgstr "" +"Acest apel B(2) funcționează numai pe descriptorii de fișiere " +"conectați la I. Este utilizat de procesele demon atunci când sunt " +"invocate de un utilizator de la un terminal. Procesul încearcă să deschidă " +"I. Dacă deschiderea reușește, se detașează de terminal prin " +"utilizarea B, în timp ce dacă deschiderea eșuează, este evident " +"că nu este atașat la un terminal și nu trebuie să se detașeze." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "FILES" +msgstr "FIȘIERE" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "I" +msgstr "I" + +#. 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(1), B(1), B(2), B(2), B(2), " +"B(3), B(4), B(4), B(7), B(8), B(8)" +msgstr "" +"B(1), B(1), B(2), B(2), B(2), " +"B(3), B(4), B(4), B(7), B(8), B(8)" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, 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: 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 "Linux man-pages 6.04" +msgstr "Pagini de manual de Linux 6.04" -- cgit v1.2.3