11 lines
302 B
PHP
11 lines
302 B
PHP
<?php
|
|
|
|
$txt_str['UserManager'] = [
|
|
'titleList' => 'Filiaalbeheer',
|
|
|
|
'passwordEmailSentSuccess' => 'De e-mail om het wachtwoord in te stellen is verzonden',
|
|
'passwordEmailSentError' => 'E-mail kon niet worden verzonden',
|
|
|
|
'updateFigureSuccess' => 'Gebruiker is succesvol bijgewerkt',
|
|
];
|