diff options
Diffstat (limited to 'netx')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index f9af948..cd6fd74 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -223,9 +223,9 @@ CFakedCache=Cache was corrupt and has been fixed. It is strongly recommended tha SFileReadAccess=The application has requested read access to {0}. Do you want to allow this action? SFileWriteAccess=The application has requested write access to {0}. Do you want to allow this action? SDesktopShortcut=The application has requested permission to create a desktop launcher. Do you want to allow this action? -SSigUnverified=The application's digital signature cannot be verified. Do you want to run the application? -SSigVerified=The application's digital signature has been verified. Do you want to run the application? -SSignatureError=The application's digital signature has an error. Do you want to run the application? +SSigUnverified=The application's digital signature cannot be verified. Do you want to run the application? It will be granted unrestricted access to your computer. +SSigVerified=The application's digital signature has been verified. Do you want to run the application? It will be granted unrestricted access to your computer. +SSignatureError=The application's digital signature has an error. Do you want to run the application? It will be granted unrestricted access to your computer. SUntrustedSource=The digital signature could not be verified by a trusted source. Only run if you trust the origin of the application. SWarnFullPermissionsIgnorePolicy=The code executed will be given full permissions, ignoring any Java policies you may have. STrustedSource=The digital signature has been validated by a trusted source. |