Files
2025-11-17 16:30:00 -05:00

16 lines
447 B
PHP

<?php
return [
'title' => 'Gebruikers',
'label' => 'Gebruikers',
// User prompts and messages
'user_change' => [
'info' => 'Gebruikersrol bijgewerkt.',
'password_updated_info' => ':email wachtwoord bijgewerkt.',
'what_is_password' => 'Wat is het nieuwe wachtwoord?',
'what_is_the_email_address' => 'Wat is het e-mailadres?',
'what_role' => 'Welke rol moet de gebruiker hebben?',
],
];