Blame view

sources/core/l10n/he.php 6.48 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  "Sunday" => "יום ראשון",
  "Monday" => "יום שני",
  "Tuesday" => "יום שלישי",
  "Wednesday" => "יום רביעי",
  "Thursday" => "יום חמישי",
  "Friday" => "יום שישי",
  "Saturday" => "שבת",
  "January" => "ינואר",
  "February" => "פברואר",
  "March" => "מרץ",
  "April" => "אפריל",
  "May" => "מאי",
  "June" => "יוני",
  "July" => "יולי",
  "August" => "אוגוסט",
  "September" => "ספטמבר",
  "October" => "אוקטובר",
  "November" => "נובמבר",
  "December" => "דצמבר",
  "Settings" => "הגדרות",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Folder" => "תיקייה",
  "Saving..." => "שמירה…",
03e52840d   Kload   Init
25
  "seconds ago" => "שניות",
31b7f2792   Kload   Upgrade to ownclo...
26
27
  "_%n minute ago_::_%n minutes ago_" => array("לפני %n דקה","לפני %n דקות"),
  "_%n hour ago_::_%n hours ago_" => array("לפני %n שעה","לפני %n שעות"),
03e52840d   Kload   Init
28
29
  "today" => "היום",
  "yesterday" => "אתמול",
31b7f2792   Kload   Upgrade to ownclo...
30
  "_%n day ago_::_%n days ago_" => array("לפני %n יום","לפני %n ימים"),
03e52840d   Kload   Init
31
  "last month" => "חודש שעבר",
31b7f2792   Kload   Upgrade to ownclo...
32
  "_%n month ago_::_%n months ago_" => array("לפני %n חודש","לפני %n חודשים"),
03e52840d   Kload   Init
33
34
  "last year" => "שנה שעברה",
  "years ago" => "שנים",
6d9380f96   Cédric Dupont   Update sources OC...
35
  "Reset password" => "איפוס ססמה",
03e52840d   Kload   Init
36
  "Yes" => "כן",
31b7f2792   Kload   Upgrade to ownclo...
37
  "No" => "לא",
6d9380f96   Cédric Dupont   Update sources OC...
38
  "Choose" => "בחירה",
03e52840d   Kload   Init
39
  "Ok" => "בסדר",
31b7f2792   Kload   Upgrade to ownclo...
40
  "_{count} file conflict_::_{count} file conflicts_" => array("",""),
6d9380f96   Cédric Dupont   Update sources OC...
41
  "New Files" => "קבצים חדשים",
31b7f2792   Kload   Upgrade to ownclo...
42
  "Cancel" => "ביטול",
03e52840d   Kload   Init
43
  "Shared" => "שותף",
6d9380f96   Cédric Dupont   Update sources OC...
44
  "Shared by {owner}" => "שותף בידי {owner}",
03e52840d   Kload   Init
45
  "Share" => "שתף",
31b7f2792   Kload   Upgrade to ownclo...
46
  "Error" => "שגיאה",
03e52840d   Kload   Init
47
48
49
50
51
  "Error while sharing" => "שגיאה במהלך השיתוף",
  "Error while unsharing" => "שגיאה במהלך ביטול השיתוף",
  "Error while changing permissions" => "שגיאה במהלך שינוי ההגדרות",
  "Shared with you and the group {group} by {owner}" => "שותף אתך ועם הקבוצה {group} שבבעלות {owner}",
  "Shared with you by {owner}" => "שותף אתך על ידי {owner}",
03e52840d   Kload   Init
52
  "Password protect" => "הגנה בססמה",
03e52840d   Kload   Init
53
54
55
56
57
58
  "Email link to person" => "שליחת קישור בדוא״ל למשתמש",
  "Send" => "שליחה",
  "Set expiration date" => "הגדרת תאריך תפוגה",
  "Expiration date" => "תאריך התפוגה",
  "Share via email:" => "שיתוף באמצעות דוא״ל:",
  "No people found" => "לא נמצאו אנשים",
31b7f2792   Kload   Upgrade to ownclo...
59
  "group" => "קבוצה",
03e52840d   Kload   Init
60
61
62
  "Resharing is not allowed" => "אסור לעשות שיתוף מחדש",
  "Shared in {item} with {user}" => "שותף תחת {item} עם {user}",
  "Unshare" => "הסר שיתוף",
6d9380f96   Cédric Dupont   Update sources OC...
63
  "can share" => "ניתן לשתף",
