diff options
Diffstat (limited to '')
-rw-r--r-- | templates/man8/systemd-vconsole-setup.service.8.pot | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/templates/man8/systemd-vconsole-setup.service.8.pot b/templates/man8/systemd-vconsole-setup.service.8.pot new file mode 100644 index 00000000..75f0d5e5 --- /dev/null +++ b/templates/man8/systemd-vconsole-setup.service.8.pot @@ -0,0 +1,171 @@ +# 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:11+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 fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "SYSTEMD-VCONSOLE-SETUP\\&.SERVICE" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd 255" +msgstr "" + +#. type: TH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "systemd-vconsole-setup.service" +msgstr "" + +#. ----------------------------------------------------------------- +#. * MAIN CONTENT STARTS HERE * +#. ----------------------------------------------------------------- +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"systemd-vconsole-setup.service, systemd-vconsole-setup - Configure the " +"virtual consoles" +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "systemd-vconsole-setup\\&.service" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "B</usr/lib/systemd/systemd-vconsole-setup> [TTY]" +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<systemd-vconsole-setup> sets up and configures either all virtual " +"consoles, or \\(em if the optional I<TTY> parameter is provided \\(em a " +"specific one\\&. When the system is booting up, systemd-vconsole-setup\\&." +"service is called by B<systemd-udevd>(8) during VT console subsystem " +"initialization\\&. Also, B<systemd-localed.service>(8) invokes it as needed " +"when language or console changes are made\\&. Internally, this program calls " +"B<loadkeys>(1) and B<setfont>(8)\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Execute B<systemctl restart systemd-vconsole-setup\\&.service> in order to " +"apply any manual changes made to /etc/vconsole\\&.conf\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"See B<vconsole.conf>(5) for information about the configuration files and " +"kernel command line options understood by this program\\&." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "CREDENTIALS" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<systemd-vconsole-setup> supports the service credentials logic as " +"implemented by I<ImportCredential=>/I<LoadCredential=>/I<SetCredential=> " +"(see B<systemd.exec>(5) for details)\\&. The following credentials are used " +"when passed in:" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "I<vconsole\\&.keymap>, I<vconsole\\&.keymap_toggle>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The keymap (and toggle keymap) to apply\\&. The matching options in " +"vconsole\\&.conf and on the kernel command line take precedence over these " +"credentials\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"Note the relationship to the I<firstboot\\&.keymap> credential understood by " +"B<systemd-firstboot.service>(8): both ultimately affect the same setting, " +"but I<firstboot\\&.keymap> is written into /etc/vconsole\\&.conf on first " +"boot (if not already configured), and then read from there by B<systemd-" +"vconsole-setup>, while I<vconsole\\&.keymap> is read on every boot, and is " +"not persisted to disk (but any configuration in vconsole\\&.conf will take " +"precedence if present)\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "Added in version 253\\&." +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"I<vconsole\\&.font>, I<vconsole\\&.font_map>, I<vconsole\\&.font_unimap>" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"The console font settings to apply\\&. The matching options in vconsole\\&." +"conf and on the kernel command line take precedence over these " +"credentials\\&." +msgstr "" + +#. type: SH +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux fedora-40 fedora-rawhide mageia-cauldron +msgid "" +"B<systemd>(1), B<vconsole.conf>(5), B<loadkeys>(1), B<setfont>(8), B<systemd-" +"localed.service>(8)" +msgstr "" |