diff options
Diffstat (limited to 'po/ro/man8/grub2-set-default.8.po')
-rw-r--r-- | po/ro/man8/grub2-set-default.8.po | 214 |
1 files changed, 214 insertions, 0 deletions
diff --git a/po/ro/man8/grub2-set-default.8.po b/po/ro/man8/grub2-set-default.8.po new file mode 100644 index 00000000..0fbf4f8f --- /dev/null +++ b/po/ro/man8/grub2-set-default.8.po @@ -0,0 +1,214 @@ +# Romanian translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +msgid "" +msgstr "" +"Project-Id-Version: manpages-l10n 4.18.1\n" +"POT-Creation-Date: 2024-03-01 16:58+0100\n" +"PO-Revision-Date: 2024-03-02 02:14+0100\n" +"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n" +"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Poedit 3.2.2\n" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB-SET-DEFAULT" +msgstr "GRUB-SET-DEFAULT" + +#. type: TH +#: fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "February 2024" +msgstr "februarie 2024" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "GRUB 2.06" +msgstr "GRUB 2.06" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "System Administration Utilities" +msgstr "Utilitare de administrare a sistemului" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NUME" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "grub-set-default - set the saved default boot entry for GRUB" +msgstr "" +"grub-set-default - stabilește intrarea implicită de pornire salvată pentru " +"GRUB" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "REZUMAT" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-set-default> [I<\\,OPTION\\/>] I<\\,MENU_ENTRY\\/>" +msgstr "B<grub-set-default> [I<\\,OPȚIUNE\\/>] I<\\,INTRARE_MENIU\\/>" + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIERE" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"Set the default boot menu entry for GRUB. This requires setting " +"GRUB_DEFAULT=saved in I<\\,/etc/default/grub\\/>." +msgstr "" +"Stabilește intrarea implicită din meniul de pornire pentru GRUB. Acest lucru " +"necesită definirea opțiunii „GRUB_DEFAULT=saved” în fișierul I<\\,/etc/" +"default/grub\\/>." + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-h>, B<--help>" +msgstr "B<-h>, B<--help>" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "print this message and exit" +msgstr "afișează acest mesaj și iese" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<-V>, B<--version>" +msgstr "B<-V>, B<--version>" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "print the version information and exit" +msgstr "afișează informațiile despre versiune și iese" + +#. type: TP +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "B<--boot-directory>=I<\\,DIR\\/>" +msgstr "B<--boot-directory>=I<\\,DIRECTOR\\/>" + +#. 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 "" +"așteaptă imaginile de GRUB sub directorul „DIRECTOR/grub2”, în loc de sub " +"directorul I<\\,/boot/grub2\\/>" + +#. 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." +msgstr "" +"INTRARE_MENIU este un număr, un titlu al unui element de meniu sau un " +"identificator al unui element de meniu." + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "RAPORTAREA ERORILOR" + +#. 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 "Raportați erorile la E<lt>bug-grub@gnu.orgE<gt>." + +#. type: SH +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "CONSULTAȚI ȘI" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<grub-reboot>(8), B<grub-editenv>(1)" +msgstr "B<grub-reboot>(8), B<grub-editenv>(1)" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "" +"The full documentation for B<grub-set-default> is maintained as a Texinfo " +"manual. If the B<info> and B<grub-set-default> programs are properly " +"installed at your site, the command" +msgstr "" +"Documentația completă pentru B<grub-set-default> este menținută ca un manual " +"Texinfo. Dacă programele B<info> și B<grub-set-default> sunt instalate " +"corect în sistemul dvs., comanda" + +#. type: Plain text +#: fedora-40 fedora-rawhide mageia-cauldron opensuse-leap-15-6 +#: opensuse-tumbleweed +msgid "B<info grub-set-default>" +msgstr "B<info grub-set-default>" + +#. 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 "ar trebui să vă permită accesul la manualul complet." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "September 2023" +msgstr "septembrie 2023" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "ianuarie 2024" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "grub-set-default (GRUB2) 2.12" +msgstr "grub-set-default (GRUB2) 2.12" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "GRUB2 2.12" +msgstr "GRUB2 2.12" |