03e52840d   Kload   Init
64
65
66
67
68
  "can edit" => "ניתן לערוך",
  "access control" => "בקרת גישה",
  "create" => "יצירה",
  "update" => "עדכון",
  "delete" => "מחיקה",
03e52840d   Kload   Init
69
70
71
72
73
  "Password protected" => "מוגן בססמה",
  "Error unsetting expiration date" => "אירעה שגיאה בביטול תאריך התפוגה",
  "Error setting expiration date" => "אירעה שגיאה בעת הגדרת תאריך התפוגה",
  "Sending ..." => "מתבצעת שליחה ...",
  "Email sent" => "הודעת הדוא״ל נשלחה",
31b7f2792   Kload   Upgrade to ownclo...
74
75
76
77
  "Warning" => "אזהרה",
  "The object type is not specified." => "סוג הפריט לא צוין.",
  "Delete" => "מחיקה",
  "Add" => "הוספה",
03e52840d   Kload   Init
78
  "The update was successful. Redirecting you to ownCloud now." => "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.",
03e52840d   Kload   Init
79
80
  "Use the following link to reset your password: {link}" => "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}",
  "You will receive a link to reset your password via Email." => "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.",
03e52840d   Kload   Init
81
  "Username" => "שם משתמש",
31b7f2792   Kload   Upgrade to ownclo...
82
  "Yes, I really want to reset my password now" => "כן, אני רוצה לאפס את הסיסמה שלי עכשיו.",
03e52840d   Kload   Init
83
  "New password" => "ססמה חדשה",
03e52840d   Kload   Init
84
85
86
87
88
89
90
  "Personal" => "אישי",
  "Users" => "משתמשים",
  "Apps" => "יישומים",
  "Admin" => "מנהל",
  "Help" => "עזרה",
  "Access forbidden" => "הגישה נחסמה",
  "Cloud not found" => "ענן לא נמצא",
03e52840d   Kload   Init
91
  "Security Warning" => "אזהרת אבטחה",
31b7f2792   Kload   Upgrade to ownclo...
92
93
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "גרסת ה־PHP פגיעה בפני התקפת בית NULL/ריק (CVE-2006-7243)",
  "Please update your PHP installation to use %s securely." => "נא לעדכן את התקנת ה-PHP שלך כדי להשתמש ב-%s בצורה מאובטחת.",
03e52840d   Kload   Init
94
95
96
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "אין מחולל מספרים אקראיים מאובטח, נא להפעיל את ההרחבה OpenSSL ב־PHP.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "ללא מחולל מספרים אקראיים מאובטח תוקף יכול לנבא את מחרוזות איפוס הססמה ולהשתלט על החשבון שלך.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "תיקיית וקבצי המידע שלך כנראה נגישים מהאינטרנט מכיוון שקובץ ה.htaccess לא עובד.",
03e52840d   Kload   Init
97
  "Create an <strong>admin account</strong>" => "יצירת <strong>חשבון מנהל</strong>",
6d9380f96   Cédric Dupont   Update sources OC...
98
  "Password" => "סיסמא",
03e52840d   Kload   Init
99
100
  "Data folder" => "תיקיית נתונים",
  "Configure the database" => "הגדרת מסד הנתונים",
03e52840d   Kload   Init
101
102
103
104
105
106
  "Database user" => "שם משתמש במסד הנתונים",
  "Database password" => "ססמת מסד הנתונים",
  "Database name" => "שם מסד הנתונים",
  "Database tablespace" => "מרחב הכתובות של מסד הנתונים",
  "Database host" => "שרת בסיס נתונים",
  "Finish setup" => "סיום התקנה",
31b7f2792   Kload   Upgrade to ownclo...
107
  "%s is available. Get more information on how to update." => "%s זמינה להורדה. ניתן ללחוץ כדי לקבל מידע נוסף כיצד לעדכן.",
03e52840d   Kload   Init
108
109
110
111
  "Log out" => "התנתקות",
  "Automatic logon rejected!" => "בקשת הכניסה האוטומטית נדחתה!",
  "If you did not change your password recently, your account may be compromised!" => "אם לא שינית את ססמתך לאחרונה, יתכן שחשבונך נפגע!",
  "Please change your password to secure your account again." => "נא לשנות את הססמה שלך כדי לאבטח את חשבונך מחדש.",
03e52840d   Kload   Init
112
113
  "remember" => "שמירת הססמה",
  "Log in" => "כניסה",
6d9380f96   Cédric Dupont   Update sources OC...
114
  "Alternative Logins" => "כניסות אלטרנטיביות"
03e52840d   Kload   Init
115
  );
31b7f2792   Kload   Upgrade to ownclo...
116
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";