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:14 UTC

[1/4] git commit: [flex-sdk] [refs/heads/languageLocale] - remove the last vestiges of American Imperialism and replace with English imperialism

Updated Branches:
  refs/heads/FLEX-33378 [created] d546b338c
  refs/heads/languageLocale [created] 384f7939f


remove the last vestiges of American Imperialism and replace with English imperialism


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5f6625ee
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5f6625ee
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5f6625ee

Branch: refs/heads/languageLocale
Commit: 5f6625eedfe0a4f0ab14166aea30d63bb73f9e63
Parents: 3d5ba71
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Sep 20 16:27:44 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Sep 20 16:27:44 2013 +1000

----------------------------------------------------------------------
 .../projects/framework/src/mx/resources/ResourceManagerImpl.as    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5f6625ee/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as b/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
index a51fdba..b37c86e 100644
--- a/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
+++ b/frameworks/projects/framework/src/mx/resources/ResourceManagerImpl.as
@@ -446,8 +446,7 @@ public class ResourceManagerImpl extends EventDispatcher implements IResourceMan
 
 		ResourceBundle.locale =
 			compiledLocales != null && compiledLocales.length > 0 ?
-			compiledLocales[0] :
-			"en_US";
+			compiledLocales[0] : "en";
 
 		var applicationDomain:ApplicationDomain = info["currentDomain"];
 


[3/4] Added en bundle

Posted by jm...@apache.org.
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


[4/4] git commit: [flex-sdk] [refs/heads/languageLocale] - Added en bundle

Posted by jm...@apache.org.
Added en bundle


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/384f7939
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/384f7939
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/384f7939

Branch: refs/heads/languageLocale
Commit: 384f7939feb4815d4f60f4d82bccbd2432330771
Parents: 7ac5353
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Sep 20 16:38:17 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Sep 20 16:38:17 2013 +1000

----------------------------------------------------------------------
 .../bundles/en/datamanagement.properties        |  26 +++
 .../advancedgrids/bundles/en/olap.properties    |  49 ++++++
 .../bundles/en/aircontrols.properties           |  47 +++++
 .../airspark/bundles/en/empty.properties        |  18 ++
 .../apache/bundles/en/apache.properties         |  24 +++
 .../automation/bundles/en/automation.properties |  24 +++
 .../bundles/en/automation_agent.properties      |  73 ++++++++
 .../automation_air/bundles/en/empty.properties  |  18 ++
 .../automation_dmv/bundles/en/empty.properties  |  18 ++
 .../bundles/en/empty.properties                 |  18 ++
 .../bundles/en/empty.properties                 |  18 ++
 .../charts/bundles/en/charts.properties         |  25 +++
 .../experimental/bundles/en/alert.properties    |  23 +++
 .../experimental/bundles/en/dividers.properties |  23 +++
 .../bundles/en/experimental.properties          |  18 ++
 .../bundles/en/empty.properties                 |  18 ++
 .../bundles/en/SharedResources.properties       |  39 ++++
 .../framework/bundles/en/collections.properties |  80 +++++++++
 .../framework/bundles/en/controls.properties    | 120 +++++++++++++
 .../framework/bundles/en/core.properties        |  63 +++++++
 .../framework/bundles/en/effects.properties     |  28 +++
 .../framework/bundles/en/formatters.properties  |  53 ++++++
 .../framework/bundles/en/logging.properties     |  35 ++++
 .../framework/bundles/en/modules.properties     |  24 +++
 .../framework/bundles/en/skins.properties       |  24 +++
 .../framework/bundles/en/states.properties      |  24 +++
 .../framework/bundles/en/styles.properties      |  22 +++
 .../framework/bundles/en/utils.properties       |  22 +++
 .../framework/bundles/en/validators.properties  | 176 +++++++++++++++++++
 .../bundles/en/empty.properties                 |  18 ++
 .../mx/bundles/en/containers.properties         |  27 +++
 .../playerglobal/bundles/en/empty.properties    |  18 ++
 .../rpc/bundles/en/messaging.properties         | 133 ++++++++++++++
 .../projects/rpc/bundles/en/rpc.properties      | 108 ++++++++++++
 .../spark/bundles/en/components.properties      | 102 +++++++++++
 .../projects/spark/bundles/en/layout.properties |  30 ++++
 .../projects/spark/bundles/en/osmf.properties   | 109 ++++++++++++
 .../spark/bundles/en/sparkEffects.properties    |  40 +++++
 .../textLayout/bundles/en/textLayout.properties |  58 ++++++
 .../tool_air/bundles/en/tool_air.properties     |  31 ++++
 40 files changed, 1824 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/advancedgrids/bundles/en/datamanagement.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/bundles/en/datamanagement.properties b/frameworks/projects/advancedgrids/bundles/en/datamanagement.properties
