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

14 lines
641 B
PHP
Raw Normal View History

2018-02-20 14:37:22 -08:00
<?php
return array(
'about_consumables_title' => 'O potrošnem materialu',
'about_consumables_text' => 'Potrošni materiali je na primer toner, kartuša ali kopirni papir.',
'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',
);