Files
snipe-it/app/lang/it/admin/consumables/general.php
T
2015-11-04 03:42:37 -08:00

15 lines
656 B
PHP
Executable File

<?php
return array(
'about_consumables_title' => 'Controlla Consumabili',
'about_consumables_text' => 'I consumabili sono qualcosa che una volta acquistati saranno completamente consumati. Per esempio, inchiostro per stampante o fogli di carta.',
'consumable_name' => 'Nome Consumabile',
'cost' => 'Purchase Cost',
'create' => 'Crea Consumabile',
'date' => 'Purchase Date',
'order' => 'Order Number',
'remaining' => 'Rimanenti',
'total' => 'Totale',
'update' => 'Aggiorna Consumabile',
);