diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-05-26 10:32:10 +0200 |
commit | 6d3e53d2b8a24e594f7c7fe93a0632a8171cdab3 (patch) | |
tree | 6e75f0e6afb61c8594d379ab47c7b3ee2e761285 /program/localization | |
parent | 476fa983c0b8c64c8a28606a1897049e75f4e061 (diff) | |
parent | fa5f3f26f938ec8ddf7db8e9401e0e4363decfb7 (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 277f1a954..94bae1974 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -457,6 +457,9 @@ $labels['spellcheckignorenums'] = 'Ignore words with numbers'; $labels['spellcheckignorecaps'] = 'Ignore words with all letters capitalized'; $labels['addtodict'] = 'Add to dictionary'; $labels['mailtoprotohandler'] = 'Register protocol handler for mailto: links'; +$labels['forwardmode'] = 'Messages forwarding'; +$labels['inline'] = 'inline'; +$labels['asattachment'] = 'as attachment'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |