mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
18 lines
447 B
PHP
Executable file
18 lines
447 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'מוקצה ל-',
|
|
'checkout' => 'In/Out',
|
|
'id' => 'ID',
|
|
'license_email' => 'License Email',
|
|
'license_name' => 'Licensed To',
|
|
'purchase_date' => 'תאריך הרכישה',
|
|
'purchased' => 'נרכש',
|
|
'seats' => 'מספר',
|
|
'hardware' => 'ציוד',
|
|
'serial' => 'מספר סידורי',
|
|
'title' => 'רישיון',
|
|
|
|
);
|