mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about_suppliers_title' => 'Over leveranciers',
|
|
'about_suppliers_text' => 'Leveranciers worden gebruikt om de afkomst van objecten bij te houden',
|
|
'address' => 'Leverancier adres',
|
|
'assets' => 'Producten',
|
|
'city' => 'Stad',
|
|
'contact' => 'Contact naam',
|
|
'country' => 'Land',
|
|
'create' => 'Maak leverancier',
|
|
'email' => 'E-mail',
|
|
'fax' => 'Fax',
|
|
'id' => 'ID',
|
|
'licenses' => 'Licenties',
|
|
'name' => 'Leverancier naam',
|
|
'notes' => 'Opmerkingen',
|
|
'phone' => 'Telefoon',
|
|
'state' => 'Staat/provincie',
|
|
'suppliers' => 'Leveranciers',
|
|
'update' => 'Wijzig leverancier',
|
|
'url' => 'URL',
|
|
'view' => 'Bekijk leverancier',
|
|
'view_assets_for' => 'Bekijk producten voor',
|
|
'zip' => 'Postcode',
|
|
|
|
);
|