changeset 375:cd6608773628

Converted Messages.properties to Unix format
author Deepak Bhole <dbhole@redhat.com>
date Mon, 07 Jan 2013 11:47:37 -0500
parents c74251bbaffd
children cd4a9f25808e
files ChangeLog netx/net/sourceforge/jnlp/resources/Messages.properties
diffstat 2 files changed, 323 insertions(+), 318 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Dec 03 16:26:42 2012 -0500
+++ b/ChangeLog	Mon Jan 07 11:47:37 2013 -0500
@@ -1,3 +1,8 @@
+2013-01-07  Deepak Bhole <dbhole@redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: Converted to
+	Unix format.
+
 2012-09-17  Deepak Bhole <dbhole@redhat.com>
 
 	PR1161: X509VariableTrustManager does not work correctly with OpenJDK7
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Dec 03 16:26:42 2012 -0500
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon Jan 07 11:47:37 2013 -0500
@@ -1,294 +1,294 @@
-# Default (English) UI messages for netx
-# L=Launcher, B=Boot, P=Parser, C=cache S=security
-#
-# General
-NullParameter=Null parameter
-ButAllow=Allow
-ButBrowse=Browse...
-ButCancel=\ Cancel\ 
-ButClose=Close
-ButCopy=Copy to Clipboard
-ButMoreInformation=More Information...
-ButOk=OK
-ButProceed=Proceed
-ButRun=Run
-ButApply=Apply
-ButDone=Done
-ButShowDetails=Show Details
-ButHideDetails=Hide Details
-
-AFileOnTheMachine=a file on the machine
-AlwaysAllowAction=Always allow this action
-Usage=Usage:
-Error=Error
-
-Continue=Do you want to continue?
-Field=Field
-From=From
-Name=Name
-Password=Password:
-Publisher=Publisher
-Unknown=<Unknown>
-Username=Username:
-Value=Value
-Version=Version
-
-# LS - Severity
-LSMinor=Minor
-LSFatal=Fatal
-
-# LC - Category 
-LCSystem=System Error
-LCExternalLaunch=External Launch Error
-LCFileFormat=File Format Error
-LCReadError=Read Error
-LCClient=Application Error
-LCLaunching=Launch Error
-LCNotSupported=Unsupported Feature
-LCInit=Initialization Error
- 
-LAllThreadGroup=All JNLP applications
-LNullUpdatePolicy=Update policy cannot be null.
- 
-LThreadInterrupted=Thread interrupted while waiting for file to launch.
-LThreadInterruptedInfo=
-LCouldNotLaunch=Could not launch JNLP file.
-LCouldNotLaunchInfo=
-LCantRead=Could not read or parse the JNLP file.
-LCantReadInfo=
-LNullLocation=Could not determine .jnlp file location.
-LNullLocationInfo=An attempt was made to launch a JNLP file in another JVM, but the file could not be located.  In order to launch in an external JVM, the runtime must be able to locate the .jnlp file either in the local filesystem or on a server.
-LNetxJarMissing=Could not determine location of netx.jar.
-LNetxJarMissingInfo=An attempt was made to lauch a JNLP file in another JVM, but the netx.jar could not be located.  In order to launch in an external JVM, the runtime must be able to locate the netx.jar file.
-LNotToSpec=JNLP file not strictly to spec.
-LNotToSpecInfo=The JNLP file contains data that is prohibited by the JNLP specification.  The runtime can attempt to ignore the invalid information and continue launching the file.
-LNotApplication=Not an application file.
-LNotApplicationInfo=An attempt was made to load a non-application file as an application.
-LNotApplet=Not an applet file.
-LNotAppletInfo=An attempt was made to load a non-applet file as an applet.
-LNoInstallers=Installers not supported.
-LNoInstallersInfo=JNLP installer files are not yet supported.
-LInitApplet=Could not initialize applet.
-LInitAppletInfo=
-LInitApplication=Could not initialize application.
-LInitApplicationInfo=
-LNotLaunchable=Not a launchable JNLP file.
-LNotLaunchableInfo=File must be a JNLP application, applet, or installer type.
-LCantDetermineMainClass=Unknown Main-Class.
-LCantDetermineMainClassInfo=Could not determine the main class for this application.
-LUnsignedJarWithSecurity=Cannot grant permissions to unsigned jars.
-LUnsignedJarWithSecurityInfo=Application requested security permissions, but jars are not signed.
-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})
- 
-JNotApplet=File is not an applet.
-JNotApplication=File is not an application.
-JNotComponent=File is not a component.
-JNotInstaller=File is not an installer.
-JInvalidExtensionDescriptor=Extension does not refer to a component or installer (name={1}, location={2}).
-
-LNotVerified=Jars not verified.
-LCancelOnUserRequest=Canceled on user request.
-LFatalVerification=A fatal error occurred while trying to verify jars.
-LFatalVerificationInfo=
-
-LNotVerifiedDialog=Not all jars could be verified.
-LAskToContinue=Would you still like to continue running this application?
-
-# Parser
-PInvalidRoot=Root node is not a jnlp node
-PNoResources=No resources section defined
-PUntrustedNative=nativelib element cannot be specified unless a trusted environment is requested.
-PExtensionHasJ2SE=j2se element cannot be specified in a component extension file.
-PInnerJ2SE=j2se element cannot be specified within a j2se element.
-PTwoMains=Duplicate main JAR defined in a resources element (there can be only one)
-PNativeHasMain=Cannot specify main attribute on native JARs.
-PNoInfoElement=No information section defined
-PTwoDescriptions=Duplicate description of kind {0}
-PSharing=Element "sharing-allowed" is illegal in a standard JNLP file
-PTwoSecurity=Only one security element allowed per JNLPFile.
-PEmptySecurity=Security element specified but does not contain a permissions element.
-PTwoDescriptors=Only one application descriptor element allowed per JNLPFile.
-PTwoDesktops=Only one desktop element allowed
-PTwoMenus=Only one menu element allowed
-PTwoTitles=Only one title element allowed
-PTwoIcons=Only one icon element allowed
-PTwoUpdates=Only one update element is allowed
-PUnknownApplet=Unknown Applet
-PBadWidth=Invalid applet width.
-PBadHeight=Invalid applet height.
-PUrlNotInCodebase=Relative URL does not specify a subdirectory of the codebase. (node={0}, href={1}, base={2})
-PBadRelativeUrl=Invalid relative URL (node={0}, href={1}, base={2})
-PBadNonrelativeUrl=Invalid non-relative URL (node={0}, href={0}).
-PNeedsAttribute=The {0} element must specify a {1} attribute.
-PBadXML=Invalid XML document syntax.
-PBadHeapSize=Invalid value for heap size ({0})
-
-# Runtime
-BLaunchAbout=Launching about window...
-BNeedsFile=Must specify a .jnlp file
-RNoAboutJnlp=Unable to find about.jnlp
-BFileLoc=JNLP file location
-BBadProp=Incorrect property format {0} (should be key=value)
-BBadParam=Incorrect parameter format {0} (should be name=value)
-BNoDir=Directory {0} does not exist.
-RNoResource=Missing Resource: {0}
-RShutdown=This exception to prevent shutdown of JVM, but the process has been terminated.
-RExitTaken=Exit class already set and caller is not exit class.
-RCantReplaceSM=Changing the SecurityManager is not allowed.
-RCantCreateFile=Cant create file {0}
-RCantDeleteFile=Cant delete file {0}
-RRemoveRPermFailed=Removing read permission on file {0} failed
-RRemoveWPermFailed=Removing write permissions on file {0} failed
-RRemoveXPermFailed=Removing execute permissions on file {0} failed
-RGetRPermFailed=Acquiring read permissions on file {0} failed
-RGetWPermFailed=Acquiring write permissions on file {0} failed
-RGetXPermFailed=Acquiring execute permissions on file {0} failed
-RCantCreateDir=Cant create directory {0}
-RCantRename=Cant rename {0} to {1}
-RDenyStopped=Stopped applications have no permissions.
-RExitNoApp=Can not exit the JVM because the current application cannot be determined.
-RNoLockDir=Unable to create locks directory ({0})
-RNestedJarExtration=Unable to extract nested jar.
-RUnexpected=Unexpected {0} at {1}
-RConfigurationError=Fatal error while reading the configuration
-RConfigurationFatal=ERROR: a fatal error has occurred while loading configuration. Perhaps a global configuration was required but could not be found
-RPRoxyPacNotSupported=Using Proxy Auto Config (PAC) files is not supported.
-RProxyFirefoxNotFound=Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.
-RProxyFirefoxOptionNotImplemented=Browser proxy option "{0}" ({1}) not supported yet.
-RBrowserLocationPromptTitle=Browser Location
-RBrowserLocationPromptMessage=Specify Browser Location
-RBrowserLocationPromptMessageWithReason=Specify Browser Location (the browser command "{0}" is invalid).
-
-# Boot options, message should be shorter than this ---------------->
-BOUsage=javaws [-run-options] <jnlp file>
-BOUsage2=javaws [-control-options]
-BOJnlp      = Location of JNLP file to launch (url or file).
-BOArg       = Adds an application argument before launching.
-BOParam     = Adds an applet parameter before launching.
-BOProperty  = Sets a system property before launching.
-BOUpdate    = Update check if seconds since last checked.
-BOLicense   = Display the GPL license and exit.
-BOVerbose   = Enable verbose output.
-BOAbout     = Shows a sample application.
-BONosecurity= Disables the secure runtime environment.
-BONoupdate  = Disables checking for updates.
-BOHeadless  = Disables download window, other UIs.
-BOStrict    = Enables strict checking of JNLP file format.
-BOViewer    = Shows the trusted certificate viewer.
-BXnofork    = Do not create another JVM.
-BXclearcache= Clean the JNLP application cache.
-BOHelp      = Print this message and exit.
-
-# Cache
-CAutoGen=automatically generated - do not edit
-CNotCacheable={0} is not a cacheable resource
-CDownloading=Downloading
-CComplete=Complete
-CChooseCache=Choose a cache directory...
-CChooseCacheInfo=Netx needs a location for storing cache files.
-CChooseCacheDir=Cache directory
-CCannotClearCache=Can not clear cache at this time
-CFakeCache=Cache is corrupt. Disabling.
-CFakedCache=Cache is corrupt and has been disabled. It is strongly recommended that you run 'javaws -Xclearcache' and rerun your application as soon as possible.
-CStillCorupted=Cache is still corrupt, clearing it.
-CCleaningUnsuccessful=Unable to clear cache due to running javaws instance. Please try to shut down all instances of javaws, run 'javaws -Xclearcache', and rerun your jnlp file
-CClearedReloading=Cache cleared, re-loading.
-CReloadRestarting=Cache re-loaded and application re-starting. It is strongly recommended that you run 'javaws -Xclearcache' and re-run your application as soon as possible.
-CStillBroken=Unable to fix corrupt cache. Please shutdown all javaws instances, run 'javaws -Xclearcache', and re-start your application.
-
-# Security
-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?
-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.
-SClipboardReadAccess=The application has requested read-only access to the system clipboard. Do you want to allow this action?
-SClipboardWriteAccess=The application has requested write-only access to the system clipboard. Do you want to allow this action?
-SPrinterAccess=The application has requested printer access. Do you want to allow this action?
-SNetworkAccess=The application has requested permission to establish connections to {0}. Do you want to allow this action?
-SNoAssociatedCertificate=<no associated certificate>
+# Default (English) UI messages for netx
+# L=Launcher, B=Boot, P=Parser, C=cache S=security
+#
+# General
+NullParameter=Null parameter
+ButAllow=Allow
+ButBrowse=Browse...
+ButCancel=\ Cancel\ 
+ButClose=Close
+ButCopy=Copy to Clipboard
+ButMoreInformation=More Information...
+ButOk=OK
+ButProceed=Proceed
+ButRun=Run
+ButApply=Apply
+ButDone=Done
+ButShowDetails=Show Details
+ButHideDetails=Hide Details
+
+AFileOnTheMachine=a file on the machine
+AlwaysAllowAction=Always allow this action
+Usage=Usage:
+Error=Error
+
+Continue=Do you want to continue?
+Field=Field
+From=From
+Name=Name
+Password=Password:
+Publisher=Publisher
+Unknown=<Unknown>
+Username=Username:
+Value=Value
+Version=Version
+
+# LS - Severity
+LSMinor=Minor
+LSFatal=Fatal
+
+# LC - Category 
+LCSystem=System Error
+LCExternalLaunch=External Launch Error
+LCFileFormat=File Format Error
+LCReadError=Read Error
+LCClient=Application Error
+LCLaunching=Launch Error
+LCNotSupported=Unsupported Feature
+LCInit=Initialization Error
+ 
+LAllThreadGroup=All JNLP applications
+LNullUpdatePolicy=Update policy cannot be null.
+ 
+LThreadInterrupted=Thread interrupted while waiting for file to launch.
+LThreadInterruptedInfo=
+LCouldNotLaunch=Could not launch JNLP file.
+LCouldNotLaunchInfo=
+LCantRead=Could not read or parse the JNLP file.
+LCantReadInfo=
+LNullLocation=Could not determine .jnlp file location.
+LNullLocationInfo=An attempt was made to launch a JNLP file in another JVM, but the file could not be located.  In order to launch in an external JVM, the runtime must be able to locate the .jnlp file either in the local filesystem or on a server.
+LNetxJarMissing=Could not determine location of netx.jar.
+LNetxJarMissingInfo=An attempt was made to lauch a JNLP file in another JVM, but the netx.jar could not be located.  In order to launch in an external JVM, the runtime must be able to locate the netx.jar file.
+LNotToSpec=JNLP file not strictly to spec.
+LNotToSpecInfo=The JNLP file contains data that is prohibited by the JNLP specification.  The runtime can attempt to ignore the invalid information and continue launching the file.
+LNotApplication=Not an application file.
+LNotApplicationInfo=An attempt was made to load a non-application file as an application.
+LNotApplet=Not an applet file.
+LNotAppletInfo=An attempt was made to load a non-applet file as an applet.
+LNoInstallers=Installers not supported.
+LNoInstallersInfo=JNLP installer files are not yet supported.
+LInitApplet=Could not initialize applet.
+LInitAppletInfo=
+LInitApplication=Could not initialize application.
+LInitApplicationInfo=
+LNotLaunchable=Not a launchable JNLP file.
+LNotLaunchableInfo=File must be a JNLP application, applet, or installer type.
+LCantDetermineMainClass=Unknown Main-Class.
+LCantDetermineMainClassInfo=Could not determine the main class for this application.
+LUnsignedJarWithSecurity=Cannot grant permissions to unsigned jars.
+LUnsignedJarWithSecurityInfo=Application requested security permissions, but jars are not signed.
+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})
+ 
+JNotApplet=File is not an applet.
+JNotApplication=File is not an application.
+JNotComponent=File is not a component.
+JNotInstaller=File is not an installer.
+JInvalidExtensionDescriptor=Extension does not refer to a component or installer (name={1}, location={2}).
+
+LNotVerified=Jars not verified.
+LCancelOnUserRequest=Canceled on user request.
+LFatalVerification=A fatal error occurred while trying to verify jars.
+LFatalVerificationInfo=
+
+LNotVerifiedDialog=Not all jars could be verified.
+LAskToContinue=Would you still like to continue running this application?
+
+# Parser
+PInvalidRoot=Root node is not a jnlp node
+PNoResources=No resources section defined
+PUntrustedNative=nativelib element cannot be specified unless a trusted environment is requested.
+PExtensionHasJ2SE=j2se element cannot be specified in a component extension file.
+PInnerJ2SE=j2se element cannot be specified within a j2se element.
+PTwoMains=Duplicate main JAR defined in a resources element (there can be only one)
+PNativeHasMain=Cannot specify main attribute on native JARs.
+PNoInfoElement=No information section defined
+PTwoDescriptions=Duplicate description of kind {0}
+PSharing=Element "sharing-allowed" is illegal in a standard JNLP file
+PTwoSecurity=Only one security element allowed per JNLPFile.
+PEmptySecurity=Security element specified but does not contain a permissions element.
+PTwoDescriptors=Only one application descriptor element allowed per JNLPFile.
+PTwoDesktops=Only one desktop element allowed
+PTwoMenus=Only one menu element allowed
+PTwoTitles=Only one title element allowed
+PTwoIcons=Only one icon element allowed
+PTwoUpdates=Only one update element is allowed
+PUnknownApplet=Unknown Applet
+PBadWidth=Invalid applet width.
+PBadHeight=Invalid applet height.
+PUrlNotInCodebase=Relative URL does not specify a subdirectory of the codebase. (node={0}, href={1}, base={2})
+PBadRelativeUrl=Invalid relative URL (node={0}, href={1}, base={2})
+PBadNonrelativeUrl=Invalid non-relative URL (node={0}, href={0}).
+PNeedsAttribute=The {0} element must specify a {1} attribute.
+PBadXML=Invalid XML document syntax.
+PBadHeapSize=Invalid value for heap size ({0})
+
+# Runtime
+BLaunchAbout=Launching about window...
+BNeedsFile=Must specify a .jnlp file
+RNoAboutJnlp=Unable to find about.jnlp
+BFileLoc=JNLP file location
+BBadProp=Incorrect property format {0} (should be key=value)
+BBadParam=Incorrect parameter format {0} (should be name=value)
+BNoDir=Directory {0} does not exist.
+RNoResource=Missing Resource: {0}
+RShutdown=This exception to prevent shutdown of JVM, but the process has been terminated.
+RExitTaken=Exit class already set and caller is not exit class.
+RCantReplaceSM=Changing the SecurityManager is not allowed.
+RCantCreateFile=Cant create file {0}
+RCantDeleteFile=Cant delete file {0}
+RRemoveRPermFailed=Removing read permission on file {0} failed
+RRemoveWPermFailed=Removing write permissions on file {0} failed
+RRemoveXPermFailed=Removing execute permissions on file {0} failed
+RGetRPermFailed=Acquiring read permissions on file {0} failed
+RGetWPermFailed=Acquiring write permissions on file {0} failed
+RGetXPermFailed=Acquiring execute permissions on file {0} failed
+RCantCreateDir=Cant create directory {0}
+RCantRename=Cant rename {0} to {1}
+RDenyStopped=Stopped applications have no permissions.
+RExitNoApp=Can not exit the JVM because the current application cannot be determined.
+RNoLockDir=Unable to create locks directory ({0})
+RNestedJarExtration=Unable to extract nested jar.
+RUnexpected=Unexpected {0} at {1}
+RConfigurationError=Fatal error while reading the configuration
+RConfigurationFatal=ERROR: a fatal error has occurred while loading configuration. Perhaps a global configuration was required but could not be found
+RPRoxyPacNotSupported=Using Proxy Auto Config (PAC) files is not supported.
+RProxyFirefoxNotFound=Unable to use Firefox's proxy settings. Using "DIRECT" as proxy type.
+RProxyFirefoxOptionNotImplemented=Browser proxy option "{0}" ({1}) not supported yet.
+RBrowserLocationPromptTitle=Browser Location
+RBrowserLocationPromptMessage=Specify Browser Location
+RBrowserLocationPromptMessageWithReason=Specify Browser Location (the browser command "{0}" is invalid).
+
+# Boot options, message should be shorter than this ---------------->
+BOUsage=javaws [-run-options] <jnlp file>
+BOUsage2=javaws [-control-options]
+BOJnlp      = Location of JNLP file to launch (url or file).
+BOArg       = Adds an application argument before launching.
+BOParam     = Adds an applet parameter before launching.
+BOProperty  = Sets a system property before launching.
+BOUpdate    = Update check if seconds since last checked.
+BOLicense   = Display the GPL license and exit.
+BOVerbose   = Enable verbose output.
+BOAbout     = Shows a sample application.
+BONosecurity= Disables the secure runtime environment.
+BONoupdate  = Disables checking for updates.
+BOHeadless  = Disables download window, other UIs.
+BOStrict    = Enables strict checking of JNLP file format.
+BOViewer    = Shows the trusted certificate viewer.
+BXnofork    = Do not create another JVM.
+BXclearcache= Clean the JNLP application cache.
+BOHelp      = Print this message and exit.
+
+# Cache
+CAutoGen=automatically generated - do not edit
+CNotCacheable={0} is not a cacheable resource
+CDownloading=Downloading
+CComplete=Complete
+CChooseCache=Choose a cache directory...
+CChooseCacheInfo=Netx needs a location for storing cache files.
+CChooseCacheDir=Cache directory
+CCannotClearCache=Can not clear cache at this time
+CFakeCache=Cache is corrupt. Disabling.
+CFakedCache=Cache is corrupt and has been disabled. It is strongly recommended that you run 'javaws -Xclearcache' and rerun your application as soon as possible.
+CStillCorupted=Cache is still corrupt, clearing it.
+CCleaningUnsuccessful=Unable to clear cache due to running javaws instance. Please try to shut down all instances of javaws, run 'javaws -Xclearcache', and rerun your jnlp file
+CClearedReloading=Cache cleared, re-loading.
+CReloadRestarting=Cache re-loaded and application re-starting. It is strongly recommended that you run 'javaws -Xclearcache' and re-run your application as soon as possible.
+CStillBroken=Unable to fix corrupt cache. Please shutdown all javaws instances, run 'javaws -Xclearcache', and re-start your application.
+
+# Security
+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?
+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.
+SClipboardReadAccess=The application has requested read-only access to the system clipboard. Do you want to allow this action?
+SClipboardWriteAccess=The application has requested write-only access to the system clipboard. Do you want to allow this action?
+SPrinterAccess=The application has requested printer access. Do you want to allow this action?
+SNetworkAccess=The application has requested permission to establish connections to {0}. Do you want to allow this action?
+SNoAssociatedCertificate=<no associated certificate>
 SUnverified=(unverified)
