blob: 6737e2b2e3b6068ed25092cf341a8f98370b3520 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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.
# messages for EN locale
niochar.00=Characters number for one byte must be positive.
niochar.01=averageCharsPerByte is greater than maxCharsPerByte
niochar.02=Bytes number for one character must be positive.
niochar.03=averageBytesPerChar is greater than maxBytesPerChar.
niochar.04=The unsupported charset name is "{0}".
niochar.05=Malformed input length is {0}.
niochar.06=Replacement string cannot be null or empty.
niochar.07=Replacement string's length cannot be larger than max characters per byte.
niochar.08=The length must be positive: {0}.
niochar.09=The length of the erroneous input is only meaningful to a malformed-input error or an unmappble character error
niochar.0A=The unmappable character length is {0}.
niochar.0B=Another encoding process is ongoing\!
niochar.0C=Action on malformed input error cannot be null\!
niochar.0D=Action on unmappable character error cannot be null\!
niochar.0E=Replacement is illegal
niochar.0F=The illegal charset name is "{0}".