Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
6697eb 1 <?php
2d870d 2 $wb['server_id_txt'] = 'Sunucu';
bd12aa 3 $wb['zone_txt'] = 'Bölge';
TB 4 $wb['name_txt'] = 'Sunucu Adı';
5 $wb['type_txt'] = 'Tip';
2d870d 6 $wb['data_txt'] = 'Metin';
378d83 7 $wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
FS 8 $wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
9 $wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
bd12aa 10 $wb['ttl_txt'] = 'TTL Süresi';
TB 11 $wb['active_txt'] = 'Etkin';
12 $wb['limit_dns_record_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla DNS kaydı sınırına ulaştınız.';
13 $wb['no_zone_perm'] = 'Bu DNS bölgesi kaydını ekleme izniniz yok.';
14 $wb['name_error_empty'] = 'Sunucu adı boş olamaz.';
15 $wb['name_error_regex'] = 'Sunucu adı biçimi geçersiz.';
16 $wb['data_error_empty'] = 'Metin boş olamaz';
17 $wb['data_error_regex'] = 'Metin biçimi geçersiz';
18 $wb['ttl_range_error'] = 'En düşük TTL süresi 60 saniyedir.';
6697eb 19 ?>