elfinder.LANG.js 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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. * XXXXX translation
  9. * @author Translator Name <translator@email.tld>
  10. * @version 201x-xx-xx
  11. */
  12. (function(root, factory) {
  13. if (typeof define === 'function' && define.amd) {
  14. define(['elfinder'], factory);
  15. } else if (typeof exports !== 'undefined') {
  16. module.exports = factory(require('elfinder'));
  17. } else {
  18. factory(root.elFinder);
  19. }
  20. }(this, function(elFinder) {
  21. elFinder.prototype.i18.REPLACE_WITH_xx_OR_xx_YY_LANG_CODE = {
  22. translator : 'Translator name &lt;translator@email.tld&gt;',
  23. language : 'Language of translation in your language',
  24. direction : 'ltr',
  25. dateFormat : 'd.m.Y H:i', // Mar 13, 2012 05:27 PM
  26. fancyDateFormat : '$1 H:i', // will produce smth like: Today 12:25 PM
  27. messages : {
  28. /********************************** errors **********************************/
  29. 'error' : 'Error',
  30. 'errUnknown' : 'Unknown error.',
  31. 'errUnknownCmd' : 'Unknown command.',
  32. 'errJqui' : 'Invalid jQuery UI configuration. Selectable, draggable and droppable components must be included.',
  33. 'errNode' : 'elFinder requires DOM Element to be created.',
  34. 'errURL' : 'Invalid elFinder configuration! URL option is not set.',
  35. 'errAccess' : 'Access denied.',
  36. 'errConnect' : 'Unable to connect to backend.',
  37. 'errAbort' : 'Connection aborted.',
  38. 'errTimeout' : 'Connection timeout.',
  39. 'errNotFound' : 'Backend not found.',
  40. 'errResponse' : 'Invalid backend response.',
  41. 'errConf' : 'Invalid backend configuration.',
  42. 'errJSON' : 'PHP JSON module not installed.',
  43. 'errNoVolumes' : 'Readable volumes not available.',
  44. 'errCmdParams' : 'Invalid parameters for command "$1".',
  45. 'errDataNotJSON' : 'Data is not JSON.',
  46. 'errDataEmpty' : 'Data is empty.',
  47. 'errCmdReq' : 'Backend request requires command name.',
  48. 'errOpen' : 'Unable to open "$1".',
  49. 'errNotFolder' : 'Object is not a folder.',
  50. 'errNotFile' : 'Object is not a file.',
  51. 'errRead' : 'Unable to read "$1".',
  52. 'errWrite' : 'Unable to write into "$1".',
  53. 'errPerm' : 'Permission denied.',
  54. 'errLocked' : '"$1" is locked and can not be renamed, moved or removed.',
  55. 'errExists' : 'File named "$1" already exists.',
  56. 'errInvName' : 'Invalid file name.',
  57. 'errFolderNotFound' : 'Folder not found.',
  58. 'errFileNotFound' : 'File not found.',
  59. 'errTrgFolderNotFound' : 'Target folder "$1" not found.',
  60. 'errPopup' : 'Browser prevented opening popup window. To open file enable it in browser options.',
  61. 'errMkdir' : 'Unable to create folder "$1".',
  62. 'errMkfile' : 'Unable to create file "$1".',
  63. 'errRename' : 'Unable to rename "$1".',
  64. 'errCopyFrom' : 'Copying files from volume "$1" not allowed.',
  65. 'errCopyTo' : 'Copying files to volume "$1" not allowed.',
  66. 'errMkOutLink' : 'Unable to create a link to outside the volume root.', // from v2.1 added 03.10.2015
  67. 'errUpload' : 'Upload error.', // old name - errUploadCommon
  68. 'errUploadFile' : 'Unable to upload "$1".', // old name - errUpload
  69. 'errUploadNoFiles' : 'No files found for upload.',
  70. 'errUploadTotalSize' : 'Data exceeds the maximum allowed size.', // old name - errMaxSize
  71. 'errUploadFileSize' : 'File exceeds maximum allowed size.', // old name - errFileMaxSize
  72. 'errUploadMime' : 'File type not allowed.',
  73. 'errUploadTransfer' : '"$1" transfer error.',
  74. 'errUploadTemp' : 'Unable to make temporary file for upload.', // from v2.1 added 26.09.2015
  75. 'errNotReplace' : 'Object "$1" already exists at this location and can not be replaced by object with another type.', // new
  76. 'errReplace' : 'Unable to replace "$1".',
  77. 'errSave' : 'Unable to save "$1".',
  78. 'errCopy' : 'Unable to copy "$1".',
  79. 'errMove' : 'Unable to move "$1".',
  80. 'errCopyInItself' : 'Unable to copy "$1" into itself.',
  81. 'errRm' : 'Unable to remove "$1".',
  82. 'errRmSrc' : 'Unable remove source file(s).',
  83. 'errExtract' : 'Unable to extract files from "$1".',
  84. 'errArchive' : 'Unable to create archive.',
  85. 'errArcType' : 'Unsupported archive type.',
  86. 'errNoArchive' : 'File is not archive or has unsupported archive type.',
  87. 'errCmdNoSupport' : 'Backend does not support this command.',
  88. 'errReplByChild' : 'The folder "$1" can\'t be replaced by an item it contains.',
  89. 'errArcSymlinks' : 'For security reason denied to unpack archives contains symlinks or files with not allowed names.', // edited 24.06.2012
  90. 'errArcMaxSize' : 'Archive files exceeds maximum allowed size.',
  91. 'errResize' : 'Unable to resize "$1".',
  92. 'errResizeDegree' : 'Invalid rotate degree.', // added 7.3.2013
  93. 'errResizeRotate' : 'Unable to rotate image.', // added 7.3.2013
  94. 'errResizeSize' : 'Invalid image size.', // added 7.3.2013
  95. 'errResizeNoChange' : 'Image size not changed.', // added 7.3.2013
  96. 'errUsupportType' : 'Unsupported file type.',
  97. 'errNotUTF8Content' : 'File "$1" is not in UTF-8 and cannot be edited.', // added 9.11.2011
  98. 'errNetMount' : 'Unable to mount "$1".', // added 17.04.2012
  99. 'errNetMountNoDriver' : 'Unsupported protocol.', // added 17.04.2012
  100. 'errNetMountFailed' : 'Mount failed.', // added 17.04.2012
  101. 'errNetMountHostReq' : 'Host required.', // added 18.04.2012
  102. 'errSessionExpires' : 'Your session has expired due to inactivity.',
  103. 'errCreatingTempDir' : 'Unable to create temporary directory: "$1"',
  104. 'errFtpDownloadFile' : 'Unable to download file from FTP: "$1"',
  105. 'errFtpUploadFile' : 'Unable to upload file to FTP: "$1"',
  106. 'errFtpMkdir' : 'Unable to create remote directory on FTP: "$1"',
  107. 'errArchiveExec' : 'Error while archiving files: "$1"',
  108. 'errExtractExec' : 'Error while extracting files: "$1"',
  109. 'errNetUnMount' : 'Unable to unmount', // from v2.1 added 30.04.2012
  110. 'errConvUTF8' : 'Not convertible to UTF-8', // from v2.1 added 08.04.2014
  111. 'errFolderUpload' : 'Try the modern browser, If you\'d like to upload the folder.', // from v2.1 added 26.6.2015
  112. 'errSearchTimeout' : 'Timed out while searching "$1". Search result is partial.', // from v2.1 added 12.1.2016
  113. 'errReauthRequire' : 'Re-authorization is required.', // from v2.1.10 added 24.3.2016
  114. 'errMaxTargets' : 'Max number of selectable items is $1.', // from v2.1.17 added 17.10.2016
  115. /******************************* commands names ********************************/
  116. 'cmdarchive' : 'Create archive',
  117. 'cmdback' : 'Back',
  118. 'cmdcopy' : 'Copy',
  119. 'cmdcut' : 'Cut',
  120. 'cmddownload' : 'Download',
  121. 'cmdduplicate' : 'Duplicate',
  122. 'cmdedit' : 'Edit file',
  123. 'cmdextract' : 'Extract files from archive',
  124. 'cmdforward' : 'Forward',
  125. 'cmdgetfile' : 'Select files',
  126. 'cmdhelp' : 'About this software',
  127. 'cmdhome' : 'Home',
  128. 'cmdinfo' : 'Get info',
  129. 'cmdmkdir' : 'New folder',
  130. 'cmdmkdirin' : 'Into new folder', // from v2.1.7 added 19.2.2016
  131. 'cmdmkfile' : 'New text file',
  132. 'cmdopen' : 'Open',
  133. 'cmdpaste' : 'Paste',
  134. 'cmdquicklook' : 'Preview',
  135. 'cmdreload' : 'Reload',
  136. 'cmdrename' : 'Rename',
  137. 'cmdrm' : 'Delete',
  138. 'cmdsearch' : 'Find files',
  139. 'cmdup' : 'Go to parent directory',
  140. 'cmdupload' : 'Upload files',
  141. 'cmdview' : 'View',
  142. 'cmdresize' : 'Resize & Rotate',
  143. 'cmdsort' : 'Sort',
  144. 'cmdnetmount' : 'Mount network volume', // added 18.04.2012
  145. 'cmdnetunmount': 'Unmount', // from v2.1 added 30.04.2012
  146. 'cmdplaces' : 'To Places', // added 28.12.2014
  147. 'cmdchmod' : 'Change mode', // from v2.1 added 20.6.2015
  148. 'cmdopendir' : 'Open a folder', // from v2.1 added 13.1.2016
  149. 'cmdcolwidth' : 'Reset column width', // from v2.1.13 added 12.06.2016
  150. 'cmdmove' : 'Move', // from v2.1.15 added 21.08.2016
  151. /*********************************** buttons ***********************************/
  152. 'btnClose' : 'Close',
  153. 'btnSave' : 'Save',
  154. 'btnRm' : 'Remove',
  155. 'btnApply' : 'Apply',
  156. 'btnCancel' : 'Cancel',
  157. 'btnNo' : 'No',
  158. 'btnYes' : 'Yes',
  159. 'btnMount' : 'Mount', // added 18.04.2012
  160. 'btnApprove': 'Goto $1 & approve', // from v2.1 added 26.04.2012
  161. 'btnUnmount': 'Unmount', // from v2.1 added 30.04.2012
  162. 'btnConv' : 'Convert', // from v2.1 added 08.04.2014
  163. 'btnCwd' : 'Here', // from v2.1 added 22.5.2015
  164. 'btnVolume' : 'Volume', // from v2.1 added 22.5.2015
  165. 'btnAll' : 'All', // from v2.1 added 22.5.2015
  166. 'btnMime' : 'MIME Type', // from v2.1 added 22.5.2015
  167. 'btnFileName':'Filename', // from v2.1 added 22.5.2015
  168. 'btnSaveClose': 'Save & Close', // from v2.1 added 12.6.2015
  169. 'btnBackup' : 'Backup', // fromv2.1 added 28.11.2015
  170. /******************************** notifications ********************************/
  171. 'ntfopen' : 'Open folder',
  172. 'ntffile' : 'Open file',
  173. 'ntfreload' : 'Reload folder content',
  174. 'ntfmkdir' : 'Creating directory',
  175. 'ntfmkfile' : 'Creating files',
  176. 'ntfrm' : 'Delete files',
  177. 'ntfcopy' : 'Copy files',
  178. 'ntfmove' : 'Move files',
  179. 'ntfprepare' : 'Prepare to copy files',
  180. 'ntfrename' : 'Rename files',
  181. 'ntfupload' : 'Uploading files',
  182. 'ntfdownload' : 'Downloading files',
  183. 'ntfsave' : 'Save files',
  184. 'ntfarchive' : 'Creating archive',
  185. 'ntfextract' : 'Extracting files from archive',
  186. 'ntfsearch' : 'Searching files',
  187. 'ntfresize' : 'Resizing images',
  188. 'ntfsmth' : 'Doing something',
  189. 'ntfloadimg' : 'Loading image',
  190. 'ntfnetmount' : 'Mounting network volume', // added 18.04.2012
  191. 'ntfnetunmount': 'Unmounting network volume', // from v2.1 added 30.04.2012
  192. 'ntfdim' : 'Acquiring image dimension', // added 20.05.2013
  193. 'ntfreaddir' : 'Reading folder infomation', // from v2.1 added 01.07.2013
  194. 'ntfurl' : 'Getting URL of link', // from v2.1 added 11.03.2014
  195. 'ntfchmod' : 'Changing file mode', // from v2.1 added 20.6.2015
  196. 'ntfpreupload': 'Verifying upload file name', // from v2.1 added 31.11.2015
  197. 'ntfzipdl' : 'Creating a file for download', // from v2.1.7 added 23.1.2016
  198. 'ntfparents' : 'Getting path infomation', // from v2.1.17 added 2.11.2016
  199. 'ntfchunkmerge': 'Processing the uploaded file', // from v2.1.17 added 2.11.2016
  200. /************************************ dates **********************************/
  201. 'dateUnknown' : 'unknown',
  202. 'Today' : 'Today',
  203. 'Yesterday' : 'Yesterday',
  204. 'msJan' : 'Jan',
  205. 'msFeb' : 'Feb',
  206. 'msMar' : 'Mar',
  207. 'msApr' : 'Apr',
  208. 'msMay' : 'May',
  209. 'msJun' : 'Jun',
  210. 'msJul' : 'Jul',
  211. 'msAug' : 'Aug',
  212. 'msSep' : 'Sep',
  213. 'msOct' : 'Oct',
  214. 'msNov' : 'Nov',
  215. 'msDec' : 'Dec',
  216. 'January' : 'January',
  217. 'February' : 'February',
  218. 'March' : 'March',
  219. 'April' : 'April',
  220. 'May' : 'May',
  221. 'June' : 'June',
  222. 'July' : 'July',
  223. 'August' : 'August',
  224. 'September' : 'September',
  225. 'October' : 'October',
  226. 'November' : 'November',
  227. 'December' : 'December',
  228. 'Sunday' : 'Sunday',
  229. 'Monday' : 'Monday',
  230. 'Tuesday' : 'Tuesday',
  231. 'Wednesday' : 'Wednesday',
  232. 'Thursday' : 'Thursday',
  233. 'Friday' : 'Friday',
  234. 'Saturday' : 'Saturday',
  235. 'Sun' : 'Sun',
  236. 'Mon' : 'Mon',
  237. 'Tue' : 'Tue',
  238. 'Wed' : 'Wed',
  239. 'Thu' : 'Thu',
  240. 'Fri' : 'Fri',
  241. 'Sat' : 'Sat',
  242. /******************************** sort variants ********************************/
  243. 'sortname' : 'by name',
  244. 'sortkind' : 'by kind',
  245. 'sortsize' : 'by size',
  246. 'sortdate' : 'by date',
  247. 'sortFoldersFirst' : 'Folders first',
  248. 'sortperm' : 'by permission', // from v2.1.13 added 13.06.2016
  249. 'sortmode' : 'by mode', // from v2.1.13 added 13.06.2016
  250. 'sortowner' : 'by owner', // from v2.1.13 added 13.06.2016
  251. 'sortgroup' : 'by group', // from v2.1.13 added 13.06.2016
  252. 'sortAlsoTreeview' : 'Also Treeview', // from v2.1.15 added 01.08.2016
  253. /********************************** new items **********************************/
  254. 'untitled file.txt' : 'NewFile.txt', // added 10.11.2015
  255. 'untitled folder' : 'NewFolder', // added 10.11.2015
  256. 'Archive' : 'NewArchive', // from v2.1 added 10.11.2015
  257. /********************************** messages **********************************/
  258. 'confirmReq' : 'Confirmation required',
  259. 'confirmRm' : 'Are you sure you want to remove files?<br/>This cannot be undone!',
  260. 'confirmRepl' : 'Replace old file with new one?',
  261. '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
  262. '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
  263. 'confirmNotSave' : 'It has been modified.<br/>Losing work if you do not save changes.', // from v2.1 added 15.7.2015
  264. 'apllyAll' : 'Apply to all',
  265. 'name' : 'Name',
  266. 'size' : 'Size',
  267. 'perms' : 'Permissions',
  268. 'modify' : 'Modified',
  269. 'kind' : 'Kind',
  270. 'read' : 'read',
  271. 'write' : 'write',
  272. 'noaccess' : 'no access',
  273. 'and' : 'and',
  274. 'unknown' : 'unknown',
  275. 'selectall' : 'Select all files',
  276. 'selectfiles' : 'Select file(s)',
  277. 'selectffile' : 'Select first file',
  278. 'selectlfile' : 'Select last file',
  279. 'viewlist' : 'List view',
  280. 'viewicons' : 'Icons view',
  281. 'places' : 'Places',
  282. 'calc' : 'Calculate',
  283. 'path' : 'Path',
  284. 'aliasfor' : 'Alias for',
  285. 'locked' : 'Locked',
  286. 'dim' : 'Dimensions',
  287. 'files' : 'Files',
  288. 'folders' : 'Folders',
  289. 'items' : 'Items',
  290. 'yes' : 'yes',
  291. 'no' : 'no',
  292. 'link' : 'Link',
  293. 'searcresult' : 'Search results',
  294. 'selected' : 'selected items',
  295. 'about' : 'About',
  296. 'shortcuts' : 'Shortcuts',
  297. 'help' : 'Help',
  298. 'webfm' : 'Web file manager',
  299. 'ver' : 'Version',
  300. 'protocolver' : 'protocol version',
  301. 'homepage' : 'Project home',
  302. 'docs' : 'Documentation',
  303. 'github' : 'Fork us on Github',
  304. 'twitter' : 'Follow us on twitter',
  305. 'facebook' : 'Join us on facebook',
  306. 'team' : 'Team',
  307. 'chiefdev' : 'chief developer',
  308. 'developer' : 'developer',
  309. 'contributor' : 'contributor',
  310. 'maintainer' : 'maintainer',
  311. 'translator' : 'translator',
  312. 'icons' : 'Icons',
  313. 'dontforget' : 'and don\'t forget to take your towel',
  314. 'shortcutsof' : 'Shortcuts disabled',
  315. 'dropFiles' : 'Drop files here',
  316. 'or' : 'or',
  317. 'selectForUpload' : 'Select files',
  318. 'moveFiles' : 'Move files',
  319. 'copyFiles' : 'Copy files',
  320. 'rmFromPlaces' : 'Remove from places',
  321. 'aspectRatio' : 'Aspect ratio',
  322. 'scale' : 'Scale',
  323. 'width' : 'Width',
  324. 'height' : 'Height',
  325. 'resize' : 'Resize',
  326. 'crop' : 'Crop',
  327. 'rotate' : 'Rotate',
  328. 'rotate-cw' : 'Rotate 90 degrees CW',
  329. 'rotate-ccw' : 'Rotate 90 degrees CCW',
  330. 'degree' : '°',
  331. 'netMountDialogTitle' : 'Mount network volume', // added 18.04.2012
  332. 'protocol' : 'Protocol', // added 18.04.2012
  333. 'host' : 'Host', // added 18.04.2012
  334. 'port' : 'Port', // added 18.04.2012
  335. 'user' : 'User', // added 18.04.2012
  336. 'pass' : 'Password', // added 18.04.2012
  337. 'confirmUnmount' : 'Are you unmount $1?', // from v2.1 added 30.04.2012
  338. 'dropFilesBrowser': 'Drop or Paste files from browser', // from v2.1 added 30.05.2012
  339. 'dropPasteFiles' : 'Drop files, Paste URLs or images(clipboard) here', // from v2.1 added 07.04.2014
  340. 'encoding' : 'Encoding', // from v2.1 added 19.12.2014
  341. 'locale' : 'Locale', // from v2.1 added 19.12.2014
  342. 'searchTarget' : 'Target: $1', // from v2.1 added 22.5.2015
  343. 'searchMime' : 'Search by input MIME Type', // from v2.1 added 22.5.2015
  344. 'owner' : 'Owner', // from v2.1 added 20.6.2015
  345. 'group' : 'Group', // from v2.1 added 20.6.2015
  346. 'other' : 'Other', // from v2.1 added 20.6.2015
  347. 'execute' : 'Execute', // from v2.1 added 20.6.2015
  348. 'perm' : 'Permission', // from v2.1 added 20.6.2015
  349. 'mode' : 'Mode', // from v2.1 added 20.6.2015
  350. 'emptyFolder' : 'Folder is empty', // from v2.1.6 added 30.12.2015
  351. 'emptyFolderDrop' : 'Folder is empty\\A Drop to add items', // from v2.1.6 added 30.12.2015
  352. 'emptyFolderLTap' : 'Folder is empty\\A Long tap to add items', // from v2.1.6 added 30.12.2015
  353. 'quality' : 'Quality', // from v2.1.6 added 5.1.2016
  354. 'autoSync' : 'Auto sync', // from v2.1.6 added 10.1.2016
  355. 'moveUp' : 'Move up', // from v2.1.6 added 18.1.2016
  356. 'getLink' : 'Get URL link', // from v2.1.7 added 9.2.2016
  357. 'selectedItems' : 'Selected items ($1)', // from v2.1.7 added 2.19.2016
  358. 'folderId' : 'Folder ID', // from v2.1.10 added 3.25.2016
  359. 'offlineAccess' : 'Allow offline access', // from v2.1.10 added 3.25.2016
  360. 'reAuth' : 'To re-authenticate', // from v2.1.10 added 3.25.2016
  361. 'nowLoading' : 'Now loading...', // from v2.1.12 added 4.26.2016
  362. 'openMulti' : 'Open multiple files', // from v2.1.12 added 5.14.2016
  363. '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
  364. 'emptySearch' : 'No match results in search targets', // from v2.1.12 added 5.16.2016
  365. 'editingFile' : 'You are editing a file.', // from v2.1.13 added 6.3.2016
  366. 'hasSelected' : 'You have selected $1 items.', // from v2.1.13 added 6.3.2016
  367. 'hasClipboard' : 'You have $1 items in the clipboard.', // from v2.1.13 added 6.3.2016
  368. 'incSearchOnly' : 'Incremental search is only from the current view.', // from v2.1.13 added 6.30.2016
  369. 'reinstate' : 'Reinstate', // from v2.1.15 added 3.8.2016
  370. 'complete' : '$1 complete', // from v2.1.15 added 21.8.2016
  371. 'contextmenu' : 'Context menu', // from v2.1.15 added 9.9.2016
  372. 'pageTurning' : 'Page turning', // from v2.1.15 added 10.9.2016
  373. 'volumeRoots' : 'Volume roots', // from v2.1.16 added 16.9.2016
  374. 'reset' : 'Reset', // from v2.1.16 added 1.10.2016
  375. 'bgcolor' : 'Background color', // from v2.1.16 added 1.10.2016
  376. 'colorPicker' : 'Color picker', // from v2.1.16 added 1.10.2016
  377. '8pxgrid' : '8px Grid', // from v2.1.16 added 4.10.2016
  378. 'enabled' : 'Enabled', // from v2.1.16 added 4.10.2016
  379. 'disabled' : 'Disabled', // from v2.1.16 added 4.10.2016
  380. 'emptyIncSearch' : 'No match results in current view', // from v2.1.16 added 5.10.2016
  381. 'textLabel' : 'Text label', // from v2.1.17 added 13.10.2016
  382. 'minsLeft' : '$1 mins left', // from v2.1.17 added 13.11.2016
  383. 'openAsEncoding' : 'Reopen with selected encoding', // from v2.1.19 added 2.12.2016
  384. 'saveAsEncoding' : 'Save with the selected encoding', // from v2.1.19 added 2.12.2016
  385. 'selectFolder' : 'Select folder', // from v2.1.20 added 13.12.2016
  386. /********************************** mimetypes **********************************/
  387. 'kindUnknown' : 'Unknown',
  388. 'kindRoot' : 'Volume Root', // from v2.1.16 added 16.10.2016
  389. 'kindFolder' : 'Folder',
  390. 'kindAlias' : 'Alias',
  391. 'kindAliasBroken' : 'Broken alias',
  392. // applications
  393. 'kindApp' : 'Application',
  394. 'kindPostscript' : 'Postscript document',
  395. 'kindMsOffice' : 'Microsoft Office document',
  396. 'kindMsWord' : 'Microsoft Word document',
  397. 'kindMsExcel' : 'Microsoft Excel document',
  398. 'kindMsPP' : 'Microsoft Powerpoint presentation',
  399. 'kindOO' : 'Open Office document',
  400. 'kindAppFlash' : 'Flash application',
  401. 'kindPDF' : 'Portable Document Format (PDF)',
  402. 'kindTorrent' : 'Bittorrent file',
  403. 'kind7z' : '7z archive',
  404. 'kindTAR' : 'TAR archive',
  405. 'kindGZIP' : 'GZIP archive',
  406. 'kindBZIP' : 'BZIP archive',
  407. 'kindXZ' : 'XZ archive',
  408. 'kindZIP' : 'ZIP archive',
  409. 'kindRAR' : 'RAR archive',
  410. 'kindJAR' : 'Java JAR file',
  411. 'kindTTF' : 'True Type font',
  412. 'kindOTF' : 'Open Type font',
  413. 'kindRPM' : 'RPM package',
  414. // texts
  415. 'kindText' : 'Text document',
  416. 'kindTextPlain' : 'Plain text',
  417. 'kindPHP' : 'PHP source',
  418. 'kindCSS' : 'Cascading style sheet',
  419. 'kindHTML' : 'HTML document',
  420. 'kindJS' : 'Javascript source',
  421. 'kindRTF' : 'Rich Text Format',
  422. 'kindC' : 'C source',
  423. 'kindCHeader' : 'C header source',
  424. 'kindCPP' : 'C++ source',
  425. 'kindCPPHeader' : 'C++ header source',
  426. 'kindShell' : 'Unix shell script',
  427. 'kindPython' : 'Python source',
  428. 'kindJava' : 'Java source',
  429. 'kindRuby' : 'Ruby source',
  430. 'kindPerl' : 'Perl script',
  431. 'kindSQL' : 'SQL source',
  432. 'kindXML' : 'XML document',
  433. 'kindAWK' : 'AWK source',
  434. 'kindCSV' : 'Comma separated values',
  435. 'kindDOCBOOK' : 'Docbook XML document',
  436. 'kindMarkdown' : 'Markdown text', // added 20.7.2015
  437. // images
  438. 'kindImage' : 'Image',
  439. 'kindBMP' : 'BMP image',
  440. 'kindJPEG' : 'JPEG image',
  441. 'kindGIF' : 'GIF Image',
  442. 'kindPNG' : 'PNG Image',
  443. 'kindTIFF' : 'TIFF image',
  444. 'kindTGA' : 'TGA image',
  445. 'kindPSD' : 'Adobe Photoshop image',
  446. 'kindXBITMAP' : 'X bitmap image',
  447. 'kindPXM' : 'Pixelmator image',
  448. // media
  449. 'kindAudio' : 'Audio media',
  450. 'kindAudioMPEG' : 'MPEG audio',
  451. 'kindAudioMPEG4' : 'MPEG-4 audio',
  452. 'kindAudioMIDI' : 'MIDI audio',
  453. 'kindAudioOGG' : 'Ogg Vorbis audio',
  454. 'kindAudioWAV' : 'WAV audio',
  455. 'AudioPlaylist' : 'MP3 playlist',
  456. 'kindVideo' : 'Video media',
  457. 'kindVideoDV' : 'DV movie',
  458. 'kindVideoMPEG' : 'MPEG movie',
  459. 'kindVideoMPEG4' : 'MPEG-4 movie',
  460. 'kindVideoAVI' : 'AVI movie',
  461. 'kindVideoMOV' : 'Quick Time movie',
  462. 'kindVideoWM' : 'Windows Media movie',
  463. 'kindVideoFlash' : 'Flash movie',
  464. 'kindVideoMKV' : 'Matroska movie',
  465. 'kindVideoOGG' : 'Ogg movie'
  466. }
  467. };
  468. }));