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

18 lines
623 B
PHP
Executable File

<?php
return array(
'archived' => 'Archived',
'asset' => 'Asset',
'checkin' => 'Asset zurücknehmen',
'checkout' => 'Asset an Benutzer herausgeben',
'clone' => 'Asset duplizieren',
'deployable' => 'Deployable',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
'edit' => 'Asset editieren',
'requestable' => 'Requestable',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Asset ansehen',
);