Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / demos / DemoMsgBoxWindow.properties
CommitLineData
a69ed767
KL
1windowTitle=Message Boxes
2
3statusBar=Message boxes
4statusBarHelp=Help
5statusBarShell=Shell
6statusBarOpen=Open
7statusBarExit=Exit
8
9messageBoxLabel1=Default OK message box
10messageBoxButton1=Open O&K MB
11messageBoxTitle1=OK MessageBox
12messageBoxPrompt1=This is an example of a OK MessageBox. This is the\ndefault MessageBox.\n\nNote that the MessageBox text can span multiple\nlines.\n\nThe default result (if someone hits the top-left\nclose button) is OK.\n
13
14messageBoxLabel2=OK/Cancel message box
15messageBoxButton2=O&pen OKC MB
16messageBoxTitle2=OK/Cancel MessageBox
17messageBoxPrompt2=This is an example of a OK/Cancel MessageBox.\n\nNote that the MessageBox text can span multiple\nlines.\n\nThe default result (if someone hits the top-leftclose button) is CANCEL.\n
18
19messageBoxLabel3=Yes/No message box
20messageBoxButton3=Open &YN MB
21messageBoxTitle3=Yes/No MessageBox
22messageBoxPrompt3=This is an example of a Yes/No MessageBox.\n\nNote that the MessageBox text can span multiple\nlines.\n\nThe default result (if someone hits the top-left\nclose button) is NO.\n
23
24messageBoxLabel4=Yes/No/Cancel message box
25messageBoxButton4=Ope&n YNC MB
26messageBoxTitle4=Yes/No/Cancel MessageBox
27messageBoxPrompt4=This is an example of a Yes/No/Cancel MessageBox.\n\nNote that the MessageBox text can span multiple\nlines.\n\nThe default result (if someone hits the top-left\nclose button) is CANCEL.\n
28
29inputBoxLabel1=Input box 1
30inputBoxButton1=Open &input box
31inputBoxTitle1=Input Box
32inputBoxPrompt1=This is an example of an InputBox.\n\nNote that the InputBox text can span multiple\nlines.\n
33inputBoxInput1=some input text
34inputBoxAnswerTitle1=Your InputBox Answer
35inputBoxAnswerPrompt1=You entered: {0}
36
37inputBoxLabel2=Input box 2
38inputBoxButton2=Cance&llable input box
39inputBoxTitle2=Input Box
40inputBoxPrompt2=This is an example of an InputBox.\n\nNote that the InputBox text can span multiple\nlines.\nThis one has both OK and Cancel buttons.\n
41inputBoxInput2=some input text
42inputBoxAnswerTitle2=Your InputBox Answer
43inputBoxAnswerPrompt2=You entered: {0} and pressed {1}
44
45closeWindow=&Close Window