-SAlwaysTrustPublisher=Always trust content from this publisher
-SHttpsUnverified=The website's HTTPS certificate cannot be verified.
-SNotAllSignedSummary=Only parts of this application code are signed.
-SNotAllSignedDetail=This application contains both signed and unsigned code. While signed code is safe if you trust the provider, unsigned code may imply code outside of the trusted provider's control.
-SNotAllSignedQuestion=Do you wish to proceed and run this application anyway?
-SAuthenticationPrompt=The {0} server at {1} is requesting authentication. It says "{2}"
-SJNLPFileIsNotSigned=This application contains a digital signature in which the launching JNLP file is not signed.
-
-# Security - used for the More Information dialog
-SBadKeyUsage=Resources contain entries whose signer certificate's KeyUsage extension doesn't allow code signing.
-SBadExtendedKeyUsage=Resources contain entries whose signer certificate's ExtendedKeyUsage extension doesn't allow code signing.
-SBadNetscapeCertType=Resources contain entries whose signer certificate's NetscapeCertType extension doesn't allow code signing.
-SHasUnsignedEntry=Resources contain unsigned entries which have not been integrity-checked.
-SHasExpiredCert=The digital signature has expired.
-SHasExpiringCert=Resources contain entries whose signer certificate will expire within six months.
-SNotYetValidCert=Resources contain entries whose signer certificate is not yet valid.
-SUntrustedCertificate=The digital signature was generated with an untrusted certificate.
-STrustedCertificate=The digital signature was generated with a trusted certificate.
-SCNMisMatch=The expected hostname for this certificate is: "{0}"<BR>The address being connected to is: "{1}"
-SRunWithoutRestrictions=This application will be run without the security restrictions normally provided by java.
-SCertificateDetails=Certificate Details
-
-# Security - certificate information
-SIssuer=Issuer
-SSerial=Serial
-SMD5Fingerprint=MD5 Fingerprint
-SSHA1Fingerprint=SHA1 Fingerprint
-SSignature=Signature
-SSignatureAlgorithm=Signature Algorithm
-SSubject=Subject
-SValidity=Validity
-
-# Certificate Viewer
-CVCertificateViewer=Certificates
-CVCertificateType=Certificate Type
-CVDetails=Details
-CVExport=Export
-CVExportPasswordMessage=Enter password to protect key file:
-CVImport=Import
-CVImportPasswordMessage=Enter password to access file:
-CVIssuedBy=Issued By
-CVIssuedTo=Issued To
-CVPasswordTitle=Authentication Required
-CVRemove=Remove
-CVRemoveConfirmMessage=Are you sure you want to remove the selected certificate?
-CVRemoveConfirmTitle=Confirmation - Remove Certificate?
-CVUser=User
-CVSystem=System
-
-#KeyStores: see KeyStores.java
-KS=KeyStore
-KSCerts=Trusted Certificates
-KSJsseCerts=Trusted JSSE Certificates
-KSCaCerts=Trusted Root CA Certificates
-KSJsseCaCerts=Trusted JSSE Root CA Certificates,
-KSClientCerts=Client Authentication Certificates
-
-# Deployment Configuration messages
-DCIncorrectValue=Property "{0}" has incorrect value "{1}". Possible values {2}.
-DCInternal=Internal error: {0}
+SAlwaysTrustPublisher=Always trust content from this publisher
+SHttpsUnverified=The website's HTTPS certificate cannot be verified.
+SNotAllSignedSummary=Only parts of this application code are signed.
+SNotAllSignedDetail=This application contains both signed and unsigned code. While signed code is safe if you trust the provider, unsigned code may imply code outside of the trusted provider's control.
+SNotAllSignedQuestion=Do you wish to proceed and run this application anyway?
+SAuthenticationPrompt=The {0} server at {1} is requesting authentication. It says "{2}"
+SJNLPFileIsNotSigned=This application contains a digital signature in which the launching JNLP file is not signed.
+
+# Security - used for the More Information dialog
+SBadKeyUsage=Resources contain entries whose signer certificate's KeyUsage extension doesn't allow code signing.
+SBadExtendedKeyUsage=Resources contain entries whose signer certificate's ExtendedKeyUsage extension doesn't allow code signing.
+SBadNetscapeCertType=Resources contain entries whose signer certificate's NetscapeCertType extension doesn't allow code signing.
+SHasUnsignedEntry=Resources contain unsigned entries which have not been integrity-checked.
+SHasExpiredCert=The digital signature has expired.
+SHasExpiringCert=Resources contain entries whose signer certificate will expire within six months.
+SNotYetValidCert=Resources contain entries whose signer certificate is not yet valid.
+SUntrustedCertificate=The digital signature was generated with an untrusted certificate.
+STrustedCertificate=The digital signature was generated with a trusted certificate.
+SCNMisMatch=The expected hostname for this certificate is: "{0}"<BR>The address being connected to is: "{1}"
+SRunWithoutRestrictions=This application will be run without the security restrictions normally provided by java.
+SCertificateDetails=Certificate Details
+
+# Security - certificate information
+SIssuer=Issuer
+SSerial=Serial
+SMD5Fingerprint=MD5 Fingerprint
+SSHA1Fingerprint=SHA1 Fingerprint
+SSignature=Signature
+SSignatureAlgorithm=Signature Algorithm
+SSubject=Subject
+SValidity=Validity
+
+# Certificate Viewer
+CVCertificateViewer=Certificates
+CVCertificateType=Certificate Type
+CVDetails=Details
+CVExport=Export
+CVExportPasswordMessage=Enter password to protect key file:
+CVImport=Import
+CVImportPasswordMessage=Enter password to access file:
+CVIssuedBy=Issued By
+CVIssuedTo=Issued To
+CVPasswordTitle=Authentication Required
+CVRemove=Remove
+CVRemoveConfirmMessage=Are you sure you want to remove the selected certificate?
+CVRemoveConfirmTitle=Confirmation - Remove Certificate?
+CVUser=User
+CVSystem=System
+
+#KeyStores: see KeyStores.java
+KS=KeyStore
+KSCerts=Trusted Certificates
+KSJsseCerts=Trusted JSSE Certificates
+KSCaCerts=Trusted Root CA Certificates
+KSJsseCaCerts=Trusted JSSE Root CA Certificates,
+KSClientCerts=Client Authentication Certificates
+
+# Deployment Configuration messages
+DCIncorrectValue=Property "{0}" has incorrect value "{1}". Possible values {2}.
+DCInternal=Internal error: {0}
 DCSourceInternal=<internal>
