diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-06 18:00:38 +0200 |
commit | c41a86e5cc26dc8ae37ed4b3fddcaa195b1616a4 (patch) | |
tree | 142bec92a18e0452af2967f40741407664c03a67 /plugins/password/localization/he_IL.inc | |
parent | 565c472918e7f9707cd8d7909ad5dbcc5a921fdf (diff) |
Updated translations from launchpad
Diffstat (limited to 'plugins/password/localization/he_IL.inc')
-rw-r--r-- | plugins/password/localization/he_IL.inc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/password/localization/he_IL.inc b/plugins/password/localization/he_IL.inc new file mode 100644 index 000000000..143e2c5af --- /dev/null +++ b/plugins/password/localization/he_IL.inc @@ -0,0 +1,31 @@ +<?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['changepasswd'] = 'שינוי סיסמה'; +$labels['curpasswd'] = 'סיסמה נוכחית:'; +$labels['newpasswd'] = 'סיסמה חדשה:'; +$labels['confpasswd'] = 'אימות הסיסמה החדשה:'; +$labels['nopassword'] = 'נא להקליד סיסמה חדשה'; +$labels['nocurpassword'] = 'נא להקיש הסיסמה הנוכחית'; +$labels['passwordincorrect'] = 'הוקשה סיסמה נוכחית שגויה'; +$labels['passwordinconsistency'] = 'הסיסמאות שהוקשו אינן תואמות, נא לנסות שנית.'; +$labels['crypterror'] = 'לא נשמרה הסיסמה החדשה. חסר מנגנון הצפנה.'; +$labels['connecterror'] = 'לא נשמרה הסיסמה החדשה. שגיאת תקשורת.'; +$labels['internalerror'] = 'לא ניתן לשמור על הסיסמה החדשה.'; +$labels['passwordshort'] = 'הסיסמה צריכה להיות לפחות בעלת $length תווים'; +$labels['passwordweak'] = 'הסיסמה חייבת לכלול לפחות סיפרה אחת ולפחות סימן פיסוק אחד.'; +$labels['passwordforbidden'] = 'הסיסמה מכילה תווים אסורים.'; + |