From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/dns/lib/lang/tr_dns_mx.lng | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/interface/web/dns/lib/lang/tr_dns_mx.lng b/interface/web/dns/lib/lang/tr_dns_mx.lng index c067abf..abdf7a4 100644 --- a/interface/web/dns/lib/lang/tr_dns_mx.lng +++ b/interface/web/dns/lib/lang/tr_dns_mx.lng @@ -1,16 +1,17 @@ <?php -$wb["server_id_txt"] = 'Sunucu'; -$wb["zone_txt"] = 'Zone'; -$wb["name_txt"] = 'Hostname'; -$wb["type_txt"] = 'çeşit'; -$wb["data_txt"] = 'Mail sunucusu hostname'; -$wb["aux_txt"] = 'Öncelik'; -$wb["ttl_txt"] = 'TTL'; -$wb["active_txt"] = 'Aktif'; -$wb["limit_dns_record_txt"] = 'Hesabınıdaki max. DNS kaydı limitine ulaştınız.'; -$wb["no_zone_perm"] = 'Bu DNS Zone kaydını eklemek için yetkiniz yok.'; -$wb["name_error_empty"] = 'Hostname boş.'; -$wb["name_error_regex"] = 'Hostname yanlış formatta.'; -$wb["data_error_empty"] = 'Mail sunucusu hostname boş'; -$wb["data_error_regex"] = 'Mail sunucusu hostname geçersiz formatta'; +$wb['server_id_txt'] = 'Sunucu'; +$wb['zone_txt'] = 'Zone'; +$wb['name_txt'] = 'Hostname'; +$wb['type_txt'] = 'çeşit'; +$wb['data_txt'] = 'Mail sunucusu hostname'; +$wb['aux_txt'] = 'Öncelik'; +$wb['ttl_txt'] = 'TTL'; +$wb['active_txt'] = 'Aktif'; +$wb['limit_dns_record_txt'] = 'Hesabınıdaki max. DNS kaydı limitine ulaştınız.'; +$wb['no_zone_perm'] = 'Bu DNS Zone kaydını eklemek için yetkiniz yok.'; +$wb['name_error_empty'] = 'Hostname boş.'; +$wb['name_error_regex'] = 'Hostname yanlış formatta.'; +$wb['data_error_empty'] = 'Mail sunucusu hostname boş'; +$wb['data_error_regex'] = 'Mail sunucusu hostname geçersiz formatta'; +$wb['duplicate_mx_record_txt'] = 'Duplicate MX record.'; ?> -- Gitblit v1.9.1