diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /templates/man8/systemd-network-generator.service.8.pot | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'templates/man8/systemd-network-generator.service.8.pot')
-rw-r--r-- | templates/man8/systemd-network-generator.service.8.pot | 225 |
1 files changed, 225 insertions, 0 deletions
diff --git a/templates/man8/systemd-network-generator.service.8.pot b/templates/man8/systemd-network-generator.service.8.pot new file mode 100644 index 00000000..75299f5b --- /dev/null +++ b/templates/man8/systemd-network-generator.service.8.pot @@ -0,0 +1,225 @@ +# 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 17:10+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 +#: mageia-cauldron +#, no-wrap +msgid "SYSTEMD-NETWORK-GENERATOR\\&.SERVICE" +msgstr "" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd 255" +msgstr "" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "systemd-network-generator.service" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"systemd-network-generator.service, systemd-network-generator - Generate " +"network configuration from the kernel command line" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "systemd-network-generator\\&.service" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "/usr/lib/systemd/systemd-network-generator" +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"systemd-network-generator\\&.service is a system service that translates " +"I<ip=> and related settings on the kernel command line (see below) into " +"B<systemd.network>(5), B<systemd.netdev>(5), and B<systemd.link>(5) " +"configuration files understood by B<systemd-networkd.service>(8) and " +"B<systemd-udevd.service>(8)\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "Files are generated in /run/systemd/network/\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"Note: despite the name, this generator executes as a normal systemd service " +"and is I<not> an implementation of the B<systemd.generator>(7) concept\\&." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "KERNEL COMMAND LINE OPTIONS" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "This tool understands the following options:" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "I<ip=>, I<nameserver=>, I<rd\\&.route=>, I<rd\\&.peerdns=>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Translated into B<systemd.network>(5) files\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"In addition to the parameters B<dracut.cmdline>(7) defines the I<ip=> " +"option accepts the special value \"link-local\"\\&. If selected, the network " +"interfaces will be configured for link-local addressing (IPv4LL, IPv6LL) " +"only, DHCP or IPv6RA will not be enabled\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 245\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "I<ifname=>, I<net\\&.ifname-policy=>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Translated into B<systemd.link>(5) files\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "I<vlan=>, I<bond=>, I<bridge=>, I<bootdev=>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +msgid "Translated into B<systemd.netdev>(5) files\\&." +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "" +"See B<dracut.cmdline>(7) and B<systemd-udevd.service>(8) for option syntax " +"and details\\&." +msgstr "" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron +msgid "B<systemd>(1), B<systemd-networkd.service>(8), B<dracut>(8)" +msgstr "" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "systemd 254" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "/lib/systemd/systemd-network-generator" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"systemd-network-generator\\&.service is a system service that translates " +"I<ip=> and the related settings on the kernel command line (see below) into " +"B<systemd.network>(5), B<systemd.netdev>(5), and B<systemd.link>(5) " +"configuration files understood by B<systemd-networkd.service>(8) and " +"B<systemd-udevd.service>(8)\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "I<ip=>, I<rd\\&.route=>, I<rd\\&.peerdns=>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "\\(em translated into B<systemd.network>(5) files\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "\\(em translated into B<systemd.link>(5) files\\&." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "\\(em translated into B<systemd.netdev>(5) files\\&." +msgstr "" |