[jsword-svn] r1566 - trunk/common-swing/src/main/java/org/crosswire/common/swing

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Fri Jul 27 04:34:39 MST 2007


Author: dmsmith
Date: 2007-07-27 04:34:38 -0700 (Fri, 27 Jul 2007)
New Revision: 1566

Modified:
   trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.properties
Log:
Noted which properties don't need to be internationalized.

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.properties
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.properties	2007-07-27 10:35:13 UTC (rev 1565)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/Msg.properties	2007-07-27 11:34:38 UTC (rev 1566)
@@ -5,8 +5,6 @@
 # The MessageName should be mixed case, with a leading capital.
 # It should have no spaces or other punctuation (e.g. _, -, ', ...)
 
-BeanPanel.ErrorReading=Error reading value: {0}
-EirPanel.Close=Close
 ExceptionPane.ErrorOccurred=An error has occured:
 ExceptionPane.OK=OK
 ExceptionPane.Details=Details
@@ -17,13 +15,17 @@
 ExceptionPane.SourceNotFound=Can''t open source for: {0}, line: {1}\n
 ExceptionPane.SourceFound=Error on line {0} in file {1}
 ExceptionPane.SourceAttempt=Tried: {0}\n
-ExceptionShelf.NoProblems=No detected problems.
-ExceptionShelf.Status=Status
-ExceptionShelf.Remove=Remove
 FontChooser.Cancel=Cancel
 FontChooser.Select Font=Select Font
 FontChooser.Bold=Bold
 FontChooser.Italic=Italic
+
+# The following are not currently used
+ExceptionShelf.NoProblems=No detected problems.
+ExceptionShelf.Status=Status
+ExceptionShelf.Remove=Remove
 LookAndFeelUtil.PlafChange=The Look and Feel will change on the next startup.
+BeanPanel.ErrorReading=Error reading value: {0}
+EirPanel.Close=Close
 MapTableModel.Keys=Keys
 MapTableModel.Values=Values




More information about the jsword-svn mailing list