snipe-it/resources/lang/nl/admin/locations/table.php
2016-03-28 21:50:00 -07:00

19 lines
572 B
PHP
Executable file

<?php
return array(
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Toegewezen producten',
'id' => 'ID',
'city' => 'Stad',
'state' => 'Staat/provincie',
'country' => 'Land',
'create' => 'Locatie aanmaken',
'update' => 'Locatie bijwerken',
'name' => 'Locatie naam',
'address' => 'Adres',
'zip' => 'Postcode',
'locations' => 'Locaties',
'parent' => 'Bovenliggend',
'currency' => 'Locatie valuta',
);