|
|
/*
|
|
|
* 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."
|
|
|
// "Add Field" : "Add Field",
|
|
|
// "Edit Field" : "Edit Field",
|
|
|
// "Removing the field will result in data loss. Are you sure?" : "Removing the field will result in data loss. Are you sure?",
|
|
|
// "Save" : "Save",
|
|
|
// "Cancel" : "Cancel",
|
|
|
// "Delete" : "Delete",
|
|
|
// "Unassign module" : "Unassign module",
|
|
|
// "Edit module" : "Edit module",
|
|
|
// "Edit module:" : "Edit module:",
|
|
|
// "Favorite" : "Favorite",
|
|
|
// "What address are you looking for?" : "What address are you looking for?",
|
|
|
// "Filter:" : "Filter:",
|
|
|
// "Please enter a page name" : "Please enter a page name",
|
|
|
// "Change Highlighter" : "Change Highlighter",
|
|
|
// "Toggle Highlighter" : "Toggle Highlighter",
|
|
|
// "Are you sure you want to unassign this module?" : "Are you sure you want to unassign this module?"
|
|
|
// remember the IE does not support ending comma on last item
|
|
|
};
|