mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
No EOL
230 B
PHP
10 lines
No EOL
230 B
PHP
<?
|
|
# Russian (Русский) translation
|
|
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
|
|
|
|
include_once("translator.inc");
|
|
global $_t;
|
|
|
|
$_t["ru"]["Hi, this is worth reading!"] = "Привет, это стоит почитать!";
|
|
|
|
?>
|