################################################################################ ## ## 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. ## ################################################################################ # Developer RTE Section # Shared outOfBounds=French Index '{0}' specified is out of bounds. invalidIndex=French Invalid index: '{0}'. # ListCollectionView unknownProperty=French Unknown Property: '{0}'. incorrectAddition=French Attempt to add an item already in the view. itemNotFound=French Cannot find when view is not sorted. bookmarkNotFound=French Bookmark is not from this view. # ListCollectionViewCursor invalidInsert=French Cannot insert when current is beforeFirst. invalidRemove=French Cannot remove when current is beforeFirst or afterLast. bookmarkInvalid=French Bookmark no longer valid. invalidCursor=French Cursor no longer valid. # Sort noItems=French No items to search. findCondition=French Find criteria must contain all sort fields leading up to \''{0}'\'. findRestriction=French Find criteria must contain at least one sort field value. unknownMode=French Unknown find mode. nonUnique=French Non-unique values in items. noComparator=French Cannot determine comparator for '{0}'. # SortField noComparatorSortField=French Cannot determine comparator for SortField with name \''{0}'\'. # XMLListAdapter invalidType=French Incorrect type. Must be of type XML or a XMLList that contains one XML object.