repo.or.cz
/
aur-xilon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Converted all short tags to full tags
[aur-xilon.git]
/
web
/
lang
/
ru
/
logout_po.inc
blob
86d3eaf74527cbf2a7687e5d30f9e554ad13a1fb
1
<?php
2
# Russian (Русский) translation
3
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
4
5
include_once("translator.inc");
6
global $_t;
7
8
$_t["ru"]["You have been successfully logged out."] = "Сеанс завершен.";
9
10
?>