tbrehm
2010-03-11 899771dc79ad6cf1beffd4c867539a84b53a330d
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!';
?>