Added possibility to consume products directly from stock overview

This commit is contained in:
Bernd Bestel
2018-05-12 16:15:28 +02:00
parent 89bae8d25e
commit 2e7af1b050
3 changed files with 46 additions and 4 deletions

View File

@@ -162,5 +162,6 @@ return array(
'#1 batteries are overdue to be charged' => '#1 Batterien sind überfällig',
'#1 habits are due to be done within the next #2 days' => '#1 Gewohnheiten stehen in den nächsten #2 Tagen an',
'#1 habits are overdue to be done' => '#1 Gewohnheiten sind überfällig',
'Released on' => 'Veröffentlicht am'
'Released on' => 'Veröffentlicht am',
'Consume 1 #1 of #2' => 'Verbrauche 1 #1 von #2'
);