aDriv4 - MANAGER
Edit File: elfinder.YOUR_LANG.js
/* * WARNING! You this file if you want to make your own translation */ /* * YOUR_LANGUAGE_TRANSLATION translation * @author NAME <EMAIL> * @version 201x-xx-xx */ (function($) { if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n) elFinder.prototype.options.i18n.TWO_LETTER_LANG_CODE = { /* errors */ 'Root directory does not exists' : '', 'Unable to connect to backend' : '', 'Access denied' : '', 'Invalid backend configuration' : '', 'Unknown command' : '', 'Command not allowed' : '', 'Invalid parameters' : '', 'File not found' : '', 'Invalid name' : '', 'File or folder with the same name already exists' : '', 'Unable to rename file' : '', 'Unable to create folder' : '', 'Unable to create file' : '', 'No file to upload' : '', 'Select at least one file to upload' : '', 'File exceeds the maximum allowed filesize' : '', 'Data exceeds the maximum allowed size' : '', 'Not allowed file type' : '', 'Unable to upload file' : '', 'Unable to upload files' : '', 'Unable to remove file' : '', 'Unable to save uploaded file' : '', 'Some files was not uploaded' : '', 'Unable to copy into itself' : '', 'Unable to move files' : '', 'Unable to copy files' : '', 'Unable to create file copy' : '', 'File is not an image' : '', 'Unable to resize image' : '', 'Unable to write to file' : '', 'Unable to create archive' : '', 'Unable to extract files from archive' : '', 'Unable to open broken link' : '', 'File URL disabled by connector config' : '', /* statusbar */ 'items' : '', 'selected items' : '', /* commands/buttons */ 'Back' : '', 'Reload' : '', 'Open' : '', 'Preview with Quick Look' : '', 'Select file' : '', 'New folder' : '', 'New text file' : '', 'Upload files' : '', 'Copy' : '', 'Cut' : '', 'Paste' : '', 'Duplicate' : '', 'Remove' : '', 'Rename' : '', 'Edit text file' : '', 'View as icons' : '', 'View as list' : '', 'Resize image' : '', 'Create archive' : '', 'Uncompress archive' : '', 'Get info' : '', 'Help' : '', 'Dock/undock filemanager window' : '', /* upload/get info dialogs */ 'Maximum allowed files size' : '', 'Add field' : '', 'File info' : '', 'Folder info' : '', 'Name' : '', 'Kind' : '', 'Size' : '', 'Modified' : '', 'Permissions' : '', 'Link to' : '', 'Dimensions' : '', 'Confirmation required' : '', 'Are you sure you want to remove files?<br /> This cannot be undone!' : '', /* permissions */ 'read' : '', 'write' : '', 'remove' : '', /* dates */ 'Jan' : '', 'Feb' : '', 'Mar' : '', 'Apr' : '', 'May' : '', 'Jun' : '', 'Jul' : '', 'Aug' : '', 'Sep' : '', 'Oct' : '', 'Nov' : '', 'Dec' : '', 'Today' : '', 'Yesterday' : '', /* mimetypes */ 'Unknown' : '', 'Folder' : '', 'Alias' : '', 'Broken alias' : '', 'Plain text' : '', 'Postscript document' : '', 'Application' : '', 'Microsoft Office document' : '', 'Microsoft Word document' : '', 'Microsoft Excel document' : '', 'Microsoft Powerpoint presentation' : '', 'Open Office document' : '', 'Flash application' : '', 'XML document' : '', 'Bittorrent file' : '', '7z archive' : '', 'TAR archive' : '', 'GZIP archive' : '', 'BZIP archive' : '', 'ZIP archive' : '', 'RAR archive' : '', 'Javascript application' : '', 'PHP source' : '', 'HTML document' : '', 'Javascript source' : '', 'CSS style sheet' : '', 'C source' : '', 'C++ source' : '', 'Unix shell script' : '', 'Python source' : '', 'Java source' : '', 'Ruby source' : '', 'Perl script' : '', 'BMP image' : '', 'JPEG image' : '', 'GIF Image' : '', 'PNG Image' : '', 'TIFF image' : '', 'TGA image' : '', 'Adobe Photoshop image' : '', 'MPEG audio' : '', 'MIDI audio' : '', 'Ogg Vorbis audio' : '', 'MP4 audio' : '', 'WAV audio' : '', 'DV video' : '', 'MP4 video' : '', 'MPEG video' : '', 'AVI video' : '', 'Quicktime video' : '', 'WM video' : '', 'Flash video' : '', 'Matroska video' : '', // 'Shortcuts' : '', 'Select all files' : '', 'Copy/Cut/Paste files' : '', 'Open selected file/folder' : '', 'Open/close QuickLook window' : '', 'Remove selected files' : '', 'Selected files or current directory info' : '', 'Create new directory' : '', 'Open upload files form' : '', 'Select previous file' : '', 'Select next file' : '', 'Return into previous folder' : '', 'Increase/decrease files selection' : '', 'Authors' : '', 'Sponsors' : '', 'elFinder: Web file manager' : '', 'Version' : '', 'Copyright: Studio 42 LTD' : '', 'Donate to support project development' : '', 'Javascripts/PHP programming: Dmitry (dio) Levashov, dio@std42.ru' : '', 'Python programming, techsupport: Troex Nevelin, troex@fury.scancode.ru' : '', 'Design: Valentin Razumnih' : '', 'Spanish localization' : '', 'Chezh localization' : '', 'Chinese (traditional) localization': '', 'Dutch localization' : '', 'Greek localization' : '', 'Hungarian localization' : '', 'Italian localization' : '', 'Latvian localization' : '', 'Poland localization' : '', 'Icons' : '', 'License: BSD License' : '', 'elFinder documentation' : '', 'Simple and usefull Content Management System' : '', 'Support project development and we will place here info about you' : '', 'Contacts us if you need help integrating elFinder in you products' : '', 'elFinder support following shortcuts' : '', 'helpText' : 'elFinder works similar to file manager on your computer. <br> To make actions on files/folders use icons on top panel. If icon action it is not clear for you, hold mouse cursor over it to see the hint. <br> Manipulations with existing files/folders can be done through the context menu (mouse right-click).<br> To copy/delete a group of files/folders, select them using Shift/Alt(Command) + mouse left-click.' }; })(jQuery);