diff options
Diffstat (limited to 'plugins/newmail_notifier/localization/he_IL.inc')
-rw-r--r-- | plugins/newmail_notifier/localization/he_IL.inc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/he_IL.inc b/plugins/newmail_notifier/localization/he_IL.inc new file mode 100644 index 000000000..207b70c61 --- /dev/null +++ b/plugins/newmail_notifier/localization/he_IL.inc @@ -0,0 +1,27 @@ +<?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> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['basic'] = 'איתות מהדפדפן על הגעת הודעות חדשות'; +$labels['desktop'] = 'איתות משולחן העבודה על הגעת הודעות חדשות'; +$labels['sound'] = 'השמעת איתות קולי בעת הגעה של הודעה חדשה'; +$labels['test'] = 'בדיקה'; +$labels['title'] = 'הודעה חדשה !'; +$labels['body'] = 'התקבלה הודעה חדשה'; +$labels['testbody'] = 'זה איתות לנסיון'; +$labels['desktopdisabled'] = 'איתותים משולחן העבודה אינם פעילים בדפדפן שלך'; +$labels['desktopunsupported'] = 'הדפדפן שלך אינו תומך באיתותים משולחן העבודה'; + |