Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
c41a86 1 <?php
TB 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/acl/localization/<lang>.inc                                   |
c41a86 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail ACL plugin                 |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
c41a86 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-acl/
c41a86 17 */
TB 18 $labels['sharing'] = 'שיתוף';
19 $labels['myrights'] = 'זכויות גישה';
20 $labels['username'] = 'משתמש:';
21 $labels['advanced'] = 'מצב מתקדם';
22 $labels['newuser'] = 'הוסף ערך';
23 $labels['actions'] = 'פעולות על זכויות גישה...';
24 $labels['anyone'] = 'כל המשתמשים (כל אחד)';
25 $labels['anonymous'] = 'אורחים (אנונימי)';
26 $labels['identifier'] = 'מזהה';
27 $labels['acll'] = 'חיפוש';
28 $labels['aclr'] = 'קריאת הודעות';
29 $labels['acls'] = 'שמירה על סטטוס נראה';
30 $labels['aclw'] = 'דגלי כתיבה';
31 $labels['acli'] = 'הוספה בין ערכים (העתקה לתוך)';
32 $labels['aclp'] = 'פרסום';
33 $labels['aclc'] = 'יצירת תת־תיקיות';
34 $labels['aclk'] = 'יצירת תת־תיקיות';
35 $labels['acld'] = 'מחיקת הודעות';
36 $labels['aclt'] = 'מחיקת הודעות';
37 $labels['acle'] = 'ניקוי רשומות שבוטלו';
38 $labels['aclx'] = 'מחיקת תיקיה';
39 $labels['acla'] = 'מנהל';
40 $labels['aclfull'] = 'שליטה מלאה';
41 $labels['aclother'] = 'אחר';
42 $labels['aclread'] = 'קריאה';
43 $labels['aclwrite'] = 'כתיבה';
44 $labels['acldelete'] = 'מחיקה';
aed581 45 $labels['shortacll'] = 'חיפוש';
TB 46 $labels['shortaclr'] = 'קריאה';
c41a86 47 $labels['shortacls'] = 'להשאיר';
aed581 48 $labels['shortaclw'] = 'כתיבה';
c41a86 49 $labels['shortacli'] = 'הוספה בין ערכים';
aed581 50 $labels['shortaclp'] = 'פרסום';
c41a86 51 $labels['shortaclc'] = 'יצירה';
TB 52 $labels['shortaclk'] = 'יצירה';
aed581 53 $labels['shortacld'] = 'מחיקה';
TB 54 $labels['shortaclt'] = 'מחיקה';
55 $labels['shortacle'] = 'ניקוי רשומות שבוטלו';
c41a86 56 $labels['shortaclx'] = 'מחיקת תיקיה';
aed581 57 $labels['shortacla'] = 'מנהל';
TB 58 $labels['shortaclother'] = 'אחר';
59 $labels['shortaclread'] = 'קריאה';
60 $labels['shortaclwrite'] = 'כתיבה';
61 $labels['shortacldelete'] = 'מחיקה';
c41a86 62 $labels['longacll'] = 'התיקיה תראה ברשימות וניתן יהיה להרשם אליה';
TB 63 $labels['longaclr'] = 'ניתן לפתוח את התיקיה ולקרוא בה';
64 $labels['longacls'] = 'ניתן לשנות דגל נראה בהודעות';
65 $labels['longaclw'] = 'ניתן לשנות דגלים ומילות מפתח בהודעות, למעט נראה ונמחק';
66 $labels['longacli'] = 'ניתן לכתוב הודעות לתיקיה או למוחקן';
67 $labels['longaclp'] = 'ניתן לפרסם הודעות לתוך תיקיה זו';
68 $labels['longaclc'] = 'ניתן ליצור (או לשנות שם) תיקיות, ישירות תחת תיקיה זו';
69 $labels['longaclk'] = 'ניתן ליצור (או לשנות שם) תיקיות, ישירות תחת תיקיה זו';
70 $labels['longacld'] = 'ניתן לשנות דגל נמחק של הודעות';
71 $labels['longaclt'] = 'ניתן לשנות דגל נמחק של הודעות';
72 $labels['longacle'] = 'ניתן לנקות הודעות שסומנו כמבוטלות';
73 $labels['longaclx'] = 'ניתן למחוק תיקיה זו או לשנות שמה';
74 $labels['longacla'] = 'ניתן לשנות זכויות גישה של תיקיה זו';
75 $labels['longaclfull'] = 'שליטה מלאה כולל ניהול התיקיה';
aed581 76 $labels['longaclread'] = 'ניתן לפתוח את התיקיה ולקרוא בה';
c41a86 77 $labels['longaclwrite'] = 'ניתן לסמן, לכתוב או להעתיק הודעות לתיקיה זו';
TB 78 $labels['longacldelete'] = 'ניתן למחוק הודעות';
aed581 79 $messages['deleting'] = 'זכויות גישה נמחקות...';
TB 80 $messages['saving'] = 'זכויות גישה נשמרות...';
81 $messages['updatesuccess'] = 'זכויות גישה שונו בהצלחה';
82 $messages['deletesuccess'] = 'זכויות גישה נמחקו בהצלחה';
83 $messages['createsuccess'] = 'זכויות גישה נוספו בהצלחה';
a7e089 84 $messages['updateerror'] = 'לא ניתן לעדכן הרשאות גישה';
aed581 85 $messages['deleteerror'] = 'לא ניתן למחוק זכויות גישה';
TB 86 $messages['createerror'] = 'לא ניתן להוסיף זכויות גישה';
87 $messages['deleteconfirm'] = 'האם ודאי שברצונך להסיר זכויות גישה של המשתמש(ים) שנבחרו?';
88 $messages['norights'] = 'לא צוינו זכויות גישה כלשהן !';
89 $messages['nouser'] = 'לא צוין שם משתמש כלשהו!';
90 ?>