var jxBase = '/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 Disc 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 an 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!';
		}
	}
};
