mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
14 lines
521 B
PHP
14 lines
521 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'deleted' => 'Den här modellen har tagits bort. <a href="/hardware/models/:model_id/restore">Klicka här för att återskapa</a>.',
|
||
|
'restore' => 'Återskapa Modell',
|
||
|
'show_mac_address' => 'Show MAC address field in assets in this model',
|
||
|
'view_deleted' => 'Visa Borttagna',
|
||
|
'view_models' => 'Visa Modeller',
|
||
|
'fieldset' => 'Fieldset',
|
||
|
'no_custom_field' => 'No custom fields',
|
||
|
|
||
|
);
|