2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
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.',
|
2020-11-10 04:43:02 -08:00
|
|
|
'clone' => 'Dupliceer licentie',
|
2016-03-25 01:18:05 -07:00
|
|
|
'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',
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|