3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-08 16:15:39 +00:00
Files
snipe-it/resources/lang/fi/admin/models/general.php

14 lines
505 B
PHP

<?php
return array(
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.',
'restore' => 'Restore Model',
'show_mac_address' => 'Näytä MAC-osoitekenttä tämän mallin laitteille',
'view_deleted' => 'View Deleted',
'view_models' => 'View Models',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);