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 | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 079a184..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)'; @@ -249,6 +255,7 @@ $labels['addmedia'] = 'Add movie'; $labels['encrypt'] = 'Encrypt'; $labels['encryptmessage'] = 'Encrypt message'; +$labels['encryptmessagemailvelope'] = 'Encrypt message with Mailvelope'; $labels['importpubkeys'] = 'Import public keys'; $labels['encryptedsendialog'] = 'Sending encrypted message'; $labels['keyid'] = 'Key ID'; @@ -482,6 +489,7 @@ $labels['showremoteimages'] = 'Display remote inline images'; $labels['fromknownsenders'] = 'from known senders'; $labels['always'] = 'always'; +$labels['alwaysbutplain'] = 'always, except when replying to plain text'; $labels['showinlineimages'] = 'Display attached images below the message'; $labels['autosavedraft'] = 'Automatically save draft'; $labels['everynminutes'] = 'every $n minute(s)'; @@ -518,6 +526,7 @@ $labels['replyandforwardonly'] = 'replies and forwards only'; $labels['insertsignature'] = 'Insert signature'; $labels['sigbelow'] = 'Place signature below the quoted message'; +$labels['sigseparator'] = 'Force standard separator in signatures'; $labels['previewpanemarkread'] = 'Mark previewed messages as read'; $labels['afternseconds'] = 'after $n seconds'; $labels['reqmdn'] = 'Always request a return receipt'; -- Gitblit v1.9.1