You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/07/03 14:41:47 UTC

svn commit: r1499367 - /tomcat/trunk/java/javax/el/LocalStrings.properties

Author: markt
Date: Wed Jul  3 12:41:46 2013
New Revision: 1499367

URL: http://svn.apache.org/r1499367
Log:
Add the i18n messages for the import handler

Modified:
    tomcat/trunk/java/javax/el/LocalStrings.properties

Modified: tomcat/trunk/java/javax/el/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/el/LocalStrings.properties?rev=1499367&r1=1499366&r2=1499367&view=diff
==============================================================================
--- tomcat/trunk/java/javax/el/LocalStrings.properties (original)
+++ tomcat/trunk/java/javax/el/LocalStrings.properties Wed Jul  3 12:41:46 2013
@@ -22,3 +22,12 @@ propertyNotWritable=Property ''{1}'' not
 propertyReadError=Error reading ''{1}'' on type {0}
 propertyWriteError=Error writing ''{1}'' on type {0}
 objectNotAssignable=Unable to add an object of type [{0}] to an array of objects of type [{1}]
+
+importHandler.ambiguousImport=The class [{0}] could not be imported as it conflicts with [{1}] which has already been imported
+importHandler.ambiguousStaticImport=The static import [{0}] could not be processed as it conflicts with [{1}] which has already been imported
+importHandler.classNotFound=The class [{0}] could not be imported as it could not be found
+importHandler.invalidClass=The class [{0}] must be public, non-abstract and not an interface
+importHandler.invalidClassName=Name of class to import [{0}] must include a package
+importHandler.invalidClassNameForStatic=The class [{0}] specified for static import [{1}] is not valid
+importHandler.invalidStaticName=Name of static method or field to import [{0}] must include a class
+importHandler.staticNotFound=The static import [{0}] could not be found in class [{1}] for import [{2}]
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org