Added first version of calendar (closes #42)

This commit is contained in:
Bernd Bestel
2018-11-18 15:39:43 +01:00
parent f7f2bf3fc0
commit 5da24d2d4f
9 changed files with 153 additions and 6 deletions

View File

@@ -318,5 +318,9 @@ return array(
'Not opened' => 'Not opened',
'Opened' => 'Opened',
'Mark #3 #1 of #2 as open' => 'Mark #3 #1 of #2 as open',
'#1 opened' => '#1 opened'
'#1 opened' => '#1 opened',
'Product expires' => 'Product expires',
'Task due' => 'Task due',
'Chore due' => 'Chore due',
'Battery charge cycle due' => 'Battery charge cycle due'
);