moglia
2010-05-13 2744b2334b38046dc7b13458bb075ed1de838e81
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Käyttäjätunnukset';
$wb['username_txt'] = 'Käyttäjätunnus';
$wb['name_txt'] = 'Etunimi';
$wb['vorname_txt'] = 'Sukunimi';
$wb['ort_txt'] = 'Kaupunki';
$wb['add_new_record_txt'] = 'Lisää uusi käyttäjä';
$wb['warning_txt'] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
?>