diff options
author | Yuri Kozlov <kozlov.y@gmail.com> | 2008-05-24 22:03:28 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2008-05-24 22:03:28 +0900 |
commit | 3c72fd8b7bc76867417f21cbee8c1fb44e11e3e0 (patch) | |
tree | 07943e1e15809437c189b47ae8a4a04195abb1f5 /debian | |
parent | 8d3bd100ed71e1db654c879be5e77ba581b0eea6 (diff) | |
download | pbuilder-3c72fd8b7bc76867417f21cbee8c1fb44e11e3e0.tar pbuilder-3c72fd8b7bc76867417f21cbee8c1fb44e11e3e0.tar.gz |
Russian debconf templates translation (closes: #481711)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/po/ru.po | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..843e31f --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,88 @@ +# translation of 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 <kozlov.y@gmail.com>, 2008. +msgid "" +msgstr "" +"Project-Id-Version: pbuilder new\n" +"Report-Msgid-Bugs-To: pbuilder@packages.debian.org\n" +"POT-Creation-Date: 2008-03-07 00:09+0900\n" +"PO-Revision-Date: 2008-05-18 09:10+0400\n" +"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n" +"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n" +"MIME-Version: 1.0\n" +"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" + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "Default mirror site:" +msgstr "Сервер-зеркало по умолчанию:" + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "Please enter the default mirror you want to be used by pbuilder." +msgstr "Укажите сервер-зеркало, который будет использовать pbuilder по умолчанию." + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "" +"If you leave this field blank, there will be one attempt to autodetect this " +"information. If this attempt fails, you will be prompted again to insert " +"some valid mirror information." +msgstr "" +"Если оставить поле пустым, то будет сделана попытка определить сервер " +"автоматически. Если она окажется неудачной, то вас снова попросят указать " +"правильную информацию о сервере-зеркале." + +#. Type: string +#. Description +#: ../pbuilder.templates:1001 +msgid "Here is a valid mirror example: http://cdn.debian.net/debian" +msgstr "Пример задания сервера-зеркала: http://cdn.debian.net/debian" + +#. Type: error +#. Description +#: ../pbuilder.templates:2001 +msgid "Default mirror not found" +msgstr "Сервер-зеркало по умолчанию не найден" + +#. Type: error +#. Description +#: ../pbuilder.templates:2001 +msgid "" +"Mirror information detection failed and the user provided no mirror " +"information." +msgstr "" +"Не удалось определить сервер-зеркало и пользователь также " +"не ввёл эту информацию." + +#. Type: error +#. Description +#: ../pbuilder.templates:2001 +msgid "Please enter valid mirror information." +msgstr "Укажите рабочий сервер-зеркало." + +#. Type: boolean +#. Description +#: ../pbuilder.templates:3001 +msgid "Overwrite current configuration?" +msgstr "Изменить имеющуюся настройку?" + +#. Type: boolean +#. Description +#: ../pbuilder.templates:3001 +msgid "" +"Your system seems to have already pbuilder configuration. Proceeding might " +"discard or overwrite part or the entire pbuilder's configuration." +msgstr "" +"Кажется, что в вашей системе уже выполнена настройка pbuilder. " +"Продолжение работы может стереть или изменить часть или всю " +"настройку pbuilder." + |