snipe-it/resources/lang/bg/admin/consumables/general.php
2017-04-06 21:36:33 -07:00

14 lines
845 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(
'about_consumables_title' => 'Относно консумативите',
'about_consumables_text' => 'Консумативите са всички неща, купувани във времето. Например тонер за принтер или хартия.',
'checkout' => 'Отписване на консумативи към потребител',
'consumable_name' => 'Консуматив',
'create' => 'Създаване на консуматив',
'item_no' => '№ на артикул',
'remaining' => 'Остава',
'total' => 'Oбщо',
'update' => 'Обновяване на консуматив',
);