blob: 7d8e59b224c5ffbf9b59b2bcc0a27ca2b5274637 [file] [log] [blame]
#
# Copyright 2005 The Apache Software Foundation
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
#
# See the License for the specific language governing permissions and
# limitations under the License.
#
######################################################################
## PortletModeException caused by Portal
javax.portlet.PortletModeException.portlet=Portlet mode '{0}' is not supported by the portal.
## PortletModeException caused by Portlet
javax.portlet.PortletModeException.portal=Portlet mode '{0}' is not supported by the portlet.
## PortletModeException caused by null mode
javax.portlet.PortletModeException.null=Portlet mode may not be null.
############################################
# Error Messages:
#
############################################
error.null={0} may not be null
## Replace the following with the above
error.contenttype.null=Content Type Not Set
error.attributeName.null=Attribute Name may not be null.
error.propertyName.null=Property Name may not be null.
error.session.illegalState=Session may not be retrieved before cross context portlet invocation.
error.preference.readonly=Preference {0} may not be modified. It is marked as read only.
############################################
# Warning Messages:
#
############################################
warning.resourcebundle.notfound=Unable to locate Resource Bundle {0}: {1}