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

18 lines
564 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(
'assigned_to' => 'Задолжен на',
'checkout' => 'Раздолжи/Задолжи',
'id' => 'ID',
'license_email' => 'Лиценцирано на е-пошта',
'license_name' => 'Лиценцирано на',
'purchase_date' => 'Датум на набавка',
'purchased' => 'Датум на набавка',
'seats' => 'Места',
'hardware' => 'Хардвер',
'serial' => 'Сериски број',
'title' => 'Лиценца',
);