diff options
author | Felipe Augusto van de Wiel <faw@debian.org> | 2008-08-08 00:01:51 +0000 |
---|---|---|
committer | Felipe Augusto van de Wiel <faw@debian.org> | 2008-08-08 00:01:51 +0000 |
commit | 96c8f234a4030bb7d0b4f516008b36bcaf37a3f8 (patch) | |
tree | 101a81d393bdaddf0752b722f30e51cffb288419 /po/ru/preseed.po | |
parent | 0721698b078f1c3baa0f12885439f4e94f17649a (diff) | |
download | installation-guide-96c8f234a4030bb7d0b4f516008b36bcaf37a3f8.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 | 80 |
1 files changed, 24 insertions, 56 deletions
diff --git a/po/ru/preseed.po b/po/ru/preseed.po index cbd1fa092..dabfd9cff 100644 --- a/po/ru/preseed.po +++ b/po/ru/preseed.po @@ -14,7 +14,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 @@ -174,8 +175,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 @@ -681,7 +684,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 @@ -804,7 +808,8 @@ msgstr "Полезные в автоматизации псевдонимы" #: preseed.xml:495 #, no-c-format msgid "The following aliases can be useful when using (auto mode) preseeding." -msgstr "Следующие псевдонимы могут быть полезны при автоматизации (режим auto)." +msgstr "" +"Следующие псевдонимы могут быть полезны при автоматизации (режим auto)." #. Tag: entry #: preseed.xml:505 @@ -948,7 +953,8 @@ msgstr "mirror/suite" #: preseed.xml:523 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" -msgstr "Использование сервера DHCP для указания файлов автоматической конфигурации" +msgstr "" +"Использование сервера DHCP для указания файлов автоматической конфигурации" #. Tag: para #: preseed.xml:524 @@ -1035,13 +1041,16 @@ msgstr "" #: preseed.xml:565 #, no-c-format msgid "<owner> <question name> <question type> <value>" -msgstr "<владелец> <имя вопроса> <тип вопроса> <значение>" +msgstr "" +"<владелец> <имя вопроса> <тип вопроса> <значение>" #. Tag: para #: preseed.xml:567 #, 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:574 @@ -1391,48 +1400,6 @@ msgstr "Следующие переменные debconf относятся к н #. Tag: screen #: preseed.xml:754 #, 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" 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" @@ -1520,8 +1487,8 @@ msgstr "" "\n" "# Если для работы сети или другого оборудования требуется несвободная\n" "# микропрограмма, то вы можете указать программе установки всегда пытаться\n" -"# её загружать не задавая вопросов. Или замените значение на false, чтобы " -"# этот вопрос вообще не задавался.\n" +"# её загружать не задавая вопросов. Или замените значение на false, чтобы # " +"этот вопрос вообще не задавался.\n" "#d-i hw-detect/load_firmware boolean true" #. Tag: title @@ -2112,7 +2079,8 @@ msgstr "" #. Tag: para #: preseed.xml:896 #, 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 @@ -2638,7 +2606,8 @@ msgstr "" #: preseed.xml:1046 #, no-c-format msgid "Using preseeding to change default values" -msgstr "Использование автоматической установки для изменения значений по умолчанию" +msgstr "" +"Использование автоматической установки для изменения значений по умолчанию" #. Tag: para #: preseed.xml:1047 @@ -2779,4 +2748,3 @@ msgstr "" "разных по сути метода автоматизации, что, например, приведёт к выполнению " "команды из preseed/early дважды: один раз из первого метода, второй раз " "после включения сети." - |