summaryrefslogtreecommitdiffstats
path: root/web/lang/ru/test_po.inc
blob: afead61cdc5653279f70615838c34f54a49c36ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>

include_once("translator.inc");
global $_t;

$_t["ru"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Выберите ваш язык здесь: %h%s%h, %h%s%h, %h%s%h, %h%s%h.";

$_t["ru"]["Hello, world!"] = "Всем привет!";

$_t["ru"]["Hello, again!"] = "Привет еще раз!";

$_t["ru"]["My current language tag is: '%s'."] = "Мой текущий язык: '%s'.";

?>