diff options
Diffstat (limited to 'po/ru/preseed.po')
-rw-r--r-- | po/ru/preseed.po | 279 |
1 files changed, 35 insertions, 244 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po index 3aeaeab3b..9a89ec368 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 "<entry>нет</entry>" #. Tag: entry #: preseed.xml:93 #, no-c-format -msgid "hd-media <phrase condition=\"bootable-usb\">(including usb-stick)</phrase>" -msgstr "hd-media <phrase condition=\"bootable-usb\">(включая usb-носители)</phrase>" +msgid "" +"hd-media <phrase condition=\"bootable-usb\">(including usb-stick)</phrase>" +msgstr "" +"hd-media <phrase condition=\"bootable-usb\">(включая usb-носители)</phrase>" #. 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 @@ -1409,55 +1417,6 @@ msgstr "Следующие переменные debconf относятся к н #. Tag: screen #: preseed.xml:762 #, no-c-format -#| msgid "" -#| "# netcfg will choose an interface that has link if possible. This makes " -#| "it\n" -#| "# skip displaying a list if there is more than one interface.\n" -#| "d-i netcfg/choose_interface select auto\n" -#| "\n" -#| "# To pick a particular interface instead:\n" -#| "#d-i netcfg/choose_interface select eth1\n" -#| "\n" -#| "# If you have a slow dhcp server and the installer times out waiting for\n" -#| "# it, this might be useful.\n" -#| "#d-i netcfg/dhcp_timeout string 60\n" -#| "\n" -#| "# If you prefer to configure the network manually, uncomment this line " -#| "and\n" -#| "# the static network configuration below.\n" -#| "#d-i netcfg/disable_dhcp boolean true\n" -#| "\n" -#| "# If you want the preconfiguration file to work on systems both with and\n" -#| "# without a dhcp server, uncomment these lines and the static network\n" -#| "# configuration below.\n" -#| "#d-i netcfg/dhcp_failed note\n" -#| "#d-i netcfg/dhcp_options select Configure network manually\n" -#| "\n" -#| "# Static network configuration.\n" -#| "#d-i netcfg/get_nameservers string 192.168.1.1\n" -#| "#d-i netcfg/get_ipaddress string 192.168.1.42\n" -#| "#d-i netcfg/get_netmask string 255.255.255.0\n" -#| "#d-i netcfg/get_gateway string 192.168.1.1\n" -#| "#d-i netcfg/confirm_static boolean true\n" -#| "\n" -#| "# Any hostname and domain names assigned from dhcp take precedence over\n" -#| "# values set here. However, setting the values still prevents the " -#| "questions\n" -#| "# from being shown, even if values come from dhcp.\n" -#| "d-i netcfg/get_hostname string unassigned-hostname\n" -#| "d-i netcfg/get_domain string unassigned-domain\n" -#| "\n" -#| "# Disable that annoying WEP key dialog.\n" -#| "d-i netcfg/wireless_wep string\n" -#| "# The wacky dhcp hostname that some ISPs use as a password of sorts.\n" -#| "#d-i netcfg/dhcp_hostname string radish\n" -#| "\n" -#| "# If non-free firmware is needed for the network or other hardware, you " -#| "can\n" -#| "# configure the installer to always try to load it, without prompting. " -#| "Or\n" -#| "# change to false to disable asking.\n" -#| "#d-i hw-detect/load_firmware boolean true" msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" "# installations on non-networked devices where the network questions,\n" @@ -1757,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/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" "#d-i partman-auto/init_automatically_partition select biggest_free\n" @@ -1988,55 +1881,6 @@ msgstr "" #. Tag: screen #: preseed.xml:870 #, no-c-format -#| msgid "" -#| "# NOTE: this option is of beta release quality and should be used " -#| "carefully\n" -#| "\n" -#| "# The method should be set to \"raid\".\n" -#| "#d-i partman-auto/method string raid\n" -#| "# Specify the disks to be partitioned. They will all get the same " -#| "layout,\n" -#| "# so this will only work if the disks are the same size.\n" -#| "#d-i partman-auto/disk string /dev/sda /dev/sdb\n" -#| "\n" -#| "# Next you need to specify the physical partitions that will be used. \n" -#| "#d-i partman-auto/expert_recipe string \\\n" -#| "# multiraid :: \\\n" -#| "# 1000 5000 4000 raid \\\n" -#| "# $primary{ } method{ raid } \\\n" -#| "# . \\\n" -#| "# 64 512 300% raid \\\n" -#| "# method{ raid } \\\n" -#| "# . \\\n" -#| "# 500 10000 1000000000 raid \\\n" -#| "# method{ raid } \\\n" -#| "# .\n" -#| "\n" -#| "# Last you need to specify how the previously defined partitions will be\n" -#| "# used in the RAID setup. Remember to use the correct partition numbers\n" -#| "# for logical partitions.\n" -#| "# Parameters are:\n" -#| "# <raidtype> <devcount> <sparecount> <fstype> <" -#| "mountpoint> \\\n" -#| "# <devices> <sparedevices>\n" -#| "# RAID levels 0, 1, 5, 6 and 10 are supported; devices are separated " -#| "using \"#\"\n" -#| "#d-i partman-auto-raid/recipe string \\\n" -#| "# 1 2 0 ext3 / \\\n" -#| "# /dev/sda1#/dev/sdb1 \\\n" -#| "# . \\\n" -#| "# 1 2 0 swap - \\\n" -#| "# /dev/sda5#/dev/sdb5 \\\n" -#| "# . \\\n" -#| "# 0 2 0 ext3 /home \\\n" -#| "# /dev/sda6#/dev/sdb6 \\\n" -#| "# .\n" -#| "\n" -#| "# This makes partman automatically partition without confirmation.\n" -#| "d-i partman-md/confirm boolean true\n" -#| "d-i partman/confirm_write_new_label boolean true\n" -#| "d-i partman/choose_partition select finish\n" -#| "d-i partman/confirm boolean true" msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" "\n" @@ -2149,14 +1993,14 @@ msgid "" "names, or based on a label you assign. If you ask the installer to mount by " "label, any filesystems without a label will be mounted using a UUID instead." msgstr "" -"Обычно, файловые системы монтируются с использованием в качестве " -"ключа универсального уникального идентификатора (UUID); " -"это позволяет монтировать их правильно, даже если изменились их " -"имена устройств. UUID-ы длинные и сложночитаемы, поэтому, по " -"вашему желанию, программа установки может смонтировать файловые системы " -"основываясь на традиционных именах устройств, или на основе назначенных вами " -"меток. Если вы укажите программе установки монтировать по меткам, то " -"все файловые системы без метки будут смонтированы на основе UUID." +"Обычно, файловые системы монтируются с использованием в качестве ключа " +"универсального уникального идентификатора (UUID); это позволяет монтировать " +"их правильно, даже если изменились их имена устройств. UUID-ы длинные и " +"сложночитаемы, поэтому, по вашему желанию, программа установки может " +"смонтировать файловые системы основываясь на традиционных именах устройств, " +"или на основе назначенных вами меток. Если вы укажите программе установки " +"монтировать по меткам, то все файловые системы без метки будут смонтированы " +"на основе UUID." #. Tag: para #: preseed.xml:885 @@ -2166,8 +2010,8 @@ msgid "" "their traditional names rather than UUIDs." msgstr "" "Для устройств со стабильными именами, такими как логические тома LVM, при " -"монтировании будет продолжено использование их традиционных имён, " -"а не UUID-ы." +"монтировании будет продолжено использование их традиционных имён, а не UUID-" +"ы." #. Tag: para #: preseed.xml:892 @@ -2180,11 +2024,10 @@ msgid "" "be random." msgstr "" "Традиционные имена устройств могут изменяться из-за порядка, в котором ядро " -"обнаруживает устройства при загрузке, что может приводить к монтированию " -"не тех файловых систем. Подобным образом, могут встретиться одинаковые " -"метки, если вы подключаете новый диск или USB-устройство, и " -"если это случается, то ваша система начинает работать непредсказуемым " -"образом." +"обнаруживает устройства при загрузке, что может приводить к монтированию не " +"тех файловых систем. Подобным образом, могут встретиться одинаковые метки, " +"если вы подключаете новый диск или USB-устройство, и если это случается, то " +"ваша система начинает работать непредсказуемым образом." #. Tag: screen #: preseed.xml:902 @@ -2358,7 +2201,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 @@ -2560,25 +2404,6 @@ msgstr "" #. Tag: screen #: preseed.xml:1034 #, no-c-format -#| msgid "" -#| "#tasksel tasksel/first multiselect standard, web-server\n" -#| "# If the desktop task is selected, install the kde and xfce desktops\n" -#| "# instead of the default gnome desktop.\n" -#| "#tasksel tasksel/desktop multiselect kde, xfce\n" -#| "\n" -#| "# Individual additional packages to install\n" -#| "#d-i pkgsel/include string openssh-server build-essential\n" -#| "# Whether to upgrade packages after debootstrap.\n" -#| "# Allowed values: none, safe-upgrade, full-upgrade\n" -#| "#d-i pkgsel/upgrade select none\n" -#| "\n" -#| "# Some versions of the installer can report back on what software you " -#| "have\n" -#| "# installed, and what software you use. The default is not to report " -#| "back,\n" -#| "# but sending reports helps the project determine what software is most\n" -#| "# popular and include it on CDs.\n" -#| "#popularity-contest popularity-contest/participate boolean false" msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" "# If the desktop task is selected, install the kde and xfce desktops\n" @@ -2633,39 +2458,6 @@ msgstr "Установка загрузчика" #. Tag: screen #: preseed.xml:1041 #, 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]" msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" "# instead, uncomment this:\n" @@ -2732,8 +2524,7 @@ msgstr "" "#d-i grub-installer/password password r00tme\n" "#d-i grub-installer/password-again password r00tme\n" "# или в шифрованном виде с помощью хеша MD5, см. grub-md5-crypt(8).\n" -"#d-i grub-installer/password-crypted password [MD5 хеш] " -"\n" +"#d-i grub-installer/password-crypted password [MD5 хеш] \n" "# Используйте следующий параметр, чтобы добавить дополнительные\n" "# параметры загрузки для установленной системы ( если это\n" "# поддерживается установщиком загрузчика).\n" @@ -2905,7 +2696,8 @@ msgstr "" #: preseed.xml:1086 #, no-c-format msgid "Using preseeding to change default values" -msgstr "Использование автоматической установки для изменения значений по умолчанию" +msgstr "" +"Использование автоматической установки для изменения значений по умолчанию" #. Tag: para #: preseed.xml:1087 @@ -3064,4 +2856,3 @@ msgstr "" "разных по сути метода автоматизации, что, например, приведёт к выполнению " "команды из preseed/early дважды: один раз из первого метода, второй раз " "после включения сети." - |