From 11b6668cbf98debb8e3063e6a392b43343fcf858 Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Sun, 22 Mar 2020 02:10:28 +0200 Subject: More inactive cutoffs (#2831) * Fill additional cutoffs * Update phpdoc * Add translation strings * Update app/i18n/fr/gen.php Co-Authored-By: Alexandre Alapetite * Add Dutch translation Co-authored-by: Alexandre Alapetite Co-authored-by: Frans de Jonge --- app/i18n/cz/gen.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/i18n/cz/gen.php') diff --git a/app/i18n/cz/gen.php b/app/i18n/cz/gen.php index bf1efeadd..945b9b713 100644 --- a/app/i18n/cz/gen.php +++ b/app/i18n/cz/gen.php @@ -73,7 +73,10 @@ return array( 'Jun' => '\\Č\\e\\r\\v\\e\\n', 'jun' => 'čer', 'june' => 'Čer', + 'last_2_year' => 'Last two years', // TODO - Translation 'last_3_month' => 'Minulé tři měsíce', + 'last_3_year' => 'Last three years', // TODO - Translation + 'last_5_year' => 'Last five years', // TODO - Translation 'last_6_month' => 'Minulých šest měsíců', 'last_month' => 'Minulý měsíc', 'last_week' => 'Minulý týden', -- cgit v1.2.3