diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/po/ru.po | 85 |
2 files changed, 86 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0dc550d..6f2d2d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sitesummary (0.0.49) UNRELEASED; urgency=low * Add $syslog as init.d script dependency, to document that this package might log to syslog. + * Add Russian translation from Yuri Kozlov (Closes: #544256). -- Petter Reinholdtsen <pere@debian.org> Sat, 29 Aug 2009 11:02:12 +0200 diff --git a/debian/po/ru.po b/debian/po/ru.po new file mode 100644 index 0000000..423b1ea --- /dev/null +++ b/debian/po/ru.po @@ -0,0 +1,85 @@ +# translation of sitesummary_0.0.48_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 <yuray@komyakino.ru>, 2009. +msgid "" +msgstr "" +"Project-Id-Version: sitesummary 0.0.48\n" +"Report-Msgid-Bugs-To: debian-edu@lists.debian.org\n" +"POT-Creation-Date: 2007-04-29 00:52+0200\n" +"PO-Revision-Date: 2009-08-16 09:24+0400\n" +"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\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 +#: ../sitesummary-client.templates:1001 +msgid "URL:" +msgstr "URL:" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:1001 +msgid "" +"Insert the URL to the sitesummary collector, where should the sitesummary " +"information be submitted. Several URLs can be specified separated by space." +msgstr "" +"Введите URL сборщика информации sitesummary, на который нужно " +"отправлять информацию. Можно указать несколько URL через пробел." + +#. Type: string +#. Description +#: ../sitesummary-client.templates:1001 +msgid "The default URL is http://localhost/cgi-bin/sitesummary-collector.cgi" +msgstr "URL по умолчанию: http://localhost/cgi-bin/sitesummary-collector.cgi" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:2001 +msgid "Site:" +msgstr "Рабочее место:" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:2001 +msgid "Insert a string identifying the site where this machine is located." +msgstr "Введите строку, обозначающую место, где расположена эта машина." + +#. Type: string +#. Description +#: ../sitesummary-client.templates:3001 +msgid "Sitegroup:" +msgstr "Группа рабочего места:" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:3001 +msgid "" +"Insert a string identifying the subgroup within the site where this machine " +"is located." +msgstr "" +"Введите строку, обозначающую подгруппу места, " +"где расположена эта машина." + +#. Type: string +#. Description +#: ../sitesummary-client.templates:4001 +msgid "Host class:" +msgstr "Тип машины:" + +#. Type: string +#. Description +#: ../sitesummary-client.templates:4001 +msgid "" +"Insert string identifying the host class, like workstation, server, laptop, " +"thin client etc." +msgstr "" +"Введите строку, обозначающую тип машины, например: рабочая " +"станция, сервер, ноутбук, тонкий клиент и т.д." + |