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

14 lines
699 B
PHP
Raw Normal View History

2018-07-18 08:55:38 -07:00
<?php
return array(
2018-09-28 11:54:52 -07:00
'about_consumables_title' => 'O potrošnim materijalima',
'about_consumables_text' => 'Potrošni materijali je sve što se kupuje, a troši se tokom vremena. Na primjer, toner, mastilo, ili fotokopir papir i sl.',
2018-07-18 08:55:38 -07:00
'checkout' => 'Checkout Consumable to User',
2018-09-28 11:54:52 -07:00
'consumable_name' => 'Naziv potrošnog materijala',
'create' => 'Kreiraj potrošni materijal',
'item_no' => 'Stavka Br.',
'remaining' => 'Preostalo',
'total' => 'Ukupno',
'update' => 'Ažuriraj potrošni materijal',
2018-07-18 08:55:38 -07:00
);