You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/18 20:10:25 UTC

svn commit: r1351437 [1/12] - in /incubator/flex/trunk/frameworks/projects: automation_agent/ automation_agent/bundles/ automation_agent/bundles/da_DK/ automation_agent/bundles/de_DE/ automation_agent/bundles/en_US/ automation_agent/bundles/es_ES/ auto...

Author: cframpton
Date: Mon Jun 18 18:10:20 2012
New Revision: 1351437

URL: http://svn.apache.org/viewvc?rev=1351437&view=rev
Log:
Adobe donation: frameworks/automation_agent, tool and tool_air.  tool was formerly qtp and tool_air was formerly qtp_air.

Integrate automation_agent.swc, qtp.swc and qtp_air.swc into build from perforce //depot/flex/dmv_automation/projects/. Commented out the license code which restricted the number of recorded lines if a license wasn't present. Replaced/add Apache copyright header.  Left AutomationLicesneHandler spelled incorrectly although I think we can get rid of this file entirely.

Added:
    incubator/flex/trunk/frameworks/projects/automation_agent/
    incubator/flex/trunk/frameworks/projects/automation_agent/build.xml   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ru_RU/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ru_RU/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/sv_SE/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/sv_SE/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/zh_CN/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/zh_CN/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/zh_TW/
    incubator/flex/trunk/frameworks/projects/automation_agent/bundles/zh_TW/automation_agent.properties   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/
    incubator/flex/trunk/frameworks/projects/automation_agent/src/AutomationAgentClasses.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/Automation.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationConstants.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationError.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationEventDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationHelper.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationID.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationIDPart.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationLicesneHandler.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationManager.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/AutomationPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationClass2.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationDebugTracer.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationEnvironment.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationEventDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationManager.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationManager2.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationMouseSimulator.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationObject.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationObjectHelper.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/automation/IAutomationTabularData.as   (with props)
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/core/
    incubator/flex/trunk/frameworks/projects/automation_agent/src/mx/core/Version.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/
    incubator/flex/trunk/frameworks/projects/tool/build.xml   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/
    incubator/flex/trunk/frameworks/projects/tool/src/ToolClasses.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/IToolAutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/IToolCodecHelper.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/IToolMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/IToolPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolAdapter.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolAgent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolAutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolEnvironment.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolEventDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolMarshallingEvent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/automation/tool/ToolPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool/src/mx/core/
    incubator/flex/trunk/frameworks/projects/tool/src/mx/core/Version.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/
    incubator/flex/trunk/frameworks/projects/tool_air/build.xml   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/da_DK/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/da_DK/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/de_DE/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/de_DE/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/en_US/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/en_US/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/es_ES/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/es_ES/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/fi_FI/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/fi_FI/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/fr_FR/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/fr_FR/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/it_IT/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/it_IT/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ja_JP/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ja_JP/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ko_KR/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ko_KR/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/nb_NO/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/nb_NO/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/nl_NL/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/nl_NL/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/pt_BR/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/pt_BR/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ru_RU/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/ru_RU/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/sv_SE/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/sv_SE/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/zh_CN/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/zh_CN/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/zh_TW/
    incubator/flex/trunk/frameworks/projects/tool_air/bundles/zh_TW/tool_air.properties   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/
    incubator/flex/trunk/frameworks/projects/tool_air/src/ToolAIRClasses.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ApplicationDataToAgent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ClientSocketHandler.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/CustomSocket.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/IToolAutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/IToolCodecHelper.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/IToolMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/IToolPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/RecordingHandler.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/RequestData.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/SocketResponseEvent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolAdapter.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolAgent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolAutomationClass.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolEnvironment.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolEventDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolMarshallingEvent.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolMethodDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/automation/tool/ToolPropertyDescriptor.as   (with props)
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/core/
    incubator/flex/trunk/frameworks/projects/tool_air/src/mx/core/Version.as   (with props)

