moglia
2010-02-16 b0006c47e8b2c429f36e6433d96a20207d313b7f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['list_head_txt'] = 'A-Record';
$wb['active_txt'] = 'Aktif';
$wb['server_id_txt'] = 'Sunucu';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'İsim';
$wb['data_txt'] = 'Veri';
$wb['aux_txt'] = 'Öncelik';
$wb['type_txt'] = 'Çeşit';
$wb['add_new_record_txt'] = 'Yeni DNS A-Record';
$wb['page_txt'] = 'Sayfa';
$wb['page_of_txt'] = '/';
$wb['delete_confirmation'] = 'Bu kaydı gerçekten silmek istiyor musunuz?';
?>