dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a bug if a new server is added to a existing server-farm (pwd of the ...
vogelor
2010-05-25
39c5d8be898f7679996f197528a2c1e7a3d8c8d5
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
ru_web_sites_stats_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Web трафик';
$wb['domain_txt'] = 'Домен';
$wb['this_month_txt'] = 'Этот месяц';
$wb['last_month_txt'] = 'Последний месяц';
$wb['this_year_txt'] = 'Этот год';
$wb['last_year_txt'] = 'Последний год';
?>