new file mode 100644
index 0000000..254c42d
--- /dev/null
+++ b/frameworks/projects/advancedgrids/bundles/en/datamanagement.properties
@@ -0,0 +1,26 @@
+################################################################################
+##
+##  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
+
+repeatColumnsNotAllowed=Same column object cannot be used more than once
+
+# Design View
+
+Branch=Branch {0}
+

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/advancedgrids/bundles/en/olap.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/advancedgrids/bundles/en/olap.properties b/frameworks/projects/advancedgrids/bundles/en/olap.properties
new file mode 100644
index 0000000..13185b9
--- /dev/null
+++ b/frameworks/projects/advancedgrids/bundles/en/olap.properties
@@ -0,0 +1,49 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+duplicateHierarchyOnAxes='{0}' appears on Axis '{1}' and on Axis '{2}'
+
+nullMemberOnAxis=Attempt was made to add a null member to the Axis '{1}'
+
+crossJoinSameHierarchyError= '{0}' found in both sets.
+
+multipleHierarchies=Dimension contains multiple hierarchies. A hierarchy should be specified explicitly.
+
+noMeasures=No measures have been specified for the cube
+
+unionError=Sets do not have same dimensionality. Union cannot be performed.
+
+invalidAggregator=Invalid aggregator value '{0}'. The possible values are 'SUM', 'AVG', 'MIN', 'MAX' and 'COUNT'.
+
+invalidAttributeName=A attribute with the name '{0}' is not available on the dimension.
+
+noAttributeForLevel=No attribute has been specified for a level in '{0}' hierarchy.
+
+multipleHierarchiesNotSupported=Attempt to add multiple user defined hierarchies to the dimension '{0}'. Only a single user defined hierarchy is supported in this version.
+
+zeroElementsOnAxis=No members found on Axis '{0}'.
+
+finalizingMessage=Finalizing...Please wait.
+
+progressMessage=Processing data Row: {0} of {1}
+
+dimensionProcessingMessage=Processing dimension: {0}
+
+queryError=Query Error
+
+error=Generic Error
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/airframework/bundles/en/aircontrols.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/airframework/bundles/en/aircontrols.properties b/frameworks/projects/airframework/bundles/en/aircontrols.properties
new file mode 100644
index 0000000..d54c397
--- /dev/null
+++ b/frameworks/projects/airframework/bundles/en/aircontrols.properties
@@ -0,0 +1,47 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+computer=Computer
+
+fileSystemList_measuredText=XXXXXXXXXXXXXXXXXXXXXXXXX
+
+fileSystemDataGrid_nameColumnHeader=Name
+fileSystemDataGrid_nameColumnMeasuredText=XXXXXXXXXXXXXXX
+
+fileSystemDataGrid_typeColumnHeader=Type
+fileSystemDataGrid_typeColumnMeasuredText=XXXX File
+fileSystemDataGrid_typeFolder=Folder
+fileSystemDataGrid_typeFileWithExtension={0} File
+fileSystemDataGrid_typeFileWithoutExtension=File
+
+fileSystemDataGrid_sizeColumnHeader=Size
+fileSystemDataGrid_sizeColumnMeasuredText=0000000000
+fileSystemDataGrid_sizeFolder=-
+fileSystemDataGrid_sizeBytes={0}
+fileSystemDataGrid_sizeKilobytes={0} KB
+
+fileSystemDataGrid_creationDateColumnHeader=Created
+fileSystemDataGrid_creationDateColumnMeasuredText=00/00/0000 00:00 XX
+
+fileSystemDataGrid_modificationDateColumnHeader=Modified
+fileSystemDataGrid_modificationDateColumnMeasuredText=00/00/0000 00:00 XX
+
+fileSystemDataGrid_dateFormatString=M/D/YYYY L:NN A
+
+fileSystemTree_measuredText=XXXXXXXXXXXXXXXXXXXXXXXXX

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/airspark/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/airspark/bundles/en/empty.properties b/frameworks/projects/airspark/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/airspark/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/apache/bundles/en/apache.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/apache/bundles/en/apache.properties b/frameworks/projects/apache/bundles/en/apache.properties
new file mode 100644
index 0000000..d1e9aaf
--- /dev/null
+++ b/frameworks/projects/apache/bundles/en/apache.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+#PostCodeValidator
+invalidCharPostcodeError=The ZIP code contains invalid characters.
+wrongLengthPostcodeError=The ZIP code is the wrong length.
+wrongFormatPostcodeError=The ZIP code is the wrong format.
+incorrectFormatPostcodeError=The ZIP code format string is incorrect.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation/bundles/en/automation.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation/bundles/en/automation.properties b/frameworks/projects/automation/bundles/en/automation.properties
new file mode 100644
index 0000000..aadef58
--- /dev/null
+++ b/frameworks/projects/automation/bundles/en/automation.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  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
+
+# TextFieldAutomationHelper
+
+notReplayable=Cannot replay KeyboardEvent with key code '{0}'.
+

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation_agent/bundles/en/automation_agent.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_agent/bundles/en/automation_agent.properties b/frameworks/projects/automation_agent/bundles/en/automation_agent.properties
new file mode 100644
index 0000000..00528b4
--- /dev/null
+++ b/frameworks/projects/automation_agent/bundles/en/automation_agent.properties
@@ -0,0 +1,73 @@
+################################################################################
+##
+##  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
+
+# AutomationManager
+
+notVisible='{0}' not Visible.
+unsupportedValues='{0}' does not support allAutomationValues.
+unsupportedReplay='{0}' does not support replay.
+rootApplication=Expecting root of reproducible id ['{0}'] to be the application.
+notResolved=Unable to resolve child for part '{0}':'{1}' in parent '{2}'.
+resolvedTo='{0}' resolved to '{1}'.
+idResolved='{0}' id resolved prematurely.
+idNotResolved=Unable to resolve id '{0}'.
+nullReturned=Null child returned at '{0}' by '{1}' with '{2}' children.
+matchesMsg='{0}' matches for critera {'{1}'}.
+notDefined=Property '{0}' not defined in '{1}'.
+classNotFound=Unable to find automation class '{0}'.
+methodNotFound=Unable to find automation method '{0}' for class '{1}'.
+missingArgument=Missing argument value: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=Cannot replay KeyboardEvent with key code '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=You can not set an asset.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Possible loss of precision converting property '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=Setting selectedItem is not supported.
+
+# qtp/QTPAdapter
+
+invisible=Not Visible.
+notActiveX=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro. Adobe Flex 4 Plug-in for HP Quick Test Pro supports only Microsoft Internet Explorer.
+notWindows=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro. Adobe Flex 4 Plug-in for HP Quick Test Pro is not supported on '{0}'.
+noExternalInterface=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro. ExternalInterface is not available in this player.
+noPlayerID=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro. No id specified for player in html page.
+invalidPlayerID=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro. Invalid player id '{0}'.
+unableToLoadPluginGeneric=Unable to load Adobe Flex 4 Plug-in for HP Quick Test Pro - '{0}'.
+notSynchronized=Waiting for previous operation to complete.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Unable to find AutomationClass for '{0}' '{1}'.
+
+
+
+# Licence handler messages 
+recordLimitReached=License not present. With the trial verison only limited records are allowed.
+replayLimitReached=License not present. With the trial verison only limited replays are allowed.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation_air/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_air/bundles/en/empty.properties b/frameworks/projects/automation_air/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/automation_air/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation_dmv/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_dmv/bundles/en/empty.properties b/frameworks/projects/automation_dmv/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/automation_dmv/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation_flashflexkit/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_flashflexkit/bundles/en/empty.properties b/frameworks/projects/automation_flashflexkit/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/automation_flashflexkit/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/automation_spark/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/automation_spark/bundles/en/empty.properties b/frameworks/projects/automation_spark/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/automation_spark/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/charts/bundles/en/charts.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/charts/bundles/en/charts.properties b/frameworks/projects/charts/bundles/en/charts.properties
new file mode 100644
index 0000000..43085f9
--- /dev/null
+++ b/frameworks/projects/charts/bundles/en/charts.properties
@@ -0,0 +1,25 @@
+################################################################################
+##
+##  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
+
+open=open
+close=close
+high=high
+low=low
+noAxisSet=Property axis is not set for this AxisRenderer

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/experimental/bundles/en/alert.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/bundles/en/alert.properties b/frameworks/projects/experimental/bundles/en/alert.properties
new file mode 100644
index 0000000..c9f9dbf
--- /dev/null
+++ b/frameworks/projects/experimental/bundles/en/alert.properties
@@ -0,0 +1,23 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+YesLabel=Yes
+NoLabel=No
+CancelLabel=Cancel
+OkLabel=Ok

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/experimental/bundles/en/dividers.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/bundles/en/dividers.properties b/frameworks/projects/experimental/bundles/en/dividers.properties
new file mode 100644
index 0000000..6fbc85a
--- /dev/null
+++ b/frameworks/projects/experimental/bundles/en/dividers.properties
@@ -0,0 +1,23 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+atLeastTwoChildrenRequiredError=You need at least 2 children!
+childDoesntHavePercentHeightError=You have to specify percent height on all children
+childDoesntHavePercentWidthError=You have to specify percent width on all children
+totalPercentsGreaterThanOneHundredError=The percents sum is greater than 100

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/experimental/bundles/en/experimental.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/bundles/en/experimental.properties b/frameworks/projects/experimental/bundles/en/experimental.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/experimental/bundles/en/experimental.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/flash-integration/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/flash-integration/bundles/en/empty.properties b/frameworks/projects/flash-integration/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/flash-integration/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/SharedResources.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/SharedResources.properties b/frameworks/projects/framework/bundles/en/SharedResources.properties
new file mode 100644
index 0000000..f59e061
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/SharedResources.properties
@@ -0,0 +1,39 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# DayNames Long (DateBase, DateChooser, DateField, CalendarLayout)
+dayNames=Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
+
+# MonthNames Long (DateBase, DateChooser, DateField, CalendarLayout)
+# appended with monthSymbol
+monthNames=January,February,March,April,May,June,July,August,September,October,November,December
+
+# Common symbols (DateFormatter, DateValidator, DateField)
+dateFormat=MM/DD/YYYY
+monthSymbol=
+
+# CurrencyFormatter, NumberFormatter, Slider
+decimalSeparatorFrom=.
+decimalSeparatorTo=.
+thousandsSeparatorFrom=,
+thousandsSeparatorTo=,
+
+# CurrencyFormatter, CurrencyValidator
+alignSymbol=left
+currencySymbol=$

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/collections.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/collections.properties b/frameworks/projects/framework/bundles/en/collections.properties
new file mode 100644
index 0000000..2129a56
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/collections.properties
@@ -0,0 +1,80 @@
+################################################################################
+##
+##  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=Index '{0}' specified is out of bounds.
+invalidIndex=Invalid index: '{0}'.
+
+# ListCollectionView
+
+unknownProperty=Unknown Property: '{0}'.
+incorrectAddition=Attempt to add an item already in the view.
+itemNotFound=Cannot find when view is not sorted.
+bookmarkNotFound=Bookmark is not from this view.
+
+# ListCollectionViewCursor
+
+invalidInsert=Cannot insert when current is beforeFirst.
+invalidRemove=Cannot remove when current is beforeFirst or afterLast.
+bookmarkInvalid=Bookmark no longer valid.
+invalidCursor=Cursor no longer valid.
+
+# NumericDataProvider
+
+addItemError=addItem() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+addItemAtError=addItemAt() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+itemUpdatedError=itemUpdated() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+removeAllError=removeAll() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+removeItemError=removeItem() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+removeItemAtError=removeItemAt() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+setItemAtError=setItemAt() is not available in this class. Instead, use a combination of minimum, maximum and stepSize.
+stepSizeError=stepSize cannot be set to a value of zero.
+
+# OnDemandDataProvider
+
+addItemError=addItem() is not available in this class.
+addItemAtError=addItemAt() is not available in this class.
+itemUpdatedError=itemUpdated() is not available in this class.
+getItemAtError=getItemAt() is not available in this class.
+getItemIndexError=getItemIndex() is not available in this class.
+lengthError=length() is not available in this class.
+removeAllError=removeAll() is not available in this class.
+removeItemAtError=removeItemAt() is not available in this class.
+setItemAtError=setItemAt() is not available in this class.
+toArrayError=toArray() is not available in this class.
+
+# Sort
+
+noItems=No items to search.
+findCondition=Find criteria must contain all sort fields leading up to '{0}'.
+findRestriction=Find criteria must contain at least one sort field value.
+unknownMode=Unknown find mode.
+nonUnique=Non-unique values in items.
+noComparator=Cannot determine comparator for '{0}'.
+
+# SortField
+
+noComparatorSortField=Cannot determine comparator for SortField with name '{0}'.
+
+# XMLListAdapter
+
+invalidType=Incorrect type. Must be of type XML or a XMLList that contains one XML object. 

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/controls.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/controls.properties b/frameworks/projects/framework/bundles/en/controls.properties
new file mode 100644
index 0000000..9b680c5
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/controls.properties
@@ -0,0 +1,120 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# Shared by DateChooser, DateField, CalendarLayout
+dayNamesShortest=S,M,T,W,T,F,S
+
+# Shared by DateChooser, DateField
+firstDayOfWeek=0
+yearSymbol=
+
+# Localizable Strings
+
+
+# Alert
+
+okLabel=OK
+yesLabel=Yes
+noLabel=No
+cancelLabel=Cancel
+
+# ProgressBar
+
+label=LOADING %3%%
+
+
+# Developer RTE Section
+
+
+# ColorPicker
+
+notImplemented='{0}' not implemented yet.
+
+# Loader
+
+notLoadable=Unable to load '{0}'.
+
+# NavBar
+
+errWrongType=ERROR: The dataProvider of '{0}' must be String, ViewStack, Array, or IList.
+errWrongContainer=ERROR: The dataProvider of '{0}' must not contain objects of type flash.display.DisplayObject.
+
+# components using interaction (Tree)
+
+unknownInput=Unknown inputType '{0}'.
+
+# videoClasses.CuePointManager
+
+wrongTime=Time must be number.
+wrongName=Name cannot be undefined or null.
+wrongTimeName=Time must be number and/or name must not be undefined or null.
+wrongFormat=Unexpected cuePoint parameter format.
+wrongType=Type must be number.
+incorrectType=Type must be 0, 1 or 2.
+wrongDisabled=Disabled must be number.
+wrongNumParams=Num params must be number.
+unexpectedEnd=Unexpected end of cuePoint param string.
+cannotDisable=Cannot disable actionscript cue points.
+undefinedArray=CuePoint.array undefined.
+wrongIndex=CuePoint.index must be number between -1 and cuePoint.array.length.
+undefinedParameter=CuePoint parameter undefined.
+
+# videoClasses.NCManager
+
+invalidCall=Cannot call reconnect on an http connection.
+
+# videoClasses.SMILManager
+
+rootNotFound=URL: '{0}' No root node found; if file is an flv, it must have a .flv extension.
+rootNotSMIL=URL: '{0}' Root node not smil: '{1}'.
+missingAttributes=URL: '{0}' Tag '{1}' requires attributes id, width, and height. Width and height must be numbers greater than or equal to 0.
+tagNotFound=URL: '{0}' At least one video of ref tag is required.
+missingAttributeSrc=URL: '{0}' Attribute src is required in '{1}' tag.
+
+# videoClasses.VideoError
+
+errorMessages=Unable to make connection to server or to find FLV on server.,\
+			  No matching cue point found.,\
+			  Illegal cue point.,\
+			  Invalid seek.,\
+			  Invalid contentPath.,\
+			  Invalid XML.,\
+			  No bitrate match; must be no default FLV.,\
+			  Cannot delete default VideoPlayer.
+
+# videoClasses.VideoPlayer
+
+nullURL=Null URL sent to VideoPlayer.load.
+badArgs=Bad args to _play.
+
+# videoClasses.FPADManager
+
+missingRoot=URL: '{0}' No root node found; if URL is for an FLV, it must have a .flv extension and take no parameters.
+notfpad=URL: '{0}' Root node not fpad.
+missingProxy=URL: '{0}' fpad xml requires proxy tag.
+
+# TextInput, TextArea
+
+unsupportedMode=IMEMode '{0}' not supported.
+
+# AccImpl
+
+requiredField=Required Field

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/core.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/core.properties b/frameworks/projects/framework/bundles/en/core.properties
new file mode 100644
index 0000000..d13eca5
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/core.properties
@@ -0,0 +1,63 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# UITextField
+
+truncationIndicator=...
+
+# Developer RTE Section
+
+# Core
+
+multipleChildSets_ClassAndInstance=Multiple sets of visual children have been specified for this component (component definition and component instance).
+multipleChildSets_ClassAndSubclass=Multiple sets of visual children have been specified for this component (base component definition and derived component definition).
+
+# EmbeddedFontRegistry
+fontIncompatible=warning: incompatible embedded font '{0}' specified for {1}. This component requires that the embedded font be declared with embedAsCFF={2}.
+
+# Repeater
+
+notExecuting=Repeater is not executing.
+
+# UIComponent
+
+stateUndefined=Undefined state '{0}'.
+
+# UIComponent / WindowedApplication
+
+viewSource=View Source
+badFile=File does not exist.
+
+# Version (FlexVersion)
+
+versionAlreadySet=Compatibility version has already been set.
+versionAlreadyRead=Compatibility version has already been read.
+
+# UIFTETextField
+
+badParameter=Parameter {0} must be one of the accepted values.
+nullParameter=Parameter {0} must be non-null.
+badIndex=The supplied index is out of bounds.
+notImplementedInFTETextField='{0}' is not implemented in FTETextField.
+unsupportedTypeInFTETextField=FTETextField does not support setting type to \"input\".
+
+# Generated code for FlexInit
+remoteClassMemoryLeak=warning: The class {0} has been used in a call to net.registerClassAlias() in {2}. This will cause {1} to be leaked. To resolve the leak, define {0} in the top-level application.   
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/effects.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/effects.properties b/frameworks/projects/framework/bundles/en/effects.properties
new file mode 100644
index 0000000..6bde896
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/effects.properties
@@ -0,0 +1,28 @@
+################################################################################
+##
+##  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
+
+# EffectManager
+
+incorrectTrigger=The Zoom effect can not be triggered by a moveEffect trigger.
+
+# SoundEffect
+
+incorrectSource=Source property must be a Class or String.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/formatters.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/formatters.properties b/frameworks/projects/framework/bundles/en/formatters.properties
new file mode 100644
index 0000000..08bab44
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/formatters.properties
@@ -0,0 +1,53 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# CurrencyFormatter, NumberFormatter
+rounding=none
+useNegativeSignInNumber=true
+useNegativeSignInCurrency=true
+useThousandsSeparator=true
+
+# CurrencyFormatter
+currencyFormatterPrecision=-1
+
+# NumberFormatter
+numberFormatterPrecision=-1
+
+# PhoneFormatter
+areaCode=-1
+areaCodeFormat=(###)
+# formatString
+phoneNumberFormat=(###) ###-####
+validPatternChars=+()#- .
+
+# ZipCodeFormatter
+zipCodeFormat=#####
+
+# DateBase
+am=AM
+pm=PM
+dayNamesShort=Sun,Mon,Tue,Wed,Thu,Fri,Sat
+# appended with monthSymbol in SharedResources
+monthNamesShort=Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
+
+# Invalid Format Value Errors
+defaultInvalidValueError=Invalid value
+defaultInvalidFormatError=Invalid format

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/logging.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/logging.properties b/frameworks/projects/framework/bundles/en/logging.properties
new file mode 100644
index 0000000..ba51a55
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/logging.properties
@@ -0,0 +1,35 @@
+################################################################################
+##
+##  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
+
+# AbstractTarget
+
+charsInvalid=Error for filter '{0}': The following characters are not valid: []~$^&/(){}<>+=_-`!@#%?,:;'".
+charPlacement=Error for filter '{0}': '*' must be the right most character.
+
+# Log
+
+invalidTarget=Invalid target specified.
+invalidLen=Categories must be at least one character in length.
+invalidChars=Categories can not contain any of the following characters: []`~,!@#$%*^&()]{}+=|';?><./".
+
+# LogLogger
+
+levelLimit=Logging level cannot be set to LogEventLevel.ALL.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/modules.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/modules.properties b/frameworks/projects/framework/bundles/en/modules.properties
new file mode 100644
index 0000000..9f441a3
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/modules.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# ModuleLoader
+
+couldNotCreateModule=Could not create module '{0}'.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/skins.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/skins.properties b/frameworks/projects/framework/bundles/en/skins.properties
new file mode 100644
index 0000000..279f8bc
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/skins.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  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
+
+# RectangularBorder
+
+notLoaded=Unable to load '{0}'.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/states.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/states.properties b/frameworks/projects/framework/bundles/en/states.properties
new file mode 100644
index 0000000..f11d533
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/states.properties
@@ -0,0 +1,24 @@
+################################################################################
+##
+##  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
+
+# AddChild
+
+alreadyParented=Cannot add a child that is already parented.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/styles.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/styles.properties b/frameworks/projects/framework/bundles/en/styles.properties
new file mode 100644
index 0000000..8d96bbd
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/styles.properties
@@ -0,0 +1,22 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# StyleManagerImpl
+
+unableToLoad=Unable to load style({0}): {1}.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/utils.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/utils.properties b/frameworks/projects/framework/bundles/en/utils.properties
new file mode 100644
index 0000000..9b22fe8
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/utils.properties
@@ -0,0 +1,22 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Base64Decoder
+
+partialBlockDropped = A partial block ({0} of 4 bytes) was dropped. Decoded data is probably truncated!

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/framework/bundles/en/validators.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/bundles/en/validators.properties b/frameworks/projects/framework/bundles/en/validators.properties
new file mode 100644
index 0000000..95fdfc0
--- /dev/null
+++ b/frameworks/projects/framework/bundles/en/validators.properties
@@ -0,0 +1,176 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# CreditCardValidator
+creditCardValidatorAllowedFormatChars=\ -
+
+# Currency/Number Validator
+allowNegative=true
+decimalSeparator=.
+maxValue=NaN
+minValue=NaN
+thousandsSeparator=,
+groupingSeparator=,
+
+# CurrencyValidator
+currencyValidatorPrecision=2
+
+# DateValidator
+dateValidatorAllowedFormatChars=/- \\.
+validateAsString=true
+
+# NumberValidator
+numberValidatorDomain=real
+numberValidatorPrecision=-1
+
+# PhoneNumberValidator
+phoneNumberValidatorAllowedFormatChars=-()+ .
+
+# SocialSecurityValidator
+socialSecurityValidatorAllowedFormatChars=\ -
+
+# ZipCodeValidator
+zipCodeValidatorAllowedFormatChars=\ -
+zipCodeValidatorDomain=US Only
+
+
+# Tooltip errors
+
+# CurrencyValidator, NumberValidator
+
+decimalPointCountError=The decimal separator can occur only once.
+invalidCharError=The input contains invalid characters.
+invalidFormatCharsError=One of the formatting parameters is invalid.
+lowerThanMinError=The amount entered is too small.
+negativeError=The amount may not be negative.
+negativeNumberFormatError=The negative format of the input number is incorrect.
+negativeCurrencyFormatError=The negative format of the input currency is incorrect.
+positiveCurrencyFormatError=The positive format of the input currency is incorrect.
+parseError=The input string could not be parsed.
+negativeSymbolError=The negative symbol is repeated or not in right place.
+precisionError=The amount entered has too many digits beyond the decimal point.
+fractionalDigitsError=The amount entered has too many digits beyond the decimal point.
+separationError=The thousands separator must be followed by three digits.
+currencyStringError=Currency name is repeated or not correct.
+localeUndefinedError=Locale is undefined.
+
+# CreditCardValidator
+
+invalidCharErrorCCV=Invalid characters in your credit card number. (Enter numbers only.)
+invalidNumberError=The credit card number is invalid.
+noNumError=No credit card number is specified.
+noTypeError=No credit card type is specified or the type is not valid.
+wrongLengthErrorCCV=Your credit card number contains the wrong number of digits.
+wrongTypeError=Incorrect card type is specified.
+
+# CurrencyValidator
+
+currencySymbolError=The currency symbol occurs in an invalid location.
+exceedsMaxErrorCV=The amount entered is too large.
+
+# DateValidator
+
+wrongLengthErrorDV=Type the date in the format.
+invalidCharErrorDV=The date contains invalid characters.
+wrongMonthError=Enter a month between 1 and 12.
+wrongDayError=Enter a valid day for the month.
+wrongYearError=Enter a year between 0 and 9999.
+formatError=Configuration error: Incorrect formatting string.
+
+# EmailValidator
+
+invalidCharErrorEV=Your e-mail address contains invalid characters.
+invalidDomainErrorEV=The domain in your e-mail address is incorrectly formatted.
+invalidIPDomainError=The IP domain in your e-mail address is incorrectly formatted.
+invalidPeriodsInDomainError=The domain in your e-mail address has consecutive periods.
+missingAtSignError=An at sign (@) is missing in your e-mail address.
+missingPeriodInDomainError=The domain in your e-mail address is missing a period.
+missingUsernameError=The username in your e-mail address is missing.
+tooManyAtSignsError=Your e-mail address contains too many @ characters.
+
+# NumberValidator
+
+exceedsMaxErrorNV=The number entered is too large.
+integerError=The number must be an integer.
+
+# PhoneNumberValidator
+
+invalidCharErrorPNV=Your telephone number contains invalid characters.
+minDigitsPNV=10
+wrongLengthErrorPNV=Your telephone number must contain at least {0} digits.
+
+# RegExValidator
+
+noMatchError=The field is invalid.
+noExpressionError=The expression is missing.
+
+# SocialSecurityValidator
+
+invalidCharErrorSSV=You entered invalid characters in your Social Security number.
+wrongFormatError=The Social Security number must be 9 digits or in the form NNN-NN-NNNN.
+zeroStartError=Invalid Social Security number; the number cannot start with 000.
+
+# StringValidator
+
+tooLongError=This string is longer than the maximum allowed length. This must be less than {0} characters long.
+tooShortError=This string is shorter than the minimum allowed length. This must be at least {0} characters long.
+minLength=NaN
+maxLength=NaN
+
+# Validator
+
+requiredFieldError=This field is required.
+
+# ZipCodeValidator
+
+invalidCharErrorZCV=The ZIP code contains invalid characters.
+invalidDomainErrorZCV=The domain parameter is invalid. It must be either 'US Only', 'Canada Only', or 'US or Canada'.
+wrongCAFormatError=The Canadian postal code must be formatted 'A1B 2C3'.
+wrongLengthErrorZCV=The ZIP code must be 5 digits or 5+4 digits.
+wrongUSFormatError=The ZIP+4 code must be formatted '12345-6789'.
+invalidFormatCharsZCV=The allowedFormatChars parameter is invalid. Alphanumeric characters are not allowed (a-z A-Z 0-9).
+
+
+# Developer RTE Section
+
+# Shared
+
+invalidFormatChars=The allowedFormatChars parameter is invalid. It cannot contain any digits.
+
+# CreditCardValidator
+
+missingCardType=The value being validated doesn't contain a cardType property.
+missingCardNumber=The value being validated doesn't contain a cardNumber property.
+CNSAttribute=The cardNumberSource attribute, '{0}', can not be of type String.
+CTSAttribute=The cardTypeSource attribute, '{0}', can not be of type String.
+
+# DateValidator
+
+DSAttribute=The daySource attribute, '{0}', can not be of type String.
+MSAttribute=The monthSource attribute, '{0}', can not be of type String.
+YSAttribute=The yearSource attribute, '{0}', can not be of type String.
+
+# Validator
+
+fieldNotFound='{0}' field not found.
+SAttribute=The source attribute, '{0}', can not be of type String.
+SAttributeMissing=The source attribute must be specified when the property attribute is specified.
+PAttributeMissing=The property attribute must be specified when the source attribute is specified.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/mobilecomponents/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/mobilecomponents/bundles/en/empty.properties b/frameworks/projects/mobilecomponents/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/mobilecomponents/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/mx/bundles/en/containers.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/mx/bundles/en/containers.properties b/frameworks/projects/mx/bundles/en/containers.properties
new file mode 100644
index 0000000..67feedf
--- /dev/null
+++ b/frameworks/projects/mx/bundles/en/containers.properties
@@ -0,0 +1,27 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# Symbols
+
+# CanvasLayout
+
+rowNotFound=ConstraintRow '{0}' not found.
+columnNotFound=ConstraintColumn '{0}' not found.
+noRowsFound=No ConstraintRows found.
+noColumnsFound=No ConstraintColumns found.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/playerglobal/bundles/en/empty.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/playerglobal/bundles/en/empty.properties b/frameworks/projects/playerglobal/bundles/en/empty.properties
new file mode 100644
index 0000000..29940f7
--- /dev/null
+++ b/frameworks/projects/playerglobal/bundles/en/empty.properties
@@ -0,0 +1,18 @@
+################################################################################
+##
+##  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.
+##
+################################################################################

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/rpc/bundles/en/messaging.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/rpc/bundles/en/messaging.properties b/frameworks/projects/rpc/bundles/en/messaging.properties
new file mode 100644
index 0000000..5ba1a47
--- /dev/null
+++ b/frameworks/projects/rpc/bundles/en/messaging.properties
@@ -0,0 +1,133 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# ServerConfig
+unknownDestination = Unknown destination '{0}'.
+destinationWithInvalidMessageType = Destination '{0}' cannot service messages of type '{1}'.
+unknownDestinationForService = Unknown destination '{1}' for service with id '{0}'.
+noServiceForMessageType = No service is configured to handle messages of type '{0}'.
+unknownChannelWithId = Channel '{0}' does not exist in the configuration.
+unknownChannelClass = The channel class '{0}' specified was not found.
+noChannelForDestination = Destination '{0}' either does not exist or the destination has no channels defined (and the application does not define any default channels.)
+
+# Channel
+noDestinationSpecified = A destination name must be specified.
+connectTimedOut = Connect attempt timed out.
+noURLSpecified = No url was specified for the channel.
+
+# ChannelSet
+cannotAddWhenConfigured = Channels cannot be added to a ChannelSet that targets a configured destination.
+cannotRemoveWhenConfigured = Channels cannot be removed from a ChannelSet that targets a configured destination.
+noAvailableChannels = No Channels are available for use.
+sendFailed = Send failed
+cannotConnectToDestination = No connection could be made to the message destination.
+cannotAddNullIdChannelWhenClustered = Cannot add a channel with null id to ChannelSet when its clustered property is true.
+cannotSetClusteredWithdNullChannelIds = Cannot change clustered property of ChannelSet to true when it contains channels with null ids. 
+
+# AbstractConsumer
+resubscribeIntervalNegative = resubscribeInterval cannot take a negative value.
+consumerSubscribeError = Consumer subscribe error
+failedToSubscribe = The consumer was not able to subscribe to its target destination.
+
+# MessageAgent
+emptyDestinationName = '{0}' is not a valid destination.
+destinationNotSet = The MessageAgent's destination must be set to send messages.
+
+# AbstractProducer
+reconnectIntervalNegative = reconnectInterval cannot take a negative value.
+producerConnectError = Producer connect error
+failedToConnect = The producer was not able to connect to its target destination.
+producerSendError = Send failed
+producerSendErrorDetails = The producer is not connected and the message cannot be sent.
+queuedMessagesNotAllowedDetails = This producer does not have an assigned message queue so queued messages cannot be sent.
+
+# MessageStore
+messageQueueSendError = Send failed
+wrongMessageQueueForProducerDetails = The message did not come from the message store associated with this producer.
+lsoStorageNotAllowed = The message store cannot initialize because local storage is not allowed. Please ensure that local storage is enabled for the Flash Player and that sufficient storage space is configured.
+messageQueueNotInitialized = The message store has not been initialized.
+messageQueueFailedInitialize = Message store initialization failed.
+couldNotAddMessageToQueue = The message store could not store the message and the producer is not connected. The FaultEvent dispatched by the message store provides additional information.
+couldNotRemoveMessageFromQueue = The message could not be removed from the message store before being sent.
+couldNotLoadCache = The cache could not be loaded into the message store.
+couldNotSaveCache = The cache could not be saved.
+couldNotClearCache = The cache could not be cleared.
+couldNotLoadCacheIds = The list of cache ids could not be loaded.
+
+# Session
+emptySessionClientId = Session clientId's must be non-zero in length.
+
+# AMFChannel
+pollingIntervalNonPositive = Channel pollingInterval may only be set to a positive value.
+pollingRequestNotAllowed = Poll request made on '{0}' when polling is not enabled.
+invalidURL = Invalid URL
+
+# StreamingAMFChannel
+pollingNotSupportedAMF = StreamingAMFChannel does not support polling. 
+
+# DirectHTTPChannel
+noURIAllowed = Error for DirectHTTPChannel. No URI can be specified.
+authenticationNotSupported = Authentication not supported on DirectHTTPChannel (no proxy).
+httpRequestError = HTTP request error
+httpRequestError.details = Error: {0}
+securityError = Security error accessing url
+securityError.details = Destination: {0}
+
+# AMFXDecoder
+noAMFXBody = Invalid AMFX packet. Could not find message body
+unsupportedAMFXVersion = Unsupported AMFX version: {0}
+noAMFXNode = Invalid AMFX packet. Content must start with an <amfx> node
+AMFXTraitsNotFirst = Invalid object. A single set of traits must be supplied as the first entry in an object.
+errorReadingIExternalizable = Error encountered while reading IExternalizable. {0}
+notImplementingIExternalizable = Class {0} must implement flash.util.IExternalizable.
+unknownReference = Unknown reference {0}
+referenceMissingId = A reference must have an id.
+unknownStringReference = Unknown string reference {0}
+unknownTraitReference = Unknown trait reference {0}
+
+# HttpRequestMessage
+invalidRequestMethod = Invalid method specified.
+
+# MessageResponder
+requestTimedOut = Request timed out
+requestTimedOut.details = The request timeout for the sent message was reached without receiving a response from the server.
+deliveryInDoubt = Channel disconnected
+deliveryInDoubt.details = Channel disconnected before an acknowledgement was received
+
+# HTTPChannel
+##httpRequestError
+##httpRequestError.details
+##securityError
+##securityError.details
+ackFailed = Didn't receive an acknowledgement of message
+ackFailed.details = Was expecting message '{0}' but received '{1}'.
+noAckMessage = Didn't receive an acknowledge message
+noAckMessage.details = Was expecting mx.messaging.messages.AcknowledgeMessage, but received {0}
+
+# StreamingHTTPChannel
+pollingNotSupportedHTTP = StreamingHTTPChannel does not support polling. 
+
+# NetConnectionChannel
+##ackFailed
+##ackFailed.details
+##noAckMessage
+##noAckMessage.details
+noErrorForMessage = Didn't receive an error for message
+noErrorForMessage.details = Was expecting message '{0}' but received '{1}'.
+receivedNull = Received null.

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/384f7939/frameworks/projects/rpc/bundles/en/rpc.properties
----------------------------------------------------------------------
diff --git a/frameworks/projects/rpc/bundles/en/rpc.properties b/frameworks/projects/rpc/bundles/en/rpc.properties
new file mode 100644
index 0000000..ad785dd
--- /dev/null
+++ b/frameworks/projects/rpc/bundles/en/rpc.properties
@@ -0,0 +1,108 @@
+################################################################################
+##
+##  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.
+##
+################################################################################
+
+# AbstractOperation
+cannotResetOperationName = Cannot reset the name of an Operation
+cannotResetService = Cannot reset the service of an Operation
+
+# AbstractService
+operationsNotAllowedInService = Cannot assign operations into an RPC Service ({0})
+
+# HTTPService
+invalidResultFormat = Invalid resultFormat '{0}' valid formats are [{1}, {2}, {3}, {4}, {5}]
+xmlEncodeReturnNull = xmlEncode returned null
+xmlEncodeReturnNoXMLNode = xmlEncode did not return XMLNode
+urlNotSpecified = A URL must be specified with useProxy set to false.
+xmlDecodeReturnNull = xmlDecode returned null
+defaultDecoderFailed = Default decoder could not decode result
+
+# mxml.HTTPService
+unknownProtocol = Unknown protocol '{0}'
+pendingCallExists = Attempt to invoke while another call is pending.  Either change concurrency options or avoid multiple calls.
+
+# mxml.RemoteObject
+noListenerForEvent = An event was received for which no listener was defined. Please add an event listener. {0}
+
+# SOAPDecoder
+soapVersionMismatch = Request implements version: {0}, Response implements version {1}
+
+# SOAPEncoder
+missingInputParameter = Array of input arguments did not contain a required parameter at position {0}
+missingInputParameterWithName = Required parameter '{0}' not found in input arguments.
+tooFewInputParameters = Too few parameters - expected at least {0} but found {1}
+unexpectedInputParameter = Unexpected parameter '{0}' found in input arguments.
+
+# WSDLDocument
+wsdlDefinitionsNotFirst = Definitions must be the first element in a WSDL document
+##faultyWSDLFormat
+
+# WSDLParser
+noBaseWSDLAddress = Cannot resolve relative WSDL import without a fully qualified base address.
+noBaseWSDLAddress.details = Please specify the location of the WSDL document for the WebService.
+noServiceElement = Could not load WSDL
+noServiceElement.details = No <wsdl:service> elements found in WSDL at {0}.
+unrecognizedNamespace = The WSDL parser had no registered document for the namespace '{0}'
+unrecognizedPortTypeName = The WSDL parser couldn't find a portType named '{0}' in namespace '{1}'
+overloadedOperation = The WSDL contains an overloaded operation ({0}) - we do not currently support this usage.
+unrecognizedMessageName = The WSDL parser couldn't find a message named '{0}' in namespace '{1}'
+badElement = Element {0}:{1} not resolvable
+badType = Type {0} not resolvable
+
+unexpectedException = Runtime exception {0}
+unableToLoadWSDL = Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL ({0})
+faultyWSDLFormat = Faulty WSDL format
+##wsdlDefinitionsNotFirst
+unrecognizedBindingName = The WSDL parser couldn't find a binding named '{0}' in namespace '{1}'
+
+# mxml.WebService
+##unknownProtocol
+##noListenerForEvent
+
+# SchemaContext
+unknownSchemaType = Unknown schema type system
+unknownSchemaVersion = Unknown schema version
+badSchemaNode = Bad schema node
+noBaseSchemaAddress = Cannot resolve relative schema import without a fully qualified base address.
+unexpectedSchemaException = Error while importing schema: {0}
+errorWhileLoadingFromParent = Error while loading imported schema from parent location: {0}
+unknownSchemaElement = Unknown element: {0}
+cannotFindType = Cannot find type for: {0}
+
+# AbstractInvoker
+cannotConnectToDestination = Couldn't establish a connection to '{0}'
+
+# remoting.mxml.Operation
+##pendingCallExists
+
+# soap.Operation
+invalidSoapResultFormat = Invalid resultFormat '{0}'. Valid formats are 'object', 'xml', and 'e4x'
+noListenerForHeader = No event listener for header {0}
+
+# WebService
+mustSpecifyWSDLLocation = You must specify the WSDL location with useProxy set to false.
+destinationOrWSDLNotSpecified = A destination and/or WSDL must be specified.
+noSuchServiceInWSDL = The requested service '{0}' was not found in the WSDL file.
+noServices = There are no valid services in the WSDL file.
+noSuchService = Couldn't find service '{0}'
+noPortsInWSDL = There are no valid ports in the WSDL file for the {0} service.
+multiplePortsFound = A valid port was not specified. Unable to select a default port as there are multiple ports in the WSDL file.
+noServiceAndPort = Couldn't find a matching port (service = '{0}', port = '{1}')
+
+# soap.mxml.Operation
+##pendingCallExists
\ No newline at end of file


[2/4] git commit: [flex-sdk] [refs/heads/languageLocale] - Add the language locale as a fallback in the locale chain

Posted by jm...@apache.org.
Add the language locale as a fallback in the locale chain


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/7ac5353c
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/7ac5353c
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/7ac5353c

Branch: refs/heads/languageLocale
Commit: 7ac5353c62474702dc89f8e7d63dd808775c1c6b
Parents: 5f6625e
Author: Justin Mclean <jm...@apache.org>
Authored: Fri Sep 20 16:34:53 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Fri Sep 20 16:34:53 2013 +1000

----------------------------------------------------------------------
 .../projects/framework/src/mx/resources/LocaleSorter.as       | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/7ac5353c/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/framework/src/mx/resources/LocaleSorter.as b/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
index fb09fca..9ca02a1 100644
--- a/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
+++ b/frameworks/projects/framework/src/mx/resources/LocaleSorter.as
@@ -73,6 +73,13 @@ public class LocaleSorter
 		var locales:Array = trimAndNormalize(appLocales);
 		var preferenceLocales:Array	= trimAndNormalize(systemPreferences);
 		
+		// Add the language as the ultimate fallback if not specified
+		if (locales && locale.length > 0) {
+			if (locale[0].length > 2 && ultimateFallbackLocale == null) {
+				ultimateFallbackLocale = locale[0].split("_")[0];
+			}
+		}
+		
 		addUltimateFallbackLocale(preferenceLocales, ultimateFallbackLocale);
 		
 		// For better performance, save the locales in a lookup table.