Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[fanfix.git] / src / jexer / demos / DemoMsgBoxWindow.properties
1 windowTitle=Message Boxes
2
3 statusBar=Message boxes
4 statusBarHelp=Help
5 statusBarShell=Shell
6 statusBarOpen=Open
7 statusBarExit=Exit
8
9 messageBoxLabel1=Default OK message box
10 messageBoxButton1=Open O&K MB
11 messageBoxTitle1=OK MessageBox
12 messageBoxPrompt1=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
14 messageBoxLabel2=OK/Cancel message box
15 messageBoxButton2=O&pen OKC MB
16 messageBoxTitle2=OK/Cancel MessageBox
17 messageBoxPrompt2=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
19 messageBoxLabel3=Yes/No message box
20 messageBoxButton3=Open &YN MB
21 messageBoxTitle3=Yes/No MessageBox
22 messageBoxPrompt3=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
24 messageBoxLabel4=Yes/No/Cancel message box
25 messageBoxButton4=Ope&n YNC MB
26 messageBoxTitle4=Yes/No/Cancel MessageBox
27 messageBoxPrompt4=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
29 inputBoxLabel1=Input box 1
30 inputBoxButton1=Open &input box
31 inputBoxTitle1=Input Box
32 inputBoxPrompt1=This is an example of an InputBox.\n\nNote that the InputBox text can span multiple\nlines.\n
33 inputBoxInput1=some input text
34 inputBoxAnswerTitle1=Your InputBox Answer
35 inputBoxAnswerPrompt1=You entered: {0}
36
37 inputBoxLabel2=Input box 2
38 inputBoxButton2=Cance&llable input box
39 inputBoxTitle2=Input Box
40 inputBoxPrompt2=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
41 inputBoxInput2=some input text
42 inputBoxAnswerTitle2=Your InputBox Answer
43 inputBoxAnswerPrompt2=You entered: {0} and pressed {1}
44
45 closeWindow=&Close Window