Finalize nested recipes / group recipe positions feature (closes #77)

This commit is contained in:
Bernd Bestel
2018-10-27 10:37:31 +02:00
parent 3e6cf545d7
commit da98efa833
7 changed files with 30 additions and 9 deletions

View File

@@ -284,6 +284,8 @@ return array(
'A recipe is required' => 'Ein Rezept ist erforderlich',
'Add included recipe' => 'Enthaltenes Rezept hinzufügen',
'Edit included recipe' => 'Enthaltenes Rezept bearbeiten',
'Group' => 'Gruppe',
'This will be used as a headline to group ingredients together' => 'Dies wird als Überschrift verwendet, um Zutaten zusammenzufassen',
//Constants
'manually' => 'Manuell',
@@ -376,5 +378,7 @@ return array(
'Milk' => 'Milch',
'Chocolate sauce' => 'Schokoladensoße',
'Milliliters' => 'Milliliter',
'Milliliter' => 'Milliliter'
'Milliliter' => 'Milliliter',
'Bottom' => 'Boden',
'Topping' => 'Belag'
);