diff options
Diffstat (limited to 'plugins/subscriptions_option/localization/he_IL.inc')
-rw-r--r-- | plugins/subscriptions_option/localization/he_IL.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/subscriptions_option/localization/he_IL.inc b/plugins/subscriptions_option/localization/he_IL.inc new file mode 100644 index 000000000..e91960a7e --- /dev/null +++ b/plugins/subscriptions_option/localization/he_IL.inc @@ -0,0 +1,18 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/he_IL/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Moshe Leibovitch <moish@mln.co.il> | + +-----------------------------------------------------------------------+ +*/ + +$labels = array(); +$labels['useimapsubscriptions'] = 'שימוש ברישום לתיקיות IMAP'; + |