summaryrefslogtreecommitdiff
path: root/plugins/archive/localization/en_US.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-20 16:28:02 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-20 16:28:02 +0100
commit67cb017b0cdda3c2dcc7d9434fdbaca5f4ead938 (patch)
treec98ca68022b83a73bc34d913d274ed9e7243960f /plugins/archive/localization/en_US.inc
parent1ef4033b8d6aa2ec8559f6aea5f35c9044e033e4 (diff)
Extend archive plugin with user-configurable options to move messages into subfolders according to their date, sender or originating folder
Diffstat (limited to 'plugins/archive/localization/en_US.inc')
-rw-r--r--plugins/archive/localization/en_US.inc11
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/archive/localization/en_US.inc b/plugins/archive/localization/en_US.inc
index fade70852..d3714c118 100644
--- a/plugins/archive/localization/en_US.inc
+++ b/plugins/archive/localization/en_US.inc
@@ -5,7 +5,7 @@
| plugins/archive/localization/<lang>.inc |
| |
| Localization file of the Roundcube Webmail Archive plugin |
- | Copyright (C) 2012, The Roundcube Dev Team |
+ | Copyright (C) 2013, The Roundcube Dev Team |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
@@ -20,6 +20,15 @@ $labels = array();
$labels['buttontext'] = 'Archive';
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';
+$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.';
+$labels['archiveerror'] = 'Some messages could not be archived';
$labels['archivefolder'] = 'Archive';
+$labels['settingstitle'] = 'Archive';
+$labels['archivetype'] = 'Divide archive by';
+$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)';
+$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)';
+$labels['archivetypefolder'] = 'Original folder';
+$labels['archivetypesender'] = 'Sender email';
+$labels['unkownsender'] = 'unknown';
?>