From 5bb511be569cf61b871457013f5971a8df8afba2 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 7 Feb 2006 15:08:15 +0000 Subject: Update of POT and PO files for the manual --- po/ru/random-bits.po | 154 +++++++++++++++++++++++++-------------------------- 1 file changed, 77 insertions(+), 77 deletions(-) (limited to 'po/ru/random-bits.po') diff --git a/po/ru/random-bits.po b/po/ru/random-bits.po index 73d54438e..85523e07f 100644 --- a/po/ru/random-bits.po +++ b/po/ru/random-bits.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: random-bits\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2006-01-31 23:11+0000\n" +"POT-Creation-Date: 2006-02-07 15:07+0000\n" "PO-Revision-Date: 2006-01-11 20:56+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -837,12 +837,15 @@ msgstr "Установка debootstrap" #. Tag: para #: random-bits.xml:366 -#, no-c-format +#, fuzzy, no-c-format msgid "" "The tool that the Debian installer uses, which is recognized as the official " "way to install a Debian base system, is debootstrap. It " "uses wget and ar, but otherwise " -"depends only on /bin/sh. Install wget/bin/sh and basic Unix/Linux " +"tools These include the GNU core utilities and commands " +"like sed, grep, tar " +"and gzip. . Install wget and ar if they aren't already on your current " "system, then download and install debootstrap." msgstr "" @@ -854,19 +857,7 @@ msgstr "" "в системе, а затем загрузите и установите debootstrap." #. Tag: para -#: random-bits.xml:376 -#, no-c-format -msgid "" -"If you have an rpm-based system, you can use alien to convert the .deb into ." -"rpm, or download an rpm-ized version at " -msgstr "" -"Если у вас система, основанная на rpm, вы можете использовать alien для " -"конвертации .deb в .rpm или загрузить rpm версию с " - -#. Tag: para -#: random-bits.xml:382 +#: random-bits.xml:396 #, no-c-format msgid "" "Or, you can use the following procedure to install it manually. Make a work " @@ -893,7 +884,7 @@ msgstr "" "установки бинарных файлов." #. Tag: screen -#: random-bits.xml:397 +#: random-bits.xml:411 #, no-c-format msgid "" "# ar -x debootstrap_0.X.X_arch.deb\n" @@ -905,7 +896,7 @@ msgstr "" "# zcat /full-path-to-work/work/data.tar.gz | tar xv" #. Tag: para -#: random-bits.xml:399 +#: random-bits.xml:413 #, no-c-format msgid "" "Note that running debootstrap may require you to have a " @@ -920,13 +911,13 @@ msgstr "" "glibc." #. Tag: title -#: random-bits.xml:410 +#: random-bits.xml:424 #, no-c-format msgid "Run debootstrap" msgstr "Запуск debootstrap" #. Tag: para -#: random-bits.xml:411 +#: random-bits.xml:425 #, no-c-format msgid "" "debootstrap can download the needed files directly from " @@ -942,7 +933,7 @@ msgstr "" "\"http://www.debian.org/misc/README.mirrors\">." #. Tag: para -#: random-bits.xml:420 +#: random-bits.xml:434 #, no-c-format msgid "" "If you have a &releasename; &debian; CD mounted at /cdromfile:/cdrom/debian/" #. Tag: para -#: random-bits.xml:426 +#: random-bits.xml:440 #, no-c-format msgid "" "Substitute one of the following for ARCH in the " @@ -974,7 +965,7 @@ msgstr "" "sparc." #. Tag: screen -#: random-bits.xml:443 +#: random-bits.xml:457 #, no-c-format msgid "" "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n" @@ -984,13 +975,13 @@ msgstr "" " /mnt/debinst http://http.us.debian.org/debian" #. Tag: title -#: random-bits.xml:449 +#: random-bits.xml:463 #, no-c-format msgid "Configure The Base System" msgstr "Настройка базовой системы" #. Tag: para -#: random-bits.xml:450 +#: random-bits.xml:464 #, no-c-format msgid "" "Now you've got a real Debian system, though rather lean, on disk. " @@ -1000,19 +991,19 @@ msgstr "" "Выполните Chroot в неё:" #. Tag: screen -#: random-bits.xml:455 +#: random-bits.xml:469 #, no-c-format msgid "# LANG= chroot /mnt/debinst /bin/bash" msgstr "# LANG= chroot /mnt/debinst /bin/bash" #. Tag: title -#: random-bits.xml:460 +#: random-bits.xml:474 #, no-c-format msgid "Mount Partitions" msgstr "Монтирование разделов" #. Tag: para -#: random-bits.xml:461 +#: random-bits.xml:475 #, no-c-format msgid "" "You need to create /etc/fstab. " @@ -1077,13 +1068,13 @@ msgstr "" "тем как продолжить, убедитесь, что proc смонтирована:" #. Tag: screen -#: random-bits.xml:481 +#: random-bits.xml:495 #, no-c-format msgid "# mount -t proc proc /proc" msgstr "# mount -t proc proc /proc" #. Tag: para -#: random-bits.xml:483 +#: random-bits.xml:497 #, no-c-format msgid "" "The command ls /proc should now show a non-empty " @@ -1095,31 +1086,31 @@ msgstr "" "chroot:" #. Tag: screen -#: random-bits.xml:489 +#: random-bits.xml:503 #, no-c-format msgid "# mount -t proc proc /mnt/debinst/proc" msgstr "# mount -t proc proc /mnt/debinst/proc" #. Tag: title -#: random-bits.xml:495 +#: random-bits.xml:509 #, no-c-format msgid "Configure Keyboard" msgstr "Настройка клавиатуры" #. Tag: para -#: random-bits.xml:496 +#: random-bits.xml:510 #, no-c-format msgid "To configure your keyboard:" msgstr "Для настройки клавиатуры введите:" #. Tag: screen -#: random-bits.xml:500 +#: random-bits.xml:514 #, no-c-format msgid "# dpkg-reconfigure console-data" msgstr "# dpkg-reconfigure console-data" #. Tag: para -#: random-bits.xml:502 +#: random-bits.xml:516 #, no-c-format msgid "" "Note that the keyboard cannot be set while in the chroot, but will be " @@ -1129,13 +1120,13 @@ msgstr "" "chroot, но настройка будет произведена после следующей перезагрузки." #. Tag: title -#: random-bits.xml:511 +#: random-bits.xml:525 #, no-c-format msgid "Configure Networking" msgstr "Настройка сети" #. Tag: para -#: random-bits.xml:512 +#: random-bits.xml:526 #, no-c-format msgid "" "To configure networking, edit /etc/network/interfaces, " @@ -1234,13 +1225,13 @@ msgstr "" "интерфейса (eth0, eth1, и тд.) как вы и хотели." #. Tag: title -#: random-bits.xml:548 +#: random-bits.xml:562 #, no-c-format msgid "Configure Locales" msgstr "Настройка локалей" #. Tag: para -#: random-bits.xml:549 +#: random-bits.xml:563 #, no-c-format msgid "" "To configure your locale settings to use a language other than English, " @@ -1264,13 +1255,13 @@ msgstr "" "пожалуйста проконсультируйтесь с соответствующим HOWTO по локализации." #. Tag: title -#: random-bits.xml:566 +#: random-bits.xml:580 #, no-c-format msgid "Install a Kernel" msgstr "Установка ядра" #. Tag: para -#: random-bits.xml:567 +#: random-bits.xml:581 #, no-c-format msgid "" "If you intend to boot this system, you probably want a Linux kernel and a " @@ -1286,7 +1277,7 @@ msgstr "" " Затем установите нужное указав его имя пакета." #. Tag: screen -#: random-bits.xml:576 +#: random-bits.xml:590 #, no-c-format msgid "" "# apt-get install kernel-image-2.X.X-arch-etc" @@ -1294,13 +1285,13 @@ msgstr "" "# apt-get install kernel-image-2.X.X-arch-etc" #. Tag: title -#: random-bits.xml:582 +#: random-bits.xml:596 #, no-c-format msgid "Set up the Boot Loader" msgstr "Установка системного загрузчика" #. Tag: para -#: random-bits.xml:583 +#: random-bits.xml:597 #, no-c-format msgid "" "To make your &debian; system bootable, set up your boot loader to load the " @@ -1314,7 +1305,7 @@ msgstr "" "можете использовать apt-get внутри вашего Debian chroot, чтобы сделать это." #. Tag: para -#: random-bits.xml:590 +#: random-bits.xml:604 #, no-c-format msgid "" "Check info grub or man lilo.conf/etc/lilo.conf as an example:" msgstr "Вот простой /etc/lilo.conf в качестве примера:" #. Tag: screen -#: random-bits.xml:605 +#: random-bits.xml:619 #, no-c-format msgid "" "boot=/dev/hda6\n" @@ -1363,7 +1354,7 @@ msgstr "" "label=Debian" #. Tag: para -#: random-bits.xml:607 +#: random-bits.xml:621 #, no-c-format msgid "" "Check man yaboot.conf for instructions on setting up " @@ -1383,7 +1374,7 @@ msgstr "" "которой его вызвали)." #. Tag: para -#: random-bits.xml:617 +#: random-bits.xml:631 #, no-c-format msgid "" "Here is a basic /etc/yaboot.conf as an example: " @@ -1413,13 +1404,13 @@ msgstr "" "использовать ide0: вместо hd:." #. Tag: title -#: random-bits.xml:635 +#: random-bits.xml:649 #, no-c-format msgid "Installing &debian; over Parallel Line IP (PLIP)" msgstr "Установка &debian; через Parallel Line IP (PLIP)" #. Tag: para -#: random-bits.xml:637 +#: random-bits.xml:651 #, no-c-format msgid "" "This section explains how to install &debian; on a computer without Ethernet " @@ -1434,7 +1425,7 @@ msgstr "" "Интернет)." #. Tag: para -#: random-bits.xml:645 +#: random-bits.xml:659 #, no-c-format msgid "" "In the example in this appendix we will set up a PLIP connection using a " @@ -1450,7 +1441,7 @@ msgstr "" "не должны использоваться в вашем сетевом адресном пространстве)." #. Tag: para -#: random-bits.xml:653 +#: random-bits.xml:667 #, no-c-format msgid "" "The PLIP connection set up during the installation will also be available " @@ -1461,7 +1452,7 @@ msgstr "" "перезагрузки в установленную систему (смотрите )." #. Tag: para -#: random-bits.xml:658 +#: random-bits.xml:672 #, no-c-format msgid "" "Before you start, you will need to check the BIOS configuration (IO base " @@ -1474,13 +1465,13 @@ msgstr "" "io=0x378, irq=7." #. Tag: title -#: random-bits.xml:668 +#: random-bits.xml:682 #, no-c-format msgid "Requirements" msgstr "Требования" #. Tag: para -#: random-bits.xml:671 +#: random-bits.xml:685 #, no-c-format msgid "" "A target computer, called target, where Debian will be " @@ -1490,7 +1481,7 @@ msgstr "" "будет установлен Debian." #. Tag: para -#: random-bits.xml:677 +#: random-bits.xml:691 #, no-c-format msgid "System installation media; see ." msgstr "" @@ -1498,7 +1489,7 @@ msgstr "" "\"/>." #. Tag: para -#: random-bits.xml:682 +#: random-bits.xml:696 #, no-c-format msgid "" "Another computer connected to the Internet, called source, будет использоваться в качестве шлюза." #. Tag: para -#: random-bits.xml:688 +#: random-bits.xml:702 #, no-c-format msgid "" "A DB-25 Null-Modem cable. See the PLIP-Install-HOWTO." #. Tag: title -#: random-bits.xml:700 +#: random-bits.xml:714 #, no-c-format msgid "Setting up source" msgstr "Настройка источника" #. Tag: para -#: random-bits.xml:701 +#: random-bits.xml:715 #, no-c-format msgid "" "The following shell script is a simple example of how to configure the " @@ -1535,7 +1526,7 @@ msgstr "" "источника в качестве шлюза в Интернет через ppp0." #. Tag: screen -#: random-bits.xml:706 +#: random-bits.xml:720 #, no-c-format msgid "" "#!/bin/sh\n" @@ -1577,13 +1568,13 @@ msgstr "" "echo 1 > /proc/sys/net/ipv4/ip_forward" #. Tag: title -#: random-bits.xml:712 +#: random-bits.xml:726 #, no-c-format msgid "Installing target" msgstr "Установка приёмника" #. Tag: para -#: random-bits.xml:713 +#: random-bits.xml:727 #, no-c-format msgid "" "Boot the installation media. The installation needs to be run in expert " @@ -1596,13 +1587,13 @@ msgstr "" "установки." #. Tag: guimenuitem -#: random-bits.xml:725 +#: random-bits.xml:739 #, no-c-format msgid "Load installer components" msgstr "Загрузка компонентов программы установки" #. Tag: para -#: random-bits.xml:727 +#: random-bits.xml:741 #, no-c-format msgid "" "Select the plip-modules option from the list; this " @@ -1612,13 +1603,13 @@ msgstr "" "доступным PLIP драйвера для программы установки." #. Tag: guimenuitem -#: random-bits.xml:735 +#: random-bits.xml:749 #, no-c-format msgid "Detect network hardware" msgstr "Определение сетевой карты" #. Tag: para -#: random-bits.xml:740 +#: random-bits.xml:754 #, no-c-format msgid "" "If target does have a network card, a list of driver " @@ -1633,13 +1624,13 @@ msgstr "" "установки не покажет этого списка." #. Tag: para -#: random-bits.xml:749 +#: random-bits.xml:763 #, no-c-format msgid "Prompt for module parameters: Yes" msgstr "Запрашивать параметры модулей: да" #. Tag: para -#: random-bits.xml:754 +#: random-bits.xml:768 #, no-c-format msgid "" "Because no network card was detected/selected earlier, the installer will " @@ -1651,7 +1642,7 @@ msgstr "" "plip." #. Tag: para -#: random-bits.xml:761 +#: random-bits.xml:775 #, no-c-format msgid "" "Additional parameters for module parport_pc: " @@ -1661,25 +1652,25 @@ msgstr "" "io=0x378 irq=7" #. Tag: para -#: random-bits.xml:767 +#: random-bits.xml:781 #, no-c-format msgid "Additional parameters for module plip: leave empty" msgstr "Дополнительные параметры для модуля plip: оставьте пустым" #. Tag: guimenuitem -#: random-bits.xml:777 +#: random-bits.xml:791 #, no-c-format msgid "Configure the network" msgstr "Настройка сети" #. Tag: para -#: random-bits.xml:780 +#: random-bits.xml:794 #, no-c-format msgid "Auto-configure network with DHCP: No" msgstr "Настроить сеть автоматически с помощью DHCP: нет" #. Tag: para -#: random-bits.xml:785 +#: random-bits.xml:799 #, no-c-format msgid "" "IP address: 192.168.0.1" @@ -1687,7 +1678,7 @@ msgstr "" "IP адрес: 192.168.0.1" #. Tag: para -#: random-bits.xml:790 +#: random-bits.xml:804 #, no-c-format msgid "" "Point-to-point address: 192.168.0.2192.168.0.2" #. Tag: para -#: random-bits.xml:796 +#: random-bits.xml:810 #, no-c-format msgid "" "Name server addresses: you can enter the same addresses used on source (see " @@ -1704,3 +1695,12 @@ msgid "" msgstr "" "Адреса серверов имён: можно указать те же адреса что и для источника " "(смотрите /etc/resolv.conf)" + +#~ msgid "" +#~ "If you have an rpm-based system, you can use alien to convert the .deb " +#~ "into .rpm, or download an rpm-ized version at " +#~ msgstr "" +#~ "Если у вас система, основанная на rpm, вы можете использовать alien для " +#~ "конвертации .deb в .rpm или загрузить rpm версию с " -- cgit v1.2.3