diff options
Diffstat (limited to 'debian/po/ru.po')
-rw-r--r-- | debian/po/ru.po | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..9bb2ad8 --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,75 @@ +# translation of ru.po to Russian +# +# Translators, if you are not familiar with the PO format, gettext +# documentation is worth reading, especially sections dedicated to +# this format, e.g. by running: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# Some information specific to po-debconf are available at +# /usr/share/doc/po-debconf/README-trans +# or http://www.debian.org/intl/l10n/po-debconf/README-trans# +# Developers do not need to manually edit POT or PO files. +# +# Yuri Kozlov <kozlov.y@gmail.com>, 2004, 2007. +# Sergey Korobitsin <undertaker@gnu.kz>, 2007. +# alyoshin.s@gmail.com <alyoshin.s@gmail.com>, 2007. +msgid "" +msgstr "" +"Project-Id-Version: 2.4.4-4\n" +"Report-Msgid-Bugs-To: man-db@packages.debian.org\n" +"POT-Creation-Date: 2008-04-26 13:39+0100\n" +"PO-Revision-Date: 2007-07-01 16:39+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" +"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" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "Should man and mandb be installed 'setuid man'?" +msgstr "Установить программы man и mandb как 'setuid man'?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"The man and mandb program can be installed with the set-user-id bit set, so " +"that they will run with the permissions of the 'man' user. This allows " +"ordinary users to benefit from the caching of preformatted manual pages " +"('cat pages'), which may aid performance on slower machines." +msgstr "" +"Программы man и mandb могут быть установлены с включённым битом set-user-id " +"для того, чтобы они запускались с правами пользователя 'man'. Это позволит " +"обычным пользователям использовать ранее отформатированные страницы " +"руководств ('cat pages'), что, возможно, ускорит вывод страниц на медленных " +"машинах." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Cached man pages only work if you are using an 80-column terminal, to avoid " +"one user causing cat pages to be saved at widths that would be inconvenient " +"for other users. If you use a wide terminal, you can force man pages to be " +"formatted to 80 columns anyway by setting MANWIDTH=80." +msgstr "" +"Кэшированные страницы руководств используются при выводе только на 80-ти " +"колоночный терминал, что избавляет от сохранения в кэше страниц одного из " +"пользователей с форматом, несовместимым с форматом других пользователей. " +"Если вы используете широкий терминал, то можете принудительно форматировать " +"страницы по 80 символов в строке установкой MANWIDTH=80." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Enabling this feature may be a security risk, so it is disabled by default. " +"If in doubt, you should leave it disabled." +msgstr "" +"Включение этой возможности является угрозой безопасности, поэтому по " +"умолчанию она выключена. Если не знаете что делать, то оставьте как есть." |