Author: jerome
Date: 2009-01-06 09:47:33 +0100 (Tue, 06 Jan 2009)
New Revision: 3383

Modified:
   
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/swing/TuxLanguagesMenu.java
Log:
* Added all to get control center translated to italian.

Modified: 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/swing/TuxLanguagesMenu.java
===================================================================
--- 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/swing/TuxLanguagesMenu.java
  2009-01-06 08:35:44 UTC (rev 3382)
+++ 
software_suite_v2/software/control_center/trunk/control_center/sources/com/tuxdroid/cc/swing/TuxLanguagesMenu.java
  2009-01-06 08:47:33 UTC (rev 3383)
@@ -69,6 +69,7 @@
                Hashtable<String, String> fr = new Hashtable<String, String>();
                Hashtable<String, String> nl = new Hashtable<String, String>();
                Hashtable<String, String> sp = new Hashtable<String, String>();
+               Hashtable<String, String> it = new Hashtable<String, String>();
                
                en.put("male", "Ryan");
                en.put("female", "Heather");
@@ -78,11 +79,14 @@
                nl.put("female", "Sofie");
                sp.put("male", "Maria");
                sp.put("female", "Maria");
+               it.put("male", "chiara");
+               it.put("female", "chiara");
                
                locutors.put("en", en);
                locutors.put("fr", fr);
                locutors.put("nl", nl);
                locutors.put("es", sp);
+               locutors.put("it", it);
                CcCommons.logger.appendDone();
        }
        
@@ -95,7 +99,8 @@
                                        new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_en_US.properties").getFile()),
                                        new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_fr_FR.properties").getFile()),
                                        new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_nl_NL.properties").getFile()),
-                                       new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_es_ES.properties").getFile())
+                                       new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_es_ES.properties").getFile()),
+                                       new 
File(CcCommons.targetClass.getResource("settings/LanguagesSet/languages_it_IT.properties").getFile())
                        };
 
 


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to