redray
2008-12-01 0ba7fb661df1b59b2abeb5d96c8b6f54a7a7c904
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$wb['list_head_txt'] = 'DNS Wizard Template';
$wb['visible_txt'] = 'Visible';
$wb['name_txt'] = 'Name';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['page_next_txt'] = 'Next';
$wb['page_back_txt'] = 'Back';
$wb['delete_txt'] = 'Delete';
$wb['filter_txt'] = 'Filter';
$wb['add_new_record_txt'] = 'Add new record';
?>