diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 12:44:12 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-03 12:44:12 -0500 |
commit | 07e540613e1445451ace78e639be36a1c1e7e58f (patch) | |
tree | e5c5744bca2ba245f9ebe03874933712d8b18c39 /apps/files/l10n/he.php | |
parent | 7125bfba21b957b7c9ee96f0405e78ecb6b1e4f9 (diff) | |
download | nextcloud-server-07e540613e1445451ace78e639be36a1c1e7e58f.tar.gz nextcloud-server-07e540613e1445451ace78e639be36a1c1e7e58f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/he.php')
-rw-r--r-- | apps/files/l10n/he.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/he.php b/apps/files/l10n/he.php index 5cc32095e7f..1d33c42446a 100644 --- a/apps/files/l10n/he.php +++ b/apps/files/l10n/he.php @@ -2,6 +2,7 @@ $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "לא ניתן להעביר את %s - קובץ בשם הזה כבר קיים", "Could not move %s" => "לא ניתן להעביר את %s", +"File name cannot be empty." => "שם קובץ אינו יכול להיות ריק", "No file was uploaded. Unknown error" => "לא הועלה קובץ. טעות בלתי מזוהה.", "There is no error, the file uploaded with success" => "לא התרחשה שגיאה, הקובץ הועלה בהצלחה", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "הקבצים שנשלחו חורגים מהגודל שצוין בהגדרה upload_max_filesize שבקובץ php.ini:", @@ -11,9 +12,11 @@ $TRANSLATIONS = array( "Missing a temporary folder" => "תקיה זמנית חסרה", "Failed to write to disk" => "הכתיבה לכונן נכשלה", "Not enough storage available" => "אין די שטח פנוי באחסון", +"Upload failed. Could not get file info." => "העלאה נכשלה. לא ניתן להשיג את פרטי הקובץ.", "Invalid directory." => "תיקייה שגויה.", "Files" => "קבצים", "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} כבר קיים", "Share" => "שתף", @@ -26,6 +29,7 @@ $TRANSLATIONS = array( "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "השם שגוי, אסור להשתמש בתווים '\\', '/', '<', '>', ':', '\"', '|', '?' ו־'*'.", +"Your storage is almost full ({usedSpacePercent}%)" => "שטח האחסון שלך כמעט מלא ({usedSpacePercent}%)", "Error" => "שגיאה", "Name" => "שם", "Size" => "גודל", @@ -43,6 +47,7 @@ $TRANSLATIONS = array( "Text file" => "קובץ טקסט", "Folder" => "תיקייה", "From link" => "מקישור", +"Deleted files" => "קבצים שנמחקו", "Cancel upload" => "ביטול ההעלאה", "Nothing in here. Upload something!" => "אין כאן שום דבר. אולי ברצונך להעלות משהו?", "Download" => "הורדה", |