summaryrefslogtreecommitdiff
path: root/plugins/archive/localization/en_GB.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-30 08:59:28 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-30 08:59:28 +0100
commit8404fe9e3289107ac7507764691bac221a212255 (patch)
treebea366b3c68ccf53a6e51829ea5e32699b4c9f51 /plugins/archive/localization/en_GB.inc
parentcfc84e984f253c9ed75aa7260419a6032dff5123 (diff)
Updated localizations from Transifex
Diffstat (limited to 'plugins/archive/localization/en_GB.inc')
-rw-r--r--plugins/archive/localization/en_GB.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/archive/localization/en_GB.inc b/plugins/archive/localization/en_GB.inc
index 5c03b82d5..58cb7f439 100644
--- a/plugins/archive/localization/en_GB.inc
+++ b/plugins/archive/localization/en_GB.inc
@@ -18,5 +18,14 @@
$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';
?>