rlm@3
|
1 /*
|
rlm@3
|
2 Script: Language.en.js
|
rlm@3
|
3 MooTools FileManager - Language Strings in English
|
rlm@3
|
4
|
rlm@3
|
5 Translation:
|
rlm@3
|
6 [Christoph Pojer](http://og5.net/christoph)
|
rlm@3
|
7 */
|
rlm@3
|
8
|
rlm@3
|
9 FileManager.Language.en = {
|
rlm@3
|
10 more: 'Details',
|
rlm@3
|
11 width: 'Width:',
|
rlm@3
|
12 height: 'Height:',
|
rlm@3
|
13
|
rlm@3
|
14 ok: 'Ok',
|
rlm@3
|
15 open: 'Select file',
|
rlm@3
|
16 upload: 'Upload',
|
rlm@3
|
17 create: 'Create folder',
|
rlm@3
|
18 createdir: 'Please specify a folder name:',
|
rlm@3
|
19 cancel: 'Cancel',
|
rlm@3
|
20
|
rlm@3
|
21 information: 'Information',
|
rlm@3
|
22 type: 'Type:',
|
rlm@3
|
23 size: 'Size:',
|
rlm@3
|
24 dir: 'Path:',
|
rlm@3
|
25 modified: 'Last modified:',
|
rlm@3
|
26 preview: 'Preview',
|
rlm@3
|
27 close: 'Close',
|
rlm@3
|
28 destroy: 'Delete',
|
rlm@3
|
29 destroyfile: 'Are you sure to delete this file?',
|
rlm@3
|
30
|
rlm@3
|
31 rename: 'Rename',
|
rlm@3
|
32 renamefile: 'Please enter a new file name:',
|
rlm@3
|
33
|
rlm@3
|
34 download: 'Download',
|
rlm@3
|
35 nopreview: '<i>No preview available</i>',
|
rlm@3
|
36
|
rlm@3
|
37 title: 'Title:',
|
rlm@3
|
38 artist: 'Artist:',
|
rlm@3
|
39 album: 'Album:',
|
rlm@3
|
40 length: 'Length:',
|
rlm@3
|
41 bitrate: 'Bitrate:',
|
rlm@3
|
42
|
rlm@3
|
43 deselect: 'Deselect',
|
rlm@3
|
44
|
rlm@3
|
45 nodestroy: 'Deleting files has been disabled on this Server.',
|
rlm@3
|
46
|
rlm@3
|
47 'upload.disabled': 'Uploading has been disabled on this Server.',
|
rlm@3
|
48 'upload.authenticated': 'You are not authenticated to upload files.',
|
rlm@3
|
49 'upload.path': 'The specified Upload-Folder does not exist. Please contact the administrator of this Website.',
|
rlm@3
|
50 'upload.exists': 'The specified Upload-Location does already exist. Please contact the administrator of this Website.',
|
rlm@3
|
51 'upload.mime': 'The specified file-type is not allowed.',
|
rlm@3
|
52 'upload.extension': 'The uploaded file has an unknown or forbidden file extension.',
|
rlm@3
|
53 '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
|
54 'upload.partial': 'The file you uploaded was only partially uploaded, please upload the file again.',
|
rlm@3
|
55 'upload.nofile': 'There was no file specified to be uploaded.',
|
rlm@3
|
56 'upload.default': 'Something went wrong with the File-Upload.',
|
rlm@3
|
57
|
rlm@3
|
58 /* FU */
|
rlm@3
|
59 uploader: {
|
rlm@3
|
60 unknown: 'Unknown Error',
|
rlm@3
|
61 sizeLimitMin: 'You can not attach "<em>${name}</em>" (${size}), the file size minimum is <strong>${size_min}</strong>!',
|
rlm@3
|
62 sizeLimitMax: 'You can not attach "<em>${name}</em>" (${size}), the file size limit is <strong>${size_max}</strong>!'
|
rlm@3
|
63 },
|
rlm@3
|
64
|
rlm@3
|
65 flash: {
|
rlm@3
|
66 hidden: 'To enable the embedded uploader, unblock it in your browser and refresh (see Adblock).',
|
rlm@3
|
67 disabled: 'To enable the embedded uploader, enable the blocked Flash movie and refresh (see Flashblock).',
|
rlm@3
|
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>.'
|
rlm@3
|
69 },
|
rlm@3
|
70
|
rlm@3
|
71 resizeImages: 'Resize big images on upload'
|
rlm@3
|
72 }; |