From 5802e08e4833c0567f6e2f7d7a50ece521dc3f6e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 08 Oct 2015 05:33:53 -0400 Subject: [PATCH] Mail messages searching with predefined date interval (T103) --- program/localization/en_US/labels.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 08f6a60..01a079e 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -225,6 +225,12 @@ $labels['currentfolder'] = 'Current folder'; $labels['subfolders'] = 'This and subfolders'; $labels['allfolders'] = 'All folders'; +$labels['searchinterval-1W'] = 'older than a week'; +$labels['searchinterval-1M'] = 'older than a month'; +$labels['searchinterval-1Y'] = 'older than a year'; +$labels['searchinterval1W'] = 'younger than a week'; +$labels['searchinterval1M'] = 'younger than a month'; +$labels['searchinterval1Y'] = 'younger than a year'; $labels['openinextwin'] = 'Open in new window'; $labels['emlsave'] = 'Download (.eml)'; -- Gitblit v1.9.1