diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2010-03-17 00:13:19 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2010-03-17 00:13:19 +0000 |
commit | 57d90895049a91ac3ffdcc82ee7bc10005bf36be (patch) | |
tree | df92f9663788f0e79cc8e3b3f11e0d3c86d835fc /po/ru/preseed.po | |
parent | 06022d86eda5a2d4d467033ed9b9777a2e37fa0b (diff) | |
download | installation-guide-57d90895049a91ac3ffdcc82ee7bc10005bf36be.zip |
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/ru/preseed.po')
-rw-r--r-- | po/ru/preseed.po | 47 |
1 files changed, 45 insertions, 2 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po index c1c60191d..2ad23d2e4 100644 --- a/po/ru/preseed.po +++ b/po/ru/preseed.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: preseed\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2010-02-08 01:11+0000\n" +"POT-Creation-Date: 2010-03-17 00:12+0000\n" "PO-Revision-Date: 2010-02-17 20:14+0300\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" @@ -2579,7 +2579,45 @@ msgstr "Установка загрузчика" #. Tag: screen #: preseed.xml:1077 -#, no-c-format +#, fuzzy, no-c-format +#| msgid "" +#| "# Grub is the default boot loader (for x86). If you want lilo installed\n" +#| "# instead, uncomment this:\n" +#| "#d-i grub-installer/skip boolean true\n" +#| "# To also skip installing lilo, and install no bootloader, uncomment " +#| "this\n" +#| "# too:\n" +#| "#d-i lilo-installer/skip boolean true\n" +#| "\n" +#| "# This is fairly safe to set, it makes grub install automatically to the " +#| "MBR\n" +#| "# if no other operating system is detected on the machine.\n" +#| "d-i grub-installer/only_debian boolean true\n" +#| "\n" +#| "# This one makes grub-installer install to the MBR if it also finds some " +#| "other\n" +#| "# OS, which is less safe as it might not be able to boot that other OS.\n" +#| "d-i grub-installer/with_other_os boolean true\n" +#| "\n" +#| "# Alternatively, if you want to install to a location other than the " +#| "mbr,\n" +#| "# uncomment and edit these lines:\n" +#| "#d-i grub-installer/only_debian boolean false\n" +#| "#d-i grub-installer/with_other_os boolean false\n" +#| "#d-i grub-installer/bootdev string (hd0,0)\n" +#| "# To install grub to multiple disks:\n" +#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n" +#| "\n" +#| "# Optional password for grub, either in clear text\n" +#| "#d-i grub-installer/password password r00tme\n" +#| "#d-i grub-installer/password-again password r00tme\n" +#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" +#| "#d-i grub-installer/password-crypted password [MD5 hash]\n" +#| "\n" +#| "# Use the following option to add additional boot parameters for the\n" +#| "# installed system (if supported by the bootloader installer).\n" +#| "# Note: options passed to the installer will be added automatically.\n" +#| "#d-i debian-installer/add-kernel-opts string nousb" msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -2588,6 +2626,11 @@ msgid "" "# too:\n" "#d-i lilo-installer/skip boolean true\n" "\n" +"# With a few exceptions for unusual partitioning setups, GRUB 2 is now the\n" +"# default. If you need GRUB Legacy for some particular reason, then\n" +"# uncomment this:\n" +"#d-i grub-installer/grub2_instead_of_grub_legacy boolean false\n" +"\n" "# This is fairly safe to set, it makes grub install automatically to the " "MBR\n" "# if no other operating system is detected on the machine.\n" |