messages.properties 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #
  2. # Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved.
  3. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  4. #
  5. error.internal.badmsg=internal error, unknown message
  6. error.badinst.nojre=Bad installation. No JRE found in configuration file
  7. error.launch.execv=Error encountered while invoking Java Web Start (execv)
  8. error.launch.sysexec=Error encountered while invoking Java Web Start (SysExec)
  9. error.listener.failed=Splash: sysCreateListenerSocket failed
  10. error.accept.failed=Splash: accept failed
  11. error.recv.failed=Splash: recv failed
  12. error.invalid.port=Splash: didn't revive a valid port
  13. error.read=Read past end of buffer
  14. error.xmlparsing=XML Parsing error: wrong kind of token found
  15. error.splash.exit=Java Web Start splash screen process exiting .....\n
  16. # "Last WinSock Error" means the error message for the last operation that failed.
  17. error.winsock=\tLast WinSock Error:
  18. error.winsock.load=Couldn't load winsock.dll
  19. error.winsock.start=WSAStartup failed
  20. error.badinst.nohome=Bad installation: JAVAWS_HOME not set
  21. error.splash.noimage=Splash: couldn't load splash screen image
  22. error.splash.socket=Splash: server socket failed
  23. error.splash.cmnd=Splash: unrecognized command
  24. error.splash.port=Splash: port not specified
  25. error.splash.send=Splash: send failed
  26. error.splash.timer=Splash: couldn't create shutdown timer
  27. error.splash.x11.open=Splash: Can't open X11 display
  28. error.splash.x11.connect=Splash: X11 connection failed
  29. # Javaws usage: '\' is a joining of two sentence,which are connected including
  30. # the invisible character '\n'.
  31. message.javaws.usage=\n\
  32. Usage:\tjavaws [run-options] <jnlp-file> \n\
  33. \tjavaws [control-options] \n\
  34. \n\
  35. where run-options include: \n\
  36. -verbose \tdisplay additional output \n\
  37. -offline \trun the application in offline mode \n\
  38. -system \trun the application from the system cache only\n\
  39. -Xnosplash \trun without showing a splash screen \n\
  40. -J<option> \tsupply option to the vm \n\
  41. -wait \tstart java process and wait for its exit \n\
  42. \n\
  43. control-options include: \n\
  44. -viewer \tshow the cache viewer in the java control panel\n\
  45. -clearcache \tremove all non-installed applications from the cache\n\
  46. -uninstall \tremove all applications from the cache\n\
  47. -uninstall <jnlp-file> \tremove the application from the cache \n\
  48. -import [import-options] <jnlp-file>\timport the application to the cache \n\
  49. \n\
  50. import-options include: \n\
  51. -silent \timport silently (with no user interface) \n\
  52. -system \timport application into the system cache \n\
  53. -codebase <url>\tretrieve resources from the given codebase \n\
  54. -shortcut \tinstall shortcuts as if user allowed prompt \n\
  55. -association \tinstall associations as if user allowed prompt \n\
  56. \n