liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
/*
 * CKFinder
 * ========
 * http://ckfinder.com
 * Copyright (C) 2007-2012, 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,
 * modifying, or distributing this file or part of its contents. The contents of
 * this file is part of the Source Code of CKFinder.
 *
 */
 
/**
 * @fileOverview Defines the {@link CKFinder.lang} object for the Hungarian
 *        language.
 */
 
/**
 * Contains the dictionary of language entries.
 * @namespace
 */
CKFinder.lang['hu'] =
{
    appTitle : 'CKFinder',
 
    // Common messages and labels.
    common :
    {
        // Put the voice-only part of the label in the span.
        unavailable        : '%1<span class="cke_accessibility">, nem elérhető</span>',
        confirmCancel    : 'Az űrlap tartalma megváltozott, ám a változásokat nem rögzítette. Biztosan be szeretné zárni az űrlapot?',
        ok                : 'Rendben',
        cancel            : 'Mégsem',
        confirmationTitle    : 'Confirmation', // MISSING
        messageTitle    : 'Information', // MISSING
        inputTitle        : 'Question', // MISSING
        undo            : 'Visszavonás',
        redo            : 'Ismétlés',
        skip            : 'Skip', // MISSING
        skipAll            : 'Skip all', // MISSING
        makeDecision    : 'What action should be taken?', // MISSING
        rememberDecision: 'Remember my decision' // MISSING
    },
 
 
    // Language direction, 'ltr' or 'rtl'.
    dir : 'ltr',
    HelpLang : 'en',
    LangCode : 'hu',
 
    // Date Format
    //        d    : Day
    //        dd   : Day (padding zero)
    //        m    : Month
    //        mm   : Month (padding zero)
    //        yy   : Year (two digits)
    //        yyyy : Year (four digits)
    //        h    : Hour (12 hour clock)
    //        hh   : Hour (12 hour clock, padding zero)
    //        H    : Hour (24 hour clock)
    //        HH   : Hour (24 hour clock, padding zero)
    //        M    : Minute
    //        MM   : Minute (padding zero)
    //        a    : Firt char of AM/PM
    //        aa   : AM/PM
    DateTime : 'yyyy. m. d. HH:MM',
    DateAmPm : ['de.', 'du.'],
 
    // Folders
    FoldersTitle    : 'Mappák',
    FolderLoading    : 'Betöltés...',
    FolderNew        : 'Kérjük adja meg a mappa nevét: ',
    FolderRename    : 'Kérjük adja meg a mappa új nevét: ',
    FolderDelete    : 'Biztosan törölni szeretné a következő mappát: "%1"?',
    FolderRenaming    : ' (átnevezés...)',
    FolderDeleting    : ' (törlés...)',
    DestinationFolder    : 'Destination Folder', // MISSING
 
    // Files
    FileRename        : 'Kérjük adja meg a fájl új nevét: ',
    FileRenameExt    : 'Biztosan szeretné módosítani a fájl kiterjesztését? A fájl esetleg használhatatlan lesz.',
    FileRenaming    : 'Átnevezés...',
    FileDelete        : 'Biztosan törölni szeretné a következő fájlt: "%1"?',
    FilesDelete    : 'Are you sure you want to delete %1 files?', // MISSING
    FilesLoading    : 'Betöltés...',
    FilesEmpty        : 'The folder is empty.', // MISSING
    DestinationFile    : 'Destination File', // MISSING
    SkippedFiles    : 'List of skipped files:', // MISSING
 
    // Basket
    BasketFolder        : 'Basket', // MISSING
    BasketClear            : 'Clear Basket', // MISSING
    BasketRemove        : 'Remove from Basket', // MISSING
    BasketOpenFolder    : 'Open Parent Folder', // MISSING
    BasketTruncateConfirm : 'Do you really want to remove all files from the basket?', // MISSING
    BasketRemoveConfirm    : 'Do you really want to remove the file "%1" from the basket?', // MISSING
    BasketRemoveConfirmMultiple    : 'Do you really want to remove %1 files from the basket?', // MISSING
    BasketEmpty            : 'No files in the basket, drag and drop some.', // MISSING
    BasketCopyFilesHere    : 'Copy Files from Basket', // MISSING
    BasketMoveFilesHere    : 'Move Files from Basket', // MISSING
 
    // Global messages
    OperationCompletedSuccess    : 'Operation completed successfully.', // MISSING
    OperationCompletedErrors        : 'Operation completed with errors.', // MISSING
    FileError                : '%s: %e', // MISSING
 
    // Move and Copy files
    MovedFilesNumber        : 'Number of files moved: %s.', // MISSING
    CopiedFilesNumber    : 'Number of files copied: %s.', // MISSING
    MoveFailedList        : 'The following files could not be moved:<br />%s', // MISSING
    CopyFailedList        : 'The following files could not be copied:<br />%s', // MISSING
 
    // Toolbar Buttons (some used elsewhere)
    Upload        : 'Feltöltés',
    UploadTip    : 'Új fájl feltöltése',
    Refresh        : 'Frissítés',
    Settings    : 'Beállítások',
    Help        : 'Súgó',
    HelpTip        : 'Súgó (angolul)',
 
    // Context Menus
    Select            : 'Kiválaszt',
    SelectThumbnail : 'Bélyegkép kiválasztása',
    View            : 'Megtekintés',
    Download        : 'Letöltés',
 
    NewSubFolder    : 'Új almappa',
    Rename            : 'Átnevezés',
    Delete            : 'Törlés',
    DeleteFiles        : 'Delete Files', // MISSING
 
    CopyDragDrop    : 'Copy Here', // MISSING
    MoveDragDrop    : 'Move Here', // MISSING
 
    // Dialogs
    RenameDlgTitle        : 'Rename', // MISSING
    NewNameDlgTitle        : 'New Name', // MISSING
    FileExistsDlgTitle    : 'File Already Exists', // MISSING
    SysErrorDlgTitle : 'System Error', // MISSING
 
    FileOverwrite    : 'Overwrite', // MISSING
    FileAutorename    : 'Auto-rename', // MISSING
    ManuallyRename    : 'Manually rename', // MISSING
 
    // Generic
    OkBtn        : 'OK',
    CancelBtn    : 'Mégsem',
    CloseBtn    : 'Bezárás',
 
    // Upload Panel
    UploadTitle            : 'Új fájl feltöltése',
    UploadSelectLbl        : 'Válassza ki a feltölteni kívánt fájlt',
    UploadProgressLbl    : '(A feltöltés folyamatban, kérjük várjon...)',
    UploadBtn            : 'A kiválasztott fájl feltöltése',
    UploadBtnCancel        : 'Mégsem',
 
    UploadNoFileMsg        : 'Kérjük válassza ki a fájlt a számítógépéről.',
    UploadNoFolder        : 'Please select a folder before uploading.', // MISSING
    UploadNoPerms        : 'File upload not allowed.', // MISSING
    UploadUnknError        : 'Error sending the file.', // MISSING
    UploadExtIncorrect    : 'File extension not allowed in this folder.', // MISSING
 
    // Flash Uploads
    UploadLabel            : 'Files to Upload', // MISSING
    UploadTotalFiles    : 'Total Files:', // MISSING
    UploadTotalSize        : 'Total Size:', // MISSING
    UploadSend            : 'Feltöltés',
    UploadAddFiles        : 'Add Files', // MISSING
    UploadClearFiles    : 'Clear Files', // MISSING
    UploadCancel        : 'Cancel Upload', // MISSING
    UploadRemove        : 'Remove', // MISSING
    UploadRemoveTip        : 'Remove !f', // MISSING
    UploadUploaded        : 'Uploaded !n%', // MISSING
    UploadProcessing    : 'Processing...', // MISSING
 
    // Settings Panel
    SetTitle        : 'Beállítások',
    SetView            : 'Nézet:',
    SetViewThumb    : 'bélyegképes',
    SetViewList        : 'listás',
    SetDisplay        : 'Megjelenik:',
    SetDisplayName    : 'fájl neve',
    SetDisplayDate    : 'dátum',
    SetDisplaySize    : 'fájlméret',
    SetSort            : 'Rendezés:',
    SetSortName        : 'fájlnév',
    SetSortDate        : 'dátum',
    SetSortSize        : 'méret',
    SetSortExtension        : 'by Extension', // MISSING
 
    // Status Bar
    FilesCountEmpty : '<üres mappa>',
    FilesCountOne    : '1 fájl',
    FilesCountMany    : '%1 fájl',
 
    // Size and Speed
    Kb                : '%1 KB',
    Mb                : '%1 MB',
    Gb                : '%1 GB',
    SizePerSecond    : '%1/s',
 
    // Connector Error Messages.
    ErrorUnknown    : 'A parancsot nem sikerült végrehajtani. (Hiba: %1)',
    Errors :
    {
     10 : 'Érvénytelen parancs.',
     11 : 'A fájl típusa nem lett a kérés során beállítva.',
     12 : 'A kívánt fájl típus érvénytelen.',
    102 : 'Érvénytelen fájl vagy könyvtárnév.',
    103 : 'Hitelesítési problémák miatt nem sikerült a kérést teljesíteni.',
    104 : 'Jogosultsági problémák miatt nem sikerült a kérést teljesíteni.',
    105 : 'Érvénytelen fájl kiterjesztés.',
    109 : 'Érvénytelen kérés.',
    110 : 'Ismeretlen hiba.',
    111 : 'It was not possible to complete the request due to resulting file size.', // MISSING
    115 : 'A fálj vagy mappa már létezik ezen a néven.',
    116 : 'Mappa nem található. Kérjük frissítsen és próbálja újra.',
    117 : 'Fájl nem található. Kérjük frissítsen és próbálja újra.',
    118 : 'Source and target paths are equal.', // MISSING
    201 : 'Ilyen nevű fájl már létezett. A feltöltött fájl a következőre lett átnevezve: "%1".',
    202 : 'Érvénytelen fájl.',
    203 : 'Érvénytelen fájl. A fájl mérete túl nagy.',
    204 : 'A feltöltött fájl hibás.',
    205 : 'A szerveren nem található a feltöltéshez ideiglenes mappa.',
    206 : 'Upload cancelled due to security reasons. The file contains HTML-like data.', // MISSING
    207 : 'El fichero subido ha sido renombrado como "%1".',
    300 : 'Moving file(s) failed.', // MISSING
    301 : 'Copying file(s) failed.', // MISSING
    500 : 'A fájl-tallózó biztonsági okok miatt nincs engedélyezve. Kérjük vegye fel a kapcsolatot a rendszer üzemeltetőjével és ellenőrizze a CKFinder konfigurációs fájlt.',
    501 : 'A bélyegkép támogatás nincs engedélyezve.'
    },
 
    // Other Error Messages.
    ErrorMsg :
    {
        FileEmpty        : 'A fájl neve nem lehet üres.',
        FileExists        : 'File %s already exists.', // MISSING
        FolderEmpty        : 'A mappa neve nem lehet üres.',
        FolderExists    : 'Folder %s already exists.', // MISSING
        FolderNameExists    : 'Folder already exists.', // MISSING
 
        FileInvChar        : 'A fájl neve nem tartalmazhatja a következő karaktereket: \n\\ / : * ? " < > |',
        FolderInvChar    : 'A mappa neve nem tartalmazhatja a következő karaktereket: \n\\ / : * ? " < > |',
 
        PopupBlockView    : 'A felugró ablak megnyitása nem sikerült. Kérjük ellenőrizze a böngészője beállításait és tiltsa le a felugró ablakokat blokkoló alkalmazásait erre a honlapra.',
        XmlError        : 'It was not possible to properly load the XML response from the web server.', // MISSING
        XmlEmpty        : 'It was not possible to load the XML response from the web server. The server returned an empty response.', // MISSING
        XmlRawResponse    : 'Raw response from the server: %s' // MISSING
    },
 
    // Imageresize plugin
    Imageresize :
    {
        dialogTitle        : 'Resize %s', // MISSING
        sizeTooBig        : 'Cannot set image height or width to a value bigger than the original size (%size).', // MISSING
        resizeSuccess    : 'Image resized successfully.', // MISSING
        thumbnailNew    : 'Create a new thumbnail', // MISSING
        thumbnailSmall    : 'Small (%s)', // MISSING
        thumbnailMedium    : 'Medium (%s)', // MISSING
        thumbnailLarge    : 'Large (%s)', // MISSING
        newSize            : 'Set a new size', // MISSING
        width            : 'Szélesség',
        height            : 'Magasság',
        invalidHeight    : 'Invalid height.', // MISSING
        invalidWidth    : 'Invalid width.', // MISSING
        invalidName        : 'Invalid file name.', // MISSING
        newImage        : 'Create a new image', // MISSING
        noExtensionChange : 'File extension cannot be changed.', // MISSING
        imageSmall        : 'Source image is too small.', // MISSING
        contextMenuName    : 'Resize', // MISSING
        lockRatio        : 'Arány megtartása',
        resetSize        : 'Eredeti méret'
    },
 
    // Fileeditor plugin
    Fileeditor :
    {
        save            : 'Mentés',
        fileOpenError    : 'Unable to open file.', // MISSING
        fileSaveSuccess    : 'File saved successfully.', // MISSING
        contextMenuName    : 'Edit', // MISSING
        loadingFile        : 'Loading file, please wait...' // MISSING
    },
 
    Maximize :
    {
        maximize : 'Teljes méret',
        minimize : 'Kis méret'
    },
 
    Gallery :
    {
        current : 'Image {current} of {total}' // MISSING
    },
 
    Zip :
    {
        extractHereLabel    : 'Extract here', // MISSING
        extractToLabel        : 'Extract to...', // MISSING
        downloadZipLabel    : 'Download as zip', // MISSING
        compressZipLabel    : 'Compress to zip', // MISSING
        removeAndExtract    : 'Remove existing and extract', // MISSING
        extractAndOverwrite    : 'Extract overwriting existing files', // MISSING
        extractSuccess        : 'File extracted successfully.' // MISSING
    }
};