allow COPY LOG button to be localized
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/054b7d9e Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/054b7d9e Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/054b7d9e Branch: refs/heads/develop Commit: 054b7d9eb2f3c27d5e2886f8617cc392b028c51f Parents: 95cc618 Author: Alex Harui <[email protected]> Authored: Fri Jun 27 00:25:19 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Fri Jun 27 00:25:19 2014 -0700 ---------------------------------------------------------------------- .../apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml | 2 +- installer/src/properties/en_US.properties | 1 + installer/src/properties/zh_CN.properties | 1 + installer/src/properties/zh_TW.properties | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/054b7d9e/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml ---------------------------------------------------------------------- diff --git a/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml b/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml index d992d41..977d149 100644 --- a/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml +++ b/installer/src/org/apache/flex/packageflexsdk/view/components/ConsoleWindow.mxml @@ -77,7 +77,7 @@ limitations under the License. <s:VerticalLayout gap="0" horizontalAlign="justify" /> </s:layout> </s:List> - <s:Button label="COPY LOG" + <s:Button label="{ViewResourceConstants.instance.BTN_LABEL_COPY_LOG}" click="handleCopyBtnClick(event)" styleName="genericBtnStyle" left="7.5" http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/054b7d9e/installer/src/properties/en_US.properties ---------------------------------------------------------------------- diff --git a/installer/src/properties/en_US.properties b/installer/src/properties/en_US.properties index e455391..32549b1 100644 --- a/installer/src/properties/en_US.properties +++ b/installer/src/properties/en_US.properties @@ -27,6 +27,7 @@ ASK_SWFOBJECT=The MIT License (MIT) applies to the SWFObject utility. Do you wa BTN_LABEL_ADOBE_LICENSE=SHOW ADOBE LICENSE BTN_LABEL_BROWSE=BROWSE BTN_LABEL_CLOSE=CLOSE +BTN_LABEL_COPY_LOG=COPY LOG BTN_LABEL_INSTALL=INSTALL BTN_LABEL_INSTALL_LOG=INSTALL LOG BTN_LABEL_MPL_LICENSE=SHOW MPL LICENSE http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/054b7d9e/installer/src/properties/zh_CN.properties ---------------------------------------------------------------------- diff --git a/installer/src/properties/zh_CN.properties b/installer/src/properties/zh_CN.properties index 855a11a..098110b 100755 --- a/installer/src/properties/zh_CN.properties +++ b/installer/src/properties/zh_CN.properties @@ -27,6 +27,7 @@ ASK_SWFOBJECT=MIT 许å¯åè®®éç¨äº SWFObject å®ç¨ç¨åº. æ¨æ³è¦å®è£ BTN_LABEL_ADOBE_LICENSE=æ¾ç¤º Adobe 许å¯åè®® BTN_LABEL_BROWSE=æµè§ BTN_LABEL_CLOSE=éåº +BTN_LABEL_COPY_LOG=æ·è´æ¥å¿ BTN_LABEL_INSTALL=å®è£ BTN_LABEL_INSTALL_LOG=å®è£ æ¥å¿ BTN_LABEL_MPL_LICENSE=æ¾ç¤º MPL 许å¯åè®® http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/054b7d9e/installer/src/properties/zh_TW.properties ---------------------------------------------------------------------- diff --git a/installer/src/properties/zh_TW.properties b/installer/src/properties/zh_TW.properties index 08ebfae..24a26da 100755 --- a/installer/src/properties/zh_TW.properties +++ b/installer/src/properties/zh_TW.properties @@ -27,6 +27,7 @@ ASK_SWFOBJECT=MIT ææ¬åç´é©ç¨æ¼ SWFObject 實ç¨ç¨å¼. æ¨æ³è¦å®è£ BTN_LABEL_ADOBE_LICENSE=顯示 Adobe ææ¬åç´ BTN_LABEL_BROWSE=æµè¦½ BTN_LABEL_CLOSE=éåº +BTN_LABEL_COPY_LOG=æ·è²æ¥èª BTN_LABEL_INSTALL=å®è£ BTN_LABEL_INSTALL_LOG=å®è£æ¥èª BTN_LABEL_MPL_LICENSE=顯示 MPL ææ¬åç´
