Prepared next release

This commit is contained in:
Bernd Bestel
2019-03-09 16:42:46 +01:00
parent 659d60b235
commit cd0ca4a67c
20 changed files with 155 additions and 81 deletions

View File

@@ -85,5 +85,6 @@ return array(
'Topping' => 'Topping',
'French' => 'Fransk',
'Turkish' => 'Turkish',
'Spanish' => 'Spanish'
'Spanish' => 'Spanish',
'Russian' => 'Russian'
);

View File

@@ -345,5 +345,13 @@ return array(
'You have to select a location' => 'You have to select a location',
'List' => 'List',
'Gallery' => 'Gallery',
'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe'
'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe',
'Show product details' => 'Show product details',
'Stock journal for this product' => 'Stock journal for this product',
'Show chore details' => 'Show chore details',
'Journal for this chore' => 'Journal for this chore',
'Show battery details' => 'Show battery details',
'Journal for this battery' => 'Journal for this battery',
'System info' => 'System info',
'Changelog' => 'Changelog'
);