Mercurial > judyates
comparison e2gallerypro/e2upload/Source/Language/Language.en.js @ 3:3f6b44aa6b35 judyates
[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author | rlm |
---|---|
date | Mon, 22 Feb 2010 08:02:39 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:670229c4eb4b | 3:3f6b44aa6b35 |
---|---|
1 /* | |
2 Script: Language.en.js | |
3 MooTools FileManager - Language Strings in English | |
4 | |
5 Translation: | |
6 [Christoph Pojer](http://og5.net/christoph) | |
7 */ | |
8 | |
9 FileManager.Language.en = { | |
10 more: 'Details', | |
11 width: 'Width:', | |
12 height: 'Height:', | |
13 | |
14 ok: 'Ok', | |
15 open: 'Select file', | |
16 upload: 'Upload', | |
17 create: 'Create folder', | |
18 createdir: 'Please specify a folder name:', | |
19 cancel: 'Cancel', | |
20 | |
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?', | |
30 | |
31 rename: 'Rename', | |
32 renamefile: 'Please enter a new file name:', | |
33 | |
34 download: 'Download', | |
35 nopreview: '<i>No preview available</i>', | |
36 | |
37 title: 'Title:', | |
38 artist: 'Artist:', | |
39 album: 'Album:', | |
40 length: 'Length:', | |
41 bitrate: 'Bitrate:', | |
42 | |
43 deselect: 'Deselect', | |
44 | |
45 nodestroy: 'Deleting files has been disabled on this Server.', | |
46 | |
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.', | |
57 | |
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 }, | |
64 | |
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 }, | |
70 | |
71 resizeImages: 'Resize big images on upload' | |
72 }; |