Author: remi
Date: 2008-08-15 19:45:31 +0200 (Fri, 15 Aug 2008)
New Revision: 1505

Modified:
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages_fr.properties
Log:
* updated the i18n

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
 2008-08-15 17:33:28 UTC (rev 1504)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/GUI/AttituneCmdConf.java
 2008-08-15 17:45:31 UTC (rev 1505)
@@ -29,14 +29,14 @@
        
        static
        {
-               labelCount = new JLabel("Count :");
-               labelSpeed = new JLabel("Speed :");
-               labelNoParameters = new JLabel("No parameter");
-               labelSoundIndex = new JLabel("Sound index :");
-               labelWaveName = new JLabel("Wave name :");
-               labelText = new JLabel("Text to speak :");
-               labelPitch = new JLabel("Pitch :");
-               labelLocutor = new JLabel("Locutor :");
+               labelCount = new JLabel(ATTMessages.getString("BlockConf.0"));
+               labelSpeed = new JLabel(ATTMessages.getString("BlockConf.1"));
+               labelNoParameters = new 
JLabel(ATTMessages.getString("BlockConf.2"));
+               labelSoundIndex = new 
JLabel(ATTMessages.getString("BlockConf.3"));
+               labelWaveName = new 
JLabel(ATTMessages.getString("BlockConf.4"));
+               labelText = new JLabel(ATTMessages.getString("BlockConf.5"));
+               labelPitch = new JLabel(ATTMessages.getString("BlockConf.6"));
+               labelLocutor = new JLabel(ATTMessages.getString("BlockConf.7"));
        }
        
        

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
     2008-08-15 17:33:28 UTC (rev 1504)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
     2008-08-15 17:45:31 UTC (rev 1505)
@@ -22,6 +22,14 @@
 MainFrame.100=Command :
 MainFrame.101=Test
 MainFrame.102=Validate
+BlockConf.0=Count :
+BlockConf.1=Speed :
+BlockConf.2=No parameter
+BlockConf.3=Sound index :
+BlockConf.4=Wave name :
+BlockConf.5=Text to speak :
+BlockConf.6=Pitch :
+BlockConf.7=Locutor :
 AttitunePropertiesFrame.1=Attitunes studio - Properties
 AttitunePropertiesFrame.55=The parameters marked as red color are missing.
 AttitunePropertiesFrame.56=Name :

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages_fr.properties
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages_fr.properties
  2008-08-15 17:33:28 UTC (rev 1504)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages_fr.properties
  2008-08-15 17:45:31 UTC (rev 1505)
@@ -22,6 +22,14 @@
 MainFrame.100=Commande :
 MainFrame.101=Tester
 MainFrame.102=Valider
+BlockConf.0=Nombre :
+BlockConf.1=Vitesse :
+BlockConf.2=Pas de param�tre
+BlockConf.3=Index du son :
+BlockConf.4=Nom du wave :
+BlockConf.5=Texte � lire :
+BlockConf.6=Pitch :
+BlockConf.7=Locuteur :
 AttitunePropertiesFrame.1=Attitunes studio - Propri�t�s
 AttitunePropertiesFrame.55=Les param�tres marqu�s en rouge sont manquant.
 AttitunePropertiesFrame.56=Nom :


-------------------------------------------------------------------------
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