mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
23 lines
939 B
PHP
23 lines
939 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'asset' => 'Impahla',
|
||
|
'checkin' => 'Ngena',
|
||
|
'create' => 'Dala ilayisensi',
|
||
|
'expiration' => 'Usuku lokuphelelwa isikhathi',
|
||
|
'license_key' => 'Ukhiye Womkhiqizo',
|
||
|
'maintained' => 'Kugcinwe',
|
||
|
'name' => 'Igama leSofthiwe',
|
||
|
'no_depreciation' => 'Ungagcini',
|
||
|
'purchase_order' => 'Inombolo Yokuthenga Yokuthenga',
|
||
|
'reassignable' => 'Iphinde isenqatshelwe',
|
||
|
'remaining_seats' => 'Izihlalo ezihlala',
|
||
|
'seats' => 'Izihlalo',
|
||
|
'termination_date' => 'Usuku lokuphela',
|
||
|
'to_email' => 'Ilayisensi ye-imeyili',
|
||
|
'to_name' => 'Ilayisensi Yegama',
|
||
|
'update' => 'Buyekeza i-License',
|
||
|
'checkout_help' => 'Kumele uhlole ilayisense ku-hardware yefa noma umuntu. Ungakhetha kokubili, kodwa umnikazi wefa kufanele afane nomuntu ohlola ifa lakho.'
|
||
|
);
|