snipe-it/resources/lang/lv/admin/licenses/table.php

18 lines
439 B
PHP
Raw Normal View History

2017-08-25 07:32:57 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'assigned_to' => 'Piešķirts',
'checkout' => 'Iekšā ārā',
2017-08-25 07:32:57 -07:00
'id' => 'ID',
2017-10-17 18:52:20 -07:00
'license_email' => 'Licences e-pasts',
'license_name' => 'Licencēts',
'purchase_date' => 'Pirkuma datums',
'purchased' => 'Iegādāts',
'seats' => 'Sēdvietas',
'hardware' => 'Aparatūra',
'serial' => 'Sērijas numurs',
'title' => 'Licence',
2017-08-25 07:32:57 -07:00
);