Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$wb['list_head_txt'] = 'Nimitietueet';
$wb['active_txt'] = 'Käytössä';
$wb['server_id_txt'] = 'Palvelin';
$wb['zone_txt'] = 'Alue (Zone)';
$wb['name_txt'] = 'Nimi';
$wb['data_txt'] = 'Data';
$wb['type_txt'] = 'Tyyppi';
$wb['add_new_record_txt'] = 'Lisää uusi tietue';
$wb['aux_txt'] = 'Prioriteetti';
$wb['ttl_txt'] = 'TTL';
$wb['page_txt'] = 'Sivu';
$wb['page_of_txt'] = '/';
$wb['delete_confirmation'] = 'Haluatko varmasti poistaa tämän tietueen?';
?>