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';
6 $wb['data_txt'] = 'Hedef Sunucu Adı';
7 $wb['ttl_txt'] = 'TTL Süresi';
8 $wb['active_txt'] = 'Etkin';
9 $wb['limit_dns_record_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla DNS kaydı sınırına ulaştınız.';
10 $wb['no_zone_perm'] = 'Bu DNS bölgesi kaydını ekleme izniniz yok.';
11 $wb['name_error_empty'] = 'Sunucu adı boş olamaz.';
12 $wb['name_error_regex'] = 'Sunucu adının biçimi geçersiz.';
13 $wb['data_error_empty'] = 'Hedef sunucu adı boş olamaz';
14 $wb['data_error_regex'] = 'Hedef sunucu adı biçimi geçersiz';
15 $wb['ttl_range_error'] = 'En düşük TTL süresi 60 saniyedir.';
6697eb 16 ?>