summaryrefslogtreecommitdiff
path: root/po/ru/preseed.po
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2008-09-28 00:12:13 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2008-09-28 00:12:13 +0000
commit8b4eb9dc6bcf9e3a172eaaa3e6fffcc09c9f66e4 (patch)
treeeb8a33b436143defd18473f013a4b99e4c098b11 /po/ru/preseed.po
parent9f5f640e6954dbfd1748e7bb2f46e71e49de6013 (diff)
downloadinstallation-guide-8b4eb9dc6bcf9e3a172eaaa3e6fffcc09c9f66e4.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.po87
1 files changed, 82 insertions, 5 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po
index 5b6ae394b..97cb38202 100644
--- a/po/ru/preseed.po
+++ b/po/ru/preseed.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2008-09-26 00:09+0000\n"
+"POT-Creation-Date: 2008-09-28 00:09+0000\n"
"PO-Revision-Date: 2008-08-17 22:10+0400\n"
"Last-Translator: D-R L10N Team <debian-l10n-russian@lists.debian.org>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1281,12 +1281,17 @@ msgstr ""
#. Tag: para
#: preseed.xml:693
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Keyboard configuration consists of selecting a keyboard architecture and "
+#| "a keymap. In most cases the correct keyboard architecture is selected by "
+#| "default, so there's normally no need to preseed it. The keymap must be "
+#| "valid for the selected keyboard architecture."
msgid ""
"Keyboard configuration consists of selecting a keyboard architecture and a "
"keymap. In most cases the correct keyboard architecture is selected by "
-"default, so there's normally no need to preseed it. The keymap must be valid "
-"for the selected keyboard architecture."
+"default, so there's normally no need to preseed it. The keymap must be known "
+"to the &d-i; for the selected keyboard architecture."
msgstr ""
"Настройка клавиатуры состоит из указания архитектуры клавиатуры и раскладки. "
"В большинстве случаев правильная архитектура клавиатуры уже выбрана по "
@@ -1655,7 +1660,77 @@ msgstr ""
#. Tag: screen
#: preseed.xml:829
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# Note: this must be preseeded with a localized (translated) value.\n"
+#| "#d-i partman-auto/init_automatically_partition \\\n"
+#| "# select Guided - use the largest continuous free space\n"
+#| "\n"
+#| "# Alternatively, you can specify a disk to partition. The device name "
+#| "must\n"
+#| "# be given in traditional non-devfs format.\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "# Note: A disk must be specified, unless the system has only one disk.\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are: \"regular\", \"lvm\" and \"crypto"
+#| "\"\n"
+#| "d-i partman-auto/method string lvm\n"
+#| "\n"
+#| "# If one of the disks that are going to be automatically partitioned\n"
+#| "# contains an old LVM configuration, the user will normally receive a\n"
+#| "# warning. This can be preseeded away...\n"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "\n"
+#| "# You can choose from any of the predefined partitioning recipes.\n"
+#| "# Note: this must be preseeded with a localized (translated) value.\n"
+#| "d-i partman-auto/choose_recipe \\\n"
+#| " select All files in one partition (recommended for new users)\n"
+#| "#d-i partman-auto/choose_recipe \\\n"
+#| "# select Separate /home partition\n"
+#| "#d-i partman-auto/choose_recipe \\\n"
+#| "# select Separate /home, /usr, /var, and /tmp partitions\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# The recipe format is documented in the file devel/partman-auto-recipe."
+#| "txt.\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation, "
+#| "provided\n"
+#| "# that you told it what to do using one of the methods above.\n"
+#| "d-i partman/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition \\\n"
+#| " select Finish partitioning and write changes to disk\n"
+#| "d-i partman/confirm boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# Note: this must be preseeded with a localized (translated) value.\n"
@@ -1675,6 +1750,8 @@ msgid ""
"# contains an old LVM configuration, the user will normally receive a\n"
"# warning. This can be preseeded away...\n"
"d-i partman-lvm/device_remove_lvm boolean true\n"
+"# The same applies to pre-existing software RAID array:\n"
+"d-i parman-md/device_remove_md boolean true\n"
"# And the same goes for the confirmation to write the lvm partitions.\n"
"d-i partman-lvm/confirm boolean true\n"
"\n"