dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed bug that added Listen directive to apps vhost even on port 80 and 443
mcramer
2012-08-15
ae6d914aae490fb025e91c5eb72abb3d80d5e91a
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
monitor
/
lib
/
lang
/
br_datalog_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Fila de Trabalho';
$wb['tstamp_txt'] = 'Data';
$wb['server_id_txt'] = 'Servidor';
$wb['dbtable_txt'] = 'Tabela BD';
$wb['action_txt'] = 'Ação';
$wb['status_txt'] = 'Situação';
?>