snipe-it/resources/lang/nl/admin/licenses/general.php

21 lines
741 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'checkin' => 'Check werkplek licentie in',
'checkout_history' => 'Checkout historie',
'checkout' => 'Check werkplek licentie uit',
'edit' => 'Wijzig licentie',
'filetype_info' => 'Toegestane bestandstypes zijn png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'clone' => 'Kopieer licentie',
'history_for' => 'Geschiedenis van ',
'in_out' => 'In/Uit',
'info' => 'Licentiegegevens',
'license_seats' => 'Licentie werkplekken',
'seat' => 'Werkplek',
'seats' => 'Werkplekken',
'software_licenses' => 'Applicatie Licenties',
'user' => 'Gebruiker',
'view' => 'Bekijk licentie',
);