snipe-it/resources/lang/it/admin/manufacturers/table.php

13 lines
399 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about_manufacturers_title' => 'Informazioni sui produttori',
'about_manufacturers_text' => 'I produttori realizzano tutti i magici oggetti che usiamo.',
2016-03-25 01:18:05 -07:00
'asset_manufacturers' => 'Produttori Bene',
'create' => 'Crea Produttore',
'id' => 'ID',
'name' => 'Nome del produttore',
'update' => 'Aggiorna Produttore',
);