phpvms/resources/lang/it/user.php
Nabeel S 14d0e99a37
Delete the user in a GDPR compatible way (#1151)
* Delete the user in a GDPR compatible way

* Block user from calls

* Style fix
2021-04-23 10:33:13 -04:00

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',
],
];