Added new changelog and update translations

This commit is contained in:
Bernd Bestel
2019-03-10 16:27:34 +01:00
parent 1b26a6277b
commit 5b304c5e97
7 changed files with 23 additions and 12 deletions

View File

@@ -139,7 +139,7 @@ return array(
'This cannot be negative' => 'Ne peut être négatif',
'A quantity unit is required' => 'Un format est requis',
'A period type is required' => 'Un type de période est requis',
'A best before date is required and must be later than today' => 'Une date de péremption est requise et doit être supérieure à la date du jour',
'A best before date is required' => 'A best before date is required',
'Settings' => 'Paramètres',
'This can only be before now' => 'Ne peut être qu\'antérieur à maintenant',
'Calendar' => 'Calendrier',
@@ -354,5 +354,6 @@ return array(
'Journal for this battery' => 'Journal for this battery',
'System info' => 'System info',
'Changelog' => 'Changelog',
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2'
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2',
'The given date is earlier than today, are you sure?' => 'The given date is earlier than today, are you sure?'
);