snipe-it/resources/lang/ms/admin/accessories/general.php

23 lines
1.4 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about_accessories_title' => 'Tentang Aksesori',
2016-03-25 01:18:05 -07:00
'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' => 'Kategori Aksesori',
'accessory_name' => 'Nama Aksesori',
2016-03-25 01:18:05 -07:00
'checkout' => 'Checkout Accessory',
'checkin' => 'Checkin Accessory',
'create' => 'Cipta Aksesori',
'edit' => 'Pinda Aksesori',
'eula_text' => 'Kategori EULA',
2016-03-25 01:18:05 -07:00
'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.',
'total' => 'Jumlah',
2016-03-25 01:18:05 -07:00
'remaining' => 'Avail',
'update' => 'Kemaskini Aksesori',
2016-03-25 01:18:05 -07:00
'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.',
);