tbrehm
2009-08-28 2bbc4c7761a6d0e97cc8f22bccbea94835fcbc7d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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'] = 'Tärkeysjärjestys';
$wb['page_txt'] = 'Page';
$wb['page_of_txt'] = 'of';
$wb['delete_confirmation'] = 'Do you really want to delete this record?';
?>