mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
12 lines
No EOL
433 B
PHP
12 lines
No EOL
433 B
PHP
<?
|
|
# Russian (Русский) translation
|
|
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["ru"]["Your session id is invalid."] = "Неверный идентификатор сессии.";
|
|
|
|
$_t["ru"]["If this problem persists, please contact the site administrator."] = "Если проблема не решена, обратитесь к администратору сайта.";
|
|
|
|
?>
|