mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
18 lines
418 B
PHP
18 lines
418 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Dodeljena',
|
|
'checkout' => 'In/Out',
|
|
'id' => 'ID',
|
|
'license_email' => 'E-adresa za licencu',
|
|
'license_name' => 'Licencirano',
|
|
'purchase_date' => 'Datum narudzbine',
|
|
'purchased' => 'Naručeno',
|
|
'seats' => 'Mesta',
|
|
'hardware' => 'Hardver',
|
|
'serial' => 'Serial',
|
|
'title' => 'Licenca',
|
|
|
|
);
|