dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#1744 - Missing table by new setup Removed unused database tables:
tbrehm
2011-09-15
6ad46ab96d2c8d4aff82a451a2be62348b91ac1c
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
pl_web_sites_stats_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Ruch na stronie www';
$wb['domain_txt'] = 'Domena';
$wb['this_month_txt'] = 'Ten miesiąc';
$wb['last_month_txt'] = 'Ostatni miesiąc';
$wb['this_year_txt'] = 'Ten rok';
$wb['last_year_txt'] = 'Ostatni rok';
?>