dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Fixed bug in web folder delete function.
tbrehm
2011-10-20
219bb4b7f28b2f5670fe2d8e7e6a09fbfd3ec70a
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
monitor
/
lib
/
lang
/
hr_datalog_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = "Stanje";
$wb['tstamp_txt'] = "Datum";
$wb['server_id_txt'] = "Server";
$wb['dbtable_txt'] = "Tablica u bazi";
$wb['action_txt'] = "Akcija";
$wb['status_txt'] = "Status";
?>