From 741a9c3113fb2e5bcff87ce115253ec58f8aa276 Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Sun, 4 Oct 2009 23:58:30 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/ru/preseed.po | 97 ++++++++++++-------------------------------------------- 1 file changed, 20 insertions(+), 77 deletions(-) (limited to 'po') diff --git a/po/ru/preseed.po b/po/ru/preseed.po index 58bbd8348..d2776435b 100644 --- a/po/ru/preseed.po +++ b/po/ru/preseed.po @@ -15,7 +15,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\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 #: preseed.xml:16 @@ -175,8 +176,10 @@ msgstr "нет" #. Tag: entry #: preseed.xml:93 #, no-c-format -msgid "hd-media (including usb-stick)" -msgstr "hd-media (включая usb-носители)" +msgid "" +"hd-media (including usb-stick)" +msgstr "" +"hd-media (включая usb-носители)" #. Tag: entry #: preseed.xml:98 @@ -682,7 +685,8 @@ msgstr "если в URL не указан протокол, то использ msgid "" "if the hostname section contains no periods, it has the domain derived from " "DHCP appended to it, and" -msgstr "если в имени машины нет точек, то будет добавлен домен, полученный по DHCP, и" +msgstr "" +"если в имени машины нет точек, то будет добавлен домен, полученный по DHCP, и" #. Tag: para #: preseed.xml:431 @@ -957,7 +961,8 @@ msgstr "mirror/suite" #: preseed.xml:527 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" -msgstr "Использование сервера DHCP для указания файлов автоматической конфигурации" +msgstr "" +"Использование сервера DHCP для указания файлов автоматической конфигурации" #. Tag: para #: preseed.xml:528 @@ -1044,13 +1049,16 @@ msgstr "" #: preseed.xml:569 #, no-c-format msgid "<owner> <question name> <question type> <value>" -msgstr "<владелец> <имя вопроса> <тип вопроса> <значение>" +msgstr "" +"<владелец> <имя вопроса> <тип вопроса> <значение>" #. Tag: para #: preseed.xml:571 #, no-c-format -msgid "There are a few rules to keep in mind when writing a preconfiguration file." -msgstr "При написании файла ответов есть несколько правил, которые нужно помнить." +msgid "" +"There are a few rules to keep in mind when writing a preconfiguration file." +msgstr "" +"При написании файла ответов есть несколько правил, которые нужно помнить." #. Tag: para #: preseed.xml:578 @@ -1708,72 +1716,6 @@ msgstr "" #. Tag: screen #: preseed.xml:844 #, no-c-format -#| msgid "" -#| "# If the system has free space you can choose to only partition that " -#| "space.\n" -#| "#d-i partman-auto/init_automatically_partition select biggest_free\n" -#| "\n" -#| "# Alternatively, you can specify a disk to partition. The device name " -#| "must\n" -#| "# be given in traditional non-devfs format.\n" -#| "# Note: A disk must be specified, unless the system has only one disk.\n" -#| "# For example, to use the first SCSI/SATA hard 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" -#| "# The same applies to pre-existing software RAID array:\n" -#| "d-i partman-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" -#| "# You can choose one of the three predefined partitioning recipes:\n" -#| "# - atomic: all files in one partition\n" -#| "# - home: separate /home partition\n" -#| "# - multi: separate /home, /usr, /var, and /tmp partitions\n" -#| "d-i partman-auto/choose_recipe select atomic\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-partitioning/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true" msgid "" "# If the system has free space you can choose to only partition that space.\n" "# This is only honoured if partman-auto/method (below) is not set.\n" @@ -2261,7 +2203,8 @@ msgstr "" #. Tag: para #: preseed.xml:950 #, no-c-format -msgid "The following command can be used to generate an MD5 hash for a password:" +msgid "" +"The following command can be used to generate an MD5 hash for a password:" msgstr "С помощью следующей команды можно сгенерировать MD5 хеш для пароля:" #. Tag: screen @@ -2755,7 +2698,8 @@ msgstr "" #: preseed.xml:1086 #, no-c-format msgid "Using preseeding to change default values" -msgstr "Использование автоматической установки для изменения значений по умолчанию" +msgstr "" +"Использование автоматической установки для изменения значений по умолчанию" #. Tag: para #: preseed.xml:1087 @@ -2914,4 +2858,3 @@ msgstr "" "разных по сути метода автоматизации, что, например, приведёт к выполнению " "команды из preseed/early дважды: один раз из первого метода, второй раз " "после включения сети." - -- cgit v1.2.3