snipe-it/resources/lang/mk/admin/components/general.php
2018-05-02 14:32:50 -07:00

18 lines
1 KiB
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_components_title' => 'За компонентите',
'about_components_text' => 'Компоненти се елементи кои се дел од основните средства, на пример, HDD, RAM меморија, итн.',
'component_name' => 'Име на компонента',
'checkin' => 'Раздолжи компонента',
'checkout' => 'Задолжи компонента',
'cost' => 'Набавна цена',
'create' => 'Креирај компонента',
'edit' => 'Уреди компонента',
'date' => 'Датум на набавка',
'order' => 'Број на нарачка',
'remaining' => 'Останува',
'total' => 'Вкупно',
'update' => 'Уреди компонента',
);