mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Signed-off-by: Sergej Pupykin <ps@lx-ltd.ru> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
9 lines
222 B
PHP
9 lines
222 B
PHP
<?php
|
|
# Russian (Русский) translation
|
|
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["ru"]["You have been successfully logged out."] = "Сеанс завершен.";
|
|
|