/* 
 * Javascript translation definition
 * Example to help translation of some English strings in some js files
 * 
 * $Id: language.js 30343 2010-10-27 12:50:51Z xavidp $
 */

lang = {
//	"Very Secure" : "Very Secure",
//	"Secure" : "Secure",
//	"Very Strong" : "Very Strong",
//	"Strong" : "Strong",
//	"Average" : "Average",
//	"Weak" : "Weak",
//	"Very Weak" : "Very Weak",
//	"Strength" : "Strength",
//	"Valid User Name" : "Valid User Name",
//	"Passwords match" : "Passwords match",
//	"Valid Email" : "Valid Email",
//	"Close" : "Close",
//	"Submit" : "Submit",
//	"Insert" : "Insert",
//	"Replace" : "Replace",
//	"Match" : "Match",
//	"Do not match" : "Do not match",
//	"Advanced options" : "Advanced options",
//	"Pick a file." : "Pick a file.",
};

