dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Implemented: FS#1049 - Allow "Login as" also from the client list as it is ...
tbrehm
2010-01-28
bd06baf3a9714c902d20f5aef09cfc13f87a981d
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
sites
/
lib
/
lang
/
tr_database_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Veritabanı';
$wb['active_txt'] = 'Aktif';
$wb['remote_access_txt'] = 'Uzaktan Erişim';
$wb['server_id_txt'] = 'Sunucu';
$wb['database_name_txt'] = 'Veritabanı adı';
$wb['add_new_record_txt'] = 'Yeni Veritabanı';
?>