Index: branches/5.3.x/core/ckeditor/ckfinder/lang/he.js =================================================================== diff -u -r15483 -r15908 --- branches/5.3.x/core/ckeditor/ckfinder/lang/he.js (.../he.js) (revision 15483) +++ branches/5.3.x/core/ckeditor/ckfinder/lang/he.js (.../he.js) (revision 15908) @@ -1,8 +1,8 @@ /* * CKFinder * ======== - * http://ckfinder.com - * Copyright (C) 2007-2012, CKSource - Frederico Knabben. All rights reserved. + * http://cksource.com/ckfinder + * Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved. * * The software, this file, and its contents are subject to the CKFinder * License. Please read the license.txt file before using, installing, copying, @@ -75,16 +75,18 @@ FolderDelete : 'האם למחוק את התיקיה "%1" ?', FolderRenaming : ' (משנה שם...)', FolderDeleting : ' (מוחק...)', + DestinationFolder : 'תיקיית יעד', // Files FileRename : 'יש להקליד שם חדש לקובץ: ', FileRenameExt : 'האם לשנות את הסיומת של הקובץ?', FileRenaming : 'משנה שם...', FileDelete : 'האם למחוק את הקובץ "%1"?', + FilesDelete : 'האם למחוק %1 קבצים?', FilesLoading : 'טוען...', FilesEmpty : 'תיקיה ריקה', - FilesMoved : 'קובץ %1 הוזז ל- %2:%3', - FilesCopied : 'קובץ %1 הועתק ל- %2:%3', + DestinationFile : 'קובץ יעד', + SkippedFiles : 'רשימת קבצים שדולגו:', // Basket BasketFolder : 'סל קבצים', @@ -93,14 +95,22 @@ BasketOpenFolder : 'פתיחת תיקיית אב', BasketTruncateConfirm : 'האם למחוק את כל הקבצים מסל הקבצים?', BasketRemoveConfirm : 'האם למחוק את הקובץ "%1" מסל הקבצים?', + BasketRemoveConfirmMultiple : 'האם למחוק %1 קבצים מסל הקבצים?', BasketEmpty : 'אין קבצים בסל הקבצים, יש לגרור לכאן קובץ.', BasketCopyFilesHere : 'העתקת קבצים מסל הקבצים', BasketMoveFilesHere : 'הזזת קבצים מסל הקבצים', - BasketPasteErrorOther : 'שגיאה %e בקובץ %s', - BasketPasteMoveSuccess : 'הקבצים הבאים הוזזו: %s', - BasketPasteCopySuccess : 'הקבצים הבאים הועתקו: %s', + // Global messages + OperationCompletedSuccess : 'הפעולה הושלמה בהצלחה.', + OperationCompletedErrors : 'הפעולה הושלמה עם שגיאות.', + FileError : '%s: %e', + // Move and Copy files + MovedFilesNumber : 'מספר קבצים שהוזזו: %s.', + CopiedFilesNumber : 'מספר קבצים שהועתקו: %s.', + MoveFailedList : 'המערכת לא הצליחה להזיז את הקבצים הבאים:
%s', + CopyFailedList : 'המערכת לא הצליחה להעתיק את הקבצים הבאים:
%s', + // Toolbar Buttons (some used elsewhere) Upload : 'העלאה', UploadTip : 'העלאת קובץ חדש', @@ -118,6 +128,7 @@ NewSubFolder : 'תת-תיקיה חדשה', Rename : 'שינוי שם', Delete : 'מחיקה', + DeleteFiles : 'מחיקת קבצים', CopyDragDrop : 'העתקת קבצים לכאן', MoveDragDrop : 'הזזת קבצים לכאן', @@ -130,6 +141,7 @@ FileOverwrite : 'החלפה', FileAutorename : 'שינוי שם אוטומטי', + ManuallyRename : 'שינוי שם ידני', // Generic OkBtn : 'אישור', @@ -201,6 +213,7 @@ 105 : 'סיומת הקובץ לא תקינה.', 109 : 'בקשה לא תקינה.', 110 : 'שגיאה לא ידועה.', + 111 : 'לא ניתן היה להשלים את הבקשה בשל הגודל החריג של הקובץ הנוצר.', 115 : 'כבר קיים/ת קובץ או תיקיה באותו השם.', 116 : 'התיקיה לא נמצאה. נא לרענן ולנסות שוב.', 117 : 'הקובץ לא נמצא. נא לרענן ולנסות שוב.', @@ -224,6 +237,8 @@ FileEmpty : 'שם הקובץ לא יכול להיות ריק', FileExists : 'הקובץ %s כבר קיים', FolderEmpty : 'שם התיקיה לא יכול להיות ריק', + FolderExists : 'התיקיה %s כבר קיימת.', + FolderNameExists : 'התיקיה כבר קיימת.', FileInvChar : 'שם הקובץ לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |', FolderInvChar : 'שם התיקיה לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |', @@ -277,5 +292,16 @@ Gallery : { current : 'תמונה {current} מתוך {total}' + }, + + Zip : + { + extractHereLabel : 'חילוץ לפה', + extractToLabel : 'חילוץ ל...', + downloadZipLabel : 'הורדה כקובץ ZIP', + compressZipLabel : 'דחיסה לקובץ ZIP', + removeAndExtract : 'מחיקת הקובץ וחילוצו', + extractAndOverwrite : 'חילוץ והחלפת קבצים קיימים', + extractSuccess : 'הקבצים חולצו בהצלחה.' } };