diff options
Diffstat (limited to 'libs/FLib/JWizard/org/freixas/jwizard/Bundle.properties')
| -rw-r--r-- | libs/FLib/JWizard/org/freixas/jwizard/Bundle.properties | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libs/FLib/JWizard/org/freixas/jwizard/Bundle.properties b/libs/FLib/JWizard/org/freixas/jwizard/Bundle.properties new file mode 100644 index 0000000..8c90245 --- /dev/null +++ b/libs/FLib/JWizard/org/freixas/jwizard/Bundle.properties @@ -0,0 +1,31 @@ +# org.freixas.jwizard Resource Bundle + +BackButton=Back +BackButtonMnemonic=B +BackButtonAccelerator= +BackButtonShort= +BackButtonLong=Go back to the previous step. + +NextButton=Next +NextButtonMnemonic=N +NextButtonAccelerator= +NextButtonShort= +NextButtonLong=Go to the next step. + +FinishButton=Finish +FinishButtonMnemonic=F +FinishButtonAccelerator= +FinishButtonShort= +FinishButtonLong=End the wizard. + +CancelButton=Cancel +CancelButtonMnemonic=C +CancelButtonAccelerator=ESCAPE +CancelButtonShort= +CancelButtonLong=Cancel the wizard. + +HelpButton=Help +HelpButtonMnemonic=H +HelpButtonAccelerator=F1 +HelpButtonShort= +HelpButtonLong=Get Help for this dialog. |
