snipe-it/resources/lang/it/admin/components/general.php

17 lines
718 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-05-16 21:54:13 -07:00
'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' => 'Amount checked in must be equal to or less than :assigned_qty'
);