Files
snipe-it/app/lang/nl/admin/hardware/general.php
T
2015-02-27 13:32:53 -08:00

19 lines
872 B
PHP
Executable File

<?php
return array(
'archived' => 'Gearchiveerd',
'asset' => 'Materiaal',
'checkin' => 'Materiaal uitlenen',
'checkout' => 'Leen materiaal uit aan deze gebruiker',
'clone' => 'Kloon Materiaal',
'deployable' => 'Uitrolbaar',
'deleted' => 'Dit materiaal is verwijderd. <a href="/hardware/:asset_id/restore">Klik hier om te herstellen</a>.',
'edit' => 'Materiaal Bewerken',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
'requestable' => 'Beschikbaar',
'restore' => 'Herstel materiaal',
'pending' => 'In behandeling',
'undeployable' => 'Niet uitrolbaar',
'view' => 'Bekijk Materiaal',
);