mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
324 B
PHP
Executable file
14 lines
324 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'group_management' => 'Gestione Gruppo',
|
|
'create_group' => 'Crea nuovo gruppo',
|
|
'edit_group' => 'Modifica gruppo',
|
|
'group_name' => 'Nome del gruppo',
|
|
'group_admin' => 'Amministratore del Gruppo',
|
|
'allow' => 'Permetti',
|
|
'deny' => 'Rifiuta',
|
|
|
|
);
|