mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 17:44:17 -08:00
12 lines
224 B
PHP
12 lines
224 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'asset_manufacturers' => 'Produttori Bene',
|
||
|
'create' => 'Crea Produttore',
|
||
|
'id' => 'ID',
|
||
|
'name' => 'Nome del produttore',
|
||
|
'update' => 'Aggiorna Produttore',
|
||
|
|
||
|
);
|