# Czech translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Pavel Heimlich , 2009. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-06-01 06:20+0200\n" "PO-Revision-Date: 2009-02-09 20:06+0100\n" "Last-Translator: Pavel Heimlich \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 20.08.2\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "services" msgstr "services" #. type: TH #: archlinux debian-unstable opensuse-tumbleweed #, no-wrap msgid "2024-05-02" msgstr "2. května 2024" #. type: TH #: archlinux debian-unstable #, no-wrap msgid "Linux man-pages 6.8" msgstr "Linux man-pages 6.8" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "JMÉNO" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "services - Internet network services list" msgstr "services - databáze služeb sítě Internet" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "POPIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B is a plain ASCII file providing a mapping between human-friendly " "textual names for internet services, and their underlying assigned port " "numbers and protocol types. Every networking program should look into this " "file to get the port number (and protocol) for its service. The C library " "routines B(3), B(3), B(3), " "B(3), and B(3) support querying this file from " "programs." msgstr "" "B je čitelný textový soubor poskytující převod mezi názvy služeb a " "jim příslušných čísel portů a protokolů. Každý síťový program by měl z " "tohoto souboru získat číslo portu a typ protokolu. Knihovna jazyka C " "poskytuje funkce B(3), B(3), B(3), " "B(3), a B(3), které slouží k obsluze této databáze." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Port numbers are assigned by the IANA (Internet Assigned Numbers Authority), " "and their current policy is to assign both TCP and UDP protocols when " "assigning a port number. Therefore, most entries will have two entries, " "even for TCP-only services." msgstr "" "Čísla portů jsou přiřazována organizací IANA (Internet Assigned Numbers " "Authority), jejich současná strategie je přiřazovat jak TCP tak i UDP " "protokoly pro čísla portů. Proto má většina záznamů dva záznamy i pro služby " "provozované pouze nad TCP protokolem." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Port numbers below 1024 (so-called \"low numbered\" ports) can be bound to " "only by root (see B(2), B(7), and B(7)). This is so clients " "connecting to low numbered ports can trust that the service running on the " "port is the standard implementation, and not a rogue service run by a user " "of the machine. Well-known port numbers specified by the IANA are normally " "located in this root-only space." msgstr "" "Porty s čísly menšími než 1024 mohou být přiřazeny pouze superuživatelem " "(viz B(2), B(7) a B(7)). To je proto, aby klienti, kteří " "se připojují na tyto porty mohli důvěřovat, že zde běží standardní aplikace " "a ne nějaký prográmek nějakého uživatele. Standardní čísla portů " "specifikovaná IANA jsou normálně umístěna v této oblasti." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The presence of an entry for a service in the B file does not " "necessarily mean that the service is currently running on the machine. See " "B(5) for the configuration of Internet services offered. Note " "that not all networking services are started by B(8), and so won't " "appear in B(5). In particular, news (NNTP) and mail (SMTP) " "servers are often initialized from the system boot scripts." msgstr "" "Výskyt dané služby v databázi služeb ještě neznamená, že služba na tomto " "počítači momentálně běží, viz B(5), kde je uvedeno více o " "konfiguraci internetových služeb. Mějte však na paměti, že ne všechny síťové " "služby musí být startovány pomocí B(8), a proto se nemusí vyskytovat " "v B(5). Např. news (NNTP) a mail (SMTP) servery jsou často " "inicializovány ve startovacích skriptech." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The location of the B file is defined by B<_PATH_SERVICES> in " "Inetdb.hE>. This is usually set to I." msgstr "" "Umístění souboru B je definováno konstantou B<_PATH_SERVICES> v " "Inetdb.hE>. Obvykle je nastaveno na I." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Each line describes one service, and is of the form:" msgstr "Každý řádek obsahuje jeden záznam ve tvaru:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "IBI[I]" msgstr "IBI[I]" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "where:" msgstr "kde:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "is the friendly name the service is known by and looked up under. It is " "case sensitive. Often, the client program is named after the I." msgstr "" "je název služby pod kterým je známa a vyhledávána. Velikost písma je " "rozhodující. Často je klient pojmenován stejně jako služba samotná." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "is the port number (in decimal) to use for this service." msgstr "je číslo portu v desítkové soustavě." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "is the type of protocol to be used. This field should match an entry in the " "B(5) file. Typical values include B and B." msgstr "" "je typ použitého protokolu. Toto políčko by mělo vyhovovat záznamu ze " "souboru B(5)B<.> Obvyklé hodnoty jsou B a B." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "is an optional space or tab separated list of other names for this service. " "Again, the names are case sensitive." msgstr "" "toto je volitelný seznam přezdívek oddělený mezerou nebo tabulátorem. Opět " "zde rozhoduje velikost písmen." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Either spaces or tabs may be used to separate the fields." msgstr "Jednotlivá pole jsou oddělena mezerami nebo tabulátorem." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Comments are started by the hash sign (#) and continue until the end of the " "line. Blank lines are skipped." msgstr "" "Komentáře začínají znakem # a pokračují až do konce řádku. Prázdné řádky " "jsou vynechány." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The I should begin in the first column of the file, since " "leading spaces are not stripped. I can be any printable " "characters excluding space and tab. However, a conservative choice of " "characters should be used to minimize compatibility problems. For example, " "a-z, 0-9, and hyphen (-) would seem a sensible choice." msgstr "" "I by mělo začínat na začátku řádku, protože mezery na začátku " "nejsou odstraňovány. I mohou být jakékoliv tisknutelné znaky " "kromě mezery a tabulátoru, ale z důvodu kompatibility se doporučuje použít " "pouze znaky a-z, 0-9, a pomlčka (-)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Lines not matching this format should not be present in the file. " "(Currently, they are silently skipped by B(3), " "B(3), and B(3). However, this behavior should " "not be relied on.)" msgstr "" "Řádky, které nevyhovují tomuto formátu, by se zde neměly vyskytovat. (V " "současné době jsou funkcemi B(3), B(3), a " "B(3) tiše ignorovány, ale na to by se nemělo spoléhat.)" #. The following is not true as at glibc 2.8 (a line with a comma is #. ignored by getservent()); it's not clear if/when it was ever true. #. As a backward compatibility feature, the slash (/) between the #. .I port #. number and #. .I protocol #. name can in fact be either a slash or a comma (,). #. Use of the comma in #. modern installations is deprecated. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This file might be distributed over a network using a network-wide naming " "service like Yellow Pages/NIS or BIND/Hesiod." msgstr "" "Tento soubor může být distribuován po síti přes jmenné služby jako Yellow " "Pages/NIS nebo BIND/Hesiod." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "A sample B file might look like this:" msgstr "Jednoduchý soubor B může vypadat nějak takto:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "netstat 15/tcp\n" "qotd 17/tcp quote\n" "msp 18/tcp # message send protocol\n" "msp 18/udp # message send protocol\n" "chargen 19/tcp ttytst source\n" "chargen 19/udp ttytst source\n" "ftp 21/tcp\n" "# 22 - unassigned\n" "telnet 23/tcp\n" msgstr "" "netstat 15/tcp\n" "qotd 17/tcp quote\n" "msp 18/tcp # message send protocol\n" "msp 18/udp # message send protocol\n" "chargen 19/tcp ttytst source\n" "chargen 19/udp ttytst source\n" "ftp 21/tcp\n" "# 22 - unassigned\n" "telnet 23/tcp\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "FILES" msgstr "SOUBORY" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "I" msgstr "I" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "The Internet network services list" msgstr "databáze služeb sítě Internet" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "Inetdb.hE>" msgstr "Inetdb.hE>" #. .SH BUGS #. It's not clear when/if the following was ever true; #. it isn't true for glibc 2.8: #. There is a maximum of 35 aliases, due to the way the #. .BR getservent (3) #. code is written. #. It's not clear when/if the following was ever true; #. it isn't true for glibc 2.8: #. Lines longer than #. .B BUFSIZ #. (currently 1024) characters will be ignored by #. .BR getservent (3), #. .BR getservbyname (3), #. and #. .BR getservbyport (3). #. However, this will also cause the next line to be mis-parsed. #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Definition of B<_PATH_SERVICES>" msgstr "Definice konstanty B<_PATH_SERVICES>" #. 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 "DALŠÍ INFORMACE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B(2), B(3), B(3), B(3), " "B(3), B(3), B(5), B(5), " "B(8)" msgstr "" "B(2), B(3), B(3), B(3), " "B(3), B(3), B(5), B(5), " "B(8)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Assigned Numbers RFC, most recently RFC\\ 1700, (AKA STD0002)." msgstr "Assigned Numbers RFC, nejnovější RFC\\ 1700, (také známo pod STD0002)." #. type: TH #: debian-bookworm opensuse-leap-15-6 #, no-wrap msgid "2022-10-30" msgstr "30. října 2022" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: TH #: fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31. října 2023" #. type: TH #: fedora-40 mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 6.06" #. type: TH #: fedora-rawhide #, no-wrap msgid "Linux man-pages 6.7" msgstr "Linux man-pages 6.7" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04" #. type: TH #: opensuse-tumbleweed #, fuzzy, no-wrap #| msgid "Linux man-pages 6.7" msgid "Linux man-pages (unreleased)" msgstr "Linux man-pages 6.7"