-DCUnknownSettingWithName=Property "{0}" is unknown.
-
-# Value Validator messages. Messages should follow "Possible values ..." 
-VVPossibleValues=Possible values {0}
-VVPossibleBooleanValues=are {0} or {1}
-VVPossibleFileValues=include the absolute location of a file - it must begin with a /
-VVPossibleRangedIntegerValues=are in range {0} to {1} (inclusive)
-VVPossibleUrlValues=include any valid url (eg http://icedtea.classpath.org/hg/)
-
-# Control Panel - Main
-CPMainDescriptionShort=Configure IcedTea-Web
-CPMainDescriptionLong=Configure how the browser plugin (IcedTeaNPPlugin) and javaws (NetX) work
+DCUnknownSettingWithName=Property "{0}" is unknown.
+
+# Value Validator messages. Messages should follow "Possible values ..." 
+VVPossibleValues=Possible values {0}
+VVPossibleBooleanValues=are {0} or {1}
+VVPossibleFileValues=include the absolute location of a file - it must begin with a /
+VVPossibleRangedIntegerValues=are in range {0} to {1} (inclusive)
+VVPossibleUrlValues=include any valid url (eg http://icedtea.classpath.org/hg/)
+
+# Control Panel - Main
+CPMainDescriptionShort=Configure IcedTea-Web
+CPMainDescriptionLong=Configure how the browser plugin (IcedTeaNPPlugin) and javaws (NetX) work
 
 # Control Panel - Tab Descriptions
 CPAboutDescription=View version information about Icedtea Control Panel.
@@ -407,38 +407,38 @@
 TIFPMax=Max
 TIFPCacheSize=Set the amount of disk space for storing temporary files
 TIFPDeleteFiles=Delete files
-TIFPViewFiles=View files...
-
-# Control Panel - Cache Viewer
-CVCPDialogTitle=Cache Viewer
-CVCPButRefresh=Refresh
-CVCPButDelete=Delete
-CVCPColLastModified=Last Modified
-CVCPColSize=Size (Bytes)
-CVCPColDomain=Domain
-CVCPColType=Type
-CVCPColPath=Path
-CVCPColName=Name
+TIFPViewFiles=View files...
+
+# Control Panel - Cache Viewer
+CVCPDialogTitle=Cache Viewer
+CVCPButRefresh=Refresh
+CVCPButDelete=Delete
+CVCPColLastModified=Last Modified
+CVCPColSize=Size (Bytes)
+CVCPColDomain=Domain
+CVCPColType=Type
+CVCPColPath=Path
+CVCPColName=Name
 
 # Control Panel - Misc.
 CPJRESupport=IcedTea-Web currently does not support the use of multiple JREs.
 CPInvalidPort=Invalid port number given.\n[Valid port numbers are 1-65535]
 CPInvalidPortTitle=Error on input.
 
-# command line control panel
-CLNoInfo=No information avaiable (is this a valid option?).
-CLValue=Value: {0}
-CLValueSource=Source: {0}
-CLDescription=Description: {0}
-CLUnknownCommand=Unknown command {0}
-CLUnknownProperty=Unknown property-name "{0}"
-CLWarningUnknownProperty=WARNING: Unknown property name "{0}" - creating new property
-CLNoIssuesFound=No issues found.
-CLIncorrectValue=Property "{0}" has incorrect value "{1}". Possible values {2}.
-CLListDescription=Shows a list of all property names and values that are in use by IcedTea-Web
-CLGetDescription=Shows the value for property-name
-CLSetDescription=Sets the property-name to value if possible. The value is checked for being valid. If the administrator has locked the property, this will have no effect
-CLResetDescription=Resets the value for property-name to it\'s default value
-CLInfoDescription=Shows more information about the given property
-CLCheckDescription=Shows any properties that have been defined but are not recognized by IcedTea Web
-CLHelpDescription=The itweb-settings tool allows a user to modify, view and check configuration. \nTo use the GUI, do not pass any arguments. To use the CLI mode, pass in the approrpiate command and parameters. For help with a particular command, try: {0} command help
+# command line control panel
+CLNoInfo=No information avaiable (is this a valid option?).
+CLValue=Value: {0}
+CLValueSource=Source: {0}
+CLDescription=Description: {0}
+CLUnknownCommand=Unknown command {0}
+CLUnknownProperty=Unknown property-name "{0}"
+CLWarningUnknownProperty=WARNING: Unknown property name "{0}" - creating new property
+CLNoIssuesFound=No issues found.
+CLIncorrectValue=Property "{0}" has incorrect value "{1}". Possible values {2}.
+CLListDescription=Shows a list of all property names and values that are in use by IcedTea-Web
+CLGetDescription=Shows the value for property-name
+CLSetDescription=Sets the property-name to value if possible. The value is checked for being valid. If the administrator has locked the property, this will have no effect
+CLResetDescription=Resets the value for property-name to it\'s default value
+CLInfoDescription=Shows more information about the given property
+CLCheckDescription=Shows any properties that have been defined but are not recognized by IcedTea Web
+CLHelpDescription=The itweb-settings tool allows a user to modify, view and check configuration. \nTo use the GUI, do not pass any arguments. To use the CLI mode, pass in the approrpiate command and parameters. For help with a particular command, try: {0} command help