12 lines
500 B
PHP
Executable File
12 lines
500 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'deleted' => 'โมเดลนี้ถูกลบแล้ว <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
|
|
'restore' => 'กู้คืนโมเดล',
|
|
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
|
|
'view_deleted' => 'ดูที่ถูกลบ',
|
|
'view_models' => 'ดูโมเดล',
|
|
|
|
);
|