dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed missing save and cancel button texts in reseller and client form.
Till Brehm
2013-11-20
6a8a67f05081001851bbd70644188263132c5921
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
designer
/
lib
/
lang
/
sk_module_nav_edit.lng
1
2
3
4
5
6
<?php
$wb['title_txt'] = 'Názov';
$wb['header_txt'] = 'Navi vlastnosti';
$wb['save_txt'] = 'Uložiť';
$wb['cancel_txt'] = 'Zrušiť';
?>