diff options
author | Christian Perrier <bubulle@debian.org> | 2008-07-16 22:41:04 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-04 19:39:21 +0100 |
commit | 01b76eb9b6121b19a376a9c447c5d431c7392c1c (patch) | |
tree | c2858ea28031a3bcee1036299f91f7f613ee391b /debian/po/ru.po | |
parent | d906efbb1aacfebd9931d49028f6240a667bae14 (diff) |
Imported Debian patch 1.14-1.2debian/1.14-1.2
Diffstat (limited to 'debian/po/ru.po')
-rw-r--r-- | debian/po/ru.po | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..ff02841 --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,77 @@ +# 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: mailgraph 1.14-1\n" +"Report-Msgid-Bugs-To: nobse@debian.org\n" +"POT-Creation-Date: 2006-11-14 23:38+0100\n" +"PO-Revision-Date: 2008-04-14 21:51+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: boolean +#. Description +#: ../templates:1001 +msgid "Should Mailgraph start on boot?" +msgstr "Запускать Mailgraph при загрузке компьютера?" + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "" +"Mailgraph can start on boot time as a daemon. Then it will monitor your " +"Postfix logfile for changes. This is recommended." +msgstr "" +"Mailgraph можно запускать при старте машины в виде службы. Это позволяет " +"сразу начать отслеживать изменения журнала Postfix. Рекомендуемый режим." + +#. Type: boolean +#. Description +#: ../templates:1001 +msgid "The other method is to call mailgraph by hand with the -c parameter." +msgstr "Также можно запускать mailgraph вручную с параметром -c." + +#. Type: string +#. Description +#: ../templates:2001 +msgid "Logfile used by mailgraph:" +msgstr "Журнал, используемый mailgraph:" + +#. Type: string +#. Description +#: ../templates:2001 +msgid "" +"Enter the logfile which should be used to create the databases for " +"mailgraph. If unsure, leave default (/var/log/mail.log)." +msgstr "" +"Укажите журнал, который нужно использовать для создания баз данных " +"mailgraph. Если не уверены, оставьте значение по умолчанию (/var/log/mail." +"log)." + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "Count incoming mail as outgoing mail?" +msgstr "Считать входящую почту как исходящую?" + +#. Type: boolean +#. Description +#: ../templates:3001 +msgid "" +"If you count incoming mail as outgoing mail (default), mail is counted more " +"than once if you use content filters like amavis, so you'll get wrong " +"values. If you're using some content filter, disable this." +msgstr "" +"Если входящая почта считается как исходящая (по умолчанию), то почтовое " +"сообщение может быть учтено более одного раза, если вы используете фильтры " +"по содержимому типа amavis, поэтому вы получите неверные значения. Если вы " +"используете фильтры по содержимому, выключите их." |