mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:10:10 +00:00
16 lines
447 B
PHP
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?',
|
|
],
|
|
];
|