summaryrefslogtreecommitdiffstats
path: root/lib/l10n/he.js
blob: 66acae5b804d361656827d2c04a72900f69edf9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "lib",
    {
    "Help" : "עזרה",
    "Personal" : "אישי",
    "Users" : "משתמשים",
    "Admin" : "מנהל",
    "today" : "היום",
    "yesterday" : "אתמול",
    "last month" : "חודש שעבר",
    "last year" : "שנה שעברה",
    "seconds ago" : "שניות",
    "web services under your control" : "שירותי רשת תחת השליטה שלך",
    "Application is not enabled" : "יישומים אינם מופעלים",
    "Authentication error" : "שגיאת הזדהות",
    "Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.",
    "%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«",
    "Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“",
    "Apps" : "יישומים",
    "A valid username must be provided" : "יש לספק שם משתמש תקני",
    "A valid password must be provided" : "יש לספק ססמה תקנית"
},
"nplurals=2; plural=(n != 1);");