From d656f1ca71de0ec88da9ac84987bdeb44e371ccf Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 07 Sep 2006 14:51:16 -0400 Subject: [PATCH] Made automatic draft saving configurable --- program/localization/en_US/labels.inc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 5945392..810ae78 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -202,6 +202,10 @@ $labels['signature'] = 'Signature'; $labels['dstactive'] = 'Daylight savings'; +$labels['autosavedraft'] = 'Automatically save draft'; +$labels['everynminutes'] = 'every $n minutes'; +$labels['never'] = 'never'; + $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; -- Gitblit v1.9.1