5 lines
102 B
PHP
5 lines
102 B
PHP
<?PHP
|
|
$gender_set['female'] = 'nő';
|
|
$gender_set['male'] = 'férfi';
|
|
$gender_set['other'] = 'egyéb';
|