[tuxdroid-svn] r1432 - in software_suite_v2/software/tools/tuxController/trunk/src: GUI/components
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-07-30 14:35:07
|
Author: Paul_R Date: 2008-07-30 16:35:16 +0200 (Wed, 30 Jul 2008) New Revision: 1432 Modified: software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/advancedViewPanel.java software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_en.properties software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties Log: * Internationalized the RF state label Modified: software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/advancedViewPanel.java =================================================================== --- software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/advancedViewPanel.java 2008-07-30 14:31:17 UTC (rev 1431) +++ software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/advancedViewPanel.java 2008-07-30 14:35:16 UTC (rev 1432) @@ -86,7 +86,7 @@ new Insets(0, 0, 0, 0), 0, 0)); win.imgRFState.setIcon(win.iconRFOff); win.imgRFState.setBounds(205, 30, 205, 20); - win.imgRFState.setText("Wireless link"); + win.imgRFState.setText(bundle.getString("lblRFState")); win.imgRFState.setHorizontalTextPosition(SwingConstants.LEFT); win.imgRFState.setHorizontalAlignment(SwingConstants.RIGHT); } Modified: software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties =================================================================== --- software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties 2008-07-30 14:31:17 UTC (rev 1431) +++ software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties 2008-07-30 14:35:16 UTC (rev 1432) @@ -24,6 +24,7 @@ # Check box : advanced view chkAdvancedView=Advanced view +lblRFState=Wireless link # Advanced control : eyes lblEyes=Eyes Modified: software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_en.properties =================================================================== --- software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_en.properties 2008-07-30 14:31:17 UTC (rev 1431) +++ software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_en.properties 2008-07-30 14:35:16 UTC (rev 1432) @@ -24,6 +24,7 @@ # Check box : advanced view chkAdvancedView=Advanced view +lblRFState=Wireless link # Advanced control : eyes lblEyes=Eyes Modified: software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties =================================================================== --- software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties 2008-07-30 14:31:17 UTC (rev 1431) +++ software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties 2008-07-30 14:35:16 UTC (rev 1432) @@ -24,6 +24,7 @@ # Check box : advanced view chkAdvancedView=Panneau avanclblRFState=Liaison radio # Advanced control : eyes lblEyes=Yeux |