Files
snipe-it/app/lang/de/admin/consumables/general.php
T
2015-07-27 10:24:21 -07:00

12 lines
545 B
PHP
Executable File

<?php
return array(
'about_consumables_title' => 'Details Verbrauchsmaterialien',
'about_consumables_text' => 'Verbrauchsmaterialien sind alle Dinge, die gekauft und mit der Zeit aufgebraucht werden, wie z.B. Druckerpatronen oder Kopierpapier.',
'consumable_name' => 'Consumable Name',
'create' => 'Create Consumable',
'remaining' => 'übrig',
'total' => 'Gesamt',
'update' => 'Update Consumable',
);