PluginProbe ʕ •ᴥ•ʔ
File Manager Pro – Filester / 2.1.2
File Manager Pro – Filester v2.1.2
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 1 month ago elfinder.LANG.js 1 month ago elfinder.ar.js 1 month ago elfinder.bg.js 1 month ago elfinder.ca.js 1 month ago elfinder.cs.js 1 month ago elfinder.da.js 1 month ago elfinder.de.js 1 month ago elfinder.el.js 1 month ago elfinder.es.js 1 month ago elfinder.fa.js 1 month ago elfinder.fallback.js 1 month ago elfinder.fo.js 1 month ago elfinder.fr.js 1 month ago elfinder.fr_CA.js 1 month ago elfinder.he.js 1 month ago elfinder.hr.js 1 month ago elfinder.hu.js 1 month ago elfinder.id.js 1 month ago elfinder.it.js 1 month ago elfinder.ja.js 1 month ago elfinder.ko.js 1 month ago elfinder.nl.js 1 month ago elfinder.no.js 1 month ago elfinder.pl.js 1 month ago elfinder.pt_BR.js 1 month ago elfinder.ro.js 1 month ago elfinder.ru.js 1 month ago elfinder.si.js 1 month ago elfinder.sk.js 1 month ago elfinder.sl.js 1 month ago elfinder.sr.js 1 month ago elfinder.sv.js 1 month ago elfinder.tr.js 1 month ago elfinder.ug_CN.js 1 month ago elfinder.uk.js 1 month ago elfinder.vi.js 1 month ago elfinder.zh_CN.js 1 month ago elfinder.zh_TW.js 1 month ago
elfinder.LANG.js
595 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 'errMaxMkdirs' : 'You can create up to $1 folders at one time.', // from v2.1.58 added 20.6.2021
126
127 /******************************* commands names ********************************/
128 'cmdarchive' : 'Create archive',
129 'cmdback' : 'Back',
130 'cmdcopy' : 'Copy',
131 'cmdcut' : 'Cut',
132 'cmddownload' : 'Download',
133 'cmdduplicate' : 'Duplicate',
134 'cmdedit' : 'Edit file',
135 'cmdextract' : 'Extract files from archive',
136 'cmdforward' : 'Forward',
137 'cmdgetfile' : 'Select files',
138 'cmdhelp' : 'About this software',
139 'cmdhome' : 'Root',
140 'cmdinfo' : 'Get info',
141 'cmdmkdir' : 'New folder',
142 'cmdmkdirin' : 'Into New Folder', // from v2.1.7 added 19.2.2016
143 'cmdmkfile' : 'New file',
144 'cmdopen' : 'Open',
145 'cmdpaste' : 'Paste',
146 'cmdquicklook' : 'Preview',
147 'cmdreload' : 'Reload',
148 'cmdrename' : 'Rename',
149 'cmdrm' : 'Delete',
150 'cmdtrash' : 'Into trash', //from v2.1.24 added 29.4.2017
151 'cmdrestore' : 'Restore', //from v2.1.24 added 3.5.2017
152 'cmdsearch' : 'Find files',
153 'cmdup' : 'Go to parent folder',
154 'cmdupload' : 'Upload files',
155 'cmdview' : 'View',
156 'cmdresize' : 'Resize & Rotate',
157 'cmdsort' : 'Sort',
158 'cmdnetmount' : 'Mount network volume', // added 18.04.2012
159 'cmdnetunmount': 'Unmount', // from v2.1 added 30.04.2012
160 'cmdplaces' : 'To Places', // added 28.12.2014
161 'cmdchmod' : 'Change mode', // from v2.1 added 20.6.2015
162 'cmdopendir' : 'Open a folder', // from v2.1 added 13.1.2016
163 'cmdcolwidth' : 'Reset column width', // from v2.1.13 added 12.06.2016
164 'cmdfullscreen': 'Full Screen', // from v2.1.15 added 03.08.2016
165 'cmdmove' : 'Move', // from v2.1.15 added 21.08.2016
166 'cmdempty' : 'Empty the folder', // from v2.1.25 added 22.06.2017
167 'cmdundo' : 'Undo', // from v2.1.27 added 31.07.2017
168 'cmdredo' : 'Redo', // from v2.1.27 added 31.07.2017
169 'cmdpreference': 'Preferences', // from v2.1.27 added 03.08.2017
170 'cmdselectall' : 'Select all', // from v2.1.28 added 15.08.2017
171 'cmdselectnone': 'Select none', // from v2.1.28 added 15.08.2017
172 'cmdselectinvert': 'Invert selection', // from v2.1.28 added 15.08.2017
173 'cmdopennew' : 'Open in new window', // from v2.1.38 added 3.4.2018
174 'cmdhide' : 'Hide (Preference)', // from v2.1.41 added 24.7.2018
175
176 /*********************************** buttons ***********************************/
177 'btnClose' : 'Close',
178 'btnSave' : 'Save',
179 'btnRm' : 'Remove',
180 'btnApply' : 'Apply',
181 'btnCancel' : 'Cancel',
182 'btnNo' : 'No',
183 'btnYes' : 'Yes',
184 'btnDiscard': 'Discard changes',
185 'btnMount' : 'Mount', // added 18.04.2012
186 'btnApprove': 'Goto $1 & approve', // from v2.1 added 26.04.2012
187 'btnUnmount': 'Unmount', // from v2.1 added 30.04.2012
188 'btnConv' : 'Convert', // from v2.1 added 08.04.2014
189 'btnCwd' : 'Here', // from v2.1 added 22.5.2015
190 'btnVolume' : 'Volume', // from v2.1 added 22.5.2015
191 'btnAll' : 'All', // from v2.1 added 22.5.2015
192 'btnMime' : 'MIME Type', // from v2.1 added 22.5.2015
193 'btnFileName':'Filename', // from v2.1 added 22.5.2015
194 'btnSaveClose': 'Save & Close', // from v2.1 added 12.6.2015
195 'btnBackup' : 'Backup', // fromv2.1 added 28.11.2015
196 'btnRename' : 'Rename', // from v2.1.24 added 6.4.2017
197 'btnRenameAll' : 'Rename(All)', // from v2.1.24 added 6.4.2017
198 'btnPrevious' : 'Prev ($1/$2)', // from v2.1.24 added 11.5.2017
199 'btnNext' : 'Next ($1/$2)', // from v2.1.24 added 11.5.2017
200 'btnSaveAs' : 'Save As', // from v2.1.25 added 24.5.2017
201
202 /******************************** notifications ********************************/
203 'ntfopen' : 'Open folder',
204 'ntffile' : 'Open file',
205 'ntfreload' : 'Reload folder content',
206 'ntfmkdir' : 'Creating folder',
207 'ntfmkfile' : 'Creating files',
208 'ntfrm' : 'Delete items',
209 'ntfcopy' : 'Copy items',
210 'ntfmove' : 'Move items',
211 'ntfprepare' : 'Checking existing items',
212 'ntfrename' : 'Rename files',
213 'ntfupload' : 'Uploading files',
214 'ntfdownload' : 'Downloading files',
215 'ntfsave' : 'Save files',
216 'ntfarchive' : 'Creating archive',
217 'ntfextract' : 'Extracting files from archive',
218 'ntfsearch' : 'Searching files',
219 'ntfresize' : 'Resizing images',
220 'ntfsmth' : 'Doing something',
221 'ntfloadimg' : 'Loading image',
222 'ntfnetmount' : 'Mounting network volume', // added 18.04.2012
223 'ntfnetunmount': 'Unmounting network volume', // from v2.1 added 30.04.2012
224 'ntfdim' : 'Acquiring image dimension', // added 20.05.2013
225 'ntfreaddir' : 'Reading folder infomation', // from v2.1 added 01.07.2013
226 'ntfurl' : 'Getting URL of link', // from v2.1 added 11.03.2014
227 'ntfchmod' : 'Changing file mode', // from v2.1 added 20.6.2015
228 'ntfpreupload': 'Verifying upload file name', // from v2.1 added 31.11.2015
229 'ntfzipdl' : 'Creating a file for download', // from v2.1.7 added 23.1.2016
230 'ntfparents' : 'Getting path infomation', // from v2.1.17 added 2.11.2016
231 'ntfchunkmerge': 'Processing the uploaded file', // from v2.1.17 added 2.11.2016
232 'ntftrash' : 'Doing throw in the trash', // from v2.1.24 added 2.5.2017
233 'ntfrestore' : 'Doing restore from the trash', // from v2.1.24 added 3.5.2017
234 'ntfchkdir' : 'Checking destination folder', // from v2.1.24 added 3.5.2017
235 'ntfundo' : 'Undoing previous operation', // from v2.1.27 added 31.07.2017
236 'ntfredo' : 'Redoing previous undone', // from v2.1.27 added 31.07.2017
237 'ntfchkcontent' : 'Checking contents', // from v2.1.41 added 3.8.2018
238
239 /*********************************** volumes *********************************/
240 'volume_Trash' : 'Trash', //from v2.1.24 added 29.4.2017
241
242 /************************************ dates **********************************/
243 'dateUnknown' : 'unknown',
244 'Today' : 'Today',
245 'Yesterday' : 'Yesterday',
246 'msJan' : 'Jan',
247 'msFeb' : 'Feb',
248 'msMar' : 'Mar',
249 'msApr' : 'Apr',
250 'msMay' : 'May',
251 'msJun' : 'Jun',
252 'msJul' : 'Jul',
253 'msAug' : 'Aug',
254 'msSep' : 'Sep',
255 'msOct' : 'Oct',
256 'msNov' : 'Nov',
257 'msDec' : 'Dec',
258 'January' : 'January',
259 'February' : 'February',
260 'March' : 'March',
261 'April' : 'April',
262 'May' : 'May',
263 'June' : 'June',
264 'July' : 'July',
265 'August' : 'August',
266 'September' : 'September',
267 'October' : 'October',
268 'November' : 'November',
269 'December' : 'December',
270 'Sunday' : 'Sunday',
271 'Monday' : 'Monday',
272 'Tuesday' : 'Tuesday',
273 'Wednesday' : 'Wednesday',
274 'Thursday' : 'Thursday',
275 'Friday' : 'Friday',
276 'Saturday' : 'Saturday',
277 'Sun' : 'Sun',
278 'Mon' : 'Mon',
279 'Tue' : 'Tue',
280 'Wed' : 'Wed',
281 'Thu' : 'Thu',
282 'Fri' : 'Fri',
283 'Sat' : 'Sat',
284
285 /******************************** sort variants ********************************/
286 'sortname' : 'by name',
287 'sortkind' : 'by kind',
288 'sortsize' : 'by size',
289 'sortdate' : 'by date',
290 'sortFoldersFirst' : 'Folders first',
291 'sortperm' : 'by permission', // from v2.1.13 added 13.06.2016
292 'sortmode' : 'by mode', // from v2.1.13 added 13.06.2016
293 'sortowner' : 'by owner', // from v2.1.13 added 13.06.2016
294 'sortgroup' : 'by group', // from v2.1.13 added 13.06.2016
295 'sortAlsoTreeview' : 'Also Treeview', // from v2.1.15 added 01.08.2016
296
297 /********************************** new items **********************************/
298 'untitled file.txt' : 'NewFile.txt', // added 10.11.2015
299 'untitled folder' : 'NewFolder', // added 10.11.2015
300 'Archive' : 'NewArchive', // from v2.1 added 10.11.2015
301 'untitled file' : 'NewFile.$1', // from v2.1.41 added 6.8.2018
302 'extentionfile' : '$1: File', // from v2.1.41 added 6.8.2018
303 'extentiontype' : '$1: $2', // from v2.1.43 added 17.10.2018
304
305 /********************************** messages **********************************/
306 'confirmReq' : 'Confirmation required',
307 'confirmRm' : 'Are you sure you want to permanently remove items?<br/>This cannot be undone!',
308 'confirmRepl' : 'Replace old file with new one? (If it contains folders, it will be merged. To backup and replace, select Backup.)',
309 'confirmRest' : 'Replace existing item with the item in trash?', // fromv2.1.24 added 5.5.2017
310 '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
311 '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
312 'confirmNotSave' : 'It has been modified.<br/>Losing work if you do not save changes.', // from v2.1 added 15.7.2015
313 'confirmTrash' : 'Are you sure you want to move items to trash bin?', //from v2.1.24 added 29.4.2017
314 'confirmMove' : 'Are you sure you want to move items to "$1"?', //from v2.1.50 added 27.7.2019
315 'apllyAll' : 'Apply to all',
316 'name' : 'Name',
317 'size' : 'Size',
318 'perms' : 'Permissions',
319 'modify' : 'Modified',
320 'kind' : 'Kind',
321 'read' : 'read',
322 'write' : 'write',
323 'noaccess' : 'no access',
324 'and' : 'and',
325 'unknown' : 'unknown',
326 'selectall' : 'Select all items',
327 'selectfiles' : 'Select item(s)',
328 'selectffile' : 'Select first item',
329 'selectlfile' : 'Select last item',
330 'viewlist' : 'List view',
331 'viewicons' : 'Icons view',
332 'viewSmall' : 'Small icons', // from v2.1.39 added 22.5.2018
333 'viewMedium' : 'Medium icons', // from v2.1.39 added 22.5.2018
334 'viewLarge' : 'Large icons', // from v2.1.39 added 22.5.2018
335 'viewExtraLarge' : 'Extra large icons', // from v2.1.39 added 22.5.2018
336 'places' : 'Places',
337 'calc' : 'Calculate',
338 'path' : 'Path',
339 'aliasfor' : 'Alias for',
340 'locked' : 'Locked',
341 'dim' : 'Dimensions',
342 'files' : 'Files',
343 'folders' : 'Folders',
344 'items' : 'Items',
345 'yes' : 'yes',
346 'no' : 'no',
347 'link' : 'Link',
348 'searcresult' : 'Search results',
349 'selected' : 'selected items',
350 'about' : 'About',
351 'shortcuts' : 'Shortcuts',
352 'help' : 'Help',
353 'webfm' : 'Web file manager',
354 'ver' : 'Version',
355 'protocolver' : 'protocol version',
356 'homepage' : 'Project home',
357 'docs' : 'Documentation',
358 'github' : 'Fork us on GitHub',
359 'twitter' : 'Follow us on Twitter',
360 'facebook' : 'Join us on Facebook',
361 'team' : 'Team',
362 'chiefdev' : 'chief developer',
363 'developer' : 'developer',
364 'contributor' : 'contributor',
365 'maintainer' : 'maintainer',
366 'translator' : 'translator',
367 'icons' : 'Icons',
368 'dontforget' : 'and don\'t forget to take your towel',
369 'shortcutsof' : 'Shortcuts disabled',
370 'dropFiles' : 'Drop files here',
371 'or' : 'or',
372 'selectForUpload' : 'Select files',
373 'moveFiles' : 'Move items',
374 'copyFiles' : 'Copy items',
375 'restoreFiles' : 'Restore items', // from v2.1.24 added 5.5.2017
376 'rmFromPlaces' : 'Remove from places',
377 'aspectRatio' : 'Aspect ratio',
378 'scale' : 'Scale',
379 'width' : 'Width',
380 'height' : 'Height',
381 'resize' : 'Resize',
382 'crop' : 'Crop',
383 'rotate' : 'Rotate',
384 'rotate-cw' : 'Rotate 90 degrees CW',
385 'rotate-ccw' : 'Rotate 90 degrees CCW',
386 'degree' : '°',
387 'netMountDialogTitle' : 'Mount network volume', // added 18.04.2012
388 'protocol' : 'Protocol', // added 18.04.2012
389 'host' : 'Host', // added 18.04.2012
390 'port' : 'Port', // added 18.04.2012
391 'user' : 'User', // added 18.04.2012
392 'pass' : 'Password', // added 18.04.2012
393 'confirmUnmount' : 'Are you unmount $1?', // from v2.1 added 30.04.2012
394 'dropFilesBrowser': 'Drop or Paste files from browser', // from v2.1 added 30.05.2012
395 'dropPasteFiles' : 'Drop files, Paste URLs or images(clipboard) here', // from v2.1 added 07.04.2014
396 'encoding' : 'Encoding', // from v2.1 added 19.12.2014
397 'locale' : 'Locale', // from v2.1 added 19.12.2014
398 'searchTarget' : 'Target: $1', // from v2.1 added 22.5.2015
399 'searchMime' : 'Search by input MIME Type', // from v2.1 added 22.5.2015
400 'owner' : 'Owner', // from v2.1 added 20.6.2015
401 'group' : 'Group', // from v2.1 added 20.6.2015
402 'other' : 'Other', // from v2.1 added 20.6.2015
403 'execute' : 'Execute', // from v2.1 added 20.6.2015
404 'perm' : 'Permission', // from v2.1 added 20.6.2015
405 'mode' : 'Mode', // from v2.1 added 20.6.2015
406 'emptyFolder' : 'Folder is empty', // from v2.1.6 added 30.12.2015
407 'emptyFolderDrop' : 'Folder is empty\\A Drop to add items', // from v2.1.6 added 30.12.2015
408 'emptyFolderLTap' : 'Folder is empty\\A Long tap to add items', // from v2.1.6 added 30.12.2015
409 'quality' : 'Quality', // from v2.1.6 added 5.1.2016
410 'autoSync' : 'Auto sync', // from v2.1.6 added 10.1.2016
411 'moveUp' : 'Move up', // from v2.1.6 added 18.1.2016
412 'getLink' : 'Get URL link', // from v2.1.7 added 9.2.2016
413 'selectedItems' : 'Selected items ($1)', // from v2.1.7 added 2.19.2016
414 'folderId' : 'Folder ID', // from v2.1.10 added 3.25.2016
415 'offlineAccess' : 'Allow offline access', // from v2.1.10 added 3.25.2016
416 'reAuth' : 'To re-authenticate', // from v2.1.10 added 3.25.2016
417 'nowLoading' : 'Now loading...', // from v2.1.12 added 4.26.2016
418 'openMulti' : 'Open multiple files', // from v2.1.12 added 5.14.2016
419 '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
420 'emptySearch' : 'Search results is empty in search target.', // from v2.1.12 added 5.16.2016
421 'editingFile' : 'It is editing a file.', // from v2.1.13 added 6.3.2016
422 'hasSelected' : 'You have selected $1 items.', // from v2.1.13 added 6.3.2016
423 'hasClipboard' : 'You have $1 items in the clipboard.', // from v2.1.13 added 6.3.2016
424 'incSearchOnly' : 'Incremental search is only from the current view.', // from v2.1.13 added 6.30.2016
425 'reinstate' : 'Reinstate', // from v2.1.15 added 3.8.2016
426 'complete' : '$1 complete', // from v2.1.15 added 21.8.2016
427 'contextmenu' : 'Context menu', // from v2.1.15 added 9.9.2016
428 'pageTurning' : 'Page turning', // from v2.1.15 added 10.9.2016
429 'volumeRoots' : 'Volume roots', // from v2.1.16 added 16.9.2016
430 'reset' : 'Reset', // from v2.1.16 added 1.10.2016
431 'bgcolor' : 'Background color', // from v2.1.16 added 1.10.2016
432 'colorPicker' : 'Color picker', // from v2.1.16 added 1.10.2016
433 '8pxgrid' : '8px Grid', // from v2.1.16 added 4.10.2016
434 'enabled' : 'Enabled', // from v2.1.16 added 4.10.2016
435 'disabled' : 'Disabled', // from v2.1.16 added 4.10.2016
436 'emptyIncSearch' : 'Search results is empty in current view.\\APress [Enter] to expand search target.', // from v2.1.16 added 5.10.2016
437 'emptyLetSearch' : 'First letter search results is empty in current view.', // from v2.1.23 added 24.3.2017
438 'textLabel' : 'Text label', // from v2.1.17 added 13.10.2016
439 'minsLeft' : '$1 mins left', // from v2.1.17 added 13.11.2016
440 'openAsEncoding' : 'Reopen with selected encoding', // from v2.1.19 added 2.12.2016
441 'saveAsEncoding' : 'Save with the selected encoding', // from v2.1.19 added 2.12.2016
442 'selectFolder' : 'Select folder', // from v2.1.20 added 13.12.2016
443 'firstLetterSearch': 'First letter search', // from v2.1.23 added 24.3.2017
444 'presets' : 'Presets', // from v2.1.25 added 26.5.2017
445 'tooManyToTrash' : 'It\'s too many items so it can\'t into trash.', // from v2.1.25 added 9.6.2017
446 'TextArea' : 'TextArea', // from v2.1.25 added 14.6.2017
447 'folderToEmpty' : 'Empty the folder "$1".', // from v2.1.25 added 22.6.2017
448 'filderIsEmpty' : 'There are no items in a folder "$1".', // from v2.1.25 added 22.6.2017
449 'preference' : 'Preference', // from v2.1.26 added 28.6.2017
450 'language' : 'Language', // from v2.1.26 added 28.6.2017
451 'clearBrowserData': 'Initialize the settings saved in this browser', // from v2.1.26 added 28.6.2017
452 'toolbarPref' : 'Toolbar settings', // from v2.1.27 added 2.8.2017
453 'charsLeft' : '... $1 chars left.', // from v2.1.29 added 30.8.2017
454 'linesLeft' : '... $1 lines left.', // from v2.1.52 added 16.1.2020
455 'sum' : 'Sum', // from v2.1.29 added 28.9.2017
456 'roughFileSize' : 'Rough file size', // from v2.1.30 added 2.11.2017
457 'autoFocusDialog' : 'Focus on the element of dialog with mouseover', // from v2.1.30 added 2.11.2017
458 'select' : 'Select', // from v2.1.30 added 23.11.2017
459 'selectAction' : 'Action when select file', // from v2.1.30 added 23.11.2017
460 'useStoredEditor' : 'Open with the editor used last time', // from v2.1.30 added 23.11.2017
461 'selectinvert' : 'Invert selection', // from v2.1.30 added 25.11.2017
462 '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
463 'batchRename' : 'Batch rename', // from v2.1.31 added 8.12.2017
464 'plusNumber' : '+ Number', // from v2.1.31 added 8.12.2017
465 'asPrefix' : 'Add prefix', // from v2.1.31 added 8.12.2017
466 'asSuffix' : 'Add suffix', // from v2.1.31 added 8.12.2017
467 'changeExtention' : 'Change extention', // from v2.1.31 added 8.12.2017
468 'columnPref' : 'Columns settings (List view)', // from v2.1.32 added 6.2.2018
469 'reflectOnImmediate' : 'All changes will reflect immediately to the archive.', // from v2.1.33 added 2.3.2018
470 'reflectOnUnmount' : 'Any changes will not reflect until un-mount this volume.', // from v2.1.33 added 2.3.2018
471 '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
472 'selectionInfo' : 'Selection Info', // from v2.1.33 added 7.3.2018
473 'hashChecker' : 'Algorithms to show the file hash', // from v2.1.33 added 10.3.2018
474 'infoItems' : 'Info Items (Selection Info Panel)', // from v2.1.38 added 28.3.2018
475 'pressAgainToExit': 'Press again to exit.', // from v2.1.38 added 1.4.2018
476 'toolbar' : 'Toolbar', // from v2.1.38 added 4.4.2018
477 'workspace' : 'Work Space', // from v2.1.38 added 4.4.2018
478 'dialog' : 'Dialog', // from v2.1.38 added 4.4.2018
479 'all' : 'All', // from v2.1.38 added 4.4.2018
480 'iconSize' : 'Icon Size (Icons view)', // from v2.1.39 added 7.5.2018
481 'editorMaximized' : 'Open the maximized editor window', // from v2.1.40 added 30.6.2018
482 'editorConvNoApi' : 'Because conversion by API is not currently available, please convert on the website.', //from v2.1.40 added 8.7.2018
483 '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
484 'convertOn' : 'Convert on the site of $1', // from v2.1.40 added 10.7.2018
485 'integrations' : 'Integrations', // from v2.1.40 added 11.7.2018
486 '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
487 'showHidden' : 'Show hidden items', // from v2.1.41 added 24.7.2018
488 'hideHidden' : 'Hide hidden items', // from v2.1.41 added 24.7.2018
489 'toggleHidden' : 'Show/Hide hidden items', // from v2.1.41 added 24.7.2018
490 'makefileTypes' : 'File types to enable with "New file"', // from v2.1.41 added 7.8.2018
491 'typeOfTextfile' : 'Type of the Text file', // from v2.1.41 added 7.8.2018
492 'add' : 'Add', // from v2.1.41 added 7.8.2018
493 'theme' : 'Theme', // from v2.1.43 added 19.10.2018
494 'default' : 'Default', // from v2.1.43 added 19.10.2018
495 'description' : 'Description', // from v2.1.43 added 19.10.2018
496 'website' : 'Website', // from v2.1.43 added 19.10.2018
497 'author' : 'Author', // from v2.1.43 added 19.10.2018
498 'email' : 'Email', // from v2.1.43 added 19.10.2018
499 'license' : 'License', // from v2.1.43 added 19.10.2018
500 '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
501 'dblclickToSelect': 'Double click on the file to select it.', // from v2.1.47 added 22.1.2019
502 'useFullscreen' : 'Use fullscreen mode', // from v2.1.47 added 19.2.2019
503
504 /********************************** mimetypes **********************************/
505 'kindUnknown' : 'Unknown',
506 'kindRoot' : 'Volume Root', // from v2.1.16 added 16.10.2016
507 'kindFolder' : 'Folder',
508 'kindSelects' : 'Selections', // from v2.1.29 added 29.8.2017
509 'kindAlias' : 'Alias',
510 'kindAliasBroken' : 'Broken alias',
511 // applications
512 'kindApp' : 'Application',
513 'kindPostscript' : 'Postscript document',
514 'kindMsOffice' : 'Microsoft Office document',
515 'kindMsWord' : 'Microsoft Word document',
516 'kindMsExcel' : 'Microsoft Excel document',
517 'kindMsPP' : 'Microsoft Powerpoint presentation',
518 'kindOO' : 'Open Office document',
519 'kindAppFlash' : 'Flash application',
520 'kindPDF' : 'Portable Document Format (PDF)',
521 'kindTorrent' : 'Bittorrent file',
522 'kind7z' : '7z archive',
523 'kindTAR' : 'TAR archive',
524 'kindGZIP' : 'GZIP archive',
525 'kindBZIP' : 'BZIP archive',
526 'kindXZ' : 'XZ archive',
527 'kindZIP' : 'ZIP archive',
528 'kindRAR' : 'RAR archive',
529 'kindJAR' : 'Java JAR file',
530 'kindTTF' : 'True Type font',
531 'kindOTF' : 'Open Type font',
532 'kindRPM' : 'RPM package',
533 // fonts
534 'kindFont' : 'Font',
535 'kindSFNT' : 'SFNT font',
536 'kindEOT' : 'Embedded Open Type font',
537 'kindWOFF' : 'Web Open Font Format',
538 'kindWOFF2' : 'Web Open Font Format 2',
539 // texts
540 'kindText' : 'Text document',
541 'kindTextPlain' : 'Plain text',
542 'kindPHP' : 'PHP source',
543 'kindCSS' : 'Cascading style sheet',
544 'kindHTML' : 'HTML document',
545 'kindJS' : 'Javascript source',
546 'kindRTF' : 'Rich Text Format',
547 'kindC' : 'C source',
548 'kindCHeader' : 'C header source',
549 'kindCPP' : 'C++ source',
550 'kindCPPHeader' : 'C++ header source',
551 'kindShell' : 'Unix shell script',
552 'kindPython' : 'Python source',
553 'kindJava' : 'Java source',
554 'kindRuby' : 'Ruby source',
555 'kindPerl' : 'Perl script',
556 'kindSQL' : 'SQL source',
557 'kindXML' : 'XML document',
558 'kindAWK' : 'AWK source',
559 'kindCSV' : 'Comma separated values',
560 'kindDOCBOOK' : 'Docbook XML document',
561 'kindMarkdown' : 'Markdown text', // added 20.7.2015
562 // images
563 'kindImage' : 'Image',
564 'kindBMP' : 'BMP image',
565 'kindJPEG' : 'JPEG image',
566 'kindGIF' : 'GIF Image',
567 'kindPNG' : 'PNG Image',
568 'kindTIFF' : 'TIFF image',
569 'kindTGA' : 'TGA image',
570 'kindPSD' : 'Adobe Photoshop image',
571 'kindXBITMAP' : 'X bitmap image',
572 'kindPXM' : 'Pixelmator image',
573 // media
574 'kindAudio' : 'Audio media',
575 'kindAudioMPEG' : 'MPEG audio',
576 'kindAudioMPEG4' : 'MPEG-4 audio',
577 'kindAudioMIDI' : 'MIDI audio',
578 'kindAudioOGG' : 'Ogg Vorbis audio',
579 'kindAudioWAV' : 'WAV audio',
580 'AudioPlaylist' : 'MP3 playlist',
581 'kindVideo' : 'Video media',
582 'kindVideoDV' : 'DV movie',
583 'kindVideoMPEG' : 'MPEG movie',
584 'kindVideoMPEG4' : 'MPEG-4 movie',
585 'kindVideoAVI' : 'AVI movie',
586 'kindVideoMOV' : 'Quick Time movie',
587 'kindVideoWM' : 'Windows Media movie',
588 'kindVideoFlash' : 'Flash movie',
589 'kindVideoMKV' : 'Matroska movie',
590 'kindVideoOGG' : 'Ogg movie'
591 }
592 };
593 }));
594
595