Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3429 | obado | 1 | var names= new Array(); |
2 | |||
3433 | obado | 3 | names["lang_name"]="English"; |
4 | names["insert_selection"]="insert selection"; |
||
3434 | obado | 5 | names["not_available"]=names["lang_name"]+" version not yet available"; |
6 | |||
7 | |||
8 | /** HTML entities ***/ |
||
9 | names["Italics"]="Italics"; |
||
10 | names["Bold"]="Bold"; |
||
11 | |||
12 | names["Link"]="Link"; |
||
13 | names["Link_Text"]="Link Text"; |
||
14 | names["Enter_Link_URL"]="Enter Link URL"; |
||
15 | |||
16 | names["Image"]="Image"; |
||
17 | names["image_alt"]="image description"; |
||
18 | names["Enter_img_URL"]="Enter Image Filename :"; |
||
19 | |||
20 | names["Heading"]="Heading #1"; |
||
21 | names["Unordered_List"]="Unordered List"; |
||
22 | names["Ordered_List"]="Ordered List"; |
||
23 | |||
24 | /** WIMS 'before' instructions **/ |
||
25 | names["title"]="Title"; |
||
26 | names["User_guide"]="User guide"; |
||
27 | names["author"]="Author"; |
||
28 | names["range"]="Range"; |
||
29 | |||
30 | /** WIMS 'during' instructions **/ |
||
31 | names["statement"]="Statement"; |
||
32 | names["hint"]="Hint"; |
||
33 | names["help"]="Help"; |
||
34 | |||
35 | |||
36 | /** WIMS 'After' instructions **/ |
||
37 | names["answer"]="Answer"; |
||
38 | names["feedback"]="Feedback"; |
||
39 | names["condition"]="Condition"; |
||
40 | names["solution"]="Solution"; |
||
41 |