From 8fec262184bda6dcc1e9f79bfa8e61845fd1b41a Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 9 Mar 2019 13:14:36 +0100 Subject: [PATCH] Added missing translation strings --- localization/en/strings.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/localization/en/strings.php b/localization/en/strings.php index 24797948..12749926 100644 --- a/localization/en/strings.php +++ b/localization/en/strings.php @@ -345,5 +345,11 @@ 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' );