You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ed...@apache.org on 2008/03/18 22:32:33 UTC

svn commit: r638591 - in /portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto: core/impl/LocalStrings.properties internal/impl/LocalStrings.properties

Author: edalquist
Date: Tue Mar 18 14:32:30 2008
New Revision: 638591

URL: http://svn.apache.org/viewvc?rev=638591&view=rev
Log:
PLUTO-476 Remove unused localization file and move good messages over to used file.

Removed:
    portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/core/impl/LocalStrings.properties
Modified:
    portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties

Modified: portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties?rev=638591&r1=638590&r2=638591&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties (original)
+++ portals/pluto/trunk/pluto-container/src/main/resources/org/apache/pluto/internal/impl/LocalStrings.properties Tue Mar 18 14:32:30 2008
@@ -17,20 +17,20 @@
 # limitations under the License.
 #
 ######################################################################
-javax.portlet.PortletModeException.null=PortletMode is null
+javax.portlet.PortletModeException.null=PortletMode may not be null.
 
 javax.portlet.PortletModeException.portlet=PortletMode is not allowed by portlet: {0}
 
 javax.portlet.PortletModeException.portal=PortletMode not supported by portal: {0}
 
-warning.resourcebundle.notfound=Resource not found: {0}
+warning.resourcebundle.notfound=Unable to locate Resource Bundle {0}: {1}
 
-error.null=Null object: {0} 
+error.null={0} may not be null 
 
-error.session.illegalState=Session is in an illegal state
+error.session.illegalState=PortletSession may not be retrieved before cross context portlet invocation.
 
 error.config.context.null=Error creating portlet invoker for portlet {0}.  Unable to locate context {1}.  Check your portlet configuration and ensure cross context dispatching is enabled.
 
-error.contenttype.null=Null content-type
+error.contenttype.null=setContentType must be called before {0}
 
-error.preference.readonly=Read-only preference: {0}
+error.preference.readonly=Preference {0} may not be modified.  It is marked as read only.