var jxBase = '/vcddb/index.php';

var Trans = {
	items: {
"loanlist":"No movies have been added to the list",
"loanborrower":"Select borrower",
"invalidname":"Type in a name",
"deleteborrower":"Delete borrower and all his loan records?",
"notitle":"Title is missing",
"noyear":"Select year",
"invalid":"Invalid input",
"nomediatype":"Select media type",
"nocategory":"Select category",
"nocdcount":"Select CD count",
"url":"Enter exact image url",
"delete":"Delete record?",
"removeactor":"Remove actor from movie?",
"norss":"Select at least one rss feed to continue",
"deletemeta":"Delete metadata and all related records ?",
"noupload":"Select file to upload",
"noxmlthumb":"Select a XML file for the thumbnails or uncheck the thumbnails upload checkbox!",
"nocriteria":"Please define the search criteria",
"lastcopy":"This is the only copy in the database.<br>All movie information will be deleted<br>Continue and delete?",
"noselection":"Select at least one movie to proceed.",
"nomediaselection":"Select media type for all the titles.",
"reqname":"Please type in your full name.",
"requsername":"Please type in username",
"requsername3":"Username must be at least 3 characters.",
"reqpassword":"Password needs to be at least 5 characters!",
"reqpassnomatch":"Passwords do not match!"
	},
	late: function(string) {
		var str = this.items[string];
		if (!(this.items[string]===undefined)) {
			return this.items[string];
		} else {
			return 'Invalid translation key!';
		}
	}
};
