wi-events/lang/en/validation.php

20 lines
495 B
PHP
Raw Normal View History

2023-01-07 16:10:18 +01:00
<?php
return [
'attributes' => [
'firstname' => 'Vorname',
'lastname' => 'Nachname',
'activity' => 'Funktion',
'gender' => 'Geschlecht',
'birthday' => 'Geburtsdatum',
'address' => 'Straße & Hausnr',
'zip' => 'PLZ',
'location' => 'Ort',
'phone' => 'Telefonnummer',
'email' => 'E-Mail-Adresse',
'agegroup' => 'Stufe',
'emergency_phone' => 'Notfallkontakt',
2023-04-01 11:13:46 +02:00
'group' => 'Stamm',
2023-01-07 16:10:18 +01:00
],
];