phpvms/resources/lang/it/user.php

14 lines
288 B
PHP
Raw Normal View History

2018-05-21 22:52:54 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-05-21 22:52:54 +08:00
return [
'location' => 'Posizione',
2018-08-27 00:40:04 +08:00
'state' => [
2018-05-22 00:55:40 +08:00
'pending' => 'In Attesa',
'active' => 'Attivo',
'rejected' => 'Rifiutato',
'on_leave' => 'In Ferie',
'suspended' => 'Sospeso',
'deleted' => 'Cancellato',
2018-05-22 00:55:40 +08:00
],
2018-05-21 22:52:54 +08:00
];