tbrehm
2011-09-07 d12a905c395ffc8471570b491e43638167157df4
1
2
3
4
5
6
7
8
9
<?php
$wb['list_head_txt'] = 'Användare';
$wb['username_txt'] = 'Användarnamn';
$wb['name_txt'] = 'Namn';
$wb['vorname_txt'] = 'Förnamn';
$wb['ort_txt'] = 'stad';
$wb['add_new_record_txt'] = 'Add new user';
$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!';
?>