Subversion Repositories wimsdev

Rev

Rev 3434 | Rev 3470 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. var names= new Array();
  2.  
  3. names["lang_name"]="English";
  4. names["insert_selection"]="insert selection";
  5. names["not_available"]=names["lang_name"]+" version not yet available";
  6. names["contextual_help"]="Contextual Help (autocompletion)";
  7. names["contextual_help_desc"]="Type in an antislash character (<code>\</code>) , then a lowercase letter to activate autocompletion. The instruction list will be Filtered with instructions matching your text.";
  8.  
  9. names["wims_instruction"]=" OEF Instruction";
  10. names["latex_instruction"]="LaTeX Instruction ";
  11. names["if_instruction"]="comparison operator";
  12. names["special_instruction"]="Special Instruction";
  13. names["oef0_instruction"]="instruction OEF 0";
  14. names["oef1_instruction"]="instruction OEF 1";
  15. names["oef2_instruction"]="instruction OEF 2";
  16. names["oef4_instruction"]="instruction OEF 4";
  17. names["oef5_instruction"]="instruction OEF 5";
  18.  
  19.  
  20. /** HTML entities ***/
  21. names["Italics"]="Italics";
  22. names["Bold"]="Bold";
  23.  
  24. names["Link"]="Link";
  25. names["Link_Text"]="Link Text";
  26. names["Enter_Link_URL"]="Enter Link URL";
  27.  
  28. names["Image"]="Image";
  29. names["image_alt"]="image description";
  30. names["Enter_img_URL"]="Enter Image Filename :";
  31.  
  32. names["Heading"]="Heading #1";
  33. names["Unordered_List"]="Unordered List";
  34. names["Ordered_List"]="Ordered List";
  35.  
  36. /** WIMS 'before' instructions **/
  37. names["title"]="Title";
  38. names["User_guide"]="User guide";
  39. names["author"]="Author";
  40. names["range"]="Range";
  41.  
  42. /** WIMS 'during' instructions  **/
  43. names["statement"]="Statement";
  44. names["hint"]="Hint";
  45. names["help"]="Help";
  46.  
  47.  
  48. /** WIMS 'After' instructions **/
  49. names["answer"]="Answer";
  50. names["feedback"]="Feedback";
  51. names["condition"]="Condition";
  52. names["solution"]="Solution";
  53.  
  54.