blob: 0fc31ee87ea2cb840875b5fdefdc455c51cc53d7 [file] [log] [blame]
# Copyright 2007, 2008 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.
unable-to-decode=Unable to decode multipart encoded request.
unsupported-encoding=Unsupported character encoding '%s' when decoding multipart encoded request
write-failure=Unable to write uploaded file content to %s
unable-to-open-content-file=Unable to open uploaded file '%s'
unable-to-create-temp-file=Unable to create a temporary file to write upload to.
enclose-upload-in-form=Upload component must be enclosed by a Form component.
enctype-already-set=Unable to set encoding type on form '%s' to '%s'. Already has encoding type of '%s'.