| ################################################################################ |
| ## |
| ## 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 |
| |
| missingStringResource=Ingen streng for ressursen {0} |
| |
| # Core errors |
| |
| invalidFlowElementConstruct=Forsøk på å lage ugyldig FlowElement-underklasse |
| invalidSplitAtPosition=Ugyldig parameter til splitAtPosition |
| badMXMLChildrenArgument=Ugyldig element av typen {0} sendt til mxmlChildren |
| badReplaceChildrenIndex=Indeks utenfor område til FlowGroupElement.replaceChildren |
| invalidChildType=NewElement er ikke en type som dette kan være en overordnet for |
| badRemoveChild=Finner ikke underordnet som skal fjernes |
| invalidSplitAtIndex=Ugyldig parameter til splitAtIndex |
| badShallowCopyRange=Ugyldig område i shallowCopy |
| badSurrogatePairCopy=Kopierer bare halvparten av et surrogatpar i SpanElement.shallowCopy |
| invalidReplaceTextPositions=Ugyldige plasseringer sendt til SpanElement.replaceText |
| invalidSurrogatePairSplit=Ugyldig deling av surrogatpar |
| badPropertyValue=Egenskap {0} verdi {1} er utenfor område |
| |
| # Selection/editing |
| |
| illegalOperation=Ulovlig forsøk på å kjøre operasjonen {0} |
| |
| # Shared import errors |
| |
| unexpectedXMLElementInSpan=Uventet element {0} i span |
| unexpectedNamespace=Uventet navneområde {0} |
| unknownElement=Ukjent element {0} |
| unknownAttribute=Attributtet {0} er ikke tillatt i elementet {1} |
| |
| # TEXT_FIELD_HTML_FORMAT import errors |
| |
| malformedTag=Feilformatert kode {0} |
| malformedMarkup=Feilformatert koding {0} |
| |
| # TEXT_LAYOUT_FORMAT import errors |
| |
| missingTextFlow=Ingen TextFlow å analysere |
| expectedExactlyOneTextLayoutFormat=Forventet én og bare én TextLayoutFormat i {0} |