summaryrefslogtreecommitdiff
path: root/plugins/subscriptions_option/localization/en_US.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/subscriptions_option/localization/en_US.inc')
-rw-r--r--plugins/subscriptions_option/localization/en_US.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/plugins/subscriptions_option/localization/en_US.inc b/plugins/subscriptions_option/localization/en_US.inc
deleted file mode 100644
index 3eb18fc1d..000000000
--- a/plugins/subscriptions_option/localization/en_US.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-/*
- +-----------------------------------------------------------------------+
- | plugins/subscriptions_option/localization/<lang>.inc |
- | |
- | Localization file of the Roundcube Webmail Subscriptions plugin |
- | Copyright (C) 2012-2013, The Roundcube Dev Team |
- | |
- | Licensed under the GNU General Public License version 3 or |
- | any later version with exceptions for skins & plugins. |
- | See the README file for a full license statement. |
- | |
- +-----------------------------------------------------------------------+
-
- For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-subscriptions_option/
-*/
-
-$labels = array();
-$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions';
-
-?>