mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -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',
|
|
|
|
);
|