summaryrefslogtreecommitdiff
path: root/settings/localization/en_GB.inc
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
committerHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
commit99f904adcc37d93c90defcd8ce898598e25be212 (patch)
tree60a6c7b7b9cf012d6c0e8dcf5c7f4fe0a5b6fc49 /settings/localization/en_GB.inc
parentb2034fdfec040a67988e543a911208ef2491ce7a (diff)
Lot of pluginsHEADmaster
Diffstat (limited to 'settings/localization/en_GB.inc')
-rw-r--r--settings/localization/en_GB.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/settings/localization/en_GB.inc b/settings/localization/en_GB.inc
new file mode 100644
index 0000000..66be15a
--- /dev/null
+++ b/settings/localization/en_GB.inc
@@ -0,0 +1,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';
+
+?> \ No newline at end of file