blob: 86c3e9b231b360e7fb4814aebcd865cb60a616c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Hi, this is worth reading!"] = "Привет, это стоит почитать!";
?>
|