ajout app
This commit is contained in:
26
SNIPE-IT/resources/lang/nl-NL/admin/suppliers/table.php
Normal file
26
SNIPE-IT/resources/lang/nl-NL/admin/suppliers/table.php
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'Over leveranciers',
|
||||
'about_suppliers_text' => 'Leveranciers worden gebruikt om de afkomst van items bij te houden',
|
||||
'address' => 'Leverancier adres',
|
||||
'assets' => 'Activa',
|
||||
'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',
|
||||
'view' => 'Bekijk leverancier',
|
||||
'view_assets_for' => 'Activa bekijken',
|
||||
'zip' => 'Postcode',
|
||||
|
||||
);
|
Reference in New Issue
Block a user