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',
2017-04-06 21:36:33 -07:00
'about_accessories_text' => 'Aksesori adalah apa-apa yang kamu menetapkan untuk pengguna tetapi ia tidak mempunyai nombor siri (atau anda tidak peduli untuk trek ia dengan uniknya). Sebagai contoh, komputer tetikus atau papan kekunci.',
'accessory_category' => 'Kategori Aksesori',
'accessory_name' => 'Nama Aksesori',
2017-04-06 21:36:33 -07:00
'checkout' => 'Semak keluar aksesori',
'checkin' => 'Semak masuk aksesori',
'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',
2017-04-06 21:36:33 -07:00
'remaining' => 'Masih ada',
'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.',
);