dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Bugfix: wrong message variables for template were set
mcramer
2012-08-18
97f5c2d0c5d9125dbc80ffb5967636dc2d214bb8
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
monitor
/
lib
/
lang
/
tr_syslog_list.lng
1
2
3
4
5
6
7
<?php
$wb['list_head_txt'] = 'ISPConfig Kayıtları';
$wb['tstamp_txt'] = 'Tarih';
$wb['server_id_txt'] = 'Sunucu';
$wb['loglevel_txt'] = 'Kayıt düzeyi';
$wb['message_txt'] = 'Mesaj';
?>