summaryrefslogtreecommitdiffstats
path: root/web/lang/ru/test_po.inc
blob: 381abe324a519ecfc13f4d85052af7419f8c5c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
# 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'.";

?>