aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/resources/Messages.properties
diff options
context:
space:
mode:
authorDanesh Dadachanji <[email protected]>2012-08-08 11:48:06 -0400
committerDanesh Dadachanji <[email protected]>2012-08-08 11:48:06 -0400
commit491377046ce85cbd7fc34811f778278e1864fe5c (patch)
tree7d155d87093a2ce4201b598ec73940f4387d4412 /netx/net/sourceforge/jnlp/resources/Messages.properties
parentcbf4c1118d8f44453fefb8f2223b3a6fe743fa3f (diff)
Fix PR955: regression: SweetHome3D fails to run
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources/Messages.properties')
-rw-r--r--netx/net/sourceforge/jnlp/resources/Messages.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties
index cd72cf7..587e6ae 100644
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties
@@ -106,9 +106,10 @@ 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
-PNoTitleElement=The title section has not been defined in the JNLP file.
-PNoVendorElement=The vendor section has not been defined in the JNLP file.
+PNoInfoElement=No information section defined.
+PMissingTitle=title
+PMissingVendor=vendor
+PMissingElement=The {0} section has not been defined for your locale nor does a default value exist in the JNLP file.
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.