You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
769 B

/*
* JavaScript translation definition
* Example to help translation of some English strings in some js files
*
* $Id$
*/
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.",
};