diff options
author | Saad Mohammad <[email protected]> | 2012-12-05 12:29:24 -0500 |
---|---|---|
committer | Saad Mohammad <[email protected]> | 2012-12-05 12:29:24 -0500 |
commit | 32d774ac5311656b21576bc3259ad0abff0b7f56 (patch) | |
tree | f5a41e54abc90f9335e3d940a5556422566043b6 /netx/net/sourceforge/jnlp/resources | |
parent | 7be1687bb1c3dc011805824509a1765518506590 (diff) |
PR1217: Add command line arguments for plugins
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 2d91f55..1fde3d3 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -300,6 +300,7 @@ CPCertificatesDescription=Use certificates to positively identify yourself, cert 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.
# Control Panel - Buttons
CPButAbout=About...
@@ -318,6 +319,7 @@ CPHeadCertificates=Certificates CPHeadDebugging=Debugging Settings
CPHeadDesktopIntegration=Desktop Integrations
CPHeadSecurity=Security Settings
+CPHeadJVMSettings=JVM Settings
# Control Panel - Tabs
CPTabAbout=About IcedTea-Web
@@ -329,6 +331,7 @@ CPTabDesktopIntegration=Desktop Integration CPTabNetwork=Network
CPTabRuntimes=Runtimes
CPTabSecurity=Security
+CPTabJVMSettings=JVM Settings
# Control Panel - AboutPanel
CPAboutInfo=This is the control panel for setting deployments.properties.<br/>Not all options will take effect until implemented.<br/>The use of multiple JREs is currently unsupported.<br/>
|