dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed #3855 - Added missing html template for form page System > Interface...
Till Brehm
2016-05-26
181ee7eedc5b73dfb893fa13bd5a5fa155e0562b
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
admin
/
lib
/
lang
/
cz_language_edit.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Editor jazykového souboru';
$wb['language_select_txt'] = 'Vybrat jazyk';
$wb['module_txt'] = 'Modul';
$wb['lang_file_txt'] = 'Jazykový soubor';
$wb['btn_save_txt'] = 'Uložit';
$wb['btn_cancel_txt'] = 'Zrušit';
?>