mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
22 lines
No EOL
482 B
PHP
22 lines
No EOL
482 B
PHP
<?
|
||
# 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"] = "Пакеты";
|
||
|
||
?>
|