added russian language translation from sergej

it looks lousy on my browser, need to figure out how to improve
This commit is contained in:
pjmattal 2006-08-01 05:13:17 +00:00
parent 5074a9186b
commit c3380f4fd6
29 changed files with 634 additions and 0 deletions

22
web/lang/ru/aur_po.inc Normal file
View file

@ -0,0 +1,22 @@
<?
# Russian (РуÑ<C692>ÑÂ<C391>кий) 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"] = "ОбÑ<EFBFBD>уждение";
$_t["ru"]["Bugs"] = "Ошибки";
$_t["ru"]["Accounts"] = "УчеÑ‚нÑ‹е запиÑÂ<C391>и";
$_t["ru"]["Home"] = "Домой";
$_t["ru"]["Packages"] = "Пакеты";
?>