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

13 lines
556 B
PHP
Raw Normal View History

2018-09-28 11:54:52 -07:00
<?php
return array(
2018-09-28 11:54:52 -07:00
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Heiti rekstrarvöru',
2018-09-28 11:54:52 -07:00
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Eftir',
'total' => 'Samtals',
2018-09-28 11:54:52 -07:00
'update' => 'Update Consumable',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);