diff options
author | Jiri Vanek <[email protected]> | 2013-04-12 13:31:49 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-04-12 13:31:49 +0200 |
commit | 2f1248e599ff30dc01d6d1d7361fc0f4331a1b68 (patch) | |
tree | 84e64629330eda098b217309ccc2af14b30a16db /netx/net/sourceforge/jnlp/resources/Messages.properties | |
parent | d72aa240b794c81d4ec9aea24158564e696173a9 (diff) |
Added dialogue to allow setting of custom JRE
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources/Messages.properties')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index f20277a..38d6334 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -312,6 +312,30 @@ CPSecurityDescription=Use this to configure security settings. CPDebuggingDescription=Enable options here to help with debugging CPDesktopIntegrationDescription=Set whether or not to allow creation of desktop shortcut. CPJVMPluginArguments=Set JVM arguments for plugin. +CPJVMitwExec=Set JVM for icedtea-web - working best with OpenJDK +CPJVMitwExecValidation=Validate JVM for icedtea-web +CPJVMPluginSelectExec=Select JVM for icedtea-web +CPJVMnone=No validation result for +CPJVMvalidated=Validation result for +CPJVMvalueNotSet=Value is not set. Hardcoded JVM will be used. +CPJVMnotLaunched=Error, process was not launched, see console output for more info. +CPJVMnoSuccess=Error, process have not ended successfully, see output for details, but your java is not set correctly. +CPJVMopenJdkFound=Excellent, OpenJDK detected +CPJVMoracleFound=Great, Oracle java detected +CPJVMibmFound=Good, IBM java detected +CPJVMgijFound=Warning, gij detected +CPJVMstrangeProcess=Your path had an executable process, but it was not recognized. Verify the Java version in the console output. +CPJVMnotDir=Error, The path you chose is not a directory. +CPJVMisDir=Ok, the path you chose is a directory. +CPJVMnoJava=Error, the directory you chose does not contain bin/java. +CPJVMjava=Ok, the directory you chose contains bin/java. +CPJVMnoRtJar=Error, the directory you chose does not contain lib/rt.jar +CPJVMrtJar=Ok, the directory you chose contains lib/rt.jar. +CPJVMPluginAllowTTValidation=Allow type-time validation +CPJVMNotokMessage1=You have entered invalid JDK value <u>({0})</u> with following error message: +CPJVMNotokMessage2=You might be seeing this message because: <blockquote> * Some validation has not been passed<br> * Non-OpenJDK is detected</blockquote>With invalid JDK IcedTea-Web will probably not be able to start.<br>You will have to modify or remove <u>{0}</u> property in your configuration file <u>{1}</u>. <br>You should try to search for OpenJDK in your system or be sure you know what you are doing. +CPJVMconfirmInvalidJdkTitle=Confirm invalid JDK +CPJVMconfirmReset=Reset to default? # Control Panel - Buttons CPButAbout=About... |