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