tbrehm
2009-08-24 8db8f3ae53eedaee838e6eb8da17a40340122807
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Felhasználók';
$wb['username_txt'] = 'Felhasználónév';
$wb['name_txt'] = 'Név';
$wb['vorname_txt'] = 'Családi név';
$wb['ort_txt'] = 'Város';
$wb['add_new_record_txt'] = 'Új felhasználó';
?>