summaryrefslogtreecommitdiff
path: root/settings/localization/en_GB.inc
blob: 66be15a87459561dd3876ac2132e91078f467be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php

/*
 +-----------------------------------------------------------------------+
 | ./plugins/settings/localization/en_GB.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2012, Roland 'rosali' Liebl
 | Licensed under the GNU GPL
 |
 +-----------------------------------------------------------------------+
 | Author: myroundcube@mail4us.net - 03/20/2012 09:35:29
 +-----------------------------------------------------------------------+

*/

$labels = array();
$labels['menu'] = 'Menu';
$labels['managefolders'] = 'Manage Folders';
$labels['account'] = 'Account Administration';
$labels['classic'] = 'Default';
$labels['remotefolders'] = 'Special Folders';
$labels['myroundcube'] = 'MyRoundCube';
$labels['skin_preview'] = 'Skin Preview';

?>