aurweb/web/lang/ru/aur_po.inc
pjmattal 47ad04e0d2 committed russian translation fixes from sergej
russian is now ready for prime time
2006-08-02 13:09:42 +00:00

22 lines
No EOL
470 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
# 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"] = "Пакеты";
?>