diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:29 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:29 +0100 |
commit | 1723f9225182712d87d28eec998540069dba1cef (patch) | |
tree | 33006e2f5b817f8540b5f43a926b60255dbfb5f0 /program/localization | |
parent | 5b334509a80dd2d447a505944c6c5cb63447dd1f (diff) | |
parent | ed119d3639db9cb1e9553bc5a7e9a1ca81ece98d (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_US/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 69ef2505c..8f221a3a9 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -493,6 +493,9 @@ $labels['standardwindows'] = 'Handle popups as standard windows'; $labels['forwardmode'] = 'Messages forwarding'; $labels['inline'] = 'inline'; $labels['asattachment'] = 'as attachment'; +$labels['replyallmode'] = 'Default action of [Reply all] button'; +$labels['replyalldefault'] = 'reply to all'; +$labels['replyalllist'] = 'reply to mailing list only (if found)'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |