Merge branch 'subtree'
[fanfix.git] / src / jexer / TExceptionDialog.properties
1 windowTitle=Java Exception Caught
2 statusBar=Exception
3
4 captionLine1=An error has occurred. This may be due to a programming bug, but could
5 captionLine2=also be a correctable or temporary issue. The stack trace is reported
6 captionLine3=below. If you wish to submit a bug report, please use the Save button
7 captionLine4=to create a more detailed error log.
8
9 exceptionString={0}: {1}
10
11 saveButton=&Save Report
12 closeButton=\ \ \ &Close\ \ \
13
14 errorDialogTitle=Error
15 errorSavingFile=Error saving file: {0}