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

22 lines
966 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about_licenses_title' => 'Over licenties',
'about_licenses' => 'Licenties worden gebruikt om software te beheren. Deze hebben een maximum aantal wat aan gebruikers uitgeleverd kan worden',
2016-03-25 01:18:05 -07:00
'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',
);