summaryrefslogtreecommitdiffstats
path: root/web/lang/ru/aur_po.inc
blob: c9baa1f7e0ee7ccc9ae73171be613e6a79c1ad48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>

include_once("translator.inc");
global $_t;

$_t["ru"]["%s: %sAn ArchLinux project%s"] = "%s: %sПроект ArchLinux%s";

$_t["ru"]["Logout"] = "Выход";

$_t["ru"]["Discussion"] = "Обсуждение";

$_t["ru"]["Bugs"] = "Ошибки";

$_t["ru"]["Accounts"] = "Учетная запись";

$_t["ru"]["Home"] = "Домой";

$_t["ru"]["Packages"] = "Пакеты";

?>