tbrehm
2010-01-28 bd06baf3a9714c902d20f5aef09cfc13f87a981d
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?';
?>