14d0e99a37
* Delete the user in a GDPR compatible way * Block user from calls * Style fix
14 lines
288 B
PHP
14 lines
288 B
PHP
<?php
|
|
|
|
return [
|
|
'location' => 'Posizione',
|
|
'state' => [
|
|
'pending' => 'In Attesa',
|
|
'active' => 'Attivo',
|
|
'rejected' => 'Rifiutato',
|
|
'on_leave' => 'In Ferie',
|
|
'suspended' => 'Sospeso',
|
|
'deleted' => 'Cancellato',
|
|
],
|
|
];
|