elfinder.LANG.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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. if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') {
  13. elFinder.prototype.i18.REPLACE_WITH_xx_OR_xx_YY_LANG_CODE = {
  14. translator : 'Translator name &lt;translator@email.tld&gt;',
  15. language : 'Language of translation in your language',
  16. direction : 'ltr',
  17. dateFormat : 'd.m.Y H:i',
  18. fancyDateFormat : '$1 H:i',
  19. messages : {
  20. /********************************** errors **********************************/
  21. 'error' : 'Error',
  22. 'errUnknown' : 'Unknown error.',
  23. 'errUnknownCmd' : 'Unknown command.',
  24. 'errJqui' : 'Invalid jQuery UI configuration. Selectable, draggable and droppable components must be included.',
  25. 'errNode' : 'elFinder requires DOM Element to be created.',
  26. 'errURL' : 'Invalid elFinder configuration! URL option is not set.',
  27. 'errAccess' : 'Access denied.',
  28. 'errConnect' : 'Unable to connect to backend.',
  29. 'errAbort' : 'Connection aborted.',
  30. 'errTimeout' : 'Connection timeout.',
  31. 'errNotFound' : 'Backend not found.',
  32. 'errResponse' : 'Invalid backend response.',
  33. 'errConf' : 'Invalid backend configuration.',
  34. 'errJSON' : 'PHP JSON module not installed.',
  35. 'errNoVolumes' : 'Readable volumes not available.',
  36. 'errCmdParams' : 'Invalid parameters for command "$1".',
  37. 'errDataNotJSON' : 'Data is not JSON.',
  38. 'errDataEmpty' : 'Data is empty.',
  39. 'errCmdReq' : 'Backend request requires command name.',
  40. 'errOpen' : 'Unable to open "$1".',
  41. 'errNotFolder' : 'Object is not a folder.',
  42. 'errNotFile' : 'Object is not a file.',
  43. 'errRead' : 'Unable to read "$1".',
  44. 'errWrite' : 'Unable to write into "$1".',
  45. 'errPerm' : 'Permission denied.',
  46. 'errLocked' : '"$1" is locked and can not be renamed, moved or removed.',
  47. 'errExists' : 'File named "$1" already exists.',
  48. 'errInvName' : 'Invalid file name.',
  49. 'errFolderNotFound' : 'Folder not found.',
  50. 'errFileNotFound' : 'File not found.',
  51. 'errTrgFolderNotFound' : 'Target folder "$1" not found.',
  52. 'errPopup' : 'Browser prevented opening popup window. To open file enable it in browser options.',
  53. 'errMkdir' : 'Unable to create folder "$1".',
  54. 'errMkfile' : 'Unable to create file "$1".',
  55. 'errRename' : 'Unable to rename "$1".',
  56. 'errCopyFrom' : 'Copying files from volume "$1" not allowed.',
  57. 'errCopyTo' : 'Copying files to volume "$1" not allowed.',
  58. 'errUploadCommon' : 'Upload error.',
  59. 'errUpload' : 'Unable to upload "$1".',
  60. 'errUploadNoFiles' : 'No files found for upload.',
  61. 'errMaxSize' : 'Data exceeds the maximum allowed size.',
  62. 'errFileMaxSize' : 'File exceeds maximum allowed size.',
  63. 'errUploadMime' : 'File type not allowed.',
  64. 'errUploadTransfer' : '"$1" transfer error.',
  65. 'errSave' : 'Unable to save "$1".',
  66. 'errCopy' : 'Unable to copy "$1".',
  67. 'errMove' : 'Unable to move "$1".',
  68. 'errCopyInItself' : 'Unable to copy "$1" into itself.',
  69. 'errRm' : 'Unable to remove "$1".',
  70. 'errExtract' : 'Unable to extract files from "$1".',
  71. 'errArchive' : 'Unable to create archive.',
  72. 'errArcType' : 'Unsupported archive type.',
  73. 'errNoArchive' : 'File is not archive or has unsupported archive type.',
  74. 'errCmdNoSupport' : 'Backend does not support this command.',
  75. 'errReplByChild' : 'The folder “$1” can’t be replaced by an item it contains.',
  76. 'errArcSymlinks' : 'For security reason denied to unpack archives contains symlinks.',
  77. 'errArcMaxSize' : 'Archive files exceeds maximum allowed size.',
  78. 'errResize' : 'Unable to resize "$1".',
  79. 'errUsupportType' : 'Unsupported file type.',
  80. /******************************* commands names ********************************/
  81. 'cmdarchive' : 'Create archive',
  82. 'cmdback' : 'Back',
  83. 'cmdcopy' : 'Copy',
  84. 'cmdcut' : 'Cut',
  85. 'cmddownload' : 'Download',
  86. 'cmdduplicate' : 'Duplicate',
  87. 'cmdedit' : 'Edit file',
  88. 'cmdextract' : 'Extract files from archive',
  89. 'cmdforward' : 'Forward',
  90. 'cmdgetfile' : 'Select files',
  91. 'cmdhelp' : 'About this software',
  92. 'cmdhome' : 'Home',
  93. 'cmdinfo' : 'Get info',
  94. 'cmdmkdir' : 'New folder',
  95. 'cmdmkfile' : 'New text file',
  96. 'cmdopen' : 'Open',
  97. 'cmdpaste' : 'Paste',
  98. 'cmdquicklook' : 'Preview',
  99. 'cmdreload' : 'Reload',
  100. 'cmdrename' : 'Rename',
  101. 'cmdrm' : 'Delete',
  102. 'cmdsearch' : 'Find files',
  103. 'cmdup' : 'Go to parent directory',
  104. 'cmdupload' : 'Upload files',
  105. 'cmdview' : 'View',
  106. 'cmdresize' : 'Resize image',
  107. 'cmdsort' : 'Sort',
  108. /*********************************** buttons ***********************************/
  109. 'btnClose' : 'Close',
  110. 'btnSave' : 'Save',
  111. 'btnRm' : 'Remove',
  112. 'btnApply' : 'Apply',
  113. 'btnCancel' : 'Cancel',
  114. 'btnNo' : 'No',
  115. 'btnYes' : 'Yes',
  116. /******************************** notifications ********************************/
  117. 'ntfopen' : 'Open folder',
  118. 'ntffile' : 'Open file',
  119. 'ntfreload' : 'Reload folder content',
  120. 'ntfmkdir' : 'Creating directory',
  121. 'ntfmkfile' : 'Creating files',
  122. 'ntfrm' : 'Delete files',
  123. 'ntfcopy' : 'Copy files',
  124. 'ntfmove' : 'Move files',
  125. 'ntfprepare' : 'Prepare to copy files',
  126. 'ntfrename' : 'Rename files',
  127. 'ntfupload' : 'Uploading files',
  128. 'ntfdownload' : 'Downloading files',
  129. 'ntfsave' : 'Save files',
  130. 'ntfarchive' : 'Creating archive',
  131. 'ntfextract' : 'Extracting files from archive',
  132. 'ntfsearch' : 'Searching files',
  133. 'ntfsmth' : 'Doing something >_<',
  134. 'ntfloadimg' : 'Loading image',
  135. /************************************ dates **********************************/
  136. 'dateUnknown' : 'unknown',
  137. 'Today' : 'Today',
  138. 'Yesterday' : 'Yesterday',
  139. 'Jan' : 'Jan',
  140. 'Feb' : 'Feb',
  141. 'Mar' : 'Mar',
  142. 'Apr' : 'Apr',
  143. 'May' : 'May',
  144. 'Jun' : 'Jun',
  145. 'Jul' : 'Jul',
  146. 'Aug' : 'Aug',
  147. 'Sep' : 'Sep',
  148. 'Oct' : 'Oct',
  149. 'Nov' : 'Nov',
  150. 'Dec' : 'Dec',
  151. 'January' : 'January',
  152. 'February' : 'February',
  153. 'March' : 'March',
  154. 'April' : 'April',
  155. 'May' : 'May',
  156. 'June' : 'June',
  157. 'July' : 'July',
  158. 'August' : 'August',
  159. 'September' : 'September',
  160. 'October' : 'October',
  161. 'November' : 'November',
  162. 'December' : 'December',
  163. 'Sunday' : 'Sunday',
  164. 'Monday' : 'Monday',
  165. 'Tuesday' : 'Tuesday',
  166. 'Wednesday' : 'Wednesday',
  167. 'Thursday' : 'Thursday',
  168. 'Friday' : 'Friday',
  169. 'Saturday' : 'Saturday',
  170. 'Sun' : 'Sun',
  171. 'Mon' : 'Mon',
  172. 'Tue' : 'Tue',
  173. 'Wed' : 'Wed',
  174. 'Thu' : 'Thu',
  175. 'Fri' : 'Fri',
  176. 'Sat' : 'Sat',
  177. /******************************** sort variants ********************************/
  178. 'sortnameDirsFirst' : 'by name (folders first)',
  179. 'sortkindDirsFirst' : 'by kind (folders first)',
  180. 'sortsizeDirsFirst' : 'by size (folders first)',
  181. 'sortdateDirsFirst' : 'by date (folders first)',
  182. 'sortname' : 'by name',
  183. 'sortkind' : 'by kind',
  184. 'sortsize' : 'by size',
  185. 'sortdate' : 'by date',
  186. /********************************** messages **********************************/
  187. 'confirmReq' : 'Confirmation required',
  188. 'confirmRm' : 'Are you sure you want to remove files?<br/>This cannot be undone!',
  189. 'confirmRepl' : 'Replace old file with new one?',
  190. 'apllyAll' : 'Apply to all',
  191. 'name' : 'Name',
  192. 'size' : 'Size',
  193. 'perms' : 'Permissions',
  194. 'modify' : 'Modified',
  195. 'kind' : 'Kind',
  196. 'read' : 'read',
  197. 'write' : 'write',
  198. 'noaccess' : 'no access',
  199. 'and' : 'and',
  200. 'unknown' : 'unknown',
  201. 'selectall' : 'Select all files',
  202. 'selectfiles' : 'Select file(s)',
  203. 'selectffile' : 'Select first file',
  204. 'selectlfile' : 'Select last file',
  205. 'viewlist' : 'List view',
  206. 'viewicons' : 'Icons view',
  207. 'places' : 'Places',
  208. 'calc' : 'Calculate',
  209. 'path' : 'Path',
  210. 'aliasfor' : 'Alias for',
  211. 'locked' : 'Locked',
  212. 'dim' : 'Dimensions',
  213. 'files' : 'Files',
  214. 'folders' : 'Folders',
  215. 'items' : 'Items',
  216. 'yes' : 'yes',
  217. 'no' : 'no',
  218. 'link' : 'Link',
  219. 'searcresult' : 'Search results',
  220. 'selected' : 'selected items',
  221. 'about' : 'About',
  222. 'shortcuts' : 'Shortcuts',
  223. 'help' : 'Help',
  224. 'webfm' : 'Web file manager',
  225. 'ver' : 'Version',
  226. 'protocol' : 'protocol version',
  227. 'homepage' : 'Project home',
  228. 'docs' : 'Documentation',
  229. 'github' : 'Fork us on Github',
  230. 'twitter' : 'Follow us on twitter',
  231. 'facebook' : 'Join us on facebook',
  232. 'team' : 'Team',
  233. 'chiefdev' : 'chief developer',
  234. 'developer' : 'developer',
  235. 'contributor' : 'contributor',
  236. 'maintainer' : 'maintainer',
  237. 'translator' : 'translator',
  238. 'icons' : 'Icons',
  239. 'dontforget' : 'and don\'t forget to take your towel',
  240. 'shortcutsof' : 'Shortcuts disabled',
  241. 'dropFiles' : 'Drop files here',
  242. 'or' : 'or',
  243. 'selectForUpload' : 'Select files to upload',
  244. 'moveFiles' : 'Move files',
  245. 'copyFiles' : 'Copy files',
  246. 'rmFromPlaces' : 'Remove from places',
  247. 'untitled folder' : 'untitled folder',
  248. 'untitled file.txt' : 'untitled file.txt',
  249. 'aspectRatio' : 'Aspect ratio',
  250. 'scale' : 'Scale',
  251. 'width' : 'Width',
  252. 'height' : 'Height',
  253. 'mode' : 'Mode',
  254. 'resize' : 'Resize',
  255. 'crop' : 'Crop',
  256. 'rotate' : 'Rotate',
  257. 'rotate-cw' : 'Rotate 90 degrees CW',
  258. 'rotate-ccw' : 'Rotate 90 degrees CCW',
  259. 'degree' : 'Degree',
  260. /********************************** mimetypes **********************************/
  261. 'kindUnknown' : 'Unknown',
  262. 'kindFolder' : 'Folder',
  263. 'kindAlias' : 'Alias',
  264. 'kindAliasBroken' : 'Broken alias',
  265. // applications
  266. 'kindApp' : 'Application',
  267. 'kindPostscript' : 'Postscript document',
  268. 'kindMsOffice' : 'Microsoft Office document',
  269. 'kindMsWord' : 'Microsoft Word document',
  270. 'kindMsExcel' : 'Microsoft Excel document',
  271. 'kindMsPP' : 'Microsoft Powerpoint presentation',
  272. 'kindOO' : 'Open Office document',
  273. 'kindAppFlash' : 'Flash application',
  274. 'kindPDF' : 'Portable Document Format (PDF)',
  275. 'kindTorrent' : 'Bittorrent file',
  276. 'kind7z' : '7z archive',
  277. 'kindTAR' : 'TAR archive',
  278. 'kindGZIP' : 'GZIP archive',
  279. 'kindBZIP' : 'BZIP archive',
  280. 'kindZIP' : 'ZIP archive',
  281. 'kindRAR' : 'RAR archive',
  282. 'kindJAR' : 'Java JAR file',
  283. 'kindTTF' : 'True Type font',
  284. 'kindOTF' : 'Open Type font',
  285. 'kindRPM' : 'RPM package',
  286. // texts
  287. 'kindText' : 'Text document',
  288. 'kindTextPlain' : 'Plain text',
  289. 'kindPHP' : 'PHP source',
  290. 'kindCSS' : 'Cascading style sheet',
  291. 'kindHTML' : 'HTML document',
  292. 'kindJS' : 'Javascript source',
  293. 'kindRTF' : 'Rich Text Format',
  294. 'kindC' : 'C source',
  295. 'kindCHeader' : 'C header source',
  296. 'kindCPP' : 'C++ source',
  297. 'kindCPPHeader' : 'C++ header source',
  298. 'kindShell' : 'Unix shell script',
  299. 'kindPython' : 'Python source',
  300. 'kindJava' : 'Java source',
  301. 'kindRuby' : 'Ruby source',
  302. 'kindPerl' : 'Perl script',
  303. 'kindSQL' : 'SQL source',
  304. 'kindXML' : 'XML document',
  305. 'kindAWK' : 'AWK source',
  306. 'kindCSV' : 'Comma separated values',
  307. 'kindDOCBOOK' : 'Docbook XML document',
  308. // images
  309. 'kindImage' : 'Image',
  310. 'kindBMP' : 'BMP image',
  311. 'kindJPEG' : 'JPEG image',
  312. 'kindGIF' : 'GIF Image',
  313. 'kindPNG' : 'PNG Image',
  314. 'kindTIFF' : 'TIFF image',
  315. 'kindTGA' : 'TGA image',
  316. 'kindPSD' : 'Adobe Photoshop image',
  317. 'kindXBITMAP' : 'X bitmap image',
  318. 'kindPXM' : 'Pixelmator image',
  319. // media
  320. 'kindAudio' : 'Audio media',
  321. 'kindAudioMPEG' : 'MPEG audio',
  322. 'kindAudioMPEG4' : 'MPEG-4 audio',
  323. 'kindAudioMIDI' : 'MIDI audio',
  324. 'kindAudioOGG' : 'Ogg Vorbis audio',
  325. 'kindAudioWAV' : 'WAV audio',
  326. 'AudioPlaylist' : 'MP3 playlist',
  327. 'kindVideo' : 'Video media',
  328. 'kindVideoDV' : 'DV movie',
  329. 'kindVideoMPEG' : 'MPEG movie',
  330. 'kindVideoMPEG4' : 'MPEG-4 movie',
  331. 'kindVideoAVI' : 'AVI movie',
  332. 'kindVideoMOV' : 'Quick Time movie',
  333. 'kindVideoWM' : 'Windows Media movie',
  334. 'kindVideoFlash' : 'Flash movie',
  335. 'kindVideoMKV' : 'Matroska movie',
  336. 'kindVideoOGG' : 'Ogg movie'
  337. }
  338. }
  339. }