42 lines
1.6 KiB
PHP
Executable File
42 lines
1.6 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'bulk_update' => 'Bulk Update Assets',
|
|
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
|
|
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
|
|
'checkedout_to' => 'Uitgeleend aan',
|
|
'checkout_date' => 'Checkout Date',
|
|
'checkin_date' => 'Checkin Date',
|
|
'checkout_to' => 'Uitlenen aan',
|
|
'cost' => 'Aankoopprijs',
|
|
'create' => 'Materiaal aanmaken',
|
|
'date' => 'Aankoopdatum',
|
|
'depreciates_on' => 'Afschrijving op',
|
|
'depreciation' => 'Afschrijving',
|
|
'default_location' => 'Standaardlocatie',
|
|
'eol_date' => 'EOL datum',
|
|
'eol_rate' => 'Duur EOL',
|
|
'expires' => 'Vervalt op',
|
|
'fully_depreciated' => 'Volledig afgeschreven',
|
|
'help_checkout' => 'Als u dit materiaal onmiddellijk wil toekennen, dan moet u "Klaar Voor Gebruik" selecteren uit bovenstaande lijst met statussen, of er kunnen onverwachte dingen gebeuren. ',
|
|
'mac_address' => 'MAC Address',
|
|
'manufacturer' => 'Fabrikant',
|
|
'model' => 'Model',
|
|
'months' => 'maanden',
|
|
'name' => 'Materiaalnaam',
|
|
'notes' => 'Opmerkingen',
|
|
'order' => 'Ordernummer',
|
|
'qr' => 'QR-code',
|
|
'requestable' => 'Gebruikers mogen dit materiaal aanvragen',
|
|
'select_statustype' => 'Select Status Type',
|
|
'serial' => 'Serienummer',
|
|
'status' => 'Status',
|
|
'supplier' => 'Leverancier',
|
|
'tag' => 'Materiaaltag',
|
|
'update' => 'Materiaalupdate',
|
|
'warranty' => 'Garantie',
|
|
'years' => 'jaar',
|
|
)
|
|
;
|