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/grub2-reboot.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 '')
-rw-r--r-- | templates/man8/grub2-reboot.8.pot | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/templates/man8/grub2-reboot.8.pot b/templates/man8/grub2-reboot.8.pot new file mode 100644 index 00000000..62e8d518 --- /dev/null +++ b/templates/man8/grub2-reboot.8.pot @@ -0,0 +1,217 @@ +# 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:58+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 +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-REBOOT" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "February 2024" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GRUB 2.06" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "System Administration Utilities" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"grub-reboot - set the default boot entry for GRUB, for the next boot only" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-reboot> [I<\\,OPTION\\/>] I<\\,MENU_ENTRY\\/>" +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Set the default boot menu entry for GRUB, for the next boot only." +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "print this message and exit" +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "print the version information and exit" +msgstr "" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--boot-directory>=I<\\,DIR\\/>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"expect GRUB images under the directory DIR/grub2 instead of the I<\\,/boot/" +"grub2\\/> directory" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"MENU_ENTRY is a number, a menu item title or a menu item identifier. Please " +"note that menu items in submenus or sub-submenus require specifying the " +"submenu components and then the menu item component. The titles should be " +"separated using the greater-than character (E<gt>) with no extra spaces. " +"Depending on your shell some characters including E<gt> may need escaping. " +"More information about this is available in the GRUB Manual in the section " +"about the 'default' command." +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"NOTE: In cases where GRUB cannot write to the environment block, such as " +"when it is stored on an MDRAID or LVM device, the chosen boot menu entry " +"will remain the default even after reboot." +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "Report bugs to E<lt>bug-grub@gnu.orgE<gt>." +msgstr "" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-set-default>(8), B<grub-editenv>(1)" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-reboot> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-reboot> programs are properly installed " +"at your site, the command" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-reboot>" +msgstr "" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "should give you access to the complete manual." +msgstr "" + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "September 2023" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "grub-reboot (GRUB2) 2.12" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB2 2.12" +msgstr "" |