snipe-it/resources/lang/id/admin/models/general.php

14 lines
526 B
PHP
Raw Normal View History

2016-06-22 14:39:19 -07:00
<?php
return array(
2016-08-25 17:43:07 -07:00
'deleted' => 'Model ini telah dihapus. <a href="/hardware/models/:model_id/restore">Click di sini untuk memulihkan</a>.',
'restore' => 'Mengembalikan Model',
'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini',
'view_deleted' => 'Lihat yang Dihapus',
'view_models' => 'Lihat Model',
2016-06-22 14:39:19 -07:00
'fieldset' => 'Fieldset',
2016-08-25 17:43:07 -07:00
'no_custom_field' => 'Field yang tidak bisa di rubah',
2016-06-22 14:39:19 -07:00
);