1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# Java Plug-in Framework (JPF)
# Copyright (C) 2004 - 2005 Dmitry Olshansky
# $Id$
# Boot errors related messages
bootFailed = Application start failed.
bootAppInitFailed = can't initialize application
# Error handlers related messages
errorDialogueHeaderFatal = Application Start Failed
errorDialogueHeaderNonFatal = Application Starting Error
integrityCheckFailed = Plug-ins integrity check failed, do you wish to continue starting application?
initMethodNotFound = method [{0}] not found in application plug-in class {1}
# Error dialog related resources
errorLabel = Error: {0}
noLabel = No
yesLabel = Yes
closeLabel = Close
infoTabLabel = Info
detailsTabLabel = Details
|