blob: c65672e6e4db4d40a167c86ae72e08cc61c60fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/en_GB/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Chris January |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['buttontext'] = 'Archive';
$labels['archivefolder'] = 'Archive';
$labels['buttontitle'] = 'Archive this message';
$labels['archived'] = 'Successfully archived';
|