mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 00:54:07 -08:00
13 lines
399 B
PHP
13 lines
399 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_manufacturers_title' => 'Informazioni sui produttori',
|
|
'about_manufacturers_text' => 'I produttori realizzano tutti i magici oggetti che usiamo.',
|
|
'asset_manufacturers' => 'Produttori Bene',
|
|
'create' => 'Crea Produttore',
|
|
'id' => 'ID',
|
|
'name' => 'Nome del produttore',
|
|
'update' => 'Aggiorna Produttore',
|
|
|
|
);
|