Files
snipe-it/app/lang/fi/admin/hardware/general.php
T
2015-02-11 05:19:23 -08:00

18 lines
613 B
PHP
Executable File

<?php
return array(
'archived' => 'Archived',
'asset' => 'Laite',
'checkin' => 'Palauta Laite',
'checkout' => 'Luovuta Laite Käyttäjälle',
'clone' => 'Monista Laite',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Muokkaa Laitetta',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Näytä Laite',
);