2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2014-07-04 09:56:01 +04:00
" Unknown error " => " שגיאה בלתי ידועה " ,
2013-06-07 04:17:50 +04:00
" Could not move %s - File with this name already exists " => " לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים " ,
" Could not move %s " => " לא ניתן להעביר את %s " ,
2013-11-03 21:44:12 +04:00
" File name cannot be empty. " => " שם קובץ אינו יכול להיות ריק " ,
2014-03-11 09:59:39 +04:00
" Invalid name, ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' and '*' are not allowed. " => " השם שגוי, אסור להשתמש בתווים ' \\ ', '/', '<', '>', ':', ' \" ', '|', '?' ו־'*'. " ,
2013-01-05 03:03:58 +04:00
" No file was uploaded. Unknown error " => " לא הועלה קובץ. טעות בלתי מזוהה. " ,
2013-04-27 04:24:29 +04:00
" There is no error, the file uploaded with success " => " לא התרחשה שגיאה, הקובץ הועלה בהצלחה " ,
2012-12-02 03:03:12 +04:00
" The uploaded file exceeds the upload_max_filesize directive in php.ini: " => " הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini: " ,
2013-04-27 04:24:29 +04:00
" The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form " => " הקובץ שהועלה גדוך מהערך MAX_FILE_SIZE שהוגדר בתופס HTML " ,
" The uploaded file was only partially uploaded " => " הקובץ הועלה באופן חלקי בלבד " ,
" No file was uploaded " => " שום קובץ לא הועלה " ,
" Missing a temporary folder " => " תקיה זמנית חסרה " ,
2012-06-06 02:29:28 +04:00
" Failed to write to disk " => " הכתיבה לכונן נכשלה " ,
2013-06-07 04:17:50 +04:00
" Not enough storage available " => " אין די שטח פנוי באחסון " ,
2013-11-03 21:44:12 +04:00
" Upload failed. Could not get file info. " => " העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ. " ,
2013-06-07 04:17:50 +04:00
" Invalid directory. " => " תיקייה שגויה. " ,
2012-01-11 04:06:59 +04:00
" Files " => " קבצים " ,
2013-06-29 04:09:10 +04:00
" Upload cancelled. " => " ההעלאה בוטלה. " ,
2013-11-03 21:44:12 +04:00
" Could not get result from server. " => " לא ניתן לגשת לתוצאות מהשרת. " ,
2013-06-29 04:09:10 +04:00
" File upload is in progress. Leaving the page now will cancel the upload. " => " מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה. " ,
2013-10-27 10:32:11 +04:00
" { new_name} already exists " => " { new_name} כבר קיים " ,
2013-04-24 20:31:36 +04:00
" Share " => " שתף " ,
2014-06-01 09:55:19 +04:00
" Delete " => " מחיקה " ,
2014-07-16 09:55:55 +04:00
" Unshare " => " הסר שיתוף " ,
2014-07-15 09:55:20 +04:00
" Delete permanently " => " מחק לצמיתות " ,
2012-12-02 03:03:12 +04:00
" Rename " => " שינוי שם " ,
2013-02-10 03:10:29 +04:00
" Pending " => " ממתין " ,
2014-04-29 09:56:49 +04:00
" Error " => " שגיאה " ,
" Name " => " שם " ,
" Size " => " גודל " ,
" Modified " => " זמן שינוי " ,
2013-08-30 17:38:20 +04:00
" _%n folder_::_%n folders_ " => array ( " " , " " ),
" _%n file_::_%n files_ " => array ( " " , " " ),
2013-08-15 17:41:45 +04:00
" _Uploading %n file_::_Uploading %n files_ " => array ( " " , " " ),
2013-11-03 21:44:12 +04:00
" Your storage is almost full ( { usedSpacePercent}%) " => " שטח האחסון שלך כמעט מלא ( { usedSpacePercent}%) " ,
2014-08-23 09:57:00 +04:00
" Upload (max. %s) " => " העלאה (מקסימום %s) " ,
2012-06-06 02:29:28 +04:00
" File handling " => " טיפול בקבצים " ,
2012-01-11 04:06:59 +04:00
" Maximum upload size " => " גודל העלאה מקסימלי " ,
2012-06-06 02:29:28 +04:00
" max. possible: " => " המרבי האפשרי: " ,
2012-11-03 03:02:24 +04:00
" Save " => " שמירה " ,
2014-05-18 09:55:01 +04:00
" WebDAV " => " WebDAV " ,
2012-06-06 02:29:28 +04:00
" New " => " חדש " ,
" Text file " => " קובץ טקסט " ,
2014-08-28 09:56:36 +04:00
" New folder " => " תיקייה חדשה " ,
2012-06-06 02:29:28 +04:00
" Folder " => " תיקייה " ,
2012-12-02 03:03:12 +04:00
" From link " => " מקישור " ,
2012-01-11 04:06:59 +04:00
" Nothing in here. Upload something! " => " אין כאן שום דבר. אולי ברצונך להעלות משהו? " ,
" Download " => " הורדה " ,
" Upload too large " => " העלאה גדולה מידי " ,
2012-06-06 02:29:28 +04:00
" The files you are trying to upload exceed the maximum size for file uploads on this server. " => " הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה. " ,
2014-05-26 09:55:36 +04:00
" Files are being scanned, please wait. " => " הקבצים נסרקים, נא להמתין. "
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;