summaryrefslogtreecommitdiff
path: root/po/ru/partitioning.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/partitioning.po')
-rw-r--r--po/ru/partitioning.po61
1 files changed, 7 insertions, 54 deletions
diff --git a/po/ru/partitioning.po b/po/ru/partitioning.po
index 4d8450781..61b8d9f61 100644
--- a/po/ru/partitioning.po
+++ b/po/ru/partitioning.po
@@ -7,15 +7,14 @@ msgstr ""
"Project-Id-Version: partitioning\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
"POT-Creation-Date: 2006-10-29 14:49+0000\n"
-"PO-Revision-Date: 2006-10-26 21:43+0400\n"
+"PO-Revision-Date: 2006-10-29 18:59+0300\n"
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.2\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. Tag: title
#: partitioning.xml:5
@@ -648,15 +647,13 @@ msgstr ""
#: partitioning.xml:317
#, no-c-format
msgid "The first floppy drive is named <filename>/dev/fd0</filename>."
-msgstr ""
-"Первый дисковод гибких дисков называется <filename>/dev/fd0</filename>."
+msgstr "Первый дисковод гибких дисков называется <filename>/dev/fd0</filename>."
#. Tag: para
#: partitioning.xml:322
#, no-c-format
msgid "The second floppy drive is named <filename>/dev/fd1</filename>."
-msgstr ""
-"Второй дисковод гибких дисков называется <filename>/dev/fd1</filename>."
+msgstr "Второй дисковод гибких дисков называется <filename>/dev/fd1</filename>."
#. Tag: para
#: partitioning.xml:327
@@ -758,10 +755,8 @@ msgstr "Первое устройство DASD называется <filename>/d
#. Tag: para
#: partitioning.xml:397
#, no-c-format
-msgid ""
-"The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
-msgstr ""
-"Второе устройство DASD называется <filename>/dev/dasdb</filename>и так далее."
+msgid "The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
+msgstr "Второе устройство DASD называется <filename>/dev/dasdb</filename>и так далее."
#. Tag: para
#: partitioning.xml:405
@@ -1049,7 +1044,7 @@ msgstr ""
#: partitioning.xml:582
#, no-c-format
msgid "Remember to mark your boot partition as <quote>Bootable</quote>."
-msgstr ""
+msgstr "Не забудьте пометить раздел загрузки как <quote>Загрузочный</quote>."
#. Tag: para
#: partitioning.xml:585
@@ -1737,45 +1732,3 @@ msgstr ""
"Это является простым соглашением в Sun disk label и помогает системному "
"загрузчику<command>SILO</command> загружаться."
-#~ msgid ""
-#~ "If you will be working with more than 20 partitions on your ide disk, you "
-#~ "will need to create devices for partitions 21 and beyond. The next step "
-#~ "of initializing the partition will fail unless a proper device is "
-#~ "present. As an example, here are commands you can use in <userinput>tty2</"
-#~ "userinput> or under <guimenuitem>Execute a shell</guimenuitem> to add a "
-#~ "device so the 21st partition can be initialized: "
-#~ "<informalexample><screen>\n"
-#~ "# cd /dev\n"
-#~ "# mknod hda21 b 3 21\n"
-#~ "# chgrp disk hda21\n"
-#~ "# chmod 660 hda21\n"
-#~ "</screen></informalexample> Booting into the new system will fail unless "
-#~ "proper devices are present on the target system. After installing the "
-#~ "kernel and modules, execute: <informalexample><screen>\n"
-#~ "# cd /target/dev\n"
-#~ "# mknod hda21 b 3 21\n"
-#~ "# chgrp disk hda21\n"
-#~ "# chmod 660 hda21\n"
-#~ "</screen></informalexample> <phrase arch=\"x86\">Remember to mark your "
-#~ "boot partition as <quote>Bootable</quote>.</phrase>"
-#~ msgstr ""
-#~ "Если вы будете работать с более чем 20 разделами на ide диске, то вам "
-#~ "нужно создать устройства для разделов начиная с 21-го и далее. Следующий "
-#~ "шаг инициализации раздела завершится неудачно, если устройства не будет. "
-#~ "В качестве примера здесь показаны команды, которые вы можете выполнить на "
-#~ "<userinput>tty2</userinput> или через <guimenuitem>Запуск оболочки</"
-#~ "guimenuitem> для добавления устройства 21 раздела: "
-#~ "<informalexample><screen>\n"
-#~ "# cd /dev\n"
-#~ "# mknod hda21 b 3 21 \n"
-#~ "# chgrp disk hda21\n"
-#~ "# chmod 660 hda21\n"
-#~ "</screen></informalexample> Загрузка в новую систему завершится неудачно, "
-#~ "если в системе не будет нужных устройств. После установки ядра и модулей, "
-#~ "выполните: <informalexample><screen>\n"
-#~ "# cd /target/dev\n"
-#~ "# mknod hda21 b 3 21 \n"
-#~ "# chgrp disk hda21\n"
-#~ "# chmod 660 hda21\n"
-#~ "</screen></informalexample> <phrase arch=\"x86\">Не забудьте пометить "
-#~ "раздел загрузки как <quote>Загрузочный</quote>.</phrase>"