/*
|
|
* 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.",
|
|
};
|