ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/de-DE/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/de-DE/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'Verbrauchsmaterial an Benutzer ausgeben',
|
||||
'consumable_name' => 'Name des Verbrauchsmaterials',
|
||||
'create' => 'Verbrauchsmaterial erstellen',
|
||||
'item_no' => 'Artikel Nr.',
|
||||
'remaining' => 'Verbleibend',
|
||||
'total' => 'Gesamt',
|
||||
'update' => 'Verbrauchsmaterial bearbeiten',
|
||||
);
|
Reference in New Issue
Block a user