dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Show max. 10 news records on the dashboard.
tbrehm
2010-07-08
a6904b08797359ac524df7804d8b383bf8f6d801
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
fi_server_ip.lng
1
2
3
4
5
6
7
<?php
$wb['server_id_txt'] = 'Palvelin';
$wb['ip_address_txt'] = 'IP-osoite';
$wb['virtualhost_txt'] = 'Virtuaalipalvelin';
$wb['ip_error_wrong'] = 'IP-osoite vääränlainen';
$wb['ip_error_unique'] = 'IP-osoitteen on oltava yksilöllinen';
?>