Author: aharui
Date: Mon Dec 3 06:02:20 2012
New Revision: 1416353
URL: http://svn.apache.org/viewvc?rev=1416353&view=rev
Log:
fix one failure in pre_compile.sh, comment out the others as they don't seem to
affect the tests.
Added:
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties
(with props)
Modified:
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/pre_compile.sh
Added:
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties
URL:
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties?rev=1416353&view=auto
==============================================================================
---
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties
(added)
+++
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties
Mon Dec 3 06:02:20 2012
@@ -0,0 +1,55 @@
+# 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=Kein String für Ressource â{0}â.
+
+# Core errors
+
+invalidFlowElementConstruct=Versuch, ungültige FlowElement-Unterklasse zu
erstellen
+invalidSplitAtPosition=Ungültiger Parameter für splitAtPosition
+badMXMLChildrenArgument=Ungültiges Element des Typs â{0}â an mxmlChildren
übergeben
+badReplaceChildrenIndex=Index für FlowGroupElement.replaceChildren auÃerhalb
des Bereichs
+invalidChildType=NewElement entspricht keinem Typ, der ihm übergeordnet sein
kann
+badRemoveChild=Zu entfernendes untergeordnetes Element nicht gefunden
+invalidSplitAtIndex=Ungültiger Parameter für splitAtIndex
+badShallowCopyRange=Ungültiger Bereich in shallowCopy
+badSurrogatePairCopy=Es wird nur eine Hälfte eines Surrogat-Paars von
SpanElement.shallowCopy kopiert
+invalidReplaceTextPositions=Ungültige Positionen an SpanElement.replaceText
übergeben
+invalidSurrogatePairSplit=Ungültige Teilung eines Surrogat-Paars
+badPropertyValue={0}-Eigenschaft mit Wert â{1}â liegt auÃerhalb des
Bereichs
+
+# Selection/editing
+
+illegalOperation=Unzulässiger Versuch, {0}-Methode auszuführen
+
+# Shared import errors
+
+unexpectedXMLElementInSpan=Nicht erwartetes Element â{0}â innerhalb einer
Spanne
+unexpectedNamespace=Unerwarteter Namespace â{0}â
+unknownElement=Unbekanntes Element â{0}â
+unknownAttribute=Attribut â{0}â in Element â{1}â nicht zulässig
+
+# TEXT_FIELD_HTML_FORMAT import errors
+
+malformedTag=Nicht wohlgeformtes Tag â{0}â
+malformedMarkup=Nicht wohlgeformtes Markup â{0}â
+
+# TEXT_LAYOUT_FORMAT import errors
+
+missingTextFlow=Kein zu parsender TextFlow vorhanden
+expectedExactlyOneTextLayoutFormat=Es wird nur ein einziges TextLayoutFormat
in {0} erwartet
Propchange:
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/Assets/bundles/framework/de_DE/textLayout.properties
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/pre_compile.sh
URL:
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/pre_compile.sh?rev=1416353&r1=1416352&r2=1416353&view=diff
==============================================================================
---
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/pre_compile.sh
(original)
+++
incubator/flex/sdk/branches/develop/mustella/tests/RuntimeLocalization/RTL_SparkSkin/SWFs/pre_compile.sh
Mon Dec 3 06:02:20 2012
@@ -54,23 +54,23 @@ then
# echo ""
# echo "Compiling new custom SWCs..."
- $SDK_DIR/bin/compc -library-path=$LIBRARY_PATH
-source-path=bundles/custom/fr_FR -locale fr_FR -include-resource-bundles
bundle1 bundle2 bundle3 bundle4 bundle5 -include-file locale/fr_FR/flag.gif
bundles/custom/fr_FR/flag.gif -include-classes HaloColors MyCheckBoxIcon_fr_FR
-o bundles/custom/frCustomResources.swc
- $SDK_DIR/bin/compc -library-path=$LIBRARY_PATH
-source-path=bundles/custom/ja_JP -locale ja_JP -include-resource-bundles
bundle1 bundle2 bundle3 bundle4 bundle5 -include-file locale/ja_JP/flag.gif
bundles/custom/ja_JP/flag.gif -include-classes HaloColors MyCheckBoxIcon_ja_JP
-o bundles/custom/jaCustomResources.swc
- $SDK_DIR/bin/compc -source-path=bundles/custom/en_US -locale en_US
-include-resource-bundles bundle1 bundle2 bundle3 bundle4 bundle5 -include-file
locale/en_US/flag.gif bundles/custom/en_US/flag.gif -include-classes HaloColors
MyCheckBoxIcon_en_US -o bundles/custom/enCustomResources.swc
+ # $SDK_DIR/bin/compc -library-path=$LIBRARY_PATH
-source-path=bundles/custom/fr_FR -locale fr_FR -include-resource-bundles
bundle1 bundle2 bundle3 bundle4 bundle5 -include-file locale/fr_FR/flag.gif
bundles/custom/fr_FR/flag.gif -include-classes HaloColors MyCheckBoxIcon_fr_FR
-o bundles/custom/frCustomResources.swc
+ # $SDK_DIR/bin/compc -library-path=$LIBRARY_PATH
-source-path=bundles/custom/ja_JP -locale ja_JP -include-resource-bundles
bundle1 bundle2 bundle3 bundle4 bundle5 -include-file locale/ja_JP/flag.gif
bundles/custom/ja_JP/flag.gif -include-classes HaloColors MyCheckBoxIcon_ja_JP
-o bundles/custom/jaCustomResources.swc
+ # $SDK_DIR/bin/compc -source-path=bundles/custom/en_US -locale en_US
-include-resource-bundles bundle1 bundle2 bundle3 bundle4 bundle5 -include-file
locale/en_US/flag.gif bundles/custom/en_US/flag.gif -include-classes HaloColors
MyCheckBoxIcon_en_US -o bundles/custom/enCustomResources.swc
# echo ""
# echo "Compiling new resource module SWFs..."
$SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom/{locale} -include-resource-bundles bundle1 -o
bundles/custom/resMod_enUS_bundle1_001.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom2/{locale} -include-resource-bundles bundle1 -o
bundles/custom2/resMod_enUS_bundle1_101.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom2/{locale} -include-resource-bundles bundle1 -o
bundles/custom2/resMod_enUS_bundle1_101.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom/{locale} -include-resource-bundles bundle2 -o
bundles/custom/resMod_enUS_bundle2.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom/{locale} -include-resource-bundles bundle2 bundle3
-o bundles/custom/resMod_enUS_bundles2,3.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/custom/{locale} -include-resource-bundles bundle1 bundle2
bundle3 -o bundles/custom/resMod_enUS_bundles1,2,3.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=fr_FR -source-path=bundles/custom/{locale} -include-resource-bundles
bundle2 -o bundles/custom/resMod_frFR_bundle2.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=fr_FR -source-path=bundles/custom/{locale} -include-resource-bundles
bundle2 -o bundles/custom/resMod_frFR_bundle2.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle1 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundle1.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle2 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundle2.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle2 bundle3 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundles2,3.swf
- $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle1 bundle2 bundle3 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundles1,2,3.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle1 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundle1.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle2 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundle2.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle2 bundle3 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundles2,3.swf
+ # $SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=en_US,fr_FR,ja_JP -source-path=bundles/custom/{locale}
-include-resource-bundles bundle1 bundle2 bundle3 -o
bundles/custom/resMod_enUS,frFR,jaJP_bundles1,2,3.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=ja_JP,fr_FR,de_DE -source-path=bundles/framework/{locale}
-include-resource-bundles collections containers controls core effects
formatters logging SharedResources skins states styles validators textLayout
sparkEffects -o bundles/framework/resMod_framework_jaJP,frFR,deDE.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -locale=en_US
-source-path=bundles/framework/{locale} -include-resource-bundles collections
containers controls core effects formatters logging SharedResources skins
states styles validators textLayout sparkEffects -o
bundles/framework/resMod_framework_enUS.swf
$SDK_DIR/bin/mxmlc -static-rsls=true -library-path=$LIBRARY_PATH
-locale=ja_JP -source-path=bundles/framework/{locale} -include-resource-bundles
collections containers controls core effects formatters logging SharedResources
skins states styles validators textLayout sparkEffects -o
bundles/framework/resMod_framework_jaJP.swf