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

13 lines
593 B
PHP
Raw Permalink Normal View History

2018-02-20 14:37:22 -08:00
<?php
return array(
2018-02-20 14:37:22 -08:00
'checkout' => 'Izdaja potrošnega materiala uporabniku',
'consumable_name' => 'Ime potrošnega materiala',
'create' => 'Ustvari potrošni material',
'item_no' => 'Št.',
'remaining' => 'Preostanek',
'total' => 'Skupaj',
'update' => 'Posodobi potrošni material',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);