################################################################################ ## ## 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. ## ################################################################################ Descriptor.ColorNotSupported= de kleur '${color}' wordt niet ondersteund. Descriptor.FunctionNotSupported= de functie '${function}' wordt niet ondersteund. Descriptor.InvalidFormat= ongeldige indeling. Descriptor.ValueNotSupported= CSS-waarde voor '${value}' niet ondersteund. Descriptor.UnparsableCSS= tekens in CSS kunnen niet worden geparseerd. FontFaceRule.IgnoredDescriptor= ${descriptor}' wordt genegeerd in @font. FontFaceRule.UnicodeRangeNotSupported = unicode-reeks kan niet worden opgegeven voor ingebouwde swf-fonts. StyleParser.DeprecatedWarning='${var}'is afgeschaft sinds ${since}. Gebruik '${replacement}'. StyleParser.StyleSheetInvalidCharset=@charset-regel bevat een ongeldige of niet-ondersteunde tekensetcodering: ${charsetName}. Probleem gevonden in opmaakmodel ${stylePath} StyleParserErrorTranslator.UnableToParse=Kan CSS-bestand niet parseren. StyleParserErrorTranslator.InvalidIdentifierStartChar=Ongeldig teken aangetroffen in CSS. Gebruik enkele aanhalingstekens rond namen van lettertypefamilies, zoals '-sans'. StyleParserErrorTranslator.InvalidCSSSyntax=Ongeldige CSS-syntaxis(Unexpected ${token}). StyleParserErrorTranslator.InvalidCSSSyntaxToken=Ongeldige CSS-syntaxis(Unexpected token: '${token}'). StyleParserErrorTranslator.InvalidCSSSyntaxUnits=Ongeldige CSS-syntaxis(Unexpected ${token} units). StyleParserErrorTranslator.InvalidCSSSyntaxArray=Ongeldige CSS-syntaxis(Unexpected token: '${token}'). Als u stijlen van het type Matrix wilt instellen, gebruikt u een lijst die door komma's gescheiden wordt. Bijvoorbeeld, { foo: rood, blauw, groen }.