mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
26 lines
937 B
PHP
Executable file
26 lines
937 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'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',
|
|
|
|
);
|