You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/10/06 15:37:16 UTC

[3/4] Added en bundle

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/spark/bundles/en/components.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/bundles/en/components.properties b/frameworks/projects/spark/bundles/en/components.properties
new file mode 100644
index 0000000..d118251
--- /dev/null
+++ b/frameworks/projects/spark/bundles/en/components.properties
@@ -0,0 +1,102 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# DataGridAccImpl
+rowMofN = Row %1 of %2
+sortedAscending = Sorted
+sortedDescending = Sorted descending
+sortLevel = Level %1
+
+# DataGroup
+cannotDisplayVisualElement=DataGroup cannot display visual elements directly unless the elements are display objects and implement IVisualElement.
+unableToCreateRenderer=Could not create an item renderer for {0}.
+addChildDataGroupError=DataGroup manages its own display objects, and you should not call addChild() directly. To add, remove, or swap items, modify the dataProvider.
+addChildAtDataGroupError=DataGroup manages its own display objects, and you should not call addChildAt() directly. To add, remove, or swap items, modify the dataProvider.
+removeChildDataGroupError=DataGroup manages its own display objects, and you should not call removeChild() directly. To add, remove, or swap items, modify the dataProvider.
+removeChildAtDataGroupError=DataGroup manages its own display objects, and you should not call removeChildAt() directly. To add, remove, or swap items, modify the dataProvider.
+setChildIndexDataGroupError=DataGroup manages its own display objects, and you should not call setChildIndex() directly. To add, remove, or swap items, modify the dataProvider.
+swapChildrenDataGroupError=DataGroup manages its own display objects, and you should not call swapChildren() directly. To add, remove, or swap items, modify the dataProvider.
+swapChildrenAtDataGroupError=DataGroup manages its own display objects, and you should not call swapChildrenAt() directly. To add, remove, or swap items, modify the dataProvider.
+	
+# Application
+viewSource=View Source
+
+# VideoPlayer
+videoPlayerVideoDisplayAccName=Video Player
+videoPlayerPlayButtonAccName=Play,Pause
+videoPlayerScrubBarAccName=Scrub
+videoPlayerMuteButtonAccName=Not Muted,Muted
+videoPlayerVolumeBarAccName=Volume
+videoPlayerFullScreenButtonAccName=Full screen
+
+# SkinnableComponent
+skinNotFound=Skin for {0} cannot be found.
+requiredSkinPartNotFound=Required skin part {0} cannot be found.
+
+# SkinnableComponent, Group
+addChildError=addChild() is not available in this class. Instead, use addElement() or modify the skin, if you have one.
+addChildAtError=addChildAt() is not available in this class. Instead, use addElementAt() or modify the skin, if you have one.
+removeChildError=removeChild() is not available in this class. Instead, use removeElement() or modify the skin, if you have one.
+removeChildAtError=removeChildAt() is not available in this class. Instead, use removeElementAt() or modify the skin, if you have one.
+setChildIndexError=setChildIndex() is not available in this class. Instead, use setElementIndex() or modify the skin, if you have one.
+swapChildrenError=swapChildren() is not available in this class. Instead, use swapElements() or modify the skin, if you have one.
+swapChildrenAtError=swapChildrenAt() is not available in this class. Instead, use swapElementsAt() or modify the skin, if you have one.
+
+# HGroup, VGroup
+layoutReadOnly=You are not allowed to change the layout for this class.  It is read-only.
+
+# Scroller
+elementNotFoundInScroller={0} is not found in this Scroller.
+operationNotSupported=This operation is not supported.
+operationSupportedForOneAxisOnly=This operation is only supported when scrolling either horizontally or vertically, but not both.
+operationRequiresViewportLayout=This operation requires that the viewport have a layout.
+operationRequiresSnappingMode=This operation requires scrollSnappingMode to be set to something other than NONE.  
+
+# Group
+cannotAddYourselfAsYourChild=Cannot add an element as a child of itself.
+elementNotFoundInGroup={0} is not found in this Group.
+mxmlElementNoMultipleParents=MXML element {0} can only have one parent.
+scaleGridGroupError=ScaleGrid properties can not be set on this Group since at least one child element is a DisplayObject.
+
+# Scroller, Group
+indexOutOfRange=Index {0} is out of range.
+
+# DisplayLayer
+objectNotFoundInDisplayLayer={0} is not found in this DisplayLayer.
+
+# Slider
+sliderPageUpAccName=Page up
+sliderPageDownAccName=Page down
+sliderPageLeftAccName=Page left
+sliderPageRightAccName=Page right
+sliderPositionAccName=Position
+
+# Spinner
+spinnerLessAccName=Less
+spinnerMoreAccName=More
+
+# ToggleSwitch
+toggleSwitchSelectedLabel=ON
+toggleSwitchUnselectedLabel=OFF
+
+# StyleableTextField
+styleSheetError=This method or property cannot be used on a text field with a style sheet.
+
+# FormItem
+formItemRequired=Required

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/spark/bundles/en/layout.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/bundles/en/layout.properties b/frameworks/projects/spark/bundles/en/layout.properties
new file mode 100644
index 0000000..36d098d
--- /dev/null
+++ b/frameworks/projects/spark/bundles/en/layout.properties
@@ -0,0 +1,30 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# LinearLayoutVector
+invalidIndex=invalidIndex
+
+# BasicLayout
+basicLayoutNotVirtualized=BasicLayout doesn't support virtualization.
+
+# ConstraintLayout
+columnNotFound=ConstraintColumn '{0}' not found.
+constraintLayoutNotVirtualized=ConstraintLayout doesn't support virtualization.
+invalidBaselineOnRow=Invalid baseline value on row {0}: '{1}'. Must be a Number or of the form 'maxAscent:x'.
+rowNotFound=ConstraintRow '{0}' not found.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/spark/bundles/en/osmf.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/bundles/en/osmf.properties b/frameworks/projects/spark/bundles/en/osmf.properties
new file mode 100644
index 0000000..8b7336d
--- /dev/null
+++ b/frameworks/projects/spark/bundles/en/osmf.properties
@@ -0,0 +1,109 @@
+################################################################################
+##
+##  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
+
+# Retrieved from 
+# var rb:Dictionary = OSMFStrings.resourceDict;
+# var keys:Vector.<String> = new Vector.<String>();
+# 
+# for (var i in rb)
+# {
+#     keys.push(i);
+# }
+# 
+# keys.sort(function (a:String, b:String):int 
+# {
+#     return a.localeCompare(b);
+# });
+# 
+# for (var j:int = 0; j < keys.length; j++)
+# {
+#     trace(keys[j] + "=" + rb[keys[j]]);
+# }
+
+alreadyListed=The item is already listed
+alreadyLoading=Loader - attempt to load a loading object
+alreadyReady=Loader - attempt to load an already loaded object
+alreadyUnloaded=Loader - attempt to unload an already unloaded object
+alreadyUnloading=Loader - attempt to unload a unloading object
+audioIOLoadError=I/O error when loading audio file
+audioSecurityLoadError=Security error when loading audio file
+beaconFailureError=Beacon failed to successfully ping its HTTP URL
+compositeTraitNotFound=A composite trait was not found for the given trait
+contentIOLoadError=I/O error when loading image or SWF
+contentSecurityLoadError=Security error when loading image or SWF
+drmAuthenticationFailed=AuthenticationFailed	  SWF should ask user to reenter user credentials and retry license acquisition
+drmContentNotYetValid=ContentNotYetValid	  The acquired license is not yet valid
+drmMetadataNotSet=Metadata not set on DRMServices
+drmNeedsAuthentication=NeedAuthentication	  Remedy is to authenticate the user and then redo license acquisition
+f4mParseNoId=Missing id tag from manifest
+fileStructureInvalid=File has invalid structure
+functionMustBeOverridden=This function must be overridden
+httpIOLoadError=I/O error when loading URL over HTTP
+httpSecurityLoadError=Security error when loading URL over HTTP
+iLoaderCantHandleResource=ILoader unable to handle the given IMediaResource
+illegalConstructorInvocation=Use the static getInstance method to obtain a class instance.
+invalidLayoutRendererConstructor=Unable to construct ILayoutRenderer implementation
+invalidParam=Invalid param passed to method
+invalidPluginImplementation=Plugin failed to load due to improper or missing implementation of IPluginInfo
+invalidPluginVersion=Plugin failed to load due to version mismatch
+invalidSwfASVersion=Loading pre-AS3 (AVM1) content is not supported
+invalidURLProtocol=Invalid URL protocol
+loadedContextNonNull=LoadedContext is non-null for LoadState.UNINITIALIZED
+loadedContextNull=LoadedContext is null for LoadState.READY
+missingStringResource=No string for resource {0}
+mustSetILoaderForLoad=Must set ILoader on an ILoadable before calling ILoader.load
+mustSetILoaderForUnload=Must set ILoader on an ILoadable before calling ILoader.unload
+namespaceMustBeUnique=The namespace string must be unique
+namespaceMustEqualGroupNS=The namespace string must be equal to the group namespace
+namespaceMustNotBeEmpty=The namespace string must not be empty
+netConnectionArgumentError=Received an argument error while attempting to establish a NetConnection
+netConnectionAsyncError=Received an async error while attempting to establish a NetConnection
+netConnectionFailed=All NetConnection attempts failed
+netConnectionIOError=Received an IO error while attempting to establish a NetConnection
+netConnectionInvalidApp=Attempting to connect to an invalid application
+netConnectionRejected=Connection attempt rejected by FMS server
+netConnectionSecurityError=Received a net security error while attempting to establish a NetConnection
+netConnectionTimeout=Timed-out trying to establish a good NetConnection
+noSupportedTrackFound=No supported track found
+nullNetStream=NetStream on trait is null
+nullParam=Null param passed to method
+nullScriptPath=Operation requires a valid script path to be set
+playFailedNetConnectionFailure=Playback failed due to a NetConnection failure
+playFailedNoSoundChannels=Playback failed due to no sound channels being available
+playbackFailed=Playback failed
+streamNotFound=Stream not found
+streamSwitchInvalidIndex=Dynamic Stream Switching - Invalid index requested
+streamSwitchStreamNotFound=Dynamic Stream Switching - stream not found
+streamSwitchStreamNotInManualMode=Dynamic Stream Switching - stream is not in manual mode
+swfIOLoadError=I/O error when loading SWF
+swfSecurityError=Security error when loading SWF
+switchingDownBandwidthInsufficient=Average bandwith is insufficient for the current stream's bitrate
+switchingDownBufferInsufficient=Buffer length is insufficient
+switchingDownFrameDropUnacceptable=Average dropped Frames per Second is unacceptable for the current stream
+switchingDownOther=Switching down
+switchingManual=Switching Manual
+switchingUpBandwidthSufficient=Switching up since average bandwidth is sufficient
+switchingUpOther=Switching up
+traitInstanceAlreadyAdded=An instance of this trait class has already been added to this MediaElement
+traitNotSupported=MediaPlayer - method called on null media or media that isn't *trait*
+traitResolverAlreadyAdded=A trait resolver for the specified trait type has already been added to this MediaElement
+traitTypeMismatch=The specified trait instance is of an unexpected type
+unsupportedTraitType=The specified trait type is not supported

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/spark/bundles/en/sparkEffects.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/spark/bundles/en/sparkEffects.properties b/frameworks/projects/spark/bundles/en/sparkEffects.properties
new file mode 100644
index 0000000..cae2bd2
--- /dev/null
+++ b/frameworks/projects/spark/bundles/en/sparkEffects.properties
@@ -0,0 +1,40 @@
+################################################################################
+##
+##  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
+
+# Animation
+startValContainsNonNums=The startValue array contains non-Numbers: you must supply Interpolator to Animation.
+endValContainsNonNums=The endValue array contains non-Numbers: you must supply a custom Interpolator to Animation.
+
+# ArrayInterpolator
+arraysNotOfEqualLength=The start and end arrays must be of equal length.
+
+# Constant
+accDecWithinRange=(acceleration + deceleration) must be within range [0,1].
+
+# AnimateInstance
+illegalPropValue=Illegal property value: {0}.
+propNotPropOrStyle=Property {0} is not a property or a style on object {1}: {2}.
+
+# AnimateShaderTransition
+cannotOperateOn=AnimateShaderTransition can operate only on IUIComponent and GraphicElement instances.
+
+# NumberInterpolator
+cannotCalculateValue=Interpolator cannot calculate interpolated values when startValue ({0}) or endValue ({1}) is not a number.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/textLayout/bundles/en/textLayout.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/textLayout/bundles/en/textLayout.properties b/frameworks/projects/textLayout/bundles/en/textLayout.properties
new file mode 100644
index 0000000..60d1633
--- /dev/null
+++ b/frameworks/projects/textLayout/bundles/en/textLayout.properties
@@ -0,0 +1,58 @@
+################################################################################
+##
+##  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=No string for resource {0}
+
+# Core errors
+
+invalidFlowElementConstruct=Attempted construct of invalid FlowElement subclass
+invalidSplitAtPosition=Invalid parameter to splitAtPosition
+badMXMLChildrenArgument=Bad element of type {0} passed to mxmlChildren
+badReplaceChildrenIndex=Out of range index to FlowGroupElement.replaceChildren
+invalidChildType=NewElement not of a type that this can be parent of
+badRemoveChild=Child to remove not found
+invalidSplitAtIndex=Invalid parameter to splitAtIndex
+badShallowCopyRange=Bad range in shallowCopy
+badSurrogatePairCopy=Copying only half of a surrogate pair in SpanElement.shallowCopy
+invalidReplaceTextPositions=Invalid positions passed to SpanElement.replaceText
+invalidSurrogatePairSplit=Invalid splitting of a surrogate pair
+badPropertyValue=Property {0} value {1} is out of range
+
+# Selection/editing
+
+illegalOperation=Illegal attempt to execute {0} operation
+
+# Shared import errors
+
+unexpectedXMLElementInSpan=Unexpected element {0} within a span
+unexpectedNamespace=Unexpected namespace {0}
+unknownElement=Unknown element {0}
+unknownAttribute=Attribute {0} not permitted in element {1}
+
+# TEXT_FIELD_HTML_FORMAT import errors
+
+malformedTag=Malformed tag {0}
+malformedMarkup=Malformed markup {0}
+
+# TEXT_LAYOUT_FORMAT import errors
+
+missingTextFlow=No TextFlow to parse
+expectedExactlyOneTextLayoutFormat=Expected one and only one TextLayoutFormat in {0}	

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/tool_air/bundles/en/tool_air.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/tool_air/bundles/en/tool_air.properties b/frameworks/projects/tool_air/bundles/en/tool_air.properties
new file mode 100644
index 0000000..7f3ecd7
--- /dev/null
+++ b/frameworks/projects/tool_air/bundles/en/tool_air.properties
@@ -0,0 +1,31 @@
+################################################################################
+##
+##  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
+
+# QTP_air messages
+
+noConnectionToQTP=Application is linked with Automation library for AIR. But connection to QTP could not be established.
+noConnectionToQTP_Recommendation=Please ensure that QTP is open and enabled with the AIR plugin, before starting the application.
+
+securityError =Security error while connecting to QTP.
+airHelperClassNotFound=Application is linked with Automation library for AIR. But for AIR automation to be functional, the automation_air library should be used. It is highly recommended to add this library before proceeding.
+propertyCannotBeEvaluated =The property(s) '{0}' could not evaluated.
+qtpConnectionAttempt=Trying to connect to QTP. This operation may take a few seconds.
+qtpConnectionFailed=Could not connect to QTP. Either QTP is not started or there may be more than one automation enabled application running. Please close all instances of the application, restart QTP and then restart the application.
+qtpConnectionSuccess=Successfully connected to QTP. 
\ No newline at end of file