Mercurial > judyates
view e2gallerypro/e2upload/Source/Language/Language.en.js @ 9:325fe78243c9 judyates
[svn r10] all the good stuff from my week at mom's.
author | rlm |
---|---|
date | Sun, 11 Apr 2010 22:05:32 -0400 |
parents | 3f6b44aa6b35 |
children |
line wrap: on
line source
1 /*2 Script: Language.en.js3 MooTools FileManager - Language Strings in English5 Translation:6 [Christoph Pojer](http://og5.net/christoph)7 */9 FileManager.Language.en = {10 more: 'Details',11 width: 'Width:',12 height: 'Height:',14 ok: 'Ok',15 open: 'Select file',16 upload: 'Upload',17 create: 'Create folder',18 createdir: 'Please specify a folder name:',19 cancel: 'Cancel',21 information: 'Information',22 type: 'Type:',23 size: 'Size:',24 dir: 'Path:',25 modified: 'Last modified:',26 preview: 'Preview',27 close: 'Close',28 destroy: 'Delete',29 destroyfile: 'Are you sure to delete this file?',31 rename: 'Rename',32 renamefile: 'Please enter a new file name:',34 download: 'Download',35 nopreview: '<i>No preview available</i>',37 title: 'Title:',38 artist: 'Artist:',39 album: 'Album:',40 length: 'Length:',41 bitrate: 'Bitrate:',43 deselect: 'Deselect',45 nodestroy: 'Deleting files has been disabled on this Server.',47 'upload.disabled': 'Uploading has been disabled on this Server.',48 'upload.authenticated': 'You are not authenticated to upload files.',49 'upload.path': 'The specified Upload-Folder does not exist. Please contact the administrator of this Website.',50 'upload.exists': 'The specified Upload-Location does already exist. Please contact the administrator of this Website.',51 'upload.mime': 'The specified file-type is not allowed.',52 'upload.extension': 'The uploaded file has an unknown or forbidden file extension.',53 'upload.size': 'The size of the file you uploaded is too big to be processed on this server. Please upload a smaller file.',54 'upload.partial': 'The file you uploaded was only partially uploaded, please upload the file again.',55 'upload.nofile': 'There was no file specified to be uploaded.',56 'upload.default': 'Something went wrong with the File-Upload.',58 /* FU */59 uploader: {60 unknown: 'Unknown Error',61 sizeLimitMin: 'You can not attach "<em>${name}</em>" (${size}), the file size minimum is <strong>${size_min}</strong>!',62 sizeLimitMax: 'You can not attach "<em>${name}</em>" (${size}), the file size limit is <strong>${size_max}</strong>!'63 },65 flash: {66 hidden: 'To enable the embedded uploader, unblock it in your browser and refresh (see Adblock).',67 disabled: 'To enable the embedded uploader, enable the blocked Flash movie and refresh (see Flashblock).',68 flash: 'In order to upload files you need to install <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Adobe Flash</a>.'69 },71 resizeImages: 'Resize big images on upload'72 };