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 avanc�
+lblRFState=Liaison radio
 
 # Advanced control : eyes
 lblEyes=Yeux


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to