Update of /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18178/src/conf/net/sf/clirr/core
Modified Files:
EventMessages_en.properties
Log Message:
Added translations for new messages 7003 and 9000.
Index: EventMessages_en.properties
===================================================================
RCS file: /cvsroot/clirr/clirr/core/src/conf/net/sf/clirr/core/EventMessages_en.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- EventMessages_en.properties 18 Jul 2004 00:52:55 -0000 1.2
+++ EventMessages_en.properties 20 Jul 2004 07:55:23 -0000 1.3
@@ -63,7 +63,7 @@
m7000=Method ''{1}'' is now implemented in superclass {3}
m7001=Abstract method ''{1}'' is now specified by implemented interface {3}
m7002=Method ''{1}'' has been removed
-#m7003 no longer used
+m7003=Method ''{1}'' has been removed, but an inherited definition exists.
m7004=In method ''{1}'' the number of arguments has changed
m7005=Parameter {3} of ''{1}'' has changed its type to {4}
m7006=Return type of method ''{1}'' has been changed to {3}
@@ -81,3 +81,12 @@
#-----------------------------------------------------------------------------
m8000=Class {0} added
m8001=Class {0} removed
+
+
+#-----------------------------------------------------------------------------
+# Assorted messages
+#-----------------------------------------------------------------------------
+m9000=Unable to determine the accessibility of class {0}. This generally \
+ means that an invalid jarfile or classpath has been provided to the \
+ clirr program.
+
|