diff options
author | Adam Domurad <[email protected]> | 2013-04-11 10:02:11 -0400 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2013-04-11 10:02:11 -0400 |
commit | 038866be9293d5194b04af3c98c71e5e66712cf2 (patch) | |
tree | ccc11c87c0bc7dbc0b9a31e39d8377d446e33bb5 /netx/net/sourceforge/jnlp/resources | |
parent | 10d6ef89fcd4c6f31856df24a3b9e2cd1d637023 (diff) |
Allow for remembered unsigned trust based on codebase
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 7d66087..f20277a 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -224,6 +224,8 @@ SUnverified=(unverified) SAlwaysTrustPublisher=Always trust content from this publisher SHttpsUnverified=The website's HTTPS certificate cannot be verified. SRememberOption=<b>Remember this option?</b> +SRememberAppletOnly=For applet +SRememberCodebase=For site SUnsignedSummary=An unsigned Java application wants to run SUnsignedDetail=An unsigned application from the following location wants to run:<br><u>{0}</u><br><br><b>It is recommended you only run applications from sites you trust.</b> SUnsignedAllowedBefore=<font color="green">You have accepted this applet previously.</font> |