Ticket #5776: he.js

File he.js, 8.5 KB (added by psyafter, 14 years ago)
Line 
1/*
2 * CKFinder
3 * ========
4 * http://ckfinder.com
5 * Copyright (C) 2007-2010, CKSource - Frederico Knabben. All rights reserved.
6 *
7 * The software, this file and its contents are subject to the CKFinder
8 * License. Please read the license.txt file before using, installing, copying,
9 * modifying or distribute this file or part of its contents. The contents of
10 * this file is part of the Source Code of CKFinder.
11 *
12 */
13
14/**
15 * @fileOverview Defines the {@link CKFinder.lang} object, for the English
16 *              language. This is the base file for all translations.
17 */
18
19/**
20 * Constains the dictionary of language entries.
21 * @namespace
22 */
23CKFinder.lang['he'] =
24{
25        appTitle : 'CKFinder',
26
27        // Common messages and labels.
28        common :
29        {
30                // Put the voice-only part of the label in the span.
31                unavailable             : '%1<span class="cke_accessibility">, לא נגיש</span>',
32                confirmCancel   : 'חקל ממאפיינים שונו. ברצונך לסגור חלון?',
33                ok: 'אישור',
34                cancel                  : 'ביטול',
35                confirmationTitle: 'אישור',
36                messageTitle: 'מידע',
37                inputTitle: 'שאלה',
38                undo: 'לבטל',
39                redo: 'לעשות שוב',
40                skip                    : 'דלג',
41                skipAll                 : 'דלג הכל',
42                makeDecision    : 'איזו פעולה לבצע?',
43                rememberDecision: 'זכור החלטתי'
44        },
45
46
47        dir: 'rtl',
48        HelpLang : 'en',
49        LangCode: 'he',
50
51        // Date Format
52        //              d    : Day
53        //              dd   : Day (padding zero)
54        //              m    : Month
55        //              mm   : Month (padding zero)
56        //              yy   : Year (two digits)
57        //              yyyy : Year (four digits)
58        //              h    : Hour (12 hour clock)
59        //              hh   : Hour (12 hour clock, padding zero)
60        //              H    : Hour (24 hour clock)
61        //              HH   : Hour (24 hour clock, padding zero)
62        //              M    : Minute
63        //              MM   : Minute (padding zero)
64        //              a    : Firt char of AM/PM
65        //              aa   : AM/PM
66        DateTime : 'm/d/yyyy h:MM aa',
67        DateAmPm : ['AM','PM'],
68
69        // Folders
70        FoldersTitle: 'תיקיות',
71        FolderLoading: 'טוען...',
72        FolderNew: 'הקלד שם חדש לתיקיה: ',
73        FolderRename: 'הקלד שם חדש לתיקיה: ',
74        FolderDelete: 'האם ברצונך למחוק תיקיה "%1" ?',
75        FolderRenaming: ' (משנה שם...)',
76        FolderDeleting: ' (מוחק...)',
77
78        // Files
79        FileRename: 'הקלש שם חדש לקובץ: ',
80        FileRenameExt: 'האם ברוצונך לשנות טיפוס של הקובץ',
81        FileRenaming: 'משנה שם...',
82        FileDelete: 'האם ברצונך למחוק קובץ "%1"?',
83        FilesLoading: 'טוען...',
84        FilesEmpty              : 'תיקיה ריקה',
85        FilesMoved: 'קובץ %1 הוזז ל- %2:%3',
86        FilesCopied: 'קובץ %1 הועתק ל- %2:%3',
87
88        // Basket
89        BasketFolder            : 'סל',
90        BasketClear                     : 'נקה סל',
91        BasketRemove            : 'הורד מסל',
92        BasketOpenFolder        : 'פתח תיקיית אב',
93        BasketTruncateConfirm: 'האם ברוצונך למחוק את כל הקבצים מסל?',
94        BasketRemoveConfirm: 'האם ברוצונך למחוק את קובץ "%1" מסל?',
95        BasketEmpty: 'אין קבצים בסל, גרור ושחרר משהוא.',
96        BasketCopyFilesHere     : 'העתק קבצים מסל',
97        BasketMoveFilesHere: 'הזז קבצים מסל',
98
99        BasketPasteErrorOther   : 'קובץ %s שגיאה: %e',
100        BasketPasteMoveSuccess  : 'קבצים הבאים הוזזו: %s',
101        BasketPasteCopySuccess: 'קבצים הבאים הועתקו: %s',
102
103        // Toolbar Buttons (some used elsewhere)
104        Upload: 'העלאה',
105        UploadTip: 'לעלות קובץ חדש',
106        Refresh: 'רענון',
107        Settings: 'הגדרות',
108        Help: 'עזרה',
109        HelpTip: 'עזרה',
110
111        // Context Menus
112        Select: 'בחר',
113        SelectThumbnail: 'בחר תמונה קטנה',
114        View: 'צפה',
115        Download: 'הורד',
116
117        NewSubFolder: 'תת-תיקיה חדשה',
118        Rename: 'שנה שם',
119        Delete: 'מחק',
120
121        CopyDragDrop    : 'העתק קבצים לכאן',
122        MoveDragDrop: 'הזז קבצים לכאן',
123
124        // Dialogs
125        RenameDlgTitle: 'שנה שם',
126        NewNameDlgTitle: 'שם חדש',
127        FileExistsDlgTitle      : 'קובץ כבר קיים',
128        SysErrorDlgTitle : 'שגיעת מערכת',
129
130        FileOverwrite: 'החלף',
131        FileAutorename: 'אוטומטית לשנות שם',
132
133        // Generic
134        OkBtn           : 'אישור',
135        CancelBtn       : 'ביטול',
136        CloseBtn: 'סגור',
137
138        // Upload Panel
139        UploadTitle: 'העלאת קובץ חדש',
140        UploadSelectLbl         : 'בחר קובץ להעלאה',
141        UploadProgressLbl: '(העלאה בתהליך, אנא המתן...)',
142        UploadBtn                       : 'לעלות קובץ',
143        UploadBtnCancel: 'ביטול',
144
145        UploadNoFileMsg: 'נא לבחור קובץ מהמחשב שלך',
146        UploadNoFolder: 'נא לבחור תיקיה לפני העלאה.',
147        UploadNoPerms: 'העלאת קובץ אסורה.',
148        UploadUnknError         : 'שגיעה בשליחת קובץ.',
149        UploadExtIncorrect      : 'סוג קובץ זה לא מאושר בתיקיה זאת.',
150
151        // Settings Panel
152        SetTitle: 'הגדרות',
153        SetView: 'צפה:',
154        SetViewThumb: 'תמונות קטנות',
155        SetViewList: 'רשימה',
156        SetDisplay: 'תצוגה:',
157        SetDisplayName: 'שם קובץ',
158        SetDisplayDate: 'תאריך',
159        SetDisplaySize: 'גודל קובץ',
160        SetSort: 'מיון:',
161        SetSortName: 'לפי שם',
162        SetSortDate: 'לפי תאריך',
163        SetSortSize: 'לפי גודל',
164
165        // Status Bar
166        FilesCountEmpty: '<תיקיה ריקה>',
167        FilesCountOne   : 'קובץ 1',
168        FilesCountMany  : '%1 קבצים',
169
170        // Size and Speed
171        Kb                              : '%1 kB',
172        KbPerSecond             : '%1 kB/s',
173
174        // Connector Error Messages.
175        ErrorUnknown: 'בקשה נכשלה. שגיאה. (Error %1)',
176        Errors :
177        {
178         10 : 'Invalid command.',
179         11 : 'The resource type was not specified in the request.',
180         12 : 'The requested resource type is not valid.',
181        102 : 'Invalid file or folder name.',
182        103 : 'It was not possible to complete the request due to authorization restrictions.',
183        104 : 'It was not possible to complete the request due to file system permission restrictions.',
184        105 : 'Invalid file extension.',
185        109 : 'Invalid request.',
186        110 : 'Unknown error.',
187        115 : 'A file or folder with the same name already exists.',
188        116 : 'Folder not found. Please refresh and try again.',
189        117 : 'File not found. Please refresh the files list and try again.',
190        118 : 'Source and target paths are equal.',
191        201 : 'A file with the same name is already available. The uploaded file has been renamed to "%1"',
192        202 : 'Invalid file',
193        203 : 'Invalid file. The file size is too big.',
194        204 : 'The uploaded file is corrupt.',
195        205 : 'No temporary folder is available for upload in the server.',
196        206 : 'Upload cancelled for security reasons. The file contains HTML like data.',
197        207 : 'The uploaded file has been renamed to "%1"',
198        300 : 'Moving file(s) failed.',
199        301 : 'Copying file(s) failed.',
200        500 : 'The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.',
201        501 : 'The thumbnails support is disabled.'
202        },
203
204        // Other Error Messages.
205        ErrorMsg :
206        {
207                FileEmpty: 'שם קובץ לא יכול להיות ריק',
208                FileExists              : 'קובץ %s already exists',
209                FolderEmpty: 'שם תיקיה לא יכול להיות ריק',
210
211                FileInvChar: 'שם הקובץ לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |',
212                FolderInvChar: 'שם התיקיה לא יכול לכלול תווים הבאים: \n\\ / : * ? " < > |',
213
214                PopupBlockView: 'בלתי אפשרי לפתוח קובץ בחלון חדש. נא לבדוק הגדרות דפדפן ולבטל כל החוסמים חלונות קופצות.'
215        },
216
217        // Imageresize plugin
218        Imageresize :
219        {
220                dialogTitle             : 'שנה גודל %s',
221                sizeTooBig              : 'לא יכול לקבוע גובה ורוחב של תמונה יותר גדול מדודל מקורי (%size).',
222                resizeSuccess   : 'גודל שונה שהצלחה.',
223                thumbnailNew    : 'ליצור תמונה קטנה)טומבנייל(',
224                thumbnailSmall  : 'קטן (%s)',
225                thumbnailMedium : 'בינוני (%s)',
226                thumbnailLarge  : 'גדול (%s)',
227                newSize                 : 'קבע גודל חדש',
228                width                   : 'רוחב',
229                height                  : 'גובה',
230                invalidHeight: 'גובה לא חוקי.',
231                invalidWidth: 'רוחב לא חוקי.',
232                invalidName: 'שם קובץ לא חוקי.',
233                newImage                : 'ליצור תמונה חדשה',
234                noExtensionChange : 'לא ניתן לשנות סוג קובץ.',
235                imageSmall              : 'מקור תמונה קטן מדי',
236                contextMenuName : 'שנה גודל'
237        },
238
239        // Fileeditor plugin
240        Fileeditor :
241        {
242                save                    : 'שמור',
243                fileOpenError   : 'לא מצליח לפתוח קובץ.',
244                fileSaveSuccess : 'קובץ משמר בהצלחה.',
245                contextMenuName : 'עריכה',
246                loadingFile             : 'טוען קובץ, אנא המתן...'
247        }
248};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy