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

17 lines
983 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_manufacturers_title' => 'За производителите',
'about_manufacturers_text' => 'Производителите се компаниите кои ги произведуваат основните средства. Овде можете да зачувате информации за контакт за поддршка и сл., кои ќе бидат прикажани на страниците со детали за вашите средства.',
'asset_manufacturers' => 'Производители',
'create' => 'Креирај производител',
'id' => 'ID',
'name' => 'Име',
'support_email' => 'Е-пошта за поддршка',
'support_phone' => 'Телефон за поддршка',
'support_url' => 'Врска за поддршка',
'update' => 'Ажурирај го производителот',
'url' => 'URL',
);