12 lines
390 B
PHP
Executable File
12 lines
390 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
|
|
'restore' => '恢复型号',
|
|
'show_mac_address' => 'Show MAC address field in assets in this model',
|
|
'view_deleted' => '查看已删除',
|
|
'view_models' => '查看已型号',
|
|
|
|
);
|