################################################################################ ## ## 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. ## ################################################################################ config.FileConfigurator.LoadingConfiguration=Loading configuration file ${file} CommandLineHelp=Use '${program} -help' for information about using the command line. # flex2.compiler.css css.CssCompiler.InvalidComponentName=Invalid component name '${name}': component name must be legal ActionScript class name. css.CssCompiler.StyleSheetParseError=Error parsing stylesheet: ${stylePath} css.ConditionTypeNotSupported=CSS selector condition type is not supported: '${condition}' css.SelectorTypeNotSupported=CSS selector type is not supported: '${selector}' css.UnresolvedQualifiedTypeSelector=Cannot resolve namespace qualified type '${type}' in CSS selector '${selector}' css.UnqualifiedTypeSelector=Type '${type}' in CSS selector '${selector}' must be qualified with a namespace. css.StyleDef.InvalidReference=Invalid ${type}Reference directive in stylesheet. It must contain a single String parameter. css.StyleDef.PropertyReferenceRequiresDocument=PropertyReference() can only be used in the context of a document. css.StylesContainer.ParseError=Problem parsing default CSS: ${message}. css.StylesContainer.DefaultCSSFileNotFound=Default CSS file not found. css.StylesContainer.ExcludedStyleProperty=The style '${stylePropertyName}' is excluded by type '${typeName}'. css.StylesContainer.InvalidPropertyReference=${value} is not a document property reference. css.StylesContainer.InvalidStyleProperty=The style '${stylePropertyName}' was not declared by type '${typeName}'. css.StylesContainer.InvalidStyleTheme=The style '${stylePropertyName}' is only supported by type '${typeName}' with the theme(s) '${styleThemes}'. css.StylesContainer.UnusedTypeSelector=The CSS type selector '${styleName}' was not processed, because the type was not used in the application. css.StylesContainer.ComponentTypeSelectorsNotSupported=CSS type selectors are not supported in components: '${selector}' css.StyleConflictException=Declaration of style '${style}' conflicts with previous declaration in ${source}. css.ParseError=${message} # transcoding TranscoderException.UnrecognizedExtension='${source}' does not have a recognized extension, and a mimeType was not provided TranscoderException.NoMatchingTranscoder=no transcoder registered for mimeType '${mimeType}' TranscoderException.NoAssociatedClass=no class associated with '${tag}' when using ${transcoder} media.AbstractTranscoder.UnsupportedAttribute=transcoding parameter '${attribute}' is not supported by '${className}' media.AbstractTranscoder.UnableToResolve=unable to resolve '${source}' for transcoding media.AbstractTranscoder.NetworkTranscodingSource=network resource ${url} cannot be embedded at compile time; please use a local file or load the resource at runtime media.AbstractTranscoder.MissingSource=no source provided to transcode media.AbstractTranscoder.TemplateException=unable to load template '${template}' media.AbstractTranscoder.UnableToGenerateSource=unable to generate source for class '${className}' media.AbstractTranscoder.UnableToReadSource=unable to read transcoding source '${source}' media.AbstractTranscoder.ExceptionWhileTranscoding=exception during transcoding: ${exception} media.AbstractTranscoder.EmbedRequiresCodegen='${source}' results in generated code, cannot use existing class '${className}' media.AbstractTranscoder.IncompatibleTranscoderParameters=transcoding parameters '${param1}' and '${param2}' are incompatible media.FontTranscoder.BadParameters=font transcoding requires you to specify 'fontName' and one of 'source', 'systemFont', or 'sourceList' media.FontTranscoder.BadFlashType=flashType must be true or false. media.FontTranscoder.BadAdvancedAntiAliasing=advancedAntiAliasing must be true or false. media.FontTranscoder.InvalidUnicodeRangeException=invalid Unicode range '${range}' media.FontTranscoder.UnableToBuildFont=unable to build font '${fontName}' media.FontTranscoder.UnableToExtrace=unable to extract font '${fileName}' media.FontTranscoder.EmbeddedFontShadowsDeviceFont=the embedded font '${alias}' may shadow a device font of the same name. Use fontName to alias the font to a different name media.LosslessImageTranscoder.InvalidQuality=Quality must be a double between 0 and 100. media.LosslessImageTranscoder.QualityRequiresCompression=Quality requires compress="true". media.ImageTranscoder.ScalingGridException=the scaling grid must have all four corners defined media.MovieTranscoder.MissingSymbolDefinition=definition for symbol '${symbol}' not found media.MovieTranscoder.MissingFontFace=font '${fontName}' with ${weight} weight and ${style} style not found media.MovieTranscoder.UnableToBuildRootSprite=unable to build root Sprite definition media.MovieTranscoder.BadScalingGridTarget=cannot apply scaling grid to resource type '${resourceType}' media.MovieTranscoder.ScalingGridRange=scaling grid values must be greater than zero, the left value must be less than the right value, and the top value must be less than the bottom value media.MovieTranscoder.ScalingGridAlreadyDefined=SWF asset already has a scaling grid media.MovieTranscoder.IgnoringAS2=ignoring AS2 code within '${symbol}'; Flex 2 applications only support AS3 media.SkinTranscoder.SkinClassNotFound=class for skin '${className}' not found media.SoundTranscoder.UnsupportedSamplingRate=unsupported sampling rate (${frequency}Hz) media.SoundTranscoder.CouldNotDetermineSampleFrameCount=could not determine the sample frame count media.SoundTranscoder.NotInMP3Format=the sound file was not recognized as a MP3. media.SVGTranscoder.Deprecated=The use of SVG has been deprecated since Flex 4. Please use FXG. # flex2.compiler.abc abc.AbcCompiler.NoBytecodeIsAvailable=No bytecode is available. abc.AbcCompiler.BytecodeDecodingFailed=abc bytecode decoding failed. # flex2.compiler.as3 as3.EmbedEvaluator.UnableToTranscode=Unable to transcode ${what}. as3.EmbedEvaluator.UnableToCreateSource=Unable to create source ${name}. as3.EmbedEvaluator.UnsupportedTypeForEmbed=Embed only supported with variables of type Class or String. as3.EmbedEvaluator.InvalidEmbedVariable=An Embed variable must not have an existing value. as3.EmbedEvaluator.EmbedOnlyOnClassesAndVars=Embed is only supported on classes and member variables. as3.EmbedEvaluator.DeprecatedAttribute=${deprecated} has been deprecated since ${since}. Please use ${replacement}. as3.EmbedExtension.IncompatibleAssetClass=Class '${assetClass}' does not extend the '${assetType}' asset base class '${requiredBase}'. as3.EmbedExtension.NonPublicAssetClass=Class '${assetClass}' must be public in order to use its associated asset. as3.HostComponentExtension.HostComponentClassNotFound=[HostComponent] class '${className}' not found. as3.HostComponentExtension.MissingSkinPart=The required skin part '${skinPartName}' is missing. as3.HostComponentExtension.MissingSkinPartWarning=The required skin part '${skinPartName}' is missing. as3.HostComponentExtension.MissingSkinState=The required skin state '${skinStateName}' is missing. as3.HostComponentExtension.WrongSkinPartType=The skin part type '${skinPartTypeName}' must be assignable to '${hostSkinPartTypeName}'. as3.MetaDataEvaluator.MetaDataRequiresDefinition=Metadata requires an associated definition. as3.MetaDataParser.InvalidMetadataFormatError=Invalid metadata format. as3.MetaDataParser.InvalidMetadataFormatWarning=Invalid metadata format. as3.reflect.NodeMagic.OnlyMetadataIsAllowed=Only metadata is allowed. as3.SyntaxTreeEvaluator.DuplicateIconFileMetadata=IconFile metadata should not be set more than once in a file. Set to both '${icon}' and '${val}' within ${sourceName}. as3.SyntaxTreeEvaluator.AccessibilityClassMustHaveType=[AccessibilityClass] must define an 'implementation' property specifying a type name. as3.SyntaxTreeEvaluator.ArrayElementTypeMustHaveType=[ArrayElementType] must specify a type name. as3.SyntaxTreeEvaluator.DuplicateSkinState=Duplicate declaration of SkinState '${name}'. as3.SyntaxTreeEvaluator.OnlyOneHostComponentAllowed=Only one [HostComponent] allowed. as3.SyntaxTreeEvaluator.HostComponentMustHaveType=[HostComponent] must specify a type name. as3.SyntaxTreeEvaluator.InstanceTypeMustHaveType=[InstanceType] must specify a type name. as3.SyntaxTreeEvaluator.PercentProxyMustHaveProperty=[PercentProxy] must specify a property name. as3.SyntaxTreeEvaluator.MultipleConstructorDefs=Multiple constructor definitions found. Constructor may not be defined in