Hey Roland,

Could you please review the INFO_WINDOW_TITLE too.
It is "Install Apache Flex SDK {0} for use with your IDE" instead of "Install Apache Flex SDK {0} for use with Adobe Flash Builder".

Thanks
-Fred

-----Message d'origine----- From: [email protected]
Sent: Monday, March 11, 2013 10:05 AM
To: [email protected]
Subject: svn commit: r1455061 - /flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

Author: rzwaga
Date: Mon Mar 11 09:05:28 2013
New Revision: 1455061

URL: http://svn.apache.org/r1455061
Log:
Added missing locale key for nl_NL

Modified:
   
flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as

Modified: flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as URL: http://svn.apache.org/viewvc/flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as?rev=1455061&r1=1455060&r2=1455061&view=diff
==============================================================================
--- flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as (original) +++ flex/utilities/trunk/installer/src/org/apache/flex/packageflexsdk/resource/RuntimeLocale.as Mon Mar 11 09:05:28 2013
@@ -703,6 +703,15 @@ public class RuntimeLocale
 content["LICENSE_TLF"]="Mozilla Public License Versie 1.1";
 content["LICENSE_FONTSWF"]="Adobe Flex SDK Licentie";
 content["LICENSE_BLAZEDS"]="Adobe Flex SDK Licentie";
+ content["LICENSE_URL_APACHE_V2"]="http://www.apache.org/licenses/LICENSE-2.0.html";; + content["LICENSE_URL_ADOBE_SDK"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";; + content["LICENSE_URL_ADOBE_AIR_SDK"]="http://www.adobe.com/products/air/sdk-eula.html";; + content["LICENSE_URL_SWFOBJECT"]="http://opensource.org/licenses/mit-license.php";;
+ content["LICENSE_URL_OSMF"]="http://www.mozilla.org/MPL/";;
+ content["LICENSE_URL_TLF"]="http://www.mozilla.org/MPL/";;
+ content["LICENSE_URL_FONTSWF"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";; + content["LICENSE_URL_BLAZEDS"]="http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf";; + content["INFO_TRACKING"]="Informatie over uw gebruik van deze applicatie wordt verzameld via HTTP verzoeken.";

 _resourceManager.addResourceBundle(resource);
 }
@@ -933,4 +942,4 @@ public class RuntimeLocale
}
}

-class SE {}
+class SE {}
\ No newline at end of file


Reply via email to