diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-01-30 11:06:32 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-01-30 11:06:32 -0800 |
commit | e7ea0b46e9d616d7e87845e1851c183eefdfe10f (patch) | |
tree | 3e22311521a66f0fa30cb6737a486449d3078279 /app/Locale/el_GR | |
parent | e155163265ff0781153922b3cf685db3eed99834 (diff) |
Add missing translations
Diffstat (limited to 'app/Locale/el_GR')
-rw-r--r-- | app/Locale/el_GR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 10849c76..86116258 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1373,4 +1373,6 @@ return array( // 'days' => '', // 'minutes' => '', // 'seconds' => '', + // 'Assign automatically a color when preset start date is reached' => '', + // 'Move the task to another column once a predefined start date is reached' => '', ); |