diff options
author | Jiri Vanek <[email protected]> | 2012-09-05 12:30:30 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-09-05 12:30:30 +0200 |
commit | 52b4eb32aaf143c8091d9a7d39e17a1453b82ca6 (patch) | |
tree | 026635d7666d5ec31609cfe6a96121acd062c3f6 /netx/net/sourceforge/jnlp/resources/Messages.properties | |
parent | 06b7548e1cc22689a92e77df742190621a111e9e (diff) |
Single instance support for jnlp-href and tests
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources/Messages.properties')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 3c42cb8..1f3a1e5 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -82,7 +82,8 @@ LSignedAppJarUsingUnsignedJar=Signed application using unsigned jars. LSignedAppJarUsingUnsignedJarInfo=The main application jar is signed, but some of the jars it is using aren't.
LSignedJNLPFileDidNotMatch=The signed JNLP file did not match the launching JNLP file.
LNoSecInstance=Error: No security instance for {0}. The application may have trouble continuing
-LCertFoundIn={0} found in cacerts ({1})
+LCertFoundIn={0} found in cacerts ({1}) +LSingleInstanceExists=Another instance of this applet already exists and only one may be run at the same time.
JNotApplet=File is not an applet.
JNotApplication=File is not an application.
|