diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/e2gallerypro/e2upload/Source/Language/Language.en.js	Mon Feb 22 08:02:39 2010 -0500
     1.3 @@ -0,0 +1,72 @@
     1.4 +/*
     1.5 +Script: Language.en.js
     1.6 +	MooTools FileManager - Language Strings in English
     1.7 +
     1.8 +Translation:
     1.9 +	[Christoph Pojer](http://og5.net/christoph)
    1.10 +*/
    1.11 +
    1.12 +FileManager.Language.en = {
    1.13 +	more: 'Details',
    1.14 +	width: 'Width:',
    1.15 +	height: 'Height:',
    1.16 +	
    1.17 +	ok: 'Ok',
    1.18 +	open: 'Select file',
    1.19 +	upload: 'Upload',
    1.20 +	create: 'Create folder',
    1.21 +	createdir: 'Please specify a folder name:',
    1.22 +	cancel: 'Cancel',
    1.23 +	
    1.24 +	information: 'Information',
    1.25 +	type: 'Type:',
    1.26 +	size: 'Size:',
    1.27 +	dir: 'Path:',
    1.28 +	modified: 'Last modified:',
    1.29 +	preview: 'Preview',
    1.30 +	close: 'Close',
    1.31 +	destroy: 'Delete',
    1.32 +	destroyfile: 'Are you sure to delete this file?',
    1.33 +	
    1.34 +	rename: 'Rename',
    1.35 +	renamefile: 'Please enter a new file name:',
    1.36 +	
    1.37 +	download: 'Download',
    1.38 +	nopreview: '<i>No preview available</i>',
    1.39 +	
    1.40 +	title: 'Title:',
    1.41 +	artist: 'Artist:',
    1.42 +	album: 'Album:',
    1.43 +	length: 'Length:',
    1.44 +	bitrate: 'Bitrate:',
    1.45 +	
    1.46 +	deselect: 'Deselect',
    1.47 +	
    1.48 +	nodestroy: 'Deleting files has been disabled on this Server.',
    1.49 +	
    1.50 +	'upload.disabled': 'Uploading has been disabled on this Server.',
    1.51 +	'upload.authenticated': 'You are not authenticated to upload files.',
    1.52 +	'upload.path': 'The specified Upload-Folder does not exist. Please contact the administrator of this Website.',
    1.53 +	'upload.exists': 'The specified Upload-Location does already exist. Please contact the administrator of this Website.',
    1.54 +	'upload.mime': 'The specified file-type is not allowed.',
    1.55 +	'upload.extension': 'The uploaded file has an unknown or forbidden file extension.',
    1.56 +	'upload.size': 'The size of the file you uploaded is too big to be processed on this server. Please upload a smaller file.',
    1.57 +	'upload.partial': 'The file you uploaded was only partially uploaded, please upload the file again.',
    1.58 +	'upload.nofile': 'There was no file specified to be uploaded.',
    1.59 +	'upload.default': 'Something went wrong with the File-Upload.',
    1.60 +	
    1.61 +	/* FU */
    1.62 +	uploader: {
    1.63 +		unknown: 'Unknown Error',
    1.64 +		sizeLimitMin: 'You can not attach "<em>${name}</em>" (${size}), the file size minimum is <strong>${size_min}</strong>!',
    1.65 +		sizeLimitMax: 'You can not attach "<em>${name}</em>" (${size}), the file size limit is <strong>${size_max}</strong>!'
    1.66 +	},
    1.67 +	
    1.68 +	flash: {
    1.69 +		hidden: 'To enable the embedded uploader, unblock it in your browser and refresh (see Adblock).',
    1.70 +		disabled: 'To enable the embedded uploader, enable the blocked Flash movie  and refresh (see Flashblock).',
    1.71 +		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>.'
    1.72 +	},
    1.73 +	
    1.74 +	resizeImages: 'Resize big images on upload'
    1.75 +};
    1.76 \ No newline at end of file