PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 1.6.1
File Manager Pro – Filester v1.6.1
2.1.2 2.1.1 trunk 1.6.1 1.7.6 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 2.0 2.0.1 2.0.2 2.1.0
filester / includes / File_manager / lib / js / i18n / elfinder.LANG.js
filester / includes / File_manager / lib / js / i18n Last commit date
help 5 years ago elfinder.LANG.js 5 years ago elfinder.ar.js 5 years ago elfinder.bg.js 5 years ago elfinder.ca.js 5 years ago elfinder.cs.js 5 years ago elfinder.da.js 5 years ago elfinder.de.js 5 years ago elfinder.el.js 5 years ago elfinder.es.js 5 years ago elfinder.fa.js 5 years ago elfinder.fallback.js 5 years ago elfinder.fo.js 5 years ago elfinder.fr.js 5 years ago elfinder.fr_CA.js 5 years ago elfinder.he.js 5 years ago elfinder.hr.js 5 years ago elfinder.hu.js 5 years ago elfinder.id.js 5 years ago elfinder.it.js 5 years ago elfinder.ja.js 5 years ago elfinder.ko.js 5 years ago elfinder.nl.js 5 years ago elfinder.no.js 5 years ago elfinder.pl.js 5 years ago elfinder.pt_BR.js 5 years ago elfinder.ro.js 5 years ago elfinder.ru.js 5 years ago elfinder.si.js 5 years ago elfinder.sk.js 5 years ago elfinder.sl.js 5 years ago elfinder.sr.js 5 years ago elfinder.sv.js 5 years ago elfinder.tr.js 5 years ago elfinder.ug_CN.js 5 years ago elfinder.uk.js 5 years ago elfinder.vi.js 5 years ago elfinder.zh_CN.js 5 years ago elfinder.zh_TW.js 5 years ago
elfinder.LANG.js
587 lines
1 /**
2 * elFinder translation template
3 * use this file to create new translation
4 * submit new translation via https://github.com/Studio-42/elFinder/issues
5 * or make a pull request
6 */
7
8 /**
9 * XXXXX translation
10 * @author Translator Name <translator@email.tld>
11 * @version 201x-xx-xx
12 */
13 (function(root, factory) {
14 if (typeof define === 'function' && define.amd) {
15 define(['elfinder'], factory);
16 } else if (typeof exports !== 'undefined') {
17 module.exports = factory(require('elfinder'));
18 } else {
19 factory(root.elFinder);
20 }
21 }(this, function(elFinder) {
22 elFinder.prototype.i18.REPLACE_WITH_xx_OR_xx_YY_LANG_CODE = {
23 translator : 'Translator name &lt;translator@email.tld&gt;',
24 language : 'Language of translation in your language',
25 direction : 'ltr',
26 dateFormat : 'M d, Y h:i A', // will show like: Mar 13, 2012 05:27 PM
27 fancyDateFormat : '$1 h:i A', // will show like: Today 12:25 PM
28 nonameDateFormat : 'ymd-His', // noname upload will show like: 120513-172700
29 messages : {
30
31 /********************************** errors **********************************/
32 'error' : 'Error',
33 'errUnknown' : 'Unknown error.',
34 'errUnknownCmd' : 'Unknown command.',
35 'errJqui' : 'Invalid jQuery UI configuration. Selectable, draggable and droppable components must be included.',
36 'errNode' : 'elFinder requires DOM Element to be created.',
37 'errURL' : 'Invalid elFinder configuration! URL option is not set.',
38 'errAccess' : 'Access denied.',
39 'errConnect' : 'Unable to connect to backend.',
40 'errAbort' : 'Connection aborted.',
41 'errTimeout' : 'Connection timeout.',
42 'errNotFound' : 'Backend not found.',
43 'errResponse' : 'Invalid backend response.',
44 'errConf' : 'Invalid backend configuration.',
45 'errJSON' : 'PHP JSON module not installed.',
46 'errNoVolumes' : 'Readable volumes not available.',
47 'errCmdParams' : 'Invalid parameters for command "$1".',
48 'errDataNotJSON' : 'Data is not JSON.',
49 'errDataEmpty' : 'Data is empty.',
50 'errCmdReq' : 'Backend request requires command name.',
51 'errOpen' : 'Unable to open "$1".',
52 'errNotFolder' : 'Object is not a folder.',
53 'errNotFile' : 'Object is not a file.',
54 'errRead' : 'Unable to read "$1".',
55 'errWrite' : 'Unable to write into "$1".',
56 'errPerm' : 'Permission denied.',
57 'errLocked' : '"$1" is locked and can not be renamed, moved or removed.',
58 'errExists' : 'Item named "$1" already exists.',
59 'errInvName' : 'Invalid file name.',
60 'errInvDirname' : 'Invalid folder name.', // from v2.1.24 added 12.4.2017
61 'errFolderNotFound' : 'Folder not found.',
62 'errFileNotFound' : 'File not found.',
63 'errTrgFolderNotFound' : 'Target folder "$1" not found.',
64 'errPopup' : 'Browser prevented opening popup window. To open file enable it in browser options.',
65 'errMkdir' : 'Unable to create folder "$1".',
66 'errMkfile' : 'Unable to create file "$1".',
67 'errRename' : 'Unable to rename "$1".',
68 'errCopyFrom' : 'Copying files from volume "$1" not allowed.',
69 'errCopyTo' : 'Copying files to volume "$1" not allowed.',
70 'errMkOutLink' : 'Unable to create a link to outside the volume root.', // from v2.1 added 03.10.2015
71 'errUpload' : 'Upload error.', // old name - errUploadCommon
72 'errUploadFile' : 'Unable to upload "$1".', // old name - errUpload
73 'errUploadNoFiles' : 'No files found for upload.',
74 'errUploadTotalSize' : 'Data exceeds the maximum allowed size.', // old name - errMaxSize
75 'errUploadFileSize' : 'File exceeds maximum allowed size.', // old name - errFileMaxSize
76 'errUploadMime' : 'File type not allowed.',
77 'errUploadTransfer' : '"$1" transfer error.',
78 'errUploadTemp' : 'Unable to make temporary file for upload.', // from v2.1 added 26.09.2015
79 'errNotReplace' : 'Object "$1" already exists at this location and can not be replaced by object with another type.', // new
80 'errReplace' : 'Unable to replace "$1".',
81 'errSave' : 'Unable to save "$1".',
82 'errCopy' : 'Unable to copy "$1".',
83 'errMove' : 'Unable to move "$1".',
84 'errCopyInItself' : 'Unable to copy "$1" into itself.',
85 'errRm' : 'Unable to remove "$1".',
86 'errTrash' : 'Unable into trash.', // from v2.1.24 added 30.4.2017
87 'errRmSrc' : 'Unable remove source file(s).',
88 'errExtract' : 'Unable to extract files from "$1".',
89 'errArchive' : 'Unable to create archive.',
90 'errArcType' : 'Unsupported archive type.',
91 'errNoArchive' : 'File is not archive or has unsupported archive type.',
92 'errCmdNoSupport' : 'Backend does not support this command.',
93 'errReplByChild' : 'The folder "$1" can\'t be replaced by an item it contains.',
94 'errArcSymlinks' : 'For security reason denied to unpack archives contains symlinks or files with not allowed names.', // edited 24.06.2012
95 'errArcMaxSize' : 'Archive files exceeds maximum allowed size.',
96 'errResize' : 'Unable to resize "$1".',
97 'errResizeDegree' : 'Invalid rotate degree.', // added 7.3.2013
98 'errResizeRotate' : 'Unable to rotate image.', // added 7.3.2013
99 'errResizeSize' : 'Invalid image size.', // added 7.3.2013
100 'errResizeNoChange' : 'Image size not changed.', // added 7.3.2013
101 'errUsupportType' : 'Unsupported file type.',
102 'errNotUTF8Content' : 'File "$1" is not in UTF-8 and cannot be edited.', // added 9.11.2011
103 'errNetMount' : 'Unable to mount "$1".', // added 17.04.2012
104 'errNetMountNoDriver' : 'Unsupported protocol.', // added 17.04.2012
105 'errNetMountFailed' : 'Mount failed.', // added 17.04.2012
106 'errNetMountHostReq' : 'Host required.', // added 18.04.2012
107 'errSessionExpires' : 'Your session has expired due to inactivity.',
108 'errCreatingTempDir' : 'Unable to create temporary directory: "$1"',
109 'errFtpDownloadFile' : 'Unable to download file from FTP: "$1"',
110 'errFtpUploadFile' : 'Unable to upload file to FTP: "$1"',
111 'errFtpMkdir' : 'Unable to create remote directory on FTP: "$1"',
112 'errArchiveExec' : 'Error while archiving files: "$1"',
113 'errExtractExec' : 'Error while extracting files: "$1"',
114 'errNetUnMount' : 'Unable to unmount.', // from v2.1 added 30.04.2012
115 'errConvUTF8' : 'Not convertible to UTF-8', // from v2.1 added 08.04.2014
116 'errFolderUpload' : 'Try the modern browser, If you\'d like to upload the folder.', // from v2.1 added 26.6.2015
117 'errSearchTimeout' : 'Timed out while searching "$1". Search result is partial.', // from v2.1 added 12.1.2016
118 'errReauthRequire' : 'Re-authorization is required.', // from v2.1.10 added 24.3.2016
119 'errMaxTargets' : 'Max number of selectable items is $1.', // from v2.1.17 added 17.10.2016
120 'errRestore' : 'Unable to restore from the trash. Can\'t identify the restore destination.', // from v2.1.24 added 3.5.2017
121 'errEditorNotFound' : 'Editor not found to this file type.', // from v2.1.25 added 23.5.2017
122 'errServerError' : 'Error occurred on the server side.', // from v2.1.25 added 16.6.2017
123 'errEmpty' : 'Unable to empty folder "$1".', // from v2.1.25 added 22.6.2017
124 'moreErrors' : 'There are $1 more errors.', // from v2.1.44 added 9.12.2018
125
126 /******************************* commands names ********************************/
127 'cmdarchive' : 'Create archive',
128 'cmdback' : 'Back',
129 'cmdcopy' : 'Copy',
130 'cmdcut' : 'Cut',
131 'cmddownload' : 'Download',
132 'cmdduplicate' : 'Duplicate',
133 'cmdedit' : 'Edit file',
134 'cmdextract' : 'Extract files from archive',
135 'cmdforward' : 'Forward',
136 'cmdgetfile' : 'Select files',
137 'cmdhelp' : 'About this software',
138 'cmdhome' : 'Root',
139 'cmdinfo' : 'Get info',
140 'cmdmkdir' : 'New folder',
141 'cmdmkdirin' : 'Into New Folder', // from v2.1.7 added 19.2.2016
142 'cmdmkfile' : 'New file',
143 'cmdopen' : 'Open',
144 'cmdpaste' : 'Paste',
145 'cmdquicklook' : 'Preview',
146 'cmdreload' : 'Reload',
147 'cmdrename' : 'Rename',
148 'cmdrm' : 'Delete',
149 'cmdtrash' : 'Into trash', //from v2.1.24 added 29.4.2017
150 'cmdrestore' : 'Restore', //from v2.1.24 added 3.5.2017
151 'cmdsearch' : 'Find files',
152 'cmdup' : 'Go to parent folder',
153 'cmdupload' : 'Upload files',
154 'cmdview' : 'View',
155 'cmdresize' : 'Resize & Rotate',
156 'cmdsort' : 'Sort',
157 'cmdnetmount' : 'Mount network volume', // added 18.04.2012
158 'cmdnetunmount': 'Unmount', // from v2.1 added 30.04.2012
159 'cmdplaces' : 'To Places', // added 28.12.2014
160 'cmdchmod' : 'Change mode', // from v2.1 added 20.6.2015
161 'cmdopendir' : 'Open a folder', // from v2.1 added 13.1.2016
162 'cmdcolwidth' : 'Reset column width', // from v2.1.13 added 12.06.2016
163 'cmdfullscreen': 'Full Screen', // from v2.1.15 added 03.08.2016
164 'cmdmove' : 'Move', // from v2.1.15 added 21.08.2016
165 'cmdempty' : 'Empty the folder', // from v2.1.25 added 22.06.2017
166 'cmdundo' : 'Undo', // from v2.1.27 added 31.07.2017
167 'cmdredo' : 'Redo', // from v2.1.27 added 31.07.2017
168 'cmdpreference': 'Preferences', // from v2.1.27 added 03.08.2017
169 'cmdselectall' : 'Select all', // from v2.1.28 added 15.08.2017
170 'cmdselectnone': 'Select none', // from v2.1.28 added 15.08.2017
171 'cmdselectinvert': 'Invert selection', // from v2.1.28 added 15.08.2017
172 'cmdopennew' : 'Open in new window', // from v2.1.38 added 3.4.2018
173 'cmdhide' : 'Hide (Preference)', // from v2.1.41 added 24.7.2018
174
175 /*********************************** buttons ***********************************/
176 'btnClose' : 'Close',
177 'btnSave' : 'Save',
178 'btnRm' : 'Remove',
179 'btnApply' : 'Apply',
180 'btnCancel' : 'Cancel',
181 'btnNo' : 'No',
182 'btnYes' : 'Yes',
183 'btnMount' : 'Mount', // added 18.04.2012
184 'btnApprove': 'Goto $1 & approve', // from v2.1 added 26.04.2012
185 'btnUnmount': 'Unmount', // from v2.1 added 30.04.2012
186 'btnConv' : 'Convert', // from v2.1 added 08.04.2014
187 'btnCwd' : 'Here', // from v2.1 added 22.5.2015
188 'btnVolume' : 'Volume', // from v2.1 added 22.5.2015
189 'btnAll' : 'All', // from v2.1 added 22.5.2015
190 'btnMime' : 'MIME Type', // from v2.1 added 22.5.2015
191 'btnFileName':'Filename', // from v2.1 added 22.5.2015
192 'btnSaveClose': 'Save & Close', // from v2.1 added 12.6.2015
193 'btnBackup' : 'Backup', // fromv2.1 added 28.11.2015
194 'btnRename' : 'Rename', // from v2.1.24 added 6.4.2017
195 'btnRenameAll' : 'Rename(All)', // from v2.1.24 added 6.4.2017
196 'btnPrevious' : 'Prev ($1/$2)', // from v2.1.24 added 11.5.2017
197 'btnNext' : 'Next ($1/$2)', // from v2.1.24 added 11.5.2017
198 'btnSaveAs' : 'Save As', // from v2.1.25 added 24.5.2017
199
200 /******************************** notifications ********************************/
201 'ntfopen' : 'Open folder',
202 'ntffile' : 'Open file',
203 'ntfreload' : 'Reload folder content',
204 'ntfmkdir' : 'Creating folder',
205 'ntfmkfile' : 'Creating files',
206 'ntfrm' : 'Delete items',
207 'ntfcopy' : 'Copy items',
208 'ntfmove' : 'Move items',
209 'ntfprepare' : 'Checking existing items',
210 'ntfrename' : 'Rename files',
211 'ntfupload' : 'Uploading files',
212 'ntfdownload' : 'Downloading files',
213 'ntfsave' : 'Save files',
214 'ntfarchive' : 'Creating archive',
215 'ntfextract' : 'Extracting files from archive',
216 'ntfsearch' : 'Searching files',
217 'ntfresize' : 'Resizing images',
218 'ntfsmth' : 'Doing something',
219 'ntfloadimg' : 'Loading image',
220 'ntfnetmount' : 'Mounting network volume', // added 18.04.2012
221 'ntfnetunmount': 'Unmounting network volume', // from v2.1 added 30.04.2012
222 'ntfdim' : 'Acquiring image dimension', // added 20.05.2013
223 'ntfreaddir' : 'Reading folder infomation', // from v2.1 added 01.07.2013
224 'ntfurl' : 'Getting URL of link', // from v2.1 added 11.03.2014
225 'ntfchmod' : 'Changing file mode', // from v2.1 added 20.6.2015
226 'ntfpreupload': 'Verifying upload file name', // from v2.1 added 31.11.2015
227 'ntfzipdl' : 'Creating a file for download', // from v2.1.7 added 23.1.2016
228 'ntfparents' : 'Getting path infomation', // from v2.1.17 added 2.11.2016
229 'ntfchunkmerge': 'Processing the uploaded file', // from v2.1.17 added 2.11.2016
230 'ntftrash' : 'Doing throw in the trash', // from v2.1.24 added 2.5.2017
231 'ntfrestore' : 'Doing restore from the trash', // from v2.1.24 added 3.5.2017
232 'ntfchkdir' : 'Checking destination folder', // from v2.1.24 added 3.5.2017
233 'ntfundo' : 'Undoing previous operation', // from v2.1.27 added 31.07.2017
234 'ntfredo' : 'Redoing previous undone', // from v2.1.27 added 31.07.2017
235 'ntfchkcontent' : 'Checking contents', // from v2.1.41 added 3.8.2018
236
237 /*********************************** volumes *********************************/
238 'volume_Trash' : 'Trash', //from v2.1.24 added 29.4.2017
239
240 /************************************ dates **********************************/
241 'dateUnknown' : 'unknown',
242 'Today' : 'Today',
243 'Yesterday' : 'Yesterday',
244 'msJan' : 'Jan',
245 'msFeb' : 'Feb',
246 'msMar' : 'Mar',
247 'msApr' : 'Apr',
248 'msMay' : 'May',
249 'msJun' : 'Jun',
250 'msJul' : 'Jul',
251 'msAug' : 'Aug',
252 'msSep' : 'Sep',
253 'msOct' : 'Oct',
254 'msNov' : 'Nov',
255 'msDec' : 'Dec',
256 'January' : 'January',
257 'February' : 'February',
258 'March' : 'March',
259 'April' : 'April',
260 'May' : 'May',
261 'June' : 'June',
262 'July' : 'July',
263 'August' : 'August',
264 'September' : 'September',
265 'October' : 'October',
266 'November' : 'November',
267 'December' : 'December',
268 'Sunday' : 'Sunday',
269 'Monday' : 'Monday',
270 'Tuesday' : 'Tuesday',
271 'Wednesday' : 'Wednesday',
272 'Thursday' : 'Thursday',
273 'Friday' : 'Friday',
274 'Saturday' : 'Saturday',
275 'Sun' : 'Sun',
276 'Mon' : 'Mon',
277 'Tue' : 'Tue',
278 'Wed' : 'Wed',
279 'Thu' : 'Thu',
280 'Fri' : 'Fri',
281 'Sat' : 'Sat',
282
283 /******************************** sort variants ********************************/
284 'sortname' : 'by name',
285 'sortkind' : 'by kind',
286 'sortsize' : 'by size',
287 'sortdate' : 'by date',
288 'sortFoldersFirst' : 'Folders first',
289 'sortperm' : 'by permission', // from v2.1.13 added 13.06.2016
290 'sortmode' : 'by mode', // from v2.1.13 added 13.06.2016
291 'sortowner' : 'by owner', // from v2.1.13 added 13.06.2016
292 'sortgroup' : 'by group', // from v2.1.13 added 13.06.2016
293 'sortAlsoTreeview' : 'Also Treeview', // from v2.1.15 added 01.08.2016
294
295 /********************************** new items **********************************/
296 'untitled file.txt' : 'NewFile.txt', // added 10.11.2015
297 'untitled folder' : 'NewFolder', // added 10.11.2015
298 'Archive' : 'NewArchive', // from v2.1 added 10.11.2015
299 'untitled file' : 'NewFile.$1', // from v2.1.41 added 6.8.2018
300 'extentionfile' : '$1: File', // from v2.1.41 added 6.8.2018
301 'extentiontype' : '$1: $2', // from v2.1.43 added 17.10.2018
302
303 /********************************** messages **********************************/
304 'confirmReq' : 'Confirmation required',
305 'confirmRm' : 'Are you sure you want to permanently remove items?<br/>This cannot be undone!',
306 'confirmRepl' : 'Replace old file with new one? (If it contains folders, it will be merged. To backup and replace, select Backup.)',
307 'confirmRest' : 'Replace existing item with the item in trash?', // fromv2.1.24 added 5.5.2017
308 'confirmConvUTF8' : 'Not in UTF-8<br/>Convert to UTF-8?<br/>Contents become UTF-8 by saving after conversion.', // from v2.1 added 08.04.2014
309 'confirmNonUTF8' : 'Character encoding of this file couldn\'t be detected. It need to temporarily convert to UTF-8 for editting.<br/>Please select character encoding of this file.', // from v2.1.19 added 28.11.2016
310 'confirmNotSave' : 'It has been modified.<br/>Losing work if you do not save changes.', // from v2.1 added 15.7.2015
311 'confirmTrash' : 'Are you sure you want to move items to trash bin?', //from v2.1.24 added 29.4.2017
312 'confirmMove' : 'Are you sure you want to move items to "$1"?', //from v2.1.50 added 27.7.2019
313 'apllyAll' : 'Apply to all',
314 'name' : 'Name',
315 'size' : 'Size',
316 'perms' : 'Permissions',
317 'modify' : 'Modified',
318 'kind' : 'Kind',
319 'read' : 'read',
320 'write' : 'write',
321 'noaccess' : 'no access',
322 'and' : 'and',
323 'unknown' : 'unknown',
324 'selectall' : 'Select all items',
325 'selectfiles' : 'Select item(s)',
326 'selectffile' : 'Select first item',
327 'selectlfile' : 'Select last item',
328 'viewlist' : 'List view',
329 'viewicons' : 'Icons view',
330 'viewSmall' : 'Small icons', // from v2.1.39 added 22.5.2018
331 'viewMedium' : 'Medium icons', // from v2.1.39 added 22.5.2018
332 'viewLarge' : 'Large icons', // from v2.1.39 added 22.5.2018
333 'viewExtraLarge' : 'Extra large icons', // from v2.1.39 added 22.5.2018
334 'places' : 'Places',
335 'calc' : 'Calculate',
336 'path' : 'Path',
337 'aliasfor' : 'Alias for',
338 'locked' : 'Locked',
339 'dim' : 'Dimensions',
340 'files' : 'Files',
341 'folders' : 'Folders',
342 'items' : 'Items',
343 'yes' : 'yes',
344 'no' : 'no',
345 'link' : 'Link',
346 'searcresult' : 'Search results',
347 'selected' : 'selected items',
348 'about' : 'About',
349 'shortcuts' : 'Shortcuts',
350 'help' : 'Help',
351 'webfm' : 'Web file manager',
352 'ver' : 'Version',
353 'protocolver' : 'protocol version',
354 'homepage' : 'Project home',
355 'docs' : 'Documentation',
356 'github' : 'Fork us on GitHub',
357 'twitter' : 'Follow us on Twitter',
358 'facebook' : 'Join us on Facebook',
359 'team' : 'Team',
360 'chiefdev' : 'chief developer',
361 'developer' : 'developer',
362 'contributor' : 'contributor',
363 'maintainer' : 'maintainer',
364 'translator' : 'translator',
365 'icons' : 'Icons',
366 'dontforget' : 'and don\'t forget to take your towel',
367 'shortcutsof' : 'Shortcuts disabled',
368 'dropFiles' : 'Drop files here',
369 'or' : 'or',
370 'selectForUpload' : 'Select files',
371 'moveFiles' : 'Move items',
372 'copyFiles' : 'Copy items',
373 'restoreFiles' : 'Restore items', // from v2.1.24 added 5.5.2017
374 'rmFromPlaces' : 'Remove from places',
375 'aspectRatio' : 'Aspect ratio',
376 'scale' : 'Scale',
377 'width' : 'Width',
378 'height' : 'Height',
379 'resize' : 'Resize',
380 'crop' : 'Crop',
381 'rotate' : 'Rotate',
382 'rotate-cw' : 'Rotate 90 degrees CW',
383 'rotate-ccw' : 'Rotate 90 degrees CCW',
384 'degree' : '°',
385 'netMountDialogTitle' : 'Mount network volume', // added 18.04.2012
386 'protocol' : 'Protocol', // added 18.04.2012
387 'host' : 'Host', // added 18.04.2012
388 'port' : 'Port', // added 18.04.2012
389 'user' : 'User', // added 18.04.2012
390 'pass' : 'Password', // added 18.04.2012
391 'confirmUnmount' : 'Are you unmount $1?', // from v2.1 added 30.04.2012
392 'dropFilesBrowser': 'Drop or Paste files from browser', // from v2.1 added 30.05.2012
393 'dropPasteFiles' : 'Drop files, Paste URLs or images(clipboard) here', // from v2.1 added 07.04.2014
394 'encoding' : 'Encoding', // from v2.1 added 19.12.2014
395 'locale' : 'Locale', // from v2.1 added 19.12.2014
396 'searchTarget' : 'Target: $1', // from v2.1 added 22.5.2015
397 'searchMime' : 'Search by input MIME Type', // from v2.1 added 22.5.2015
398 'owner' : 'Owner', // from v2.1 added 20.6.2015
399 'group' : 'Group', // from v2.1 added 20.6.2015
400 'other' : 'Other', // from v2.1 added 20.6.2015
401 'execute' : 'Execute', // from v2.1 added 20.6.2015
402 'perm' : 'Permission', // from v2.1 added 20.6.2015
403 'mode' : 'Mode', // from v2.1 added 20.6.2015
404 'emptyFolder' : 'Folder is empty', // from v2.1.6 added 30.12.2015
405 'emptyFolderDrop' : 'Folder is empty\\A Drop to add items', // from v2.1.6 added 30.12.2015
406 'emptyFolderLTap' : 'Folder is empty\\A Long tap to add items', // from v2.1.6 added 30.12.2015
407 'quality' : 'Quality', // from v2.1.6 added 5.1.2016
408 'autoSync' : 'Auto sync', // from v2.1.6 added 10.1.2016
409 'moveUp' : 'Move up', // from v2.1.6 added 18.1.2016
410 'getLink' : 'Get URL link', // from v2.1.7 added 9.2.2016
411 'selectedItems' : 'Selected items ($1)', // from v2.1.7 added 2.19.2016
412 'folderId' : 'Folder ID', // from v2.1.10 added 3.25.2016
413 'offlineAccess' : 'Allow offline access', // from v2.1.10 added 3.25.2016
414 'reAuth' : 'To re-authenticate', // from v2.1.10 added 3.25.2016
415 'nowLoading' : 'Now loading...', // from v2.1.12 added 4.26.2016
416 'openMulti' : 'Open multiple files', // from v2.1.12 added 5.14.2016
417 'openMultiConfirm': 'You are trying to open the $1 files. Are you sure you want to open in browser?', // from v2.1.12 added 5.14.2016
418 'emptySearch' : 'Search results is empty in search target.', // from v2.1.12 added 5.16.2016
419 'editingFile' : 'It is editing a file.', // from v2.1.13 added 6.3.2016
420 'hasSelected' : 'You have selected $1 items.', // from v2.1.13 added 6.3.2016
421 'hasClipboard' : 'You have $1 items in the clipboard.', // from v2.1.13 added 6.3.2016
422 'incSearchOnly' : 'Incremental search is only from the current view.', // from v2.1.13 added 6.30.2016
423 'reinstate' : 'Reinstate', // from v2.1.15 added 3.8.2016
424 'complete' : '$1 complete', // from v2.1.15 added 21.8.2016
425 'contextmenu' : 'Context menu', // from v2.1.15 added 9.9.2016
426 'pageTurning' : 'Page turning', // from v2.1.15 added 10.9.2016
427 'volumeRoots' : 'Volume roots', // from v2.1.16 added 16.9.2016
428 'reset' : 'Reset', // from v2.1.16 added 1.10.2016
429 'bgcolor' : 'Background color', // from v2.1.16 added 1.10.2016
430 'colorPicker' : 'Color picker', // from v2.1.16 added 1.10.2016
431 '8pxgrid' : '8px Grid', // from v2.1.16 added 4.10.2016
432 'enabled' : 'Enabled', // from v2.1.16 added 4.10.2016
433 'disabled' : 'Disabled', // from v2.1.16 added 4.10.2016
434 'emptyIncSearch' : 'Search results is empty in current view.\\APress [Enter] to expand search target.', // from v2.1.16 added 5.10.2016
435 'emptyLetSearch' : 'First letter search results is empty in current view.', // from v2.1.23 added 24.3.2017
436 'textLabel' : 'Text label', // from v2.1.17 added 13.10.2016
437 'minsLeft' : '$1 mins left', // from v2.1.17 added 13.11.2016
438 'openAsEncoding' : 'Reopen with selected encoding', // from v2.1.19 added 2.12.2016
439 'saveAsEncoding' : 'Save with the selected encoding', // from v2.1.19 added 2.12.2016
440 'selectFolder' : 'Select folder', // from v2.1.20 added 13.12.2016
441 'firstLetterSearch': 'First letter search', // from v2.1.23 added 24.3.2017
442 'presets' : 'Presets', // from v2.1.25 added 26.5.2017
443 'tooManyToTrash' : 'It\'s too many items so it can\'t into trash.', // from v2.1.25 added 9.6.2017
444 'TextArea' : 'TextArea', // from v2.1.25 added 14.6.2017
445 'folderToEmpty' : 'Empty the folder "$1".', // from v2.1.25 added 22.6.2017
446 'filderIsEmpty' : 'There are no items in a folder "$1".', // from v2.1.25 added 22.6.2017
447 'preference' : 'Preference', // from v2.1.26 added 28.6.2017
448 'language' : 'Language', // from v2.1.26 added 28.6.2017
449 'clearBrowserData': 'Initialize the settings saved in this browser', // from v2.1.26 added 28.6.2017
450 'toolbarPref' : 'Toolbar settings', // from v2.1.27 added 2.8.2017
451 'charsLeft' : '... $1 chars left.', // from v2.1.29 added 30.8.2017
452 'linesLeft' : '... $1 lines left.', // from v2.1.52 added 16.1.2020
453 'sum' : 'Sum', // from v2.1.29 added 28.9.2017
454 'roughFileSize' : 'Rough file size', // from v2.1.30 added 2.11.2017
455 'autoFocusDialog' : 'Focus on the element of dialog with mouseover', // from v2.1.30 added 2.11.2017
456 'select' : 'Select', // from v2.1.30 added 23.11.2017
457 'selectAction' : 'Action when select file', // from v2.1.30 added 23.11.2017
458 'useStoredEditor' : 'Open with the editor used last time', // from v2.1.30 added 23.11.2017
459 'selectinvert' : 'Invert selection', // from v2.1.30 added 25.11.2017
460 'renameMultiple' : 'Are you sure you want to rename $1 selected items like $2?<br/>This cannot be undone!', // from v2.1.31 added 4.12.2017
461 'batchRename' : 'Batch rename', // from v2.1.31 added 8.12.2017
462 'plusNumber' : '+ Number', // from v2.1.31 added 8.12.2017
463 'asPrefix' : 'Add prefix', // from v2.1.31 added 8.12.2017
464 'asSuffix' : 'Add suffix', // from v2.1.31 added 8.12.2017
465 'changeExtention' : 'Change extention', // from v2.1.31 added 8.12.2017
466 'columnPref' : 'Columns settings (List view)', // from v2.1.32 added 6.2.2018
467 'reflectOnImmediate' : 'All changes will reflect immediately to the archive.', // from v2.1.33 added 2.3.2018
468 'reflectOnUnmount' : 'Any changes will not reflect until un-mount this volume.', // from v2.1.33 added 2.3.2018
469 'unmountChildren' : 'The following volume(s) mounted on this volume also unmounted. Are you sure to unmount it?', // from v2.1.33 added 5.3.2018
470 'selectionInfo' : 'Selection Info', // from v2.1.33 added 7.3.2018
471 'hashChecker' : 'Algorithms to show the file hash', // from v2.1.33 added 10.3.2018
472 'infoItems' : 'Info Items (Selection Info Panel)', // from v2.1.38 added 28.3.2018
473 'pressAgainToExit': 'Press again to exit.', // from v2.1.38 added 1.4.2018
474 'toolbar' : 'Toolbar', // from v2.1.38 added 4.4.2018
475 'workspace' : 'Work Space', // from v2.1.38 added 4.4.2018
476 'dialog' : 'Dialog', // from v2.1.38 added 4.4.2018
477 'all' : 'All', // from v2.1.38 added 4.4.2018
478 'iconSize' : 'Icon Size (Icons view)', // from v2.1.39 added 7.5.2018
479 'editorMaximized' : 'Open the maximized editor window', // from v2.1.40 added 30.6.2018
480 'editorConvNoApi' : 'Because conversion by API is not currently available, please convert on the website.', //from v2.1.40 added 8.7.2018
481 'editorConvNeedUpload' : 'After conversion, you must be upload with the item URL or a downloaded file to save the converted file.', //from v2.1.40 added 8.7.2018
482 'convertOn' : 'Convert on the site of $1', // from v2.1.40 added 10.7.2018
483 'integrations' : 'Integrations', // from v2.1.40 added 11.7.2018
484 'integrationWith' : 'This elFinder has the following external services integrated. Please check the terms of use, privacy policy, etc. before using it.', // from v2.1.40 added 11.7.2018
485 'showHidden' : 'Show hidden items', // from v2.1.41 added 24.7.2018
486 'hideHidden' : 'Hide hidden items', // from v2.1.41 added 24.7.2018
487 'toggleHidden' : 'Show/Hide hidden items', // from v2.1.41 added 24.7.2018
488 'makefileTypes' : 'File types to enable with "New file"', // from v2.1.41 added 7.8.2018
489 'typeOfTextfile' : 'Type of the Text file', // from v2.1.41 added 7.8.2018
490 'add' : 'Add', // from v2.1.41 added 7.8.2018
491 'theme' : 'Theme', // from v2.1.43 added 19.10.2018
492 'default' : 'Default', // from v2.1.43 added 19.10.2018
493 'description' : 'Description', // from v2.1.43 added 19.10.2018
494 'website' : 'Website', // from v2.1.43 added 19.10.2018
495 'author' : 'Author', // from v2.1.43 added 19.10.2018
496 'email' : 'Email', // from v2.1.43 added 19.10.2018
497 'license' : 'License', // from v2.1.43 added 19.10.2018
498 'exportToSave' : 'This item can\'t be saved. To avoid losing the edits you need to export to your PC.', // from v2.1.44 added 1.12.2018
499 'dblclickToSelect': 'Double click on the file to select it.', // from v2.1.47 added 22.1.2019
500 'useFullscreen' : 'Use fullscreen mode', // from v2.1.47 added 19.2.2019
501
502 /********************************** mimetypes **********************************/
503 'kindUnknown' : 'Unknown',
504 'kindRoot' : 'Volume Root', // from v2.1.16 added 16.10.2016
505 'kindFolder' : 'Folder',
506 'kindSelects' : 'Selections', // from v2.1.29 added 29.8.2017
507 'kindAlias' : 'Alias',
508 'kindAliasBroken' : 'Broken alias',
509 // applications
510 'kindApp' : 'Application',
511 'kindPostscript' : 'Postscript document',
512 'kindMsOffice' : 'Microsoft Office document',
513 'kindMsWord' : 'Microsoft Word document',
514 'kindMsExcel' : 'Microsoft Excel document',
515 'kindMsPP' : 'Microsoft Powerpoint presentation',
516 'kindOO' : 'Open Office document',
517 'kindAppFlash' : 'Flash application',
518 'kindPDF' : 'Portable Document Format (PDF)',
519 'kindTorrent' : 'Bittorrent file',
520 'kind7z' : '7z archive',
521 'kindTAR' : 'TAR archive',
522 'kindGZIP' : 'GZIP archive',
523 'kindBZIP' : 'BZIP archive',
524 'kindXZ' : 'XZ archive',
525 'kindZIP' : 'ZIP archive',
526 'kindRAR' : 'RAR archive',
527 'kindJAR' : 'Java JAR file',
528 'kindTTF' : 'True Type font',
529 'kindOTF' : 'Open Type font',
530 'kindRPM' : 'RPM package',
531 // texts
532 'kindText' : 'Text document',
533 'kindTextPlain' : 'Plain text',
534 'kindPHP' : 'PHP source',
535 'kindCSS' : 'Cascading style sheet',
536 'kindHTML' : 'HTML document',
537 'kindJS' : 'Javascript source',
538 'kindRTF' : 'Rich Text Format',
539 'kindC' : 'C source',
540 'kindCHeader' : 'C header source',
541 'kindCPP' : 'C++ source',
542 'kindCPPHeader' : 'C++ header source',
543 'kindShell' : 'Unix shell script',
544 'kindPython' : 'Python source',
545 'kindJava' : 'Java source',
546 'kindRuby' : 'Ruby source',
547 'kindPerl' : 'Perl script',
548 'kindSQL' : 'SQL source',
549 'kindXML' : 'XML document',
550 'kindAWK' : 'AWK source',
551 'kindCSV' : 'Comma separated values',
552 'kindDOCBOOK' : 'Docbook XML document',
553 'kindMarkdown' : 'Markdown text', // added 20.7.2015
554 // images
555 'kindImage' : 'Image',
556 'kindBMP' : 'BMP image',
557 'kindJPEG' : 'JPEG image',
558 'kindGIF' : 'GIF Image',
559 'kindPNG' : 'PNG Image',
560 'kindTIFF' : 'TIFF image',
561 'kindTGA' : 'TGA image',
562 'kindPSD' : 'Adobe Photoshop image',
563 'kindXBITMAP' : 'X bitmap image',
564 'kindPXM' : 'Pixelmator image',
565 // media
566 'kindAudio' : 'Audio media',
567 'kindAudioMPEG' : 'MPEG audio',
568 'kindAudioMPEG4' : 'MPEG-4 audio',
569 'kindAudioMIDI' : 'MIDI audio',
570 'kindAudioOGG' : 'Ogg Vorbis audio',
571 'kindAudioWAV' : 'WAV audio',
572 'AudioPlaylist' : 'MP3 playlist',
573 'kindVideo' : 'Video media',
574 'kindVideoDV' : 'DV movie',
575 'kindVideoMPEG' : 'MPEG movie',
576 'kindVideoMPEG4' : 'MPEG-4 movie',
577 'kindVideoAVI' : 'AVI movie',
578 'kindVideoMOV' : 'Quick Time movie',
579 'kindVideoWM' : 'Windows Media movie',
580 'kindVideoFlash' : 'Flash movie',
581 'kindVideoMKV' : 'Matroska movie',
582 'kindVideoOGG' : 'Ogg movie'
583 }
584 };
585 }));
586
587