messages.properties 3.3 KB

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