Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / demos / DemoMainWindow.properties
CommitLineData
a69ed767
KL
1windowTitle=Demo Window
2
3statusBar=Demo Main Window
4statusBarHelp=Help
5statusBarShell=Shell
6statusBarOpen=Open
7statusBarExit=Exit
8
9messageBoxLabel=Message Boxes
10messageBoxButton=&MessageBoxes
11openModalLabel=Open me as modal
3096642b
KL
12openModalButton=M&odal
13textFieldLabel=Text fields, calendar, spinner
a69ed767 14textFieldButton=Field&s
3096642b 15radioButtonLabel=Radio buttons, checkbox, combobox
a69ed767
KL
16radioButtonButton=&CheckBoxes
17editorLabel=Editor window
18editorButton1=&1 Widget
19editorButton2=&2 Window
3096642b 20ttableLabel=Editable Table
39e86397
KL
21ttableButton1=&4 Widget
22ttableButton2=&5 Window
a69ed767 23textAreaLabel=Text areas
39e86397 24textAreaButton=&3 Text
a69ed767
KL
25treeViewLabel=Tree views
26treeViewButton=Tree&View
27terminalLabel=Terminal
28terminalButton=Termi&nal
29colorEditorLabel=Color editor
30colorEditorButton=Co&lors
31timerLabel=Timer
32timerText=Timer: %d
33
34errorTitle=Error
35errorReadingFile=Error reading file: {0}
36errorOpeningFile=Error opening file dialog: {0}
1dac6b8d 37
766e7308 38tableWidgetDemo=TTableWidget Demo
1dac6b8d 39tableDemo=TTableWindow Demo