Commit | Line | Data |
---|---|---|
a69ed767 KL |
1 | windowTitle=Radiobuttons, CheckBoxes, and ComboBox |
2 | ||
3 | statusBar=Radiobuttons and checkboxes | |
4 | statusBarHelp=Help | |
5 | statusBarShell=Shell | |
6 | statusBarOpen=Open | |
7 | statusBarExit=Exit | |
8 | ||
9 | checkBoxLabel1=Check box example 1 | |
10 | checkBoxText1=CheckBox 1 | |
11 | checkBoxLabel2=Check box example 2 | |
12 | checkBoxText2=CheckBox 2 | |
13 | radioGroupTitle=Group 1 | |
14 | radioOption1=Radio option 1 | |
15 | radioOption2=Radio option 2 | |
16 | radioOption3=Radio option 3 | |
17 | comboBoxString0=String 0 | |
18 | comboBoxString1=String 1 | |
19 | comboBoxString2=String 2 | |
20 | comboBoxString3=String 3 | |
21 | comboBoxString4=String 4 | |
22 | comboBoxString5=String 5 | |
23 | comboBoxString6=String 6 | |
24 | comboBoxString7=String 7 | |
25 | comboBoxString8=String 8 | |
26 | comboBoxString9=String 9 | |
27 | comboBoxString10=String 10 | |
28 | messageBoxTitle=ComboBox | |
29 | messageBoxPrompt=You selected the following value:\n\n{0}\n | |
30 | closeWindow=&Close Window |