From acd1e7337c1a39226b20df8a831529229b7193d5 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 6 Mar 2019 19:38:22 +0100 Subject: [PATCH] Prepared next release --- localization/de/strings.php | 3 ++- localization/es/strings.php | 3 ++- localization/fr/strings.php | 3 ++- localization/no/strings.php | 3 ++- localization/tr/strings.php | 3 ++- version.json | 4 ++-- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/localization/de/strings.php b/localization/de/strings.php index 8594ddab..1d455af0 100644 --- a/localization/de/strings.php +++ b/localization/de/strings.php @@ -344,5 +344,6 @@ return array( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Taragewichtbehandlung aktiviert - bitte den gesamten Behälter wiegen, die zu buchende Menge wird automatisch berechnet', 'You have to select a location' => 'Ein Standort muss ausgewählt werden', 'List' => 'Liste', - 'Gallery' => 'Galerie' + 'Gallery' => 'Galerie', + 'The current picture will be deleted when you save the recipe' => 'Das aktuelle Bild wird beim Speichern des Rezepts gelöscht ' ); diff --git a/localization/es/strings.php b/localization/es/strings.php index 8cb51ab3..cd366d68 100644 --- a/localization/es/strings.php +++ b/localization/es/strings.php @@ -344,5 +344,6 @@ return array( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated', 'You have to select a location' => 'You have to select a location', 'List' => 'List', - 'Gallery' => 'Gallery' + 'Gallery' => 'Gallery', + 'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe' ); diff --git a/localization/fr/strings.php b/localization/fr/strings.php index 1ac978ac..9d50e0e4 100644 --- a/localization/fr/strings.php +++ b/localization/fr/strings.php @@ -344,5 +344,6 @@ return array( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated', 'You have to select a location' => 'You have to select a location', 'List' => 'List', - 'Gallery' => 'Gallery' + 'Gallery' => 'Gallery', + 'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe' ); diff --git a/localization/no/strings.php b/localization/no/strings.php index 144b1e3a..9030a096 100644 --- a/localization/no/strings.php +++ b/localization/no/strings.php @@ -344,5 +344,6 @@ return array( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated', 'You have to select a location' => 'You have to select a location', 'List' => 'List', - 'Gallery' => 'Gallery' + 'Gallery' => 'Gallery', + 'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe' ); diff --git a/localization/tr/strings.php b/localization/tr/strings.php index c2862d0a..667338e0 100644 --- a/localization/tr/strings.php +++ b/localization/tr/strings.php @@ -344,5 +344,6 @@ return array( 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated', 'You have to select a location' => 'You have to select a location', 'List' => 'List', - 'Gallery' => 'Gallery' + 'Gallery' => 'Gallery', + 'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe' ); diff --git a/version.json b/version.json index 2d205af3..c3ba691b 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "Version": "1.24.1", - "ReleaseDate": "2019-01-10" + "Version": "2.0.0", + "ReleaseDate": "2019-03-06" }