dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Fix syntax error in one language files - Remove 2 language files unused
Fantu
2009-12-27
9ad0eb30275d0d5501f061b0ccf04f533c6d3eba
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dns
/
lib
/
lang
/
tr_dns_soa_list.lng
1
2
3
4
5
6
7
8
9
<?php
$wb["list_head_txt"] = 'DNS Zones';
$wb["active_txt"] = 'Aktif';
$wb["server_id_txt"] = 'Sunucu';
$wb["origin_txt"] = 'Zone';
$wb["ns_txt"] = 'NS';
$wb["mbox_txt"] = 'Email';
$wb["add_new_record_txt"] = 'Yeni DNS Zone (SOA)';
?>