40 lines
2.2 KiB
JavaScript
40 lines
2.2 KiB
JavaScript
OC.L10N.register(
|
|
"lib",
|
|
{
|
|
"Help" : "עזרה",
|
|
"Personal" : "אישי",
|
|
"Users" : "משתמשים",
|
|
"Admin" : "מנהל",
|
|
"Unknown filetype" : "סוג קובץ לא מוכר",
|
|
"Invalid image" : "תמונה לא חוקית",
|
|
"today" : "היום",
|
|
"yesterday" : "אתמול",
|
|
"_%n day ago_::_%n days ago_" : ["לפני %n יום","לפני %n ימים"],
|
|
"last month" : "חודש שעבר",
|
|
"last year" : "שנה שעברה",
|
|
"_%n year ago_::_%n years ago_" : ["לפני %n שנה","לפני %n שנים"],
|
|
"seconds ago" : "שניות",
|
|
"web services under your control" : "שירותי רשת תחת השליטה שלך",
|
|
"Empty filename is not allowed" : "שם קובץ ריק אינו מאושר",
|
|
"File name contains at least one invalid character" : "שם קובץ כולל לפחות תו אחד לא חוקי",
|
|
"File name is too long" : "שם קובץ ארוך מדי",
|
|
"Can't read file" : "לא ניתן לקרוא קובץ",
|
|
"App directory already exists" : "תיקיית יישום כבר קיימת",
|
|
"Application is not enabled" : "יישומים אינם מופעלים",
|
|
"Authentication error" : "שגיאת הזדהות",
|
|
"Token expired. Please reload page." : "פג תוקף. נא לטעון שוב את הדף.",
|
|
"Unknown user" : "משתמש לא ידוע",
|
|
"DB Error: \"%s\"" : "שגיאת מסד נתונים: \"%s\"",
|
|
"Set an admin username." : "קביעת שם משתמש מנהל",
|
|
"Set an admin password." : "קביעת סיסמת מנהל",
|
|
"%s shared »%s« with you" : "%s שיתף/שיתפה איתך את »%s«",
|
|
"%s via %s" : "%s על בסיס %s",
|
|
"Could not find category \"%s\"" : "לא ניתן למצוא את הקטגוריה „%s“",
|
|
"Apps" : "יישומים",
|
|
"A valid username must be provided" : "יש לספק שם משתמש תקני",
|
|
"A valid password must be provided" : "יש לספק ססמה תקנית",
|
|
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "זה ככל הנראה נגרם על ידי מאיץ/מטמון כמו Zend OPcache או eAccelerator.",
|
|
"Storage not available" : "אחסון לא זמין"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|