mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
17 lines
729 B
PHP
17 lines
729 B
PHP
<?php
|
|
|
|
return array(
|
|
'component_name' => 'Nome Componente',
|
|
'checkin' => 'Checkin Componente',
|
|
'checkout' => 'Checkout Componente',
|
|
'cost' => 'Prezzo d\'acquisto',
|
|
'create' => 'Crea Componente',
|
|
'edit' => 'Modifica Componente',
|
|
'date' => 'Data di acquisto',
|
|
'order' => 'Numero Ordine',
|
|
'remaining' => 'Rimanenti',
|
|
'total' => 'Totale',
|
|
'update' => 'Aggiorna Componente',
|
|
'checkin_limit' => 'La quantità in ingresso deve essere uguale o inferiore di :assigned_qty'
|
|
);
|