12 lines
545 B
PHP
Executable File
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',
|
|
);
|