Added missing localization strings

This commit is contained in:
Bernd Bestel 2019-04-20 19:25:59 +02:00
parent cdd02efcc6
commit 49d16b458d
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 11 additions and 2 deletions

View File

@ -358,5 +358,14 @@ return array(
'The given date is earlier than today, are you sure?' => 'The given date is earlier than today, are you sure?',
'Product count' => 'Product count',
'Type a new product name or barcode and hit TAB to start a workflow' => 'Type a new product name or barcode and hit TAB to start a workflow',
'This will be used as the default setting when adding this product as a recipe ingredient' => 'This will be used as the default setting when adding this product as a recipe ingredient'
'This will be used as the default setting when adding this product as a recipe ingredient' => 'This will be used as the default setting when adding this product as a recipe ingredient',
'Add item' => 'Add item',
'Selected shopping list' => 'Selected shopping list',
'New shopping list' => 'New shopping list',
'Delete shopping list' => 'Delete shopping list',
'Chores settings' => 'Chores settings',
'Batteries settings' => 'Batteries settings',
'Tasks settings' => 'Tasks settings',
'Create shopping list' => 'Create shopping list',
'Are you sure to delete shopping list "#1"?' => 'Are you sure to delete shopping list "#1"?',
);

View File

@ -37,7 +37,7 @@
</div>
</div>
<div class="row mt-3">
<div class="row mt-3 border-top border-bottom py-2">
<div class="col-xs-12 col-md-4">
<label for="selected-shopping-list">{{ $L('Selected shopping list') }}</label>
<select class="form-control" id="selected-shopping-list">