Blame view
sources/apps/files/l10n/he.php
3.97 KB
|
31b7f2792
|
1 2 3 4 5 |
<?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", "Could not move %s" => "לא ניתן להעביר את %s", "File name cannot be empty." => "שם קובץ אינו יכול להיות ריק", |
|
03e52840d
|
6 |
"No file was uploaded. Unknown error" => "לא הועלה קובץ. טעות בלתי מזוהה.", |
|
31b7f2792
|
7 |
"There is no error, the file uploaded with success" => "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", |
|
03e52840d
|
8 |
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:", |
|
31b7f2792
|
9 10 11 12 |
"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" => "תקיה זמנית חסרה", |
|
03e52840d
|
13 |
"Failed to write to disk" => "הכתיבה לכונן נכשלה", |
|
31b7f2792
|
14 15 16 |
"Not enough storage available" => "אין די שטח פנוי באחסון", "Upload failed. Could not get file info." => "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", "Invalid directory." => "תיקייה שגויה.", |
|
03e52840d
|
17 |
"Files" => "קבצים", |
|
31b7f2792
|
18 19 20 21 |
"Upload cancelled." => "ההעלאה בוטלה.",
"Could not get result from server." => "לא ניתן לגשת לתוצאות מהשרת.",
"File upload is in progress. Leaving the page now will cancel the upload." => "מתבצעת כעת העלאת קבצים. עזיבה של העמוד תבטל את ההעלאה.",
"{new_name} already exists" => "{new_name} כבר קיים",
|
|
03e52840d
|
22 23 |
"Share" => "שתף", "Delete permanently" => "מחק לצמיתות", |
|
03e52840d
|
24 25 |
"Rename" => "שינוי שם", "Pending" => "ממתין", |
|
03e52840d
|
26 27 |
"replaced {new_name} with {old_name}" => "{new_name} הוחלף ב־{old_name}",
"undo" => "ביטול",
|
|
31b7f2792
|
28 29 30 |
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"_Uploading %n file_::_Uploading %n files_" => array("",""),
|
|
03e52840d
|
31 |
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", |
|
31b7f2792
|
32 33 |
"Your storage is almost full ({usedSpacePercent}%)" => "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)",
"Error" => "שגיאה",
|
|
03e52840d
|
34 35 36 |
"Name" => "שם", "Size" => "גודל", "Modified" => "זמן שינוי", |
|
03e52840d
|
37 38 39 40 41 42 43 44 45 46 47 48 49 |
"Upload" => "העלאה", "File handling" => "טיפול בקבצים", "Maximum upload size" => "גודל העלאה מקסימלי", "max. possible: " => "המרבי האפשרי: ", "Needed for multi-file and folder downloads." => "נחוץ להורדה של ריבוי קבצים או תיקיות.", "Enable ZIP-download" => "הפעלת הורדת ZIP", "0 is unlimited" => "0 - ללא הגבלה", "Maximum input size for ZIP files" => "גודל הקלט המרבי לקובצי ZIP", "Save" => "שמירה", "New" => "חדש", "Text file" => "קובץ טקסט", "Folder" => "תיקייה", "From link" => "מקישור", |
|
31b7f2792
|
50 |
"Deleted files" => "קבצים שנמחקו", |
|
03e52840d
|
51 52 53 |
"Cancel upload" => "ביטול ההעלאה", "Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?", "Download" => "הורדה", |
|
0f30ed153
|
54 |
"Unshare" => "הסר שיתוף", |
|
31b7f2792
|
55 |
"Delete" => "מחיקה", |
|
03e52840d
|
56 57 58 59 60 |
"Upload too large" => "העלאה גדולה מידי", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "הקבצים שניסית להעלות חרגו מהגודל המקסימלי להעלאת קבצים על שרת זה.", "Files are being scanned, please wait." => "הקבצים נסרקים, נא להמתין.", "Current scanning" => "הסריקה הנוכחית" ); |
|
31b7f2792
|
61 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |