dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Corrected welcome email encoding to utf-8 The conversion to iso-8859-1 caus...
filip
2010-10-11
fafb50913c3100eee68b4691bc7d78515829dff0
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
cz_server_ip.lng
1
2
3
4
5
6
7
<?php
$wb['server_id_txt'] = 'Server';
$wb['ip_address_txt'] = 'IP adresa';
$wb['virtualhost_txt'] = 'HTTP NameVirtualHost';
$wb['ip_error_wrong'] = 'IP adresa je neplatná';
$wb['ip_error_unique'] = 'IP adresa musí být unikátní';
?>