dxr
2009-09-01 e12a06071abedf64cc77a28eb83225708e8c351f
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['list_head_txt'] = 'Felhasználók';
$wb['username_txt'] = 'Felhasználó neve';
$wb['name_txt'] = 'Neve';
$wb['vorname_txt'] = 'Forename';
$wb['ort_txt'] = 'Város';
$wb['page_txt'] = 'Oldal';
$wb['page_of_txt'] = '';
$wb['page_next_txt'] = 'Következő';
$wb['page_back_txt'] = 'Vissza';
$wb['delete_txt'] = 'Törlés';
$wb['filter_txt'] = 'Szűrő';
?>