Author: ks156
Date: 2009-01-09 12:03:00 +0100 (Fri, 09 Jan 2009)
New Revision: 3396
Modified:
software_suite_v2/software/tools/tuxController/trunk/.classpath
software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/objects.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_es.properties
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_nl.properties
Log:
* The translation of 'No voices' was missing.
Modified: software_suite_v2/software/tools/tuxController/trunk/.classpath
===================================================================
--- software_suite_v2/software/tools/tuxController/trunk/.classpath
2009-01-09 10:40:25 UTC (rev 3395)
+++ software_suite_v2/software/tools/tuxController/trunk/.classpath
2009-01-09 11:03:00 UTC (rev 3396)
@@ -2,8 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="libraries/tuxdroid-api.jar"/>
- <classpathentry kind="lib" path="libraries/skinlf.jar"/>
- <classpathentry kind="lib" path="libraries/tuxdroid-installer-paths.jar"/>
+ <classpathentry kind="lib"
path="/home/paul/MyTux/MyTuxTools/control_the_droid/tuxdroid-api.jar"/>
+ <classpathentry kind="lib"
path="/home/paul/MyTux/MyTuxTools/control_the_droid/skinlf.jar"/>
+ <classpathentry kind="lib"
path="/home/paul/MyTux/MyTuxTools/control_the_droid/tuxdroid-installer-paths.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified:
software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/objects.java
===================================================================
---
software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/objects.java
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/GUI/components/objects.java
2009-01-09 11:03:00 UTC (rev 3396)
@@ -21,6 +21,8 @@
package GUI.components;
+import i18n.bundle;
+
import javax.swing.DefaultComboBoxModel;
import GUI.mainWindow;
@@ -125,7 +127,7 @@
}
private void createComboboxModels() {
- win.voiceList = new String[] {"No voice"};
+ win.voiceList = new String[] {bundle.getString("No_voice")};
win.cmbVoicesModel = new DefaultComboBoxModel(win.voiceList);
}
Modified:
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties
===================================================================
---
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle.properties
2009-01-09 11:03:00 UTC (rev 3396)
@@ -68,3 +68,4 @@
btnTTSPlay=Play
btnTTSStop=Stop
lblTTSPitch=Pitch
+No_voice=No voices
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
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_en.properties
2009-01-09 11:03:00 UTC (rev 3396)
@@ -68,3 +68,4 @@
btnTTSPlay=Play
btnTTSStop=Stop
lblTTSPitch=Pitch
+No_voice=No voices
Modified:
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_es.properties
===================================================================
---
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_es.properties
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_es.properties
2009-01-09 11:03:00 UTC (rev 3396)
@@ -68,3 +68,4 @@
btnTTSPlay=Reproducir
btnTTSStop=Parar
lblTTSPitch=Pitch
+No_voice=Ninguna voz
\ No newline at end of file
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
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_fr.properties
2009-01-09 11:03:00 UTC (rev 3396)
@@ -68,3 +68,4 @@
btnTTSPlay=Lecture
btnTTSStop=Stop
lblTTSPitch=Hauteur du son
+No_voice=Pas de voix
\ No newline at end of file
Modified:
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_nl.properties
===================================================================
---
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_nl.properties
2009-01-09 10:40:25 UTC (rev 3395)
+++
software_suite_v2/software/tools/tuxController/trunk/src/i18n/bundle_nl.properties
2009-01-09 11:03:00 UTC (rev 3396)
@@ -68,3 +68,4 @@
btnTTSPlay=Afspelen
btnTTSStop=Stoppen
lblTTSPitch=Toonhoogte
+No_voice=Geen stem
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn