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

12 lines
449 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'checkout' => 'Checkout Consumabile all\'utente',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Nome Consumabile',
'create' => 'Crea Consumabile',
2017-10-17 18:52:20 -07:00
'item_no' => 'Oggetto numero.',
2016-10-04 12:23:02 -07:00
'remaining' => 'Rimanenti',
'total' => 'Totale',
2016-03-25 01:18:05 -07:00
'update' => 'Aggiorna Consumabile',
);