diff options
Diffstat (limited to 'plugins/subscriptions_option/localization/hu_HU.inc')
-rw-r--r-- | plugins/subscriptions_option/localization/hu_HU.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/hu_HU.inc b/plugins/subscriptions_option/localization/hu_HU.inc new file mode 100644 index 000000000..767364870 --- /dev/null +++ b/plugins/subscriptions_option/localization/hu_HU.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/hu_HU/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: bela | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'IMAP előfizetések használata.'; + |