mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
22 lines
1 KiB
PHP
22 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'Over locaties',
|
|
'about_locations' => 'Locaties worden gebruikt om de locatie van gebruikers, materiaal en overige items bij te houden',
|
|
'assets_rtd' => 'Producten', // 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',
|
|
'ldap_ou' => 'LDAP zoek OU',
|
|
);
|