snipe-it/resources/lang/he/admin/accessories/general.php
2016-03-25 01:18:05 -07:00

27 lines
1.6 KiB
PHP
Executable file

<?php
return array(
'about_accessories_title' => 'אודות האביזרים',
'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
'accessory_category' => 'סוג האביזר',
'accessory_name' => 'שם אביזר',
'cost' => 'מחיר הרכישה',
'checkout' => 'Checkout Accessory',
'checkin' => 'Checkin Accessory',
'create' => 'ליצור אביזר',
'date' => 'תאריך הרכישה',
'edit' => 'Edit Accessory',
'eula_text' => 'Category EULA',
'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.',
'require_acceptance' => 'Require users to confirm acceptance of assets in this category.',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.',
'order' => 'מספר הזמנה',
'qty' => 'כמות',
'total' => 'סה"כ',
'remaining' => 'נותר',
'update' => 'עידכון אביזר',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.',
);