ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/nl-NL/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/nl-NL/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Verbruiksartikel uitchecken aan gebruiker',
|
||||
'consumable_name' => 'Verbruiksartikel naam',
|
||||
'create' => 'Maak verbruiksartikel aan',
|
||||
'item_no' => 'Item nr.',
|
||||
'remaining' => 'Resterende',
|
||||
'total' => 'Totaal',
|
||||
'update' => 'Wijzig verbruiksartikel',
|
||||
);
|
Reference in New Issue
Block a user