2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
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 " => " שתף " ,
2013-02-25 03:06:17 +04:00
" Delete permanently " => " מחק לצמיתות " ,
2012-12-02 03:03:12 +04:00
" Rename " => " שינוי שם " ,
2013-02-10 03:10:29 +04:00
" Pending " => " ממתין " ,
2012-12-02 03:03:12 +04:00
" replaced { new_name} with { old_name} " => " { new_name} הוחלף ב־ { old_name} " ,
2013-03-04 03:07:35 +04:00
" undo " => " ביטול " ,
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}%) " ,
2013-10-27 10:32:11 +04:00
" Error " => " שגיאה " ,
2012-09-26 15:22:37 +04:00
" Name " => " שם " ,
2012-06-06 02:29:28 +04:00
" Size " => " גודל " ,
" Modified " => " זמן שינוי " ,
2013-01-27 03:06:21 +04:00
" Upload " => " העלאה " ,
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: " => " המרבי האפשרי: " ,
" Needed for multi-file and folder downloads. " => " נחוץ להורדה של ריבוי קבצים או תיקיות. " ,
" Enable ZIP-download " => " הפעלת הורדת ZIP " ,
" 0 is unlimited " => " 0 - ללא הגבלה " ,
" Maximum input size for ZIP files " => " גודל הקלט המרבי לקובצי ZIP " ,
2012-11-03 03:02:24 +04:00
" Save " => " שמירה " ,
2012-06-06 02:29:28 +04:00
" New " => " חדש " ,
" Text file " => " קובץ טקסט " ,
" Folder " => " תיקייה " ,
2012-12-02 03:03:12 +04:00
" From link " => " מקישור " ,
2013-11-03 21:44:12 +04:00
" Deleted files " => " קבצים שנמחקו " ,
2012-06-06 02:29:28 +04:00
" Cancel upload " => " ביטול ההעלאה " ,
2012-01-11 04:06:59 +04:00
" Nothing in here. Upload something! " => " אין כאן שום דבר. אולי ברצונך להעלות משהו? " ,
" Download " => " הורדה " ,
2013-08-16 09:32:30 +04:00
" Delete " => " מחיקה " ,
2012-01-11 04:06:59 +04:00
" 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. " => " הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה. " ,
" Files are being scanned, please wait. " => " הקבצים נסרקים, נא להמתין. " ,
2013-08-30 17:38:20 +04:00
" Current scanning " => " הסריקה הנוכחית "
2012-01-11 04:06:59 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;