Changed how version information is stored and displayed

This commit is contained in:
Bernd Bestel
2018-05-12 15:49:21 +02:00
parent 5b5c272909
commit 89bae8d25e
6 changed files with 15 additions and 13 deletions

View File

@@ -161,5 +161,6 @@ return array(
'#1 batteries are due to be charged within the next #2 days' => '#1 Batterien müssen in den nächsten #2 Tagen geladen werden',
'#1 batteries are overdue to be charged' => '#1 Batterien sind überfällig',
'#1 habits are due to be done within the next #2 days' => '#1 Gewohnheiten stehen in den nächsten #2 Tagen an',
'#1 habits are overdue to be done' => '#1 Gewohnheiten sind überfällig'
'#1 habits are overdue to be done' => '#1 Gewohnheiten sind überfällig',
'Released on' => 'Veröffentlicht am'
);