diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-14 01:13:13 +0200 |
commit | 4f53ab347e6ad026f69105b69ce66e21a7654c78 (patch) | |
tree | fb4bf5b2d3de9c0799d0b1a5139996a99cf5e5bc /program/localization/en_US/labels.inc | |
parent | bf305c181095cc05522b1c0fcee7093dea3043c1 (diff) |
Add feature to import messages to the currently selected folder
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 d8e517387..c5e6cae4c 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -194,6 +194,7 @@ $labels['listmode'] = 'List view mode'; $labels['folderactions'] = 'Folder actions...'; $labels['compact'] = 'Compact'; $labels['empty'] = 'Empty'; +$labels['importmessages'] = 'Import messages'; $labels['quota'] = 'Disk usage'; $labels['unknown'] = 'unknown'; |