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

12 lines
602 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'checkout' => 'Задолжи потрошен материјал на корисник',
'consumable_name' => 'Име на потрошен материјал',
'create' => 'Креирај потрошен материјал',
'item_no' => 'Ставка бр.',
'remaining' => 'Останува',
'total' => 'Вкупно',
'update' => 'Ажурирај потрошен материјал',
);