diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
commit | 7e34e4c5b5dac037435d0fc2c6db1f71199006e0 (patch) | |
tree | d3de8c0f9b8f609efa3e5434da2da48a4cf5b00b /plugins/password/localization/he_IL.inc | |
parent | 9f1fd396951dd1bf9a082422d0835ca1a229255d (diff) | |
parent | ced9e5a5bf5d6ffe051b42f474d7a97203641913 (diff) |
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
Diffstat (limited to 'plugins/password/localization/he_IL.inc')
-rw-r--r-- | plugins/password/localization/he_IL.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/password/localization/he_IL.inc b/plugins/password/localization/he_IL.inc index ce05ea59c..c60acd7c1 100644 --- a/plugins/password/localization/he_IL.inc +++ b/plugins/password/localization/he_IL.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ -$labels['changepasswd'] = 'שינוי סיסמה'; +$labels['changepasswd'] = 'שנה סיסמה'; $labels['curpasswd'] = 'סיסמה נוכחית:'; $labels['newpasswd'] = 'סיסמה חדשה:'; $labels['confpasswd'] = 'אימות הסיסמה החדשה:'; @@ -29,4 +29,5 @@ $messages['internalerror'] = 'לא ניתן לשמור על הסיסמה החד $messages['passwordshort'] = 'הסיסמה צריכה להיות לפחות בעלת $length תווים'; $messages['passwordweak'] = 'הסיסמה חייבת לכלול לפחות סיפרה אחת ולפחות סימן פיסוק אחד.'; $messages['passwordforbidden'] = 'הסיסמה מכילה תווים אסורים.'; +$messages['firstloginchange'] = 'זוהי כניסתך הראשונה. אנא שנה את סיסמתך.'; ?> |