i18n.text = {
	signup: {
		emailExists:				i18n.gettext("<strong>An account with this email already exists. Have you <a href=\"/member/forgotpass.php\">forgotten your password</a>?</strong>")	},

	shared: {
		cannotPreview:				i18n.gettext("Sorry, couldn't generate a preview."),
		legacyInfo:					i18n.gettext("This feature is currently not accessible on the FileFactory Beta site. This link will take you to the old FileFactory site.")	},

	remote: {
		maximum:					i18n.gettext("Not all URLs were added to the list as you have reached the maximum number of URLs.")	},

	file: {
		modalPreviewLink:			i18n.gettext("Download")	},

	tool: {
		folderLink: 				i18n.gettext("Go to folder"),
		unloadMessage:				i18n.gettext("You haven't saved the changes to your playlist yet.\n\nLeaving the page will abandon these changes."),
		deleteWarning:				i18n.gettext("Are you sure you want to delete this playlist?\n\nThis will not delete the files from your FileFactory account."),
		loading:					i18n.gettext("Loading..."),
		noFiles:					i18n.gettext("No files were found in the selected folder."),
		noTracks:					i18n.gettext("Please add at least one track to your playlist before trying to save it.")	},

	tree: {
		create: 					i18n.gettext("New Folder"),
		name: 						i18n.gettext("Folder name")	},

	uploader: {
		error: {
			noFiles:				i18n.gettext("You have not selected any files to upload."),
			generic:				i18n.gettext("An error has occured. Unable to upload your file."),
			filesize:				i18n.gettext("File is too big."),
			empty:					i18n.gettext("Cannot upload empty files."),
			fileType:				i18n.gettext("Invalid file type."),
			unhandled:				i18n.gettext("Unhandled error."),
			fileLimit:				i18n.gettext("You have attempted to queue too many files."),
			validation:				i18n.gettext("Failed validation. Upload skipped."),
			http:					i18n.gettext("Upload error ($1)."),
			io:						i18n.gettext("Server error (I/O)."),
			security:				i18n.gettext("Security error."),
			limit:					i18n.gettext("Upload limit exceeded."),
			tabswitch:				i18n.gettext("You cannot switch to another uploader tab while uploading files from your computer.\n\nPlease complete your uploads and then try again.")		},

		uploading:					i18n.gettext("Uploading."),
		bytesDone:					i18n.gettext("$1 of $2 done."),
		calculatingRemaining:		i18n.gettext("Calculating time remaining."),
		secondsRemaining: 			i18n.ngettext("1 second remaining.", "$1 seconds remaining"),
		minutesRemaining: 			i18n.ngettext("1 minute remaining.", "$1 minutes remaining"),

		fileLimit:					i18n.gettext("You may select up to $1 files."),
		stopped:					i18n.gettext("Stopped."),
		failed:						i18n.gettext("Upload failed."),
		cancelled:					i18n.gettext("Cancelled."),
		ready:						i18n.gettext("Ready for upload."),
		complete:					i18n.gettext("Complete."),

		createFolder:				i18n.gettext("Please create a folder to upload to."),
		selectFolder:				i18n.gettext("Please select a folder to upload to."),
		browse:						i18n.gettext("Browse..."),
		progress: 					i18n.gettext("$1 complete"),
		validEmail:					i18n.gettext("Please enter a valid email address"),
		unload:						i18n.gettext("You are still uploading files. Leaving this page will cancel the uploads.")	},

	turbo: {
			tips: [
									i18n.gettext("Did you know that you can add multiple files to the <em>New Upload</em> window? This makes it easy to upload a set of files (e.g. a multi-part archive) to the same folder.<br /><br />To upload multiple files, seperate the filenames with a semi-colon ';'. If you select multiple files through the <em>Browse...</em> option this will be done automatically for you. "),
									i18n.gettext("For quicker uploads drag files straight from your Windows folders straight into the <em>Upload</em> list. Files will be immediately uploaded to your <em>Default</em> folder without any further action on your part."),
									i18n.gettext("You can drag links from Firefox straight into the <em>Downloads</em> list. The files will immediately download to your computer."),
									i18n.gettext("If you select and right click on a list of uploaded files you will be given the option to <em>Show File Details</em>. This will give you the addresses of all selected files, and allows you easily to copy the details to another program."),
									i18n.gettext("Double click on a completed upload to go to its download page in your browser."),
									i18n.gettext("Double click on a completed download to open it."),
									i18n.gettext("If you are a premium member you can add the address of file information web page (e.g. <em>http://www.filefactory.com/file/abc123</em>) to your downloads instead of clicking through multiple web pages in your browser to get the full download link.<br /><br /> FileFactory Turbo will retrieve the final download location and begin downloading the full file automatically.")			]
	},

	manager: {
		operationFailed:			i18n.gettext("Operation Failed"),
		operationError:				i18n.gettext("An error was encountered"),
		reload:						i18n.gettext("Please wait while the file manager reloads."),

		folder: {
			linkDefault:			i18n.gettext("Not applicable (Default Folder)"),
			linkPrivate:			i18n.gettext("Not applicable (Private Folder)"),
			deleteWarning: 			i18n.gettext("This will permanently delete this folder and ALL subfolders and files within.  Are you sure?"),
			loadManually:			i18n.gettext("Load Folders Manually")		},

		files: {
			showPreview:			i18n.gettext("Click to view a larger preview"),
			showMoviePreview:		i18n.gettext("Click to view selected screenshots of this movie"),
			noFiles:				i18n.gettext("There are no files to display"),
			deleteWarning:			i18n.ngettext("This will permanently delete $1 file.  Are you sure?.", "This will permanently delete $1 files.  Are you sure?"),
			moveWarning:			i18n.ngettext("You've selected 1 file to move.  Please select a folder", "You've selected $1 files to move.  Please select a folder"),
			emailWarning:			i18n.ngettext("You've selected 1 file to email.  Please enter recipients", "You've selected $1 files to email.  Please enter recipients"),
			moveSuccessful:			i18n.gettext("Files have been successfully moved."),
			emailSuccessful:		i18n.gettext("The requested file links have been successfully emailed.")		},

		remote: {
			failed:					i18n.gettext("Failed"),
			pending:				i18n.gettext("Pending"),
			downloading:			i18n.gettext("Downloading")		},

		torrent: {
			downloaded:				i18n.gettext("Downloaded"),
			speed:					i18n.gettext("Speed")		}
	}
};