Added: incubator/flex/trunk/frameworks/projects/automation_agent/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/build.xml?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/build.xml (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/build.xml Mon Jun 18 18:10:20 2012
@@ -0,0 +1,226 @@
+<?xml version="1.0"?>
+<!--
+
+  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.
+
+-->
+<project name="automation_agent" default="main" basedir=".">
+	<property name="FLEX_HOME" location="${basedir}/../../.."/>
+	<property file="${FLEX_HOME}/build.properties"/>
+	<property name="local.playerglobal.version" value="11.1"/>
+
+	<property name="compc.jvm.args" value="-Dassert -ea -DAS3 -DAVMPLUS -Xms32m -Xmx384m -Dsun.io.useCanonCaches=false"/> 
+	
+	<target name="main" depends="clean,compile,bundles_en_US" description="Clean build of automation_agent.swc and en_US"/>
+	<target name="main_with_ja_JP" depends="clean,compile,bundles" description="Clean build of automation_agent.swc and en_US and ja_JP"/>
+	
+	<target name="other.locales" depends="bundles" description="Build other locale SWCs"/>
+	    
+	<target name="clean" depends="bundles-clean">
+		<delete file="bundles.properties"/>
+		<delete file="${FLEX_HOME}/frameworks/libs/automation_agent.swc"/>
+		<delete file="${FLEX_HOME}/frameworks/libs/automation_agent.swc.incr"/>
+        <fileset dir="${FLEX_HOME}/frameworks/locale">
+            <include name="*/automation_agent_rb.swc"/>
+            <include name="*/automation_agent_rb.swc.incr"/>
+        </fileset>
+	</target>
+	
+   <target name="compile" description="Compiles automation_dmv.swc">
+        <echo message="Compiling frameworks/libs/automation_agent.swc"/>
+        <!-- Load the <compc> task. We can't do this at the <project> level -->
+        <!-- because targets that run before flexTasks.jar gets built would fail. -->
+        <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/lib/flexTasks.jar"/>
+        <!--
+            Link in the classes (and their dependencies) for the MXML tags
+            listed in this project's manifest.xml.
+            Also link the additional classes (and their dependencies)
+            listed in FrameworkClasses.as,
+            because these aren't referenced by the manifest classes.
+            Keep the standard metadata when compiling.
+            Link in accessibility support.
+            Include the appropriate CSS files and assets in the SWC.
+            Don't include any resources in the SWC.
+            Write a bundle list of referenced resource bundles
+            into the file bundles.properties in this directory.
+        -->
+        
+        <compc fork="true"
+               output="${FLEX_HOME}/frameworks/libs/automation_agent.swc"
+        	   resource-bundle-list="${basedir}/bundles.properties">
+            <jvmarg line="${compc.jvm.args}"/>
+            <target-player>${local.playerglobal.version}</target-player>
+            <include-classes>AutomationAgentClasses</include-classes>
+            <source-path path-element="${basedir}/src"/>
+            <source-path path-element="${FLEX_HOME}/frameworks/projects/automation/src"/>
+            <library-path/>
+            <external-library-path dir="${FLEX_HOME}/frameworks/libs">
+                <include name="player/${local.playerglobal.version}/playerglobal.swc"/>
+                <include name="framework.swc"/>
+                <include name="mx/mx.swc"/>
+                </external-library-path>
+            <locale/>
+            <accessible>true</accessible>
+        </compc>
+    </target>
+
+	<target name="automation_agent_bundles">		
+		<echo message="Compiling dmv_automation/locale/${locale}/automation_agent_rb.swc"/>
+		
+		<taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/lib/flexTasks.jar"/>
+		
+	    <mkdir dir="${FLEX_HOME}/frameworks/locale/${locale}"/>
+
+		<compc fork="true"
+			output="${FLEX_HOME}/frameworks/locale/${locale}/automation_agent_rb.swc"
+			locale="${locale}">
+          
+            <target-player>11</target-player>
+			<jvmarg line="${compc.jvm.args}"/>
+ 			<include-resource-bundles bundle="automation_agent"/>
+			<include-resource-bundles bundle="containers"/>
+			<include-resource-bundles bundle="controls"/>
+			<include-resource-bundles bundle="core"/>
+			<include-resource-bundles bundle="effects"/>
+			<include-resource-bundles bundle="skins"/>
+			<include-resource-bundles bundle="styles"/>
+			<include-namespaces/>
+			<include-classes/>
+			<source-path path-element="${FLEX_HOME}/frameworks/projects/framework/bundles/${locale}"/>
+			<source-path path-element="${FLEX_HOME}/frameworks/projects/mx/bundles/${locale}"/>
+			<source-path path-element="${basedir}/bundles/${locale}"/>
+			<source-path path-element="${FLEX_HOME}/frameworks/projects/framework/src"/>
+			<include-libraries/>
+			<library-path/>
+            <external-library-path dir="${FLEX_HOME}/frameworks/libs">
+                <include name="player/${local.playerglobal.version}/playerglobal.swc"/>
+			</external-library-path>
+		</compc>
+	</target>
+	
+    <target name="automation_agent_bundles-clean">        
+        <delete file="${FLEX_HOME}/frameworks/locale/${locale}/automation_agent_rb.swc"/>
+        <delete file="${FLEX_HOME}/frameworks/locale/${locale}/automation_agent_rb.swc.incr"/>
+    </target>
+    	
+	<target name="bundles" depends="bundles_en_US">
+	    <echo message="IN bundles"/>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="da_DK"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="de_DE"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="es_ES"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="fi_FI"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="fr_FR"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="it_IT"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="ja_JP"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="ko_KR"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="nb_NO"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="nl_NL"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="pt_BR"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="ru_RU"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="sv_SE"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="zh_CN"/>
+            </antcall>
+            <antcall target="automation_agent_bundles">
+                <param name="locale" value="zh_TW"/>
+            </antcall>
+	</target>
+		
+	<target name="bundles_en_US">
+        <antcall target="automation_agent_bundles">
+            <param name="locale" value="en_US"/>
+        </antcall>
+	</target>
+	
+	<target name="bundles-clean">
+	    <echo message="IN bundles clean"/>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="da_DK"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="de_DE"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="en_US"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="es_ES"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="fi_FI"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="fr_FR"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="it_IT"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="ja_JP"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="ko_KR"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="nb_NO"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="nl_NL"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="pt_BR"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="ru_RU"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="sv_SE"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="zh_CN"/>
+        </antcall>
+        <antcall target="automation_agent_bundles-clean">
+            <param name="locale" value="zh_TW"/>
+        </antcall>
+	</target>
+
+</project>

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/build.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' er ikke synlig.
+unsupportedValues='{0}' underst\u00f8tter ikke allAutomationValues.
+unsupportedReplay='{0}' underst\u00f8tter ikke afspilning.
+rootApplication=Forventer at roden af det reproducerbare id ['{0}'] er programmet.
+notResolved=Kan ikke fortolke det underordnede element i delen '{0}':'{1}' i den overordnede del '{2}'.
+resolvedTo='{0}' fortolket til '{1}'.
+idResolved=Id'et '{0}' blev fortolket for tidligt.
+idNotResolved=Id'et '{0}' kan ikke fortolkes.
+nullReturned='{1}' med '{2}' underordnede elementer returnerede null underordnede elementer i '{0}'.
+matchesMsg='{0}' match p\u00e5 kriteriet {'{1}'}.
+notDefined=Egenskaben '{0}' er ikke defineret i '{1}'.
+classNotFound=Automatiseringsklassen '{0}' blev ikke fundet.
+methodNotFound=Automatiseringsmetoden '{0}' kan ikke findes til klassen '{1}'.
+missingArgument=Manglende argumentv\u00e6rdi: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=Kan ikke afspille KeyboardEvent med koden '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=Du kan ikke indstille et aktiv.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Muligt tab af pr\u00e6cision ved konvertering af egenskaben '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=Indstilling af selectedItem underst\u00f8ttes ikke.
+
+# qtp/QTPAdapter
+
+invisible=Ikke synlig.
+notActiveX=Adobe Flex 4 Plug-in til  HP Quick Test Pro kunne ikke indl\u00e6ses. Adobe Flex 4 Plug-in til HP Quick Test Pro underst\u00f8tter kun Microsoft Internet Explorer.
+notWindows=Adobe Flex 4 Plug-in til HP Quick Test Pro kunne ikke indl\u00e6ses. Adobe Flex 4 Plug-in til HP Quick Test Pro underst\u00f8ttes ikke p\u00e5 '{0}'.
+noExternalInterface=Adobe Flex 4 Plug-in til HP Quick Test Pro kunne ikke indl\u00e6ses. ExternalInterface findes ikke i denne afspiller.
+noPlayerID=Adobe Flex 4 Plug-in til HP Quick Test Pro kunne ikke indl\u00e6ses. Der er ikke specificeret et id for afspilleren p\u00e5 html-siden.
+invalidPlayerID=Adobe Flex 4 Plug-in til  HP Quick Test Pro kunne ikke indl\u00e6ses. Ugyldigt afspiller-id '{0}'.
+unableToLoadPluginGeneric=Adobe Flex 4 Plug-in til HP Quick Test Pro - '{0}' kunne ikke indl\u00e6ses.
+notSynchronized=Venter p\u00e5 at den tidligere handling fuldf\u00f8res.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=AutomationClass til '{0}' '{1}' blev ikke fundet.
+
+
+
+# Licence handler messages 
+recordLimitReached=Der blev ikke fundet en licens. I pr\u00f8veversionen tillades kun et begr\u00e6nset antal poster.
+replayLimitReached=Der blev ikke fundet en licens. I pr\u00f8veversionen tillades kun et begr\u00e6nse antal afspilninger.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/da_DK/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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=\u201e{0}\u201c ist nicht sichtbar.
+unsupportedValues=\u201e{0}\u201c unterst\u00fctzt nicht allAutomationValues.
+unsupportedReplay=\u201e{0}\u201c unterst\u00fctzt die Wiedergabe nicht.
+rootApplication=Der Stamm der reproduzierbaren ID [\u201e{0}\u201c] wird als Anwendung erwartet.
+notResolved=Untergeordnetes Element f\u00fcr das Element \u201e{0}\u201c:\u201e{1}\u201c im \u00fcbergeordneten Element \u201e{2}\u201c kann nicht aufgel\u00f6st werden.
+resolvedTo=\u201e{0}\u201c wurde in \u201e{1}\u201c aufgel\u00f6st.
+idResolved=\u201e{0}\u201c ID wurde vorzeitig aufgel\u00f6st.
+idNotResolved=Die ID \u201e{0}\u201c konnte nicht aufgel\u00f6st werden.
+nullReturned=\u201eNull child\u201c zur\u00fcckgegeben bei \u201e{0}\u201c von \u201e{1}\u201c mit \u201e{2}\u201c untergeordneten Elementen.
+matchesMsg=\u201e{0}\u201c \u00dcbereinstimmungen f\u00fcr das Kriterium {\u201e{1}\u201c}.
+notDefined=Die Eigenschaft \u201e{0}\u201c ist in \u201e{1}\u201c nicht definiert.
+classNotFound=Die Automatisierungsklasse \u201e{0}\u201c wurde nicht gefunden.
+methodNotFound=Die Automatisierungsmethode \u201e{0}\u201c f\u00fcr die Klasse \u201e{1}\u201c wurde nicht gefunden.
+missingArgument=Argumentwert fehlt: \u201e{0}\u201c.
+
+# TextFieldAutomationHelper
+
+notReplayable=KeyboardEvent mit Tastencode \u201e{0}\u201c kann nicht wiedergegeben werden.
+
+# codec/AssetPropertyCodec
+
+notSettable=Sie k\u00f6nnen kein Element festlegen.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=M\u00f6glicher Genauigkeitsverlust beim Konvertieren der Eigenschaft \u201e{0}\u201c.
+
+# codec/ListDataObjectCodec
+
+notSupported=Die Festlegung von selectedItem wird nicht unterst\u00fctzt.
+
+# qtp/QTPAdapter
+
+invisible=Nicht sichtbar.
+notActiveX=Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden. Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro unterst\u00fctzt nur Microsoft I\nnternet Explorer.\n
+notWindows=Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden. Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro wird von \u201e{0}\u201c nicht unterst\u00fctzt.
+noExternalInterface=Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden. ExternalInterface ist auf diesem Player nicht verf\u00fcgbar.
+noPlayerID=Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden. Auf der HTML-Seite wurde keine Player-ID angegeben.
+invalidPlayerID=Das Adobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden. Ung\u00fcltige Player-ID \u201e{0}\u201c.
+unableToLoadPluginGeneric=Das Addobe Flex 4 Plug-in f\u00fcr HP Quick Test Pro konnte nicht geladen werden: \u201e{0}\u201c.
+notSynchronized=Es wird gewartet, bis der vorherige Vorgang abgeschlossen ist.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=AutomationClass f\u00fcr \u201e{0}\u201c \u201e{1}\u201c wurde nicht gefunden.
+
+
+
+# Licence handler messages 
+recordLimitReached=Es ist keine Lizenz vorhanden. Mit der Testversion ist nur eine begrenzte Anzahl von Datens\u00e4tzen zul\u00e4ssig.
+replayLimitReached=Es ist keine Lizenz vorhanden. Mit der Testversion ist nur eine begrenzte Anzahl von Wiedergaben zul\u00e4ssig.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/de_DE/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/en_US/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' no est\u00e1 visible.
+unsupportedValues='{0}' no es compatible con allAutomationValues.
+unsupportedReplay='{0}' no es compatible con la reproducci\u00f3n.
+rootApplication=Se espera que la ra\u00edz del ID reproducible ['{0}'] sea la aplicaci\u00f3n.
+notResolved=No se pudo resolver el elemento secundario para la parte '{0}':'{1}' del elemento primario '{2}'.
+resolvedTo='{0}' resuelto en '{1}'.
+idResolved=El ID '{0}' se resolvi\u00f3 demasiado pronto.
+idNotResolved=No se pudo resolver el ID '{0}'.
+nullReturned=Elemento secundario null devuelto a '{0}' por '{1}' con '{2}' elementos secundarios.
+matchesMsg='{0}' coincidencias para el criterio {'{1}'}.
+notDefined=La propiedad '{0}' no est\u00e1 definida en '{1}'.
+classNotFound=No se pudo encontrar la clase de automatizaci\u00f3n '{0}'.
+methodNotFound=No se pudo encontrar el m\u00e9todo de automatizaci\u00f3n '{0}' para la clase '{1}'.
+missingArgument=Falta un valor de argumento: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=No se puede volver a reproducir KeyboardEvent con el c\u00f3digo de tecla '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=No se puede establecer un activo.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Posible p\u00e9rdida de precisi\u00f3n al convertir la propiedad '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=No se admite la configuraci\u00f3n de selectedItem.
+
+# qtp/QTPAdapter
+
+invisible=No visible.
+notActiveX=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro. El complemento de Adobe Flex 4 para HP Quick Test Pro s\u00f3lo admite Microsoft Internet Explorer.
+notWindows=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro. El complemento de Adobe Flex 4 para HP Quick Test Pro no se admite en '{0}'.
+noExternalInterface=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro. ExternalInterface no est\u00e1 disponible en este reproductor.
+noPlayerID=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro. No se ha especificado el ID para reproductor en la p\u00e1gina html.
+invalidPlayerID=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro. ID de reproductor no v\u00e1lido '{0}'.
+unableToLoadPluginGeneric=No se puede cargar complemento de Adobe Flex 4 para HP Quick Test Pro - '{0}'.
+notSynchronized=Esperando a que se complete la operaci\u00f3n anterior.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=No se pudo encontrar AutomationClass para '{0}' '{1}'.
+
+
+
+# Licence handler messages 
+recordLimitReached=No hay una licencia. Con la versi\u00f3n de prueba solamente se permiten registros limitados.
+replayLimitReached=No hay una licencia. Con la versi\u00f3n de prueba solamente se permiten reproducciones limitadas.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/es_ES/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' ei n\u00e4kyviss\u00e4.
+unsupportedValues='{0}' ei tue kaikkia automatisointiarvoja.
+unsupportedReplay='{0}' ei tue toistoa.
+rootApplication=Kopioitavan tunnuksen ['{0}'] juuren oletetaan olevan sovellus.
+notResolved=Osan '{0}':'{1}' aliosaa ei voitu ratkaista yl\u00e4osassa '{2}'.
+resolvedTo='{0}' ratkaistu kohteeseen '{1}'.
+idResolved=Tunnus '{0}' ratkaistiin ennenaikaisesti.
+idNotResolved=Tunnusta '{0}' ei voi ratkaista.
+nullReturned='{1}' palautti null aliosaa kohteessa '{0}' '{2}' aliosan kanssa.
+matchesMsg='{0}' vastinetta ehdolle {'{1}'}.
+notDefined=Ominaisuutta '{0}' ei ole m\u00e4\u00e4ritetty kohteessa '{1}'.
+classNotFound=Automatisointiluokkaa '{0}' ei l\u00f6ydy.
+methodNotFound=Automatisointimenetelm\u00e4\u00e4 '{0}' ei l\u00f6ydy luokalle '{1}'.
+missingArgument=Puuttuva argumenttiarvo: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=Kohdetta KeyboardEvent ei voi toistaa avainkoodilla '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=Et voi m\u00e4\u00e4ritt\u00e4\u00e4 resurssia.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Tarkkuus on mahdollisesti k\u00e4rsinyt ominaisuuden '{0}' muuntamisessa.
+
+# codec/ListDataObjectCodec
+
+notSupported=Valitun kohteen m\u00e4\u00e4ritt\u00e4mist\u00e4 ei tueta.
+
+# qtp/QTPAdapter
+
+invisible=Ei n\u00e4kyviss\u00e4.
+notActiveX=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata. Vain Microsoft Internet Explorer tukee Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle.
+notWindows=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata. '{0}' ei tue Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle.
+noExternalInterface=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata. ExternalInterface ei ole k\u00e4ytett\u00e4viss\u00e4 t\u00e4ss\u00e4 soittimessa.
+noPlayerID=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata. Soittimelle ei ole m\u00e4\u00e4ritetty tunnusta html-sivulla.
+invalidPlayerID=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata. Virheellinen soittimen tunnus '{0}'.
+unableToLoadPluginGeneric=Adobe Flex 4 -plug-ini\u00e4 HP Quick Test Prolle ei voitu ladata - '{0}'.
+notSynchronized=Odotetaan edellisen toiminnon suorittamista loppuun.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Kohdetta AutomationClass ei l\u00f6ydy kohteelle '{0}' '{1}'.
+
+
+
+# Licence handler messages 
+recordLimitReached=Ei k\u00e4ytt\u00f6oikeutta. Kokeiluversiossa sallitaan vain rajoitettu m\u00e4\u00e4r\u00e4 tallenteita.
+replayLimitReached=Ei k\u00e4ytt\u00f6oikeutta. Kokeiluversiossa sallitaan vain rajoitettu m\u00e4\u00e4r\u00e4 toistoja.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fi_FI/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' non visible.
+unsupportedValues='{0}' ne prend pas en charge allAutomationValues.
+unsupportedReplay='{0}' ne prend pas en charge la r\u00e9ex\u00e9cution.
+rootApplication=La racine de l'ID reproductible ['{0}'] doit correspondre \u00e0 l'application.
+notResolved=Impossible de r\u00e9soudre le n\u0153ud enfant de la partie '{0}':'{1}' du n\u0153ud parent '{2}'.
+resolvedTo='{0}' r\u00e9solu sur '{1}'.
+idResolved=L'ID {0} est r\u00e9solu pr\u00e9matur\u00e9ment.
+idNotResolved=Impossible de r\u00e9soudre l'ID {0}.
+nullReturned=Aucun n\u0153ud enfant nul n'a \u00e9t\u00e9 renvoy\u00e9 \u00e0 '{0}' par '{1}' sur '{2}' n\u0153uds enfants.
+matchesMsg={0} r\u00e9sultats pour le crit\u00e8re {'{1}'}.
+notDefined=La propri\u00e9t\u00e9 '{0}' n'est pas d\u00e9finie dans '{1}'.
+classNotFound=Impossible de trouver la classe d'automatisation {0}.
+methodNotFound=Impossible de trouver la m\u00e9thode d'automatisation '{0}' pour la classe '{1}'.
+missingArgument=Valeur d'argument manquant : '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=Impossible de r\u00e9ex\u00e9cuter KeyboardEvent avec le code  '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=Vous ne pouvez pas d\u00e9finir de ressource.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Perte de pr\u00e9cision possible lors de la conversion de la propri\u00e9t\u00e9 '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=La d\u00e9finition de selectedItem n'est pas prise en charge.
+
+# qtp/QTPAdapter
+
+invisible=Non visible.
+notActiveX=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro. Le plug-in Adobe Flex pour HP Quick Test Pro prend uniquement en charge Microsoft Internet Explorer.
+notWindows=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro. Le plug-in Adobe Flex 4 pour HP Quick Test Pro n'est pas pris en charge sur '{0}'.
+noExternalInterface=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro. ExternalInterface n'est pas disponible dans ce lecteur.
+noPlayerID=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro. Aucun ID sp\u00e9cifi\u00e9 pour le lecteur dans la page html.
+invalidPlayerID=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro. ID de lecteur non valide '{0}'.
+unableToLoadPluginGeneric=Impossible de charger le plug-in Adobe Flex 4 pour HP Quick Test Pro - '{0}'.
+notSynchronized=Attente de la fin de l'op\u00e9ration pr\u00e9c\u00e9dente.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Impossible de trouver AutomationClass pour {0} {1}.
+
+
+
+# Licence handler messages 
+recordLimitReached=Licence manquante. Avec la version d'\u00e9valuation, seuls des enregistrements limit\u00e9s sont autoris\u00e9s.
+replayLimitReached=Licence manquante. Avec la version d'\u00e9valuation, seules des r\u00e9ex\u00e9cutions limit\u00e9es sont autoris\u00e9es.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/fr_FR/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}" non \u00e8 visibile.
+unsupportedValues="{0}" non supporta allAutomationValues.
+unsupportedReplay="{0}" non supporta le ripetizioni.
+rootApplication=L'elemento principale dell'ID riproducibile ["{0}"] deve rappresentare l'applicazione.
+notResolved=Impossibile risolvere elemento secondario per la parte "{0}":"{1}" nell'elemento primario "{2}".
+resolvedTo="{0}" risolto in "{1}".
+idResolved=ID "{0}" risolto troppo presto.
+idNotResolved=Impossibile risolvere ID "{0}"
+nullReturned=Elemento secondario null restituito in "{0}" da "{1}" con "{2}" elementi secondari.
+matchesMsg="{0}" corrispondenze per il criterio {"{1}"}.
+notDefined=Propriet\u00e0 "{0}" non definita in "{1}".
+classNotFound=Impossibile trovare classe di automazione "{0}".
+methodNotFound=Impossibile trovare il metodo di automazione "{0}" per la classe "{1}".
+missingArgument=Manca il valore dell'argomento: "{0}".
+
+# TextFieldAutomationHelper
+
+notReplayable=Impossibile eseguire di nuovo KeyboardEvent con codice chiave "{0}".
+
+# codec/AssetPropertyCodec
+
+notSettable=Non \u00e8 consentito impostare risorse.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=La propriet\u00e0 "{0}" potrebbe non essere stata convertita con la massima precisione.
+
+# codec/ListDataObjectCodec
+
+notSupported=Impostazione di selectedItem non supportata.
+
+# qtp/QTPAdapter
+
+invisible=Non visibile.
+notActiveX=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro. Questo plug-in supporta solo Microsoft Internet Explorer.
+notWindows=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro. Questo plug-in non \u00e8 supportato in '{0}'.
+noExternalInterface=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro. ExternalInterface non \u00e8 disponibile in questo lettore.
+noPlayerID=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro. Non \u00e8 stato specificato l'ID per il lettore nella pagina HTML.
+invalidPlayerID=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro. ID lettore non valido '{0}'.
+unableToLoadPluginGeneric=Impossibile caricare il plug-in di Adobe Flex 4 per HP Quick Test Pro - '{0}'.
+notSynchronized=In attesa del completamento dell'operazione precedente.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Impossibile trovare AutomationClass per "{0}" "{1}".
+
+
+
+# Licence handler messages 
+recordLimitReached=Licenza non presente. Con la versione di prova \u00e8 possibile utilizzare solo un numero limitato di record.
+replayLimitReached=Licenza non presente. Con la versione di prova \u00e8 possibile eseguire solo un numero limitato di ripetizioni.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/it_IT/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' \u3092\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3002
+unsupportedValues='{0}' \u306f allAutomationValues \u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002
+unsupportedReplay='{0}' \u306f\u7e70\u308a\u8fd4\u3057\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002
+rootApplication=\u8907\u88fd\u53ef\u80fd id ['{0}'] \u306e\u30eb\u30fc\u30c8\u306f\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3042\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002
+notResolved=\u30d1\u30fc\u30c4 '{0}' \u306e\u5b50\u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093 : \u89aa '{2}' \u5185\u306e '{1}'\u3002
+resolvedTo='{0}' \u306f '{1}' \u306b\u89e3\u6c7a\u3055\u308c\u307e\u3057\u305f\u3002
+idResolved='{0}' id \u306e\u89e3\u6c7a\u304c\u65e9\u3059\u304e\u307e\u3059\u3002
+idNotResolved=id '{0}' \u3092\u89e3\u6c7a\u3067\u304d\u307e\u305b\u3093\u3002
+nullReturned=null \u306e\u5b50\u304c '{0}' \u3067 '{1}' \u306b\u3088\u3063\u3066 '{2}' \u306e\u5b50\u3068\u5171\u306b\u8fd4\u3055\u308c\u307e\u3057\u305f\u3002
+matchesMsg='{0}' \u304c\u57fa\u6e96 {'{1}'} \u306b\u4e00\u81f4\u3057\u307e\u3059\u3002
+notDefined=\u30d7\u30ed\u30d1\u30c6\u30a3 '{0}' \u304c '{1}' \u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
+classNotFound=\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u30af\u30e9\u30b9 '{0}' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
+methodNotFound=\u30af\u30e9\u30b9 '{1}' \u306e\u30aa\u30fc\u30c8\u30e1\u30fc\u30b7\u30e7\u30f3\u30e1\u30bd\u30c3\u30c9 '{0}' \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
+missingArgument=\u5f15\u6570\u5024\u304c\u3042\u308a\u307e\u305b\u3093 : '{0}'\u3002
+
+# TextFieldAutomationHelper
+
+notReplayable=\u30ad\u30fc\u30b3\u30fc\u30c9 '{0}' \u3067 KeyboardEvent \u3092\u7e70\u308a\u8fd4\u305b\u307e\u305b\u3093\u3002
+
+# codec/AssetPropertyCodec
+
+notSettable=\u30a2\u30bb\u30c3\u30c8\u306f\u8a2d\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=\u30d7\u30ed\u30d1\u30c6\u30a3 '{0}' \u306e\u5909\u63db\u3067\u7cbe\u5ea6\u306e\u640d\u5931\u306e\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002
+
+# codec/ListDataObjectCodec
+
+notSupported=selectedItem \u306e\u8a2d\u5b9a\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
+
+# qtp/QTPAdapter
+
+invisible=\u8868\u793a\u3067\u304d\u307e\u305b\u3093\u3002
+notActiveX=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u306e\u306f\u3001Microsoft Internet Explorer \u306e\u307f\u3067\u3059\u3002
+notWindows=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u306f "{0}" \u3067\u306f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
+noExternalInterface=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002ExternalInterface \u306f\u3001\u3053\u306e\u30d7\u30ec\u30fc\u30e4\u30fc\u3067\u306f\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093\u3002
+noPlayerID=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002html \u30da\u30fc\u30b8\u3067\u30d7\u30ec\u30fc\u30e4\u30fc\u306b\u5bfe\u3057\u3066 ID \u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002
+invalidPlayerID=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3002\u30d7\u30ec\u30fc\u30e4\u30fc ID "{0}" \u306f\u7121\u52b9\u3067\u3059\u3002
+unableToLoadPluginGeneric=HP Quick Test Pro \u306e Adobe Flex 4 \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093 - "{0}"\u3002
+notSynchronized=\u524d\u306e\u51e6\u7406\u304c\u5b8c\u4e86\u3059\u308b\u306e\u3092\u5f85\u3063\u3066\u3044\u307e\u3059\u3002
+
+# qtp/QTPEnvironment
+
+autClassNotFound='{0}' '{1}' \u306e AutomationClass \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002
+
+
+
+# Licence handler messages 
+recordLimitReached=\u30e9\u30a4\u30bb\u30f3\u30b9\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8a66\u7528\u7248\u3067\u306f\u3001\u30ec\u30b3\u30fc\u30c9\u6570\u306f\u5236\u9650\u3055\u308c\u307e\u3059\u3002
+replayLimitReached=\u30e9\u30a4\u30bb\u30f3\u30b9\u304c\u5b58\u5728\u3057\u307e\u305b\u3093\u3002\u8a66\u7528\u7248\u3067\u306f\u3001\u7e70\u308a\u8fd4\u3057\u6570\u306f\u5236\u9650\u3055\u308c\u307e\u3059\u3002

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ja_JP/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}'\uc774(\uac00) \ud45c\uc2dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+unsupportedValues='{0}'\uc5d0\uc11c allAutomationValues\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+unsupportedReplay='{0}'\uc5d0\uc11c \ub2e4\uc2dc \uc7ac\uc0dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+rootApplication=\uc7ac\uc0dd\uc131\ud560 \uc218 \uc788\ub294 ID ['{0}']\uc758 \ub8e8\ud2b8\ub97c \ud574\ub2f9 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc73c\ub85c \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4.
+notResolved=\ubd80\ubaa8 '{2}'\uc5d0\uc11c '{0}':'{1}' \ubd80\ubd84\uc758 \uc790\uc2dd \ud56d\ubaa9\uc744 \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+resolvedTo='{0}'\uc740(\ub294) '{1}'(\uc73c)\ub85c \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
+idResolved=ID '{0}'\uc774(\uac00) \ub108\ubb34 \ube68\ub9ac \ud655\uc778\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
+idNotResolved=ID '{0}'\uc744(\ub97c) \ud655\uc778\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+nullReturned='{0}'\uc5d0\uc11c '{1}'\uc774(\uac00) '{2}' \uc790\uc2dd \ud56d\ubaa9\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub110(Null) \uc790\uc2dd \ud56d\ubaa9\uc744 \ubc18\ud658\ud588\uc2b5\ub2c8\ub2e4.
+matchesMsg='{0}'\uc774(\uac00) \uae30\uc900 {'{1}'}\uacfc(\uc640) \uc77c\uce58\ud569\ub2c8\ub2e4.
+notDefined='{1}'\uc5d0 '{0}' \uc18d\uc131\uc774 \uc815\uc758\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
+classNotFound=\uc790\ub3d9\ud654 \ud074\ub798\uc2a4 '{0}'\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+methodNotFound=\ud074\ub798\uc2a4 '{1}'\uc758 \uc790\ub3d9\ud654 \uba54\uc11c\ub4dc '{0}'\uc744(\ub97c) \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+missingArgument=\uc778\uc218 \uac12 '{0}'\uc774 \ub204\ub77d\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
+
+# TextFieldAutomationHelper
+
+notReplayable=\ud0a4 \ucf54\ub4dc '{0}'(\uc73c)\ub85c KeyboardEvent\ub97c \uc7ac\uc0dd\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+
+# codec/AssetPropertyCodec
+
+notSettable=\uc5d0\uc14b\uc744 \uc124\uc815\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss='{0}' \uc18d\uc131\uc744 \ubcc0\ud658\ud558\ub294 \uc911\uc5d0 \uc815\ubc00\ub3c4\uac00 \uc190\uc2e4\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.
+
+# codec/ListDataObjectCodec
+
+notSupported=selectedItem\uc744 \uc124\uc815\ud558\ub294 \uae30\ub2a5\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+
+# qtp/QTPAdapter
+
+invisible=\ud45c\uc2dc\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+notActiveX=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc740 Microsoft Internet Explorer\ub9cc \uc9c0\uc6d0\ud569\ub2c8\ub2e4.
+notWindows=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. '{0}'\uc5d0\uc11c\ub294 HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc774 \uc9c0\uc6d0\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.
+noExternalInterface=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc774 \ud50c\ub808\uc774\uc5b4\uc5d0\uc11c\ub294 ExternalInterface\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+noPlayerID=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. html \ud398\uc774\uc9c0\uc5d0 \ud50c\ub808\uc774\uc5b4\uc758 ID\uac00 \uc9c0\uc815\ub418\uc9c0 \uc54a\uc558\uc2b5\ub2c8\ub2e4.
+invalidPlayerID=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ud50c\ub808\uc774\uc5b4 ID '{0}'\uc774(\uac00) \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4.
+unableToLoadPluginGeneric=HP Quick Test Pro\uc6a9 Adobe Flex 4 \ud50c\ub7ec\uadf8\uc778\uc744 \ub85c\ub4dc\ud560 \uc218 \uc5c6\uc74c - '{0}'.
+notSynchronized=\uc774\uc804 \uc791\uc5c5\uc774 \uc644\ub8cc\ub418\uae30\ub97c \uae30\ub2e4\ub9ac\uace0 \uc788\uc2b5\ub2c8\ub2e4.
+
+# qtp/QTPEnvironment
+
+autClassNotFound='{0}' '{1}'\uc758 AutomationClass\ub97c \ucc3e\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.
+
+
+
+# Licence handler messages 
+recordLimitReached=\ub77c\uc774\uc13c\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc2dc\ud5d8\ud310\uc744 \uc0ac\uc6a9\ud558\uba74 \uc81c\ud55c\ub41c \ub808\ucf54\ub4dc\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4.
+replayLimitReached=\ub77c\uc774\uc13c\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uc2dc\ud5d8\ud310\uc744 \uc0ac\uc6a9\ud558\uba74 \uc81c\ud55c\ub41c \uc7ac\uc0dd\ub9cc \ud5c8\uc6a9\ub429\ub2c8\ub2e4.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/ko_KR/src/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}" ikke synlig.
+unsupportedValues="{0}" st\u00f8tter ikke allAutomationValues.
+unsupportedReplay="{0}" st\u00f8tter ikke gjentatt avspilling.
+rootApplication=Forventer at rot av reproduserbar id ['{0}'] er programmet.
+notResolved=Kan ikke l\u00f8se underordnet for del "{0}":"{1}" i overordnet "{2}".
+resolvedTo="{0}" l\u00f8st til "{1}".
+idResolved="{0}"-id l\u00f8st for tidlig.
+idNotResolved=Kan ikke l\u00f8se id "{0}".
+nullReturned=Null-underordnet returnert i "{0}" av "{1}" med "{2}" underordnede.
+matchesMsg="{0}" treff for kriteriet {'{1}'}.
+notDefined=Egenskapen "{0}" ikke definert i "{1}".
+classNotFound=Finner ikke automatiseringsklassen "{0}".
+methodNotFound=Finner ikke automatiseringsmetode "{0}" for klassen "{1}".
+missingArgument=Manglende argumentverdi: "{0}".
+
+# TextFieldAutomationHelper
+
+notReplayable=Kan ikke spille av KeyboardEvent p\u00e5 nytt med n\u00f8kkelkode "{0}".
+
+# codec/AssetPropertyCodec
+
+notSettable=Du kan ikke angi et aktivum.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Mulig tap av presisjon ved konvertering av egenskapen "{0}".
+
+# codec/ListDataObjectCodec
+
+notSupported=Det er ikke st\u00f8tte for \u00e5 angi selectedItem.
+
+# qtp/QTPAdapter
+
+invisible=Ikke synlig.
+notActiveX=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro. Adobe Flex 4 Plug-in for HP Quick Test Pro st\u00f8tter kun Microsoft Internet Explorer.
+notWindows=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro. Adobe Flex 4 Plug-in for HP Quick Test Pro st\u00f8ttes ikke p\u00e5 '{0}'.
+noExternalInterface=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro. ExternalInterface er ikke tilgjengelig i denne spilleren.
+noPlayerID=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro. Ingen ID angitt for spiller p\u00e5 HTML-siden.
+invalidPlayerID=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro. Ugyldig spiller-ID '{0}'.
+unableToLoadPluginGeneric=Kan ikke laste inn Adobe Flex 4 Plug-in for HP Quick Test Pro \u2013 '{0}'.
+notSynchronized=Venter p\u00e5 at forrige operasjon skal fullf\u00f8res.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Finner ikke AutomationClass for "{0}" "{1}".
+
+
+
+# Licence handler messages 
+recordLimitReached=Ingen lisens. Testversjonen tillater bare et begrenset antall oppf\u00f8ringer.
+replayLimitReached=Ingen lisens. Testversjonen tillater bare et begrenset antall avspillinger.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nb_NO/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' niet zichtbaar.
+unsupportedValues='{0}' biedt geen ondersteuning voor allAutomationValues.
+unsupportedReplay='{0}' biedt geen ondersteuning voor opnieuw afspelen.
+rootApplication=Als basis van de reproduceerbare id ['{0}'] wordt de toepassing verwacht.
+notResolved=Kan onderliggend element voor deel '{0}' niet omzetten: '{1}' in bovenliggend element '{2}'.
+resolvedTo='{0}' omgezet in '{1}'.
+idResolved=id '{0}' voortijdig omgezet.
+idNotResolved=Kan id '{0}' niet omzetten.
+nullReturned=Leeg onderliggend element geretourneerd op '{0}' door '{1}' met '{2}' onderliggende elementen.
+matchesMsg='{0}' overeenkomsten voor criteria {'{1}'}.
+notDefined=Eigenschap '{0}' niet gedefinieerd in '{1}'.
+classNotFound=Kan automatiseringsklasse '{0}' niet vinden.
+methodNotFound=Kan automatiseringsmethode '{0}' voor klasse '{1}' niet vinden.
+missingArgument=Ontbrekende argumentwaarde: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=Kan KeyboardEvent niet opnieuw afspelen met toetscode '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=U kunt een activum niet instellen.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Mogelijk verlies van precisie bij converteren van eigenschap '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=Instellen van selectedItem wordt niet ondersteund.
+
+# qtp/QTPAdapter
+
+invisible=Niet zichtbaar.
+notActiveX=Kan Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden. Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro ondersteunt alleen Microsoft Internet Explorer.
+notWindows=Kan Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden. Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro wordt niet ondersteund op '{0}'.
+noExternalInterface=Kan Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden. ExternalInterface is niet beschikbaar voor deze speler.
+noPlayerID=Kan Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden. Geen id opgegeven voor speler op html-pagina.
+invalidPlayerID=Kan Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden. Ongeldige spelers-id '{0}'.
+unableToLoadPluginGeneric=Kan de Adobe Flex 4-invoegtoepassing voor HP Quick Test Pro niet laden - '{0}'.
+notSynchronized=Wachten tot vorige bewerking is voltooid.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=Kan AutomationClass voor '{0}' '{1}' niet vinden.
+
+
+
+# Licence handler messages 
+recordLimitReached=Licentie niet aanwezig. Bij de evaluatieversie zijn slechts beperkte records toegestaan.
+replayLimitReached=Licentie niet aanwezig. Bij de evaluatieversie zijn slechts beperkte herhalingen toegestaan.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/nl_NL/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties?rev=1351437&view=auto
==============================================================================
--- incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties (added)
+++ incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties Mon Jun 18 18:10:20 2012
@@ -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}' n\u00e3o est\u00e1 vis\u00edvel.
+unsupportedValues='{0}' n\u00e3o oferece suporte a allAutomationValues.
+unsupportedReplay='{0}' n\u00e3o oferece suporte a repeti\u00e7\u00e3o.
+rootApplication=Esperando que a raiz do id reproduz\u00edvel ['{0}'] seja o aplicativo.
+notResolved=N\u00e3o foi poss\u00edvel resolver filho para a parte '{0}':'{1}' no pai '{2}'.
+resolvedTo='{0}' resolvido como '{1}'.
+idResolved=Id '{0}' resolvido prematuramente.
+idNotResolved=N\u00e3o foi poss\u00edvel resolver o id '{0}'.
+nullReturned=Filho nulo retornado em '{0}' por '{1}' com '{2}' filhos.
+matchesMsg='{0}' correspond\u00eancias para crit\u00e9rio {'{1}'}.
+notDefined=Propriedade '{0}' n\u00e3o definida em '{1}'.
+classNotFound=N\u00e3o foi poss\u00edvel localizar a classe de automa\u00e7\u00e3o '{0}'.
+methodNotFound=N\u00e3o foi poss\u00edvel localizar o m\u00e9todo de automa\u00e7\u00e3o '{0}' para a classe '{1}'.
+missingArgument=Valor de argumento ausente: '{0}'.
+
+# TextFieldAutomationHelper
+
+notReplayable=N\u00e3o \u00e9 poss\u00edvel repetir KeyboardEvent com o c\u00f3digo de chave '{0}'.
+
+# codec/AssetPropertyCodec
+
+notSettable=Voc\u00ea n\u00e3o pode criar um ativo.
+
+# codec/DefaultPropertyCodec
+
+precisionLoss=Poss\u00edvel perda de precis\u00e3o ao converter a propriedade '{0}'.
+
+# codec/ListDataObjectCodec
+
+notSupported=N\u00e3o h\u00e1 suporte para definir selectedItem.
+
+# qtp/QTPAdapter
+
+invisible=N\u00e3o vis\u00edvel.
+notActiveX=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro. O Adobe Flex 4 Plug-in para HP Quick Test Pro oferece suporte somente ao Internet Explorer.
+notWindows=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro. O Adobe Flex 4 Plug-in para HP Quick Test Pro n\u00e3o tem suporte no '{0}'.
+noExternalInterface=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro. ExternalInterface n\u00e3o est\u00e1 dispon\u00edvel neste player.
+noPlayerID=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro. Nenhum ID foi especificado para o player na p\u00e1gina HTML.
+invalidPlayerID=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro. ID de player inv\u00e1lido '{0}'.
+unableToLoadPluginGeneric=N\u00e3o \u00e9 poss\u00edvel carregar o Adobe Flex 4 Plug-in para HP Quick Test Pro - '{0}'.
+notSynchronized=Aguardando a conclus\u00e3o da opera\u00e7\u00e3o anterior.
+
+# qtp/QTPEnvironment
+
+autClassNotFound=N\u00e3o foi poss\u00edvel localizar AutomationClass para '{0}' '{1}'.
+
+
+
+# Licence handler messages 
+recordLimitReached=A licen\u00e7a n\u00e3o est\u00e1 presente. Na vers\u00e3o de avalia\u00e7\u00e3o, somente registros limitados s\u00e3o permitidos.
+replayLimitReached=A licen\u00e7a n\u00e3o est\u00e1 presente. Na vers\u00e3o de avalia\u00e7\u00e3o, somente repeti\u00e7\u00f5es limitadas s\u00e3o permitidas.

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/frameworks/projects/automation_agent/bundles/pt_BR/automation_agent.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain