mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
526 B
PHP
14 lines
526 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'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',
|
|
'fieldset' => 'Fieldset',
|
|
'no_custom_field' => 'Field yang tidak bisa di rubah',
|
|
|
|
);
|