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

28 lines
1.4 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_suppliers_title' => 'За добавувачите',
'about_suppliers_text' => 'Добавувачите се компаниите од кои е набавена опремата и кои се одговорни за гаранцијата на основните средства',
'address' => 'Адреса на добавувачот',
'assets' => 'Основни средства',
'city' => 'Град',
'contact' => 'Име за контакт',
'country' => 'Држава',
'create' => 'Креирај добавувач',
'email' => 'Е-пошта',
'fax' => 'Факс',
'id' => 'ID',
'licenses' => 'Лиценци',
'name' => 'Име на добавувачот',
'notes' => 'Забелешки',
'phone' => 'Телефон',
'state' => 'Република',
'suppliers' => 'Добавувачи',
'update' => 'Ажурирај добавувач',
'url' => 'URL',
'view' => 'Погледни добавувач',
'view_assets_for' => 'Преглед на средства за',
'zip' => 'Поштенски код',
);