snipe-it/resources/lang/it/admin/manufacturers/table.php
2016-03-25 01:18:05 -07:00

12 lines
224 B
PHP
Executable file

<?php
return array(
'asset_manufacturers' => 'Produttori Bene',
'create' => 'Crea Produttore',
'id' => 'ID',
'name' => 'Nome del produttore',
'update' => 'Aggiorna Produttore',
);