mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
18 lines
430 B
PHP
18 lines
430 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Kwabiwa Ku',
|
|
'checkout' => 'In / Out',
|
|
'id' => 'ID',
|
|
'license_email' => 'I-imeyili yelayisense',
|
|
'license_name' => 'Kulayisensi',
|
|
'purchase_date' => 'Usuku lokuthenga',
|
|
'purchased' => 'Kuthengwe',
|
|
'seats' => 'Izihlalo',
|
|
'hardware' => 'Hardware',
|
|
'serial' => 'Serial',
|
|
'title' => 'Ilayisensi',
|
|
|
|
);
|