diff options
| author | 2020-03-22 02:10:28 +0200 | |
|---|---|---|
| committer | 2020-03-22 01:10:28 +0100 | |
| commit | 11b6668cbf98debb8e3063e6a392b43343fcf858 (patch) | |
| tree | 42a58c80842ac7644445aa961c53e06feb6ae72e /app/i18n/oc/gen.php | |
| parent | 7299e67ee42213703a6efe96655e2e75531452d2 (diff) | |
More inactive cutoffs (#2831)
* Fill additional cutoffs
* Update phpdoc
* Add translation strings
* Update app/i18n/fr/gen.php
Co-Authored-By: Alexandre Alapetite <alexandre@alapetite.fr>
* Add Dutch translation
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/oc/gen.php')
| -rw-r--r-- | app/i18n/oc/gen.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index 9726291cc..2274af44e 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -73,7 +73,10 @@ return array( 'Jun' => '\\j\\u\\n\\h', 'jun' => 'junh', 'june' => 'junh', + 'last_2_year' => 'Last two years', // TODO - Translation 'last_3_month' => 'Dempuèi los darrièrs tres meses', + 'last_3_year' => 'Last three years', // TODO - Translation + 'last_5_year' => 'Last five years', // TODO - Translation 'last_6_month' => 'Dempuèi los darrièrs sièis meses', 'last_month' => 'Dempuèi lo mes passat', 'last_week' => 'Dempuèi la setmana passada', |
