3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 22:54:24 +00:00
Files
snipe-it/resources/lang/is-IS/admin/consumables/general.php
2023-12-19 17:23:16 +00:00

12 lines
435 B
PHP

<?php
return array(
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Heiti rekstrarvöru',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Eftir',
'total' => 'Samtals',
'update' => 'Update Consumable',
);