rlm@3: /*
rlm@3: Script: Language.en.js
rlm@3: MooTools FileManager - Language Strings in English
rlm@3:
rlm@3: Translation:
rlm@3: [Christoph Pojer](http://og5.net/christoph)
rlm@3: */
rlm@3:
rlm@3: FileManager.Language.en = {
rlm@3: more: 'Details',
rlm@3: width: 'Width:',
rlm@3: height: 'Height:',
rlm@3:
rlm@3: ok: 'Ok',
rlm@3: open: 'Select file',
rlm@3: upload: 'Upload',
rlm@3: create: 'Create folder',
rlm@3: createdir: 'Please specify a folder name:',
rlm@3: cancel: 'Cancel',
rlm@3:
rlm@3: information: 'Information',
rlm@3: type: 'Type:',
rlm@3: size: 'Size:',
rlm@3: dir: 'Path:',
rlm@3: modified: 'Last modified:',
rlm@3: preview: 'Preview',
rlm@3: close: 'Close',
rlm@3: destroy: 'Delete',
rlm@3: destroyfile: 'Are you sure to delete this file?',
rlm@3:
rlm@3: rename: 'Rename',
rlm@3: renamefile: 'Please enter a new file name:',
rlm@3:
rlm@3: download: 'Download',
rlm@3: nopreview: 'No preview available',
rlm@3:
rlm@3: title: 'Title:',
rlm@3: artist: 'Artist:',
rlm@3: album: 'Album:',
rlm@3: length: 'Length:',
rlm@3: bitrate: 'Bitrate:',
rlm@3:
rlm@3: deselect: 'Deselect',
rlm@3:
rlm@3: nodestroy: 'Deleting files has been disabled on this Server.',
rlm@3:
rlm@3: 'upload.disabled': 'Uploading has been disabled on this Server.',
rlm@3: 'upload.authenticated': 'You are not authenticated to upload files.',
rlm@3: 'upload.path': 'The specified Upload-Folder does not exist. Please contact the administrator of this Website.',
rlm@3: 'upload.exists': 'The specified Upload-Location does already exist. Please contact the administrator of this Website.',
rlm@3: 'upload.mime': 'The specified file-type is not allowed.',
rlm@3: 'upload.extension': 'The uploaded file has an unknown or forbidden file extension.',
rlm@3: 'upload.size': 'The size of the file you uploaded is too big to be processed on this server. Please upload a smaller file.',
rlm@3: 'upload.partial': 'The file you uploaded was only partially uploaded, please upload the file again.',
rlm@3: 'upload.nofile': 'There was no file specified to be uploaded.',
rlm@3: 'upload.default': 'Something went wrong with the File-Upload.',
rlm@3:
rlm@3: /* FU */
rlm@3: uploader: {
rlm@3: unknown: 'Unknown Error',
rlm@3: sizeLimitMin: 'You can not attach "${name}" (${size}), the file size minimum is ${size_min}!',
rlm@3: sizeLimitMax: 'You can not attach "${name}" (${size}), the file size limit is ${size_max}!'
rlm@3: },
rlm@3:
rlm@3: flash: {
rlm@3: hidden: 'To enable the embedded uploader, unblock it in your browser and refresh (see Adblock).',
rlm@3: disabled: 'To enable the embedded uploader, enable the blocked Flash movie and refresh (see Flashblock).',
rlm@3: flash: 'In order to upload files you need to install Adobe Flash.'
rlm@3: },
rlm@3:
rlm@3: resizeImages: 'Resize big images on upload'
rlm@3: };