Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
interface/web/admin/lib/lang/tr_server_list.lng
@@ -1,11 +1,14 @@
<?php
$wb["list_head_txt"] = 'Sunucu';
$wb["server_name_txt"] = 'İsim';
$wb["mail_server_txt"] = 'Mail';
$wb["web_server_txt"] = 'Web';
$wb["dns_server_txt"] = 'DNS';
$wb["file_server_txt"] = 'Dosya';
$wb["db_server_txt"] = 'DB';
$wb["vserver_server_txt"] = 'VServer';
$wb["add_new_record_txt"] = 'Yeni Sunucu';
$wb['list_head_txt'] = 'Sunucu';
$wb['server_name_txt'] = 'Ad';
$wb['mail_server_txt'] = 'Posta';
$wb['web_server_txt'] = 'Web';
$wb['dns_server_txt'] = 'DNS';
$wb['file_server_txt'] = 'Dosya';
$wb['db_server_txt'] = 'Veritabanı';
$wb['vserver_server_txt'] = 'SSunucu';
$wb['proxy_server_txt'] = 'Vekil Sunucu';
$wb['firewall_server_txt'] = 'Güvenlik Duvarı';
$wb['add_new_record_txt'] = 'Sunucu Ekle';
$wb['xmpp_server_txt'] = 'XMPP';
?>