diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-08-20 08:30:24 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-08-20 08:30:24 +0200 |
commit | 44b47dfb359f8a7412208079202fca0adf741540 (patch) | |
tree | c36bea0bd3f0f3c2c45825e4d79d5e3a9e57ca11 /program/localization/en_US/labels.inc | |
parent | fb5e2fb96f4cda26936f599f1a15a49afb53178e (diff) |
Add config/preference option to disable saving messages in localStorage (#1489979)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 449b278f8..a8d9abc13 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -484,6 +484,7 @@ $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; $labels['2047folding'] = 'Full RFC 2047 (other)'; $labels['force7bit'] = 'Use MIME encoding for 8-bit characters'; +$labels['savelocalstorage'] = "Save in the browser's local storage (temporarily)"; $labels['advancedoptions'] = 'Advanced options'; $labels['toggleadvancedoptions'] = 'Toggle advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; |