mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
30 lines
No EOL
669 B
PHP
30 lines
No EOL
669 B
PHP
<?
|
||
# Russian (Đ ŃÂ<C583>Ń<EFBFBD>ŃÂ<C583>кий) translation
|
||
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
|
||
|
||
include_once("translator.inc");
|
||
global $_t;
|
||
|
||
$_t["ru"]["Reset"] = "ПереŃÂ<EFBFBD>Ń<EFBFBD>Ń‚ановитŃÂŚ";
|
||
|
||
$_t["ru"]["Username"] = "Đ<EFBFBD>ĐĽŃŹ пользователя";
|
||
|
||
$_t["ru"]["Email Address"] = "Đ<EFBFBD>дреŃÂ<EFBFBD> элекŃ‚ронной почтŃ‹";
|
||
|
||
$_t["ru"]["Less"] = "Назад";
|
||
|
||
$_t["ru"]["Clear"] = "ОчиŃÂ<EFBFBD>титŃÂŚ";
|
||
|
||
$_t["ru"]["required"] = "требŃ<EFBFBD>еŃ‚Ń<EFBFBD>ŃÂŹ";
|
||
|
||
$_t["ru"]["Update"] = "ОбновитŃÂŚ";
|
||
|
||
$_t["ru"]["Submit"] = "ПринятŃÂŚ";
|
||
|
||
$_t["ru"]["Password"] = "Пароль";
|
||
|
||
$_t["ru"]["Create"] = "СоздатŃÂŚ";
|
||
|
||
$_t["ru"]["More"] = "Далее";
|
||
|
||
?>
|