| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/he_IL/messages.inc | |
| | | | localization/<lang>/messages.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | Localization file of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | | | See the README file for a full license statement. | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Moshe Leibovitch <moish@mln.co.il> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/messages/ |
| | | */ |
| | | |
| | | $messages = array(); |
| | |
| | | $messages['nomessagesfound'] = 'לא נמצאו הודעות בתיבה זו'; |
| | | $messages['loggedout'] = 'הקשר הסתיים. להתראות!'; |
| | | $messages['mailboxempty'] = 'רשימת ההודעות ריקה'; |
| | | $messages['refreshing'] = 'מרענן...'; |
| | | $messages['loading'] = 'טעינה...'; |
| | | $messages['uploading'] = 'קובץ עולה...'; |
| | | $messages['uploadingmany'] = 'מעלה קבצים...'; |
| | |
| | | $messages['contactremovedfromgroup'] = 'אנשי הקשר הוסרו בהצלחה מהקבוצה'; |
| | | $messages['nogroupassignmentschanged'] = 'לא השתנו הגדרות קבוצה'; |
| | | $messages['importwait'] = 'ייבוא, נא להמתין..'; |
| | | $messages['importformaterror'] = 'היבוא נכשל ! הקובץ שהועלה אינו מתאים.'; |
| | | $messages['importconfirm'] = '<b>יובאו $inserted אנשי קשר, $skipped היו קיימים </b>:<p><em>$names</em></p>'; |
| | | $messages['importconfirmskipped'] = '<b> דילוג של $skipped נתונים קיימים <b>'; |
| | | $messages['opnotpermitted'] = 'פעולה אסורה!'; |
| | |
| | | $messages['mispellingsfound'] = 'התגלו שגיאות כתיב בהודעה'; |
| | | $messages['parentnotwritable'] = 'לא ניתן ליצור/להעביר תיקיה לתוך תיקית האב שנבחרה. אין הרשאה לגישה.'; |
| | | $messages['messagetoobig'] = 'ההודעה גדולה מעבר ליכולת העיבוד של התוכנה'; |
| | | $messages['attachmentvalidationerror'] = 'זהירות ! הצרופה חשודה כי אינה מהסוג שצוין בהודעה. אם לא ניתן לבטוח בשולח אזי להמנע מלפתוח את הקובץ בדפדפן כי הקובץ יכול להכיל קוד זדוני.<br/><br/><em>Expected: $expected; found: $detected</em>'; |
| | | $messages['noscriptwarning'] = 'זהירות! תוכנה זו דורשת שימוש בג\'אווהסקריפט! כדי להשתמש בכלי, יש לבחור באפשרות זו בהגדרות הדפדפן.'; |
| | | |
| | | ?> |