File indexing completed on 2024-12-22 05:35:31

0001 /**
0002  * elFinder translation template
0003  * use this file to create new translation
0004  * submit new translation via https://github.com/Studio-42/elFinder/issues
0005  * or make a pull request
0006  */
0007  
0008 /**
0009  * XXXXX translation
0010  * @author Translator Name <translator@email.tld>
0011  * @version 201x-xx-xx
0012  */
0013 if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') {
0014         elFinder.prototype.i18.REPLACE_WITH_xx_OR_xx_YY_LANG_CODE = {
0015                 translator : 'Translator name &lt;translator@email.tld&gt;',
0016                 language   : 'Language of translation in your language',
0017                 direction  : 'ltr',
0018                 dateFormat : 'd.m.Y H:i',
0019                 fancyDateFormat : '$1 H:i',
0020                 messages   : {
0021                         
0022                         /********************************** errors **********************************/
0023                         'error'                : 'Error',
0024                         'errUnknown'           : 'Unknown error.',
0025                         'errUnknownCmd'        : 'Unknown command.',
0026                         'errJqui'              : 'Invalid jQuery UI configuration. Selectable, draggable and droppable components must be included.',
0027                         'errNode'              : 'elFinder requires DOM Element to be created.',
0028                         'errURL'               : 'Invalid elFinder configuration! URL option is not set.',
0029                         'errAccess'            : 'Access denied.',
0030                         'errConnect'           : 'Unable to connect to backend.',
0031                         'errAbort'             : 'Connection aborted.',
0032                         'errTimeout'           : 'Connection timeout.',
0033                         'errNotFound'          : 'Backend not found.',
0034                         'errResponse'          : 'Invalid backend response.',
0035                         'errConf'              : 'Invalid backend configuration.',
0036                         'errJSON'              : 'PHP JSON module not installed.',
0037                         'errNoVolumes'         : 'Readable volumes not available.',
0038                         'errCmdParams'         : 'Invalid parameters for command "$1".',
0039                         'errDataNotJSON'       : 'Data is not JSON.',
0040                         'errDataEmpty'         : 'Data is empty.',
0041                         'errCmdReq'            : 'Backend request requires command name.',
0042                         'errOpen'              : 'Unable to open "$1".',
0043                         'errNotFolder'         : 'Object is not a folder.',
0044                         'errNotFile'           : 'Object is not a file.',
0045                         'errRead'              : 'Unable to read "$1".',
0046                         'errWrite'             : 'Unable to write into "$1".',
0047                         'errPerm'              : 'Permission denied.',
0048                         'errLocked'            : '"$1" is locked and can not be renamed, moved or removed.',
0049                         'errExists'            : 'File named "$1" already exists.',
0050                         'errInvName'           : 'Invalid file name.',
0051                         'errFolderNotFound'    : 'Folder not found.',
0052                         'errFileNotFound'      : 'File not found.',
0053                         'errTrgFolderNotFound' : 'Target folder "$1" not found.',
0054                         'errPopup'             : 'Browser prevented opening popup window. To open file enable it in browser options.',
0055                         'errMkdir'             : 'Unable to create folder "$1".',
0056                         'errMkfile'            : 'Unable to create file "$1".',
0057                         'errRename'            : 'Unable to rename "$1".',
0058                         'errCopyFrom'          : 'Copying files from volume "$1" not allowed.',
0059                         'errCopyTo'            : 'Copying files to volume "$1" not allowed.',
0060                         'errUploadCommon'      : 'Upload error.',
0061                         'errUpload'            : 'Unable to upload "$1".',
0062                         'errUploadNoFiles'     : 'No files found for upload.',
0063                         'errMaxSize'           : 'Data exceeds the maximum allowed size.',
0064                         'errFileMaxSize'       : 'File exceeds maximum allowed size.',
0065                         'errUploadMime'        : 'File type not allowed.',
0066                         'errUploadTransfer'    : '"$1" transfer error.', 
0067                         'errSave'              : 'Unable to save "$1".',
0068                         'errCopy'              : 'Unable to copy "$1".',
0069                         'errMove'              : 'Unable to move "$1".',
0070                         'errCopyInItself'      : 'Unable to copy "$1" into itself.',
0071                         'errRm'                : 'Unable to remove "$1".',
0072                         'errExtract'           : 'Unable to extract files from "$1".',
0073                         'errArchive'           : 'Unable to create archive.',
0074                         'errArcType'           : 'Unsupported archive type.',
0075                         'errNoArchive'         : 'File is not archive or has unsupported archive type.',
0076                         'errCmdNoSupport'      : 'Backend does not support this command.',
0077                         'errReplByChild'       : 'The folder “$1” can’t be replaced by an item it contains.',
0078                         'errArcSymlinks'       : 'For security reason denied to unpack archives contains symlinks.',
0079                         'errArcMaxSize'        : 'Archive files exceeds maximum allowed size.',
0080                         'errResize'            : 'Unable to resize "$1".',
0081                         'errUsupportType'      : 'Unsupported file type.',
0082                         
0083                         /******************************* commands names ********************************/
0084                         'cmdarchive'   : 'Create archive',
0085                         'cmdback'      : 'Back',
0086                         'cmdcopy'      : 'Copy',
0087                         'cmdcut'       : 'Cut',
0088                         'cmddownload'  : 'Download',
0089                         'cmdduplicate' : 'Duplicate',
0090                         'cmdedit'      : 'Edit file',
0091                         'cmdextract'   : 'Extract files from archive',
0092                         'cmdforward'   : 'Forward',
0093                         'cmdgetfile'   : 'Select files',
0094                         'cmdhelp'      : 'About this software',
0095                         'cmdhome'      : 'Home',
0096                         'cmdinfo'      : 'Get info',
0097                         'cmdmkdir'     : 'New folder',
0098                         'cmdmkfile'    : 'New text file',
0099                         'cmdopen'      : 'Open',
0100                         'cmdpaste'     : 'Paste',
0101                         'cmdquicklook' : 'Preview',
0102                         'cmdreload'    : 'Reload',
0103                         'cmdrename'    : 'Rename',
0104                         'cmdrm'        : 'Delete',
0105                         'cmdsearch'    : 'Find files',
0106                         'cmdup'        : 'Go to parent directory',
0107                         'cmdupload'    : 'Upload files',
0108                         'cmdview'      : 'View',
0109                         'cmdresize'    : 'Resize image',
0110                         'cmdsort'      : 'Sort',
0111                         
0112                         /*********************************** buttons ***********************************/ 
0113                         'btnClose'  : 'Close',
0114                         'btnSave'   : 'Save',
0115                         'btnRm'     : 'Remove',
0116                         'btnApply'  : 'Apply',
0117                         'btnCancel' : 'Cancel',
0118                         'btnNo'     : 'No',
0119                         'btnYes'    : 'Yes',
0120                         
0121                         /******************************** notifications ********************************/
0122                         'ntfopen'     : 'Open folder',
0123                         'ntffile'     : 'Open file',
0124                         'ntfreload'   : 'Reload folder content',
0125                         'ntfmkdir'    : 'Creating directory',
0126                         'ntfmkfile'   : 'Creating files',
0127                         'ntfrm'       : 'Delete files',
0128                         'ntfcopy'     : 'Copy files',
0129                         'ntfmove'     : 'Move files',
0130                         'ntfprepare'  : 'Prepare to copy files',
0131                         'ntfrename'   : 'Rename files',
0132                         'ntfupload'   : 'Uploading files',
0133                         'ntfdownload' : 'Downloading files',
0134                         'ntfsave'     : 'Save files',
0135                         'ntfarchive'  : 'Creating archive',
0136                         'ntfextract'  : 'Extracting files from archive',
0137                         'ntfsearch'   : 'Searching files',
0138                         'ntfsmth'     : 'Doing something >_<',
0139                         'ntfloadimg'  : 'Loading image',
0140                         
0141                         /************************************ dates **********************************/
0142                         'dateUnknown' : 'unknown',
0143                         'Today'       : 'Today',
0144                         'Yesterday'   : 'Yesterday',
0145                         'Jan'         : 'Jan',
0146                         'Feb'         : 'Feb',
0147                         'Mar'         : 'Mar',
0148                         'Apr'         : 'Apr',
0149                         'May'         : 'May',
0150                         'Jun'         : 'Jun',
0151                         'Jul'         : 'Jul',
0152                         'Aug'         : 'Aug',
0153                         'Sep'         : 'Sep',
0154                         'Oct'         : 'Oct',
0155                         'Nov'         : 'Nov',
0156                         'Dec'         : 'Dec',
0157                         'January'     : 'January',
0158                         'February'    : 'February',
0159                         'March'       : 'March',
0160                         'April'       : 'April',
0161                         'May'         : 'May',
0162                         'June'        : 'June',
0163                         'July'        : 'July',
0164                         'August'      : 'August',
0165                         'September'   : 'September',
0166                         'October'     : 'October',
0167                         'November'    : 'November',
0168                         'December'    : 'December',
0169                         'Sunday'      : 'Sunday', 
0170                         'Monday'      : 'Monday', 
0171                         'Tuesday'     : 'Tuesday', 
0172                         'Wednesday'   : 'Wednesday', 
0173                         'Thursday'    : 'Thursday', 
0174                         'Friday'      : 'Friday', 
0175                         'Saturday'    : 'Saturday',
0176                         'Sun'         : 'Sun', 
0177                         'Mon'         : 'Mon', 
0178                         'Tue'         : 'Tue', 
0179                         'Wed'         : 'Wed', 
0180                         'Thu'         : 'Thu', 
0181                         'Fri'         : 'Fri', 
0182                         'Sat'         : 'Sat',
0183                         /******************************** sort variants ********************************/
0184                         'sortnameDirsFirst' : 'by name (folders first)', 
0185                         'sortkindDirsFirst' : 'by kind (folders first)', 
0186                         'sortsizeDirsFirst' : 'by size (folders first)', 
0187                         'sortdateDirsFirst' : 'by date (folders first)', 
0188                         'sortname'          : 'by name', 
0189                         'sortkind'          : 'by kind', 
0190                         'sortsize'          : 'by size',
0191                         'sortdate'          : 'by date',
0192                         
0193                         /********************************** messages **********************************/
0194                         'confirmReq'      : 'Confirmation required',
0195                         'confirmRm'       : 'Are you sure you want to remove files?<br/>This cannot be undone!',
0196                         'confirmRepl'     : 'Replace old file with new one?',
0197                         'apllyAll'        : 'Apply to all',
0198                         'name'            : 'Name',
0199                         'size'            : 'Size',
0200                         'perms'           : 'Permissions',
0201                         'modify'          : 'Modified',
0202                         'kind'            : 'Kind',
0203                         'read'            : 'read',
0204                         'write'           : 'write',
0205                         'noaccess'        : 'no access',
0206                         'and'             : 'and',
0207                         'unknown'         : 'unknown',
0208                         'selectall'       : 'Select all files',
0209                         'selectfiles'     : 'Select file(s)',
0210                         'selectffile'     : 'Select first file',
0211                         'selectlfile'     : 'Select last file',
0212                         'viewlist'        : 'List view',
0213                         'viewicons'       : 'Icons view',
0214                         'places'          : 'Places',
0215                         'calc'            : 'Calculate', 
0216                         'path'            : 'Path',
0217                         'aliasfor'        : 'Alias for',
0218                         'locked'          : 'Locked',
0219                         'dim'             : 'Dimensions',
0220                         'files'           : 'Files',
0221                         'folders'         : 'Folders',
0222                         'items'           : 'Items',
0223                         'yes'             : 'yes',
0224                         'no'              : 'no',
0225                         'link'            : 'Link',
0226                         'searcresult'     : 'Search results',  
0227                         'selected'        : 'selected items',
0228                         'about'           : 'About',
0229                         'shortcuts'       : 'Shortcuts',
0230                         'help'            : 'Help',
0231                         'webfm'           : 'Web file manager',
0232                         'ver'             : 'Version',
0233                         'protocol'        : 'protocol version',
0234                         'homepage'        : 'Project home',
0235                         'docs'            : 'Documentation',
0236                         'github'          : 'Fork us on Github',
0237                         'twitter'         : 'Follow us on twitter',
0238                         'facebook'        : 'Join us on facebook',
0239                         'team'            : 'Team',
0240                         'chiefdev'        : 'chief developer',
0241                         'developer'       : 'developer',
0242                         'contributor'     : 'contributor',
0243                         'maintainer'      : 'maintainer',
0244                         'translator'      : 'translator',
0245                         'icons'           : 'Icons',
0246                         'dontforget'      : 'and don\'t forget to take your towel',
0247                         'shortcutsof'     : 'Shortcuts disabled',
0248                         'dropFiles'       : 'Drop files here',
0249                         'or'              : 'or',
0250                         'selectForUpload' : 'Select files to upload',
0251                         'moveFiles'       : 'Move files',
0252                         'copyFiles'       : 'Copy files',
0253                         'rmFromPlaces'    : 'Remove from places',
0254                         'untitled folder' : 'untitled folder',
0255                         'untitled file.txt' : 'untitled file.txt',
0256                         'aspectRatio'     : 'Aspect ratio',
0257                         'scale'           : 'Scale',
0258                         'width'           : 'Width',
0259                         'height'          : 'Height',
0260                         'mode'            : 'Mode',
0261                         'resize'          : 'Resize',
0262                         'crop'            : 'Crop',
0263                         'rotate'          : 'Rotate',
0264                         'rotate-cw'       : 'Rotate 90 degrees CW',
0265                         'rotate-ccw'      : 'Rotate 90 degrees CCW',
0266                         'degree'          : 'Degree',
0267                         
0268                         /********************************** mimetypes **********************************/
0269                         'kindUnknown'     : 'Unknown',
0270                         'kindFolder'      : 'Folder',
0271                         'kindAlias'       : 'Alias',
0272                         'kindAliasBroken' : 'Broken alias',
0273                         // applications
0274                         'kindApp'         : 'Application',
0275                         'kindPostscript'  : 'Postscript document',
0276                         'kindMsOffice'    : 'Microsoft Office document',
0277                         'kindMsWord'      : 'Microsoft Word document',
0278                         'kindMsExcel'     : 'Microsoft Excel document',
0279                         'kindMsPP'        : 'Microsoft Powerpoint presentation',
0280                         'kindOO'          : 'Open Office document',
0281                         'kindAppFlash'    : 'Flash application',
0282                         'kindPDF'         : 'Portable Document Format (PDF)',
0283                         'kindTorrent'     : 'Bittorrent file',
0284                         'kind7z'          : '7z archive',
0285                         'kindTAR'         : 'TAR archive',
0286                         'kindGZIP'        : 'GZIP archive',
0287                         'kindBZIP'        : 'BZIP archive',
0288                         'kindZIP'         : 'ZIP archive',
0289                         'kindRAR'         : 'RAR archive',
0290                         'kindJAR'         : 'Java JAR file',
0291                         'kindTTF'         : 'True Type font',
0292                         'kindOTF'         : 'Open Type font',
0293                         'kindRPM'         : 'RPM package',
0294                         // texts
0295                         'kindText'        : 'Text document',
0296                         'kindTextPlain'   : 'Plain text',
0297                         'kindPHP'         : 'PHP source',
0298                         'kindCSS'         : 'Cascading style sheet',
0299                         'kindHTML'        : 'HTML document',
0300                         'kindJS'          : 'Javascript source',
0301                         'kindRTF'         : 'Rich Text Format',
0302                         'kindC'           : 'C source',
0303                         'kindCHeader'     : 'C header source',
0304                         'kindCPP'         : 'C++ source',
0305                         'kindCPPHeader'   : 'C++ header source',
0306                         'kindShell'       : 'Unix shell script',
0307                         'kindPython'      : 'Python source',
0308                         'kindJava'        : 'Java source',
0309                         'kindRuby'        : 'Ruby source',
0310                         'kindPerl'        : 'Perl script',
0311                         'kindSQL'         : 'SQL source',
0312                         'kindXML'         : 'XML document',
0313                         'kindAWK'         : 'AWK source',
0314                         'kindCSV'         : 'Comma separated values',
0315                         'kindDOCBOOK'     : 'Docbook XML document',
0316                         // images
0317                         'kindImage'       : 'Image',
0318                         'kindBMP'         : 'BMP image',
0319                         'kindJPEG'        : 'JPEG image',
0320                         'kindGIF'         : 'GIF Image',
0321                         'kindPNG'         : 'PNG Image',
0322                         'kindTIFF'        : 'TIFF image',
0323                         'kindTGA'         : 'TGA image',
0324                         'kindPSD'         : 'Adobe Photoshop image',
0325                         'kindXBITMAP'     : 'X bitmap image',
0326                         'kindPXM'         : 'Pixelmator image',
0327                         // media
0328                         'kindAudio'       : 'Audio media',
0329                         'kindAudioMPEG'   : 'MPEG audio',
0330                         'kindAudioMPEG4'  : 'MPEG-4 audio',
0331                         'kindAudioMIDI'   : 'MIDI audio',
0332                         'kindAudioOGG'    : 'Ogg Vorbis audio',
0333                         'kindAudioWAV'    : 'WAV audio',
0334                         'AudioPlaylist'   : 'MP3 playlist',
0335                         'kindVideo'       : 'Video media',
0336                         'kindVideoDV'     : 'DV movie',
0337                         'kindVideoMPEG'   : 'MPEG movie',
0338                         'kindVideoMPEG4'  : 'MPEG-4 movie',
0339                         'kindVideoAVI'    : 'AVI movie',
0340                         'kindVideoMOV'    : 'Quick Time movie',
0341                         'kindVideoWM'     : 'Windows Media movie',
0342                         'kindVideoFlash'  : 'Flash movie',
0343                         'kindVideoMKV'    : 'Matroska movie',
0344                         'kindVideoOGG'    : 'Ogg movie'
0345                 }
0346         }
0347 }
0348