diff options
author | Jiri Vanek <[email protected]> | 2012-08-13 15:52:03 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-08-13 15:52:03 +0200 |
commit | 94049c8dd94caec6f2178e729893b2ba8cafbe74 (patch) | |
tree | 1f20174c59f6bd0e98d6549f07857afab19e7a19 /netx/net/sourceforge/jnlp/resources | |
parent | a0e3685615521759e08246d348dc6fbf58f8a6bc (diff) |
Added splashscreen implementation
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 587e6ae..3c42cb8 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -440,3 +440,27 @@ 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
+
+# splash screen related
+SPLASHerror = Click here for details. Serious exception occurred.
+SPLASH_ERROR = ERROR
+SPLASHtitle = Title
+SPLASHvendor = Vendor
+SPLASHhomepage = Homepage
+SPLASHdescription = Description
+SPLASHClose= Close
+SPLASHclosewAndCopyException = Close and copy StackTrace to clipboard
+SPLASHexOccured = Sorry, an serious exception have occurred...
+SPLASHHome = Home
+SPLASHcantCopyEx = Can not copy exception
+SPLASHnoExRecorded = No exception recorded
+SPLASHmainL1 = For even more information you can visit {0} and follow the steps to obtain information and fill bug
+SPLASHurl = http://icedtea.classpath.org/wiki/IcedTea-Web#Filing_bugs
+SPLASHurlLooks = http://icedtea.classpath.org/wiki/IcedTea-Web
+SPLASHmainL3 = Sorry no more information available, try to launch browser from command line and watch output.
+SPLASHcloseAndCopyShorter = Close and copy to clipboard
+SPLASHmainL4 = We have noticed exception written below, for even more information try to launch browser from command line and watch output
+SPLASHexWas = Exception was:
+SPLASHcfl = Can't follow link to
+SPLASHvendorsInfo = Information from vendor of your application
+SPLASHanotherInfo = Another available info
|