diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-07 13:31:21 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-07 13:31:21 +0200 |
commit | e7a3ae9a765cef4b2a851ed49a718629e6e8d186 (patch) | |
tree | db3176726af7d2d5e1ce43509f0fd7b5bffb51db /program/localization/en_US/labels.inc | |
parent | 8a73fdb67fb2bac197db365c327e63d9557ca54e (diff) | |
parent | c83535876c0a8903f1e77effef90d765eb96ab7f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | 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 61890a642..05eab6713 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -208,6 +208,10 @@ $labels['msgtext'] = 'Entire message'; $labels['body'] = 'Body'; $labels['type'] = 'Type'; $labels['namex'] = 'Name'; +$labels['searchscope'] = 'Scope'; +$labels['currentfolder'] = 'Current folder'; +$labels['subfolders'] = 'This and subfolders'; +$labels['allfolders'] = 'All folders'; $labels['openinextwin'] = 'Open in new window'; $labels['emlsave'] = 'Download (.eml)'; |