diff options
Diffstat (limited to 'plugins/subscriptions_option/localization/en_GB.inc')
-rw-r--r-- | plugins/subscriptions_option/localization/en_GB.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/en_GB.inc b/plugins/subscriptions_option/localization/en_GB.inc new file mode 100644 index 000000000..3c88be72c --- /dev/null +++ b/plugins/subscriptions_option/localization/en_GB.inc @@ -0,0 +1,18 @@ +<?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: Aleksander Machniak <alec@alec.pl> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions'; + |