diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man1/getent.1.pot | 624 |
1 files changed, 624 insertions, 0 deletions
diff --git a/templates/man1/getent.1.pot b/templates/man1/getent.1.pot new file mode 100644 index 00000000..82d5b4c0 --- /dev/null +++ b/templates/man1/getent.1.pot @@ -0,0 +1,624 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-03-01 16:57+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "getent" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "2023-11-01" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "getent - get entries from Name Service Switch libraries" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<getent [>I<option>B<]... >I<database>B< >I<key>B<...>\n" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The B<getent> command displays entries from databases supported by the Name " +"Service Switch libraries, which are configured in I</etc/nsswitch.conf>. If " +"one or more I<key> arguments are provided, then only the entries that match " +"the supplied keys will be displayed. Otherwise, if no I<key> is provided, " +"all entries will be displayed (unless the database does not support " +"enumeration)." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The I<database> may be any of those supported by the GNU C Library, listed " +"below:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ahosts>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide +msgid "" +"When no I<key> is provided, use B<sethostent>(3), B<gethostent>(3), and " +"B<endhostent>(3) to enumerate the hosts database. This is identical to " +"using B<hosts>(5). When one or more I<key> arguments are provided, pass " +"each I<key> in succession to B<getaddrinfo>(3) with the address family " +"B<AF_UNSPEC>, enumerating each socket address structure returned." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ahostsv4>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Same as B<ahosts>, but use the address family B<AF_INET>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ahostsv6>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Same as B<ahosts>, but use the address family B<AF_INET6>. The call to " +"B<getaddrinfo>(3) in this case includes the B<AI_V4MAPPED> flag." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<aliases>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setaliasent>(3), B<getaliasent>(3), and " +"B<endaliasent>(3) to enumerate the aliases database. When one or more " +"I<key> arguments are provided, pass each I<key> in succession to " +"B<getaliasbyname>(3) and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<ethers>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When one or more I<key> arguments are provided, pass each I<key> in " +"succession to B<ether_aton>(3) and B<ether_hostton>(3) until a result is " +"obtained, and display the result. Enumeration is not supported on " +"B<ethers>, so a I<key> must be provided." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<group>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setgrent>(3), B<getgrent>(3), and " +"B<endgrent>(3) to enumerate the group database. When one or more I<key> " +"arguments are provided, pass each numeric I<key> to B<getgrgid>(3) and each " +"nonnumeric I<key> to B<getgrnam>(3) and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<gshadow>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setsgent>(3), B<getsgent>(3), and " +"B<endsgent>(3) to enumerate the gshadow database. When one or more I<key> " +"arguments are provided, pass each I<key> in succession to B<getsgnam>(3) " +"and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<hosts>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<sethostent>(3), B<gethostent>(3), and " +"B<endhostent>(3) to enumerate the hosts database. When one or more I<key> " +"arguments are provided, pass each I<key> to B<gethostbyaddr>(3) or " +"B<gethostbyname2>(3), depending on whether a call to B<inet_pton>(3) " +"indicates that the I<key> is an IPv6 or IPv4 address or not, and display the " +"result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<initgroups>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When one or more I<key> arguments are provided, pass each I<key> in " +"succession to B<getgrouplist>(3) and display the result. Enumeration is " +"not supported on B<initgroups>, so a I<key> must be provided." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<netgroup>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When one I<key> is provided, pass the I<key> to B<setnetgrent>(3) and, " +"using B<getnetgrent>(3) display the resulting string triple (I<hostname>, " +"I<username>, I<domainname>). Alternatively, three I<keys> may be provided, " +"which are interpreted as the I<hostname>, I<username>, and I<domainname> to " +"match to a netgroup name via B<innetgr>(3). Enumeration is not supported on " +"B<netgroup>, so either one or three I<keys> must be provided." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<networks>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setnetent>(3), B<getnetent>(3), and " +"B<endnetent>(3) to enumerate the networks database. When one or more " +"I<key> arguments are provided, pass each numeric I<key> to " +"B<getnetbyaddr>(3) and each nonnumeric I<key> to B<getnetbyname>(3) and " +"display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<passwd>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setpwent>(3), B<getpwent>(3), and " +"B<endpwent>(3) to enumerate the passwd database. When one or more I<key> " +"arguments are provided, pass each numeric I<key> to B<getpwuid>(3) and each " +"nonnumeric I<key> to B<getpwnam>(3) and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<protocols>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setprotoent>(3), B<getprotoent>(3), and " +"B<endprotoent>(3) to enumerate the protocols database. When one or more " +"I<key> arguments are provided, pass each numeric I<key> to " +"B<getprotobynumber>(3) and each nonnumeric I<key> to B<getprotobyname>(3) " +"and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<rpc>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setrpcent>(3), B<getrpcent>(3), and " +"B<endrpcent>(3) to enumerate the rpc database. When one or more I<key> " +"arguments are provided, pass each numeric I<key> to B<getrpcbynumber>(3) " +"and each nonnumeric I<key> to B<getrpcbyname>(3) and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<services>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setservent>(3), B<getservent>(3), and " +"B<endservent>(3) to enumerate the services database. When one or more " +"I<key> arguments are provided, pass each numeric I<key> to " +"B<getservbynumber>(3) and each nonnumeric I<key> to B<getservbyname>(3) " +"and display the result." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<shadow>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<setspent>(3), B<getspent>(3), and " +"B<endspent>(3) to enumerate the shadow database. When one or more I<key> " +"arguments are provided, pass each I<key> in succession to B<getspnam>(3) " +"and display the result." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--service\\~>I<service>" +msgstr "" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-s\\~>I<service>" +msgstr "" + +#. commit 9d0881aa76b399e6a025c5cf44bebe2ae0efa8af (glibc) +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Override all databases with the specified service. (Since glibc 2.2.5.)" +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--service\\~>I<database>B<:>I<service>" +msgstr "" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-s\\~>I<database>B<:>I<service>" +msgstr "" + +#. commit b4f6f4be85d32b9c03361c38376e36f08100e3e8 (glibc) +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Override only specified databases with the specified service. The option " +"may be used multiple times, but only the last service for each database will " +"be used. (Since glibc 2.4.)" +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--no-idn>" +msgstr "" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-i>" +msgstr "" + +#. commit a160f8d808cf8020b13bd0ef4a9eaf3c11f964ad (glibc) +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Disables IDN encoding in lookups for B<ahosts>/B<getaddrinfo>(3) (Since " +"glibc-2.13.)" +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--help>" +msgstr "" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-?>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print a usage summary and exit." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--usage>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Print a short usage summary and exit." +msgstr "" + +#. type: TP +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<--version>" +msgstr "" + +#. type: TQ +#: archlinux fedora-40 fedora-rawhide +#, no-wrap +msgid "B<-V>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Print the version number, license, and disclaimer of warranty for B<getent>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "One of the following exit values can be returned by B<getent>:" +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<0>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Command completed successfully." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<1>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Missing arguments, or I<database> unknown." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<2>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "One or more supplied I<key> could not be found in the I<database>." +msgstr "" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<3>" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "Enumeration not supported on this I<database>." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<nsswitch.conf>(5)" +msgstr "" + +#. type: TH +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "2023-01-07" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "Linux man-pages 6.03" +msgstr "" + +#. type: Plain text +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"When no I<key> is provided, use B<sethostent>(3), B<gethostent>(3), and " +"B<endhostent>(3) to enumerate the hosts database. This is identical to " +"using B<hosts>. When one or more I<key> arguments are provided, pass each " +"I<key> in succession to B<getaddrinfo>(3) with the address family " +"B<AF_UNSPEC>, enumerating each socket address structure returned." +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s\\ >I<service>, B<--service\\ >I<service>" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s\\ >I<database>B<:>I<service>, B<--service\\ >I<database>B<:>I<service>" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--no-idn>" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-?>, B<--help>" +msgstr "" + +#. type: TP +#: debian-bookworm debian-unstable opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: TH +#: debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages 6.05.01" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "Linux man-pages 6.04" +msgstr "" |