# translation of citadel_7.63-1_ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Yuri Kozlov , 2008. # Max Kosmach , 2009. # Yuri Kozlov , 2009. msgid "" msgstr "" "Project-Id-Version: citadel 7.63-1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2010-09-28 00:22+0200\n" "PO-Revision-Date: 2012-01-01 22:15+0000\n" "Last-Translator: Alexander Vrublevskiy \n" "Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2012-01-02 04:55+0000\n" "X-Generator: Launchpad (build 14560)\n" "Language: ru\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" #: ../utils/setup.c:119 msgid "Citadel Home Directory" msgstr "Директория Citadel" #: ../utils/setup.c:122 msgid "" "Enter the full pathname of the directory in which the Citadel\n" "installation you are creating or updating resides. If you\n" "specify a directory other than the default, you will need to\n" "specify the -h flag to the server when you start it up.\n" msgstr "" "Введите полный путь к директории установки/обновления Citadel.\n" "Если путь отличается от пути по умолчанию, не забудьте указать\n" "его в значении параметра -h при запуске citserver\n" #: ../utils/setup.c:128 msgid "" "Enter the subdirectory name for an alternate installation of Citadel. To do " "a default installation just leave it blank.If you specify a directory other " "than the default, you will need to\n" "specify the -h flag to the server when you start it up.\n" "note that it may not have a leading /" msgstr "" "Для установки в директорию по умолчанию оставьте это поле пустым.\n" "Если вам необходимо установить Citadel в какое-либо другое место,\n" "введите здесь полный путь к нужной директории (без / в начале!).\n" "Имейте в виду, что это значение нужно будет передать с параметром -h при " "запуске citserver" #: ../utils/setup.c:135 msgid "Citadel administrator username:" msgstr "Администратор Citadel" #: ../utils/setup.c:137 msgid "" "Please enter the name of the Citadel user account that should be granted " "administrative privileges once created. If using internal authentication " "this user account will be created if it does not exist. For external " "authentication this user account has to exist." msgstr "" "Введите имя учетной записи администратора Citadel.\r\n" "Если используется внешняя аутентификация, запись должна существовать.\r\n" "Если внешняя аутентификация происходит через LDAP/AD,\r\n" "в качестве имени администратора укажите Display Name нужной записи" #: ../utils/setup.c:143 msgid "Administrator password:" msgstr "Пароль администратора" #: ../utils/setup.c:145 msgid "" "Enter a password for the system administrator. When setup\n" "completes it will attempt to create the administrator user\n" "and set the password specified here.\n" msgstr "Введите пароль администратора\n" #: ../utils/setup.c:149 msgid "Citadel User ID:" msgstr "ID пользователя Citadel" #: ../utils/setup.c:151 msgid "" "Citadel needs to run under its own user ID. This would\n" "typically be called \"citadel\", but if you are running Citadel\n" "as a public BBS, you might also call it \"bbs\" or \"guest\".\n" "The server will run under this user ID. Please specify that\n" "user ID here. You may specify either a user name or a numeric\n" "UID.\n" msgstr "" "По умолчанию программа setup автоматически создает пользователя,\n" "от имени которого будет работать сервер - citadel.\n" "Если это вам не подходит, вы можете указать в этом поле имя или ID другого " "пользователя\n" #: ../utils/setup.c:158 msgid "Listening address for the Citadel server:" msgstr "IP адрес на котором Citadel ожидает запросы" #: ../utils/setup.c:160 msgid "" "Please specify the IP address which the server should be listening to. You " "can name a specific IPv4 or IPv6 address, or you can specify\n" "'*' for 'any address', '::' for 'any IPv6 address', or '0.0.0.0'\n" "for 'any IPv4 address'. If you leave this blank, Citadel will\n" "listen on all addresses. This can usually be left to the default unless " "multiple instances of Citadel are running on the same computer." msgstr "" "По умолчанию сервер Citadel ожидает запросы на всех IP адресах системы.\n" "Обычно этого достаточно, если только вы не планируете запускать\n" "несколько экземпляров Citadel. Тем не менее, здесь вы можете указать\n" "конкретный адрес IPv4 или IPv6, на котором Citadel будет ожидать запросы" #: ../utils/setup.c:168 msgid "Server port number:" msgstr "Номер порта" #: ../utils/setup.c:170 msgid "" "Specify the TCP port number on which your server will run.\n" "Normally, this will be port 504, which is the official port\n" "assigned by the IANA for Citadel servers. You will only need\n" "to specify a different port number if you run multiple instances\n" "of Citadel on the same computer and there is something else\n" "already using port 504.\n" msgstr "" "По умолчанию Citadel работает на порту 504/tcp, который официально\n" "зарегистрирован в IANA. Однако, если вы хотите запустить несколько\n" "экземпляров Citadel на одной машине, укажите здесь какое-либо иное значение\n" #: ../utils/setup.c:177 msgid "Authentication method to use:" msgstr "Способ аутентификации" #: ../utils/setup.c:179 msgid "" "Please choose the user authentication mode. By default Citadel will use its " "own internal user accounts database. If you choose Host, Citadel users will " "have accounts on the host system, authenticated via /etc/passwd or a PAM " "source. LDAP chooses an RFC 2307 compliant directory server, the last option " "chooses the nonstandard MS Active Directory LDAP scheme.\n" "Do not change this option unless you are sure it is required, since changing " "back requires a full reinstall of Citadel.\n" " 0. Self contained authentication\n" " 1. Host system integrated authentication\n" " 2. External LDAP - RFC 2307 compliant directory\n" " 3. External LDAP - nonstandard MS Active Directory\n" "\n" "For help: http://www.citadel.org/doku.php/faq:installation:authmodes\n" "\n" "ANSWER \"0\" UNLESS YOU COMPLETELY UNDERSTAND THIS OPTION.\n" msgstr "" "Укажите способ аутентификации пользователей.\n" "По умолчанию Citadel использует собственный механизм аутентификации.\n" "Однако, есть варианты системной аутентификацией (через /etc/passwd или любой " "модуль PAM),\n" "а также аутентификации через LDAP (RFC2307) и Active Directory (выбирайте " "этот вариант,\n" "если у вас AD). Имейте в виду, что метод аутентификации в дальнейшем " "невозможно\n" "будет изменить без потери доступа для всех существующих пользователей!\n" "\n" "0) внутренняя аутентификация (по умолчанию)\n" "1) системная аутентификация (/etc/passwd)\n" "2) внешняя аутентификация - LDAP RFC2307\n" "3) внешняя аутентификация - M$ Active Directory\n" "\n" "Подробнее: http://www.citadel.org/doku.php/faq:installation:authmodes\n" "\n" "ВНИМАНИЕ!!! Если не уверены в своих действиях, выбирайте вариант \"0\"!\n" #: ../utils/setup.c:197 msgid "LDAP host:" msgstr "Сервер LDAP" #: ../utils/setup.c:199 msgid "Please enter the host name or IP address of your LDAP server.\n" msgstr "Введите адрес сервера LDAP\n" #: ../utils/setup.c:201 msgid "LDAP port number:" msgstr "Порт LDAP" #: ../utils/setup.c:203 msgid "Please enter the port number of the LDAP service (usually 389).\n" msgstr "Введите номер порта LDAP (обычно 389)\n" #: ../utils/setup.c:205 msgid "LDAP base DN:" msgstr "Поиск в LDAP" #: ../utils/setup.c:207 msgid "" "Please enter the Base DN to search for authentication\n" "(for example: dc=example,dc=com)\n" msgstr "" "Введите distinguished name отправной точки для поиска учетных записей в " "LDAP\n" "(например, CN=Users,DC=domain,DC=local)\n" #: ../utils/setup.c:210 msgid "LDAP bind DN:" msgstr "Пользователь LDAP" #: ../utils/setup.c:212 msgid "" "Please enter the DN of an account to use for binding to the LDAP server for " "performing queries. The account does not require any other privileges. If " "your LDAP server allows anonymous queries, you can leave this blank.Please " "enter the DN of an account to use for binding to the LDAP server\n" "for performing queries. The account does not require any other\n" "privileges. If your LDAP server allows anonymous queries, you can\n" "leave this blank.\n" msgstr "" "Если ваш сервер LDAP позволяет выполнение анонимных запросов, можете " "оставить это поле пустым.\n" "В противном случае, введите здесь distinguished name учетной записи LDAP,\n" "у которой есть права на запрос информации,\n" "например CN=User,OU=Office,DC=domain,DC=local.\n" "\n" "ВАЖНО! Для данной записи не нужно никаких особенных прав,\n" "например, в случае аутентификации в AD, лучше ограничить права этой записи " "только членством в группе Domain Guests\n" #: ../utils/setup.c:220 msgid "LDAP bind password:" msgstr "Пароль LDAP" #: ../utils/setup.c:222 msgid "" "If you entered a Bind DN in the previous question, you must now enter\n" "the password associated with that account. Otherwise, you can leave this\n" "blank.\n" msgstr "" "Если ваш сервер LDAP позволяет выполнение анонимных запросов, можете " "оставить это поле пустым.\n" "В противном случае, введите здесь пароль учетной записи пользователя LDAP из " "предыдущего пункта\n" #: ../utils/setup.c:299 msgid "Yes/No" msgstr "Да/Нет" #: ../utils/setup.c:300 msgid "Yes" msgstr "Да" #: ../utils/setup.c:300 msgid "No" msgstr "Нет" #: ../utils/setup.c:346 msgid "Press return to continue..." msgstr "Нажмите Enter чтобы продолжить..." #: ../utils/setup.c:364 msgid "Important Message" msgstr "Важное сообщение" #: ../utils/setup.c:379 msgid "Error" msgstr "Ошибка" #: ../utils/setup.c:459 msgid "Adding service entry..." msgstr "Добавляется служебная запись..." #. Other errors might mean something really did go wrong. #. #: ../utils/setup.c:463 ../utils/setup.c:510 ../utils/setup.c:518 msgid "Cannot open" msgstr "Невозможно открыть" #: ../utils/setup.c:569 msgid "" "Citadel already appears to be configured to start at boot.\n" "Would you like to keep your boot configuration as is?\n" msgstr "" "Похоже, что система сконфигурирована автоматически запускать Citadel при " "старте.\n" "Это то, что вам нужно (обычно да)?\n" #: ../utils/setup.c:577 msgid "Would you like to automatically start Citadel at boot?\n" msgstr "Запускать Citadel автоматически при старте системы?\n" #: ../utils/setup.c:583 msgid "Cannot create" msgstr "Ошибка создания" #: ../utils/setup.c:682 #, c-format msgid "" "Setup can configure the \"xinetd\" service to automatically\n" "connect incoming telnet sessions to Citadel, bypassing the\n" "host system login: prompt. Would you like to do this?\n" msgstr "" "Программа setup может попытаться автоматически настроить xinetd,\n" "чтобы при подключении по telnet к серверу Citadel пользователи\n" "миновали приглашение зарегистрироваться в системе. Настроить?\n" #: ../utils/setup.c:740 msgid "You appear to have the " msgstr "Похоже, у вас уже установлена " #: ../utils/setup.c:742 msgid "" " email program\n" "running on your system. If you want Citadel mail\n" "connected with " msgstr "" " своя почтовая система. Если вы хотите,\n" "чтобы Citadel работала совместно с ней, " #: ../utils/setup.c:746 msgid "" " you will have to manually integrate\n" "them. It is preferable to disable " msgstr "" " вам придется совмещать их работу самостоятельно.\n" "Рекомендуется отключить " #: ../utils/setup.c:749 msgid "" ", and use Citadel's\n" "SMTP, POP3, and IMAP services.\n" "\n" "May we disable " msgstr "" "существующую систему и использовать службы\n" "SMTP, POP3 и IMAP4, предоставляемые Citadel.\n" "Позволить программе setup отключить вашу почтовую систему " #: ../utils/setup.c:753 msgid "" "so that Citadel has access to ports\n" "25, 110, and 143?\n" msgstr "" "таки образом, чтобы Citadel заняла порты\n" "25, 110 и 143?\n" #: ../utils/setup.c:863 msgid "This is currently set to:" msgstr "Текущие настройки" #: ../utils/setup.c:864 msgid "Enter new value or press return to leave unchanged:" msgstr "" "Введите новое значение или нажмите Enter, чтобы оставить без изменений" #: ../utils/setup.c:1067 ../utils/setup.c:1072 ../utils/setup.c:1384 msgid "setup: cannot open" msgstr "Программа setup: ошибка при открытии" #: ../utils/setup.c:1175 #, c-format msgid "" "\n" "/etc/nsswitch.conf is configured to use the 'db' module for\n" "one or more services. This is not necessary on most systems,\n" "and it is known to crash the Citadel server when delivering\n" "mail to the Internet.\n" "\n" "Do you want this module to be automatically disabled?\n" "\n" msgstr "" "\n" "Устаревшая настройка /etc/nsswitch.conf (модуль 'db')\n" "может помешать работе Citadel.\n" "В большинстве случаев она не нужна. Попробовать отключить ее?\n" "\n" #: ../utils/setup.c:1236 ../utils/setup.c:1252 msgid "Setup finished" msgstr "Установка завершена" #: ../utils/setup.c:1237 msgid "" "Setup of the Citadel server is complete.\n" "If you will be using WebCit, please run its\n" "setup program now; otherwise, run './citadel'\n" "to log in.\n" msgstr "" "Установка Citadel завершена.\n" "Если вы собираетесь использовать Webcit, установите его.\n" "Либо запустите ./citadel чтобы приступить к работе прямо сейчас.\n" #: ../utils/setup.c:1243 msgid "Setup failed" msgstr "Ошибка установки" #: ../utils/setup.c:1244 msgid "" "Setup is finished, but the Citadel server failed to start.\n" "Go back and check your configuration.\n" msgstr "" "Установка завершена, но программе setup не удалось запустить Citadel.\n" "Пожалуйста, перепроверьте все настройки.\n" #: ../utils/setup.c:1253 msgid "Setup is finished. You may now start the server." msgstr "Настройка завершена, можно запускать Citadel." #: ../utils/setup.c:1279 msgid "My System" msgstr "Моя система" #: ../utils/setup.c:1282 msgid "US 800 555 1212" msgstr "US 800 555 1212" #: ../utils/setup.c:1368 ../utils/setup.c:1373 msgid "setup: cannot append" msgstr "Программа setup: невозможно добавить" #: ../utils/setup.c:1450 ../utils/setup.c:1457 ../utils/setup.c:1472 #: ../utils/setup.c:1512 msgid "Citadel Setup" msgstr "Программа setup" #: ../utils/setup.c:1459 msgid "The directory you specified does not exist" msgstr "Указанная директория не существует" #: ../utils/setup.c:1473 msgid "" "The Citadel service is still running.\n" "Please stop the service manually and run setup again." msgstr "" "Даемон Citadel в данный момент запущен.\n" "Остановите его и перезапустите программу setup." #: ../utils/setup.c:1485 msgid "Citadel setup program" msgstr "Программа setup" #: ../utils/setup.c:1513 msgid "This Citadel installation is too old to be upgraded." msgstr "Увы, ваша Citadel слишком устарела и не может быть обновлена" #: ../utils/setup.c:1552 ../utils/setup.c:1554 ../utils/setup.c:1556 msgid "Setting file permissions" msgstr "Устанавливаются права доступа к файлам" #~ msgid "" #~ "Please specify the IP address which the server should be listening to. If " #~ "you specify 0.0.0.0, the server will listen on all addresses." #~ msgstr "" #~ "Введите IP-адрес, который будет использовать сервер для ожидания " #~ "подключений. Если указать 0.0.0.0, то Citadel будет ожидать подключения на " #~ "адресах всех интерфейсов." #~ msgid "" #~ "This can usually be left to the default unless multiple instances of Citadel " #~ "are running on the same computer." #~ msgstr "" #~ "Если вы не запускаете несколько экземпляров Citadel на одном компьютере, то " #~ "можно оставить значение по умолчанию." #~ msgid "Internal" #~ msgstr "Внутренняя" #~ msgid "Host" #~ msgstr "Машинная" #~ msgid "LDAP" #~ msgstr "LDAP" #~ msgid "" #~ "Do not change this option unless you are sure it is required, since changing " #~ "back requires a full reinstall of Citadel." #~ msgstr "" #~ "Не выбирайте других пунктов кроме первого, если не уверены, что это " #~ "действительно нужно, так как для изменения потребуется полностью " #~ "переустановить Citadel." #~ msgid "" #~ "While not mandatory, it is highly recommended that you set a password for " #~ "the administrator user." #~ msgstr "" #~ "Хотя это необязательно, настоятельно рекомендуется задать пароль для " #~ "административного пользователя." #~ msgid "Internal, Host, LDAP, Active Directory" #~ msgstr "Внутренняя, Машинная, LDAP, Active Directory"