diff options
author | Charles Chen <clchen@google.com> | 2010-01-22 11:01:52 -0800 |
---|---|---|
committer | Charles Chen <clchen@google.com> | 2010-01-25 13:13:21 -0800 |
commit | ce6b1f9e8ab462adb644dee337199f258619718e (patch) | |
tree | 5277e83c23d4f1d076dfdd0c5b4c3ce18308bd16 /pico/res/values | |
parent | cb1b5f35225a63d1efdd595955e6455e718b1698 (diff) | |
download | external_svox-ce6b1f9e8ab462adb644dee337199f258619718e.zip external_svox-ce6b1f9e8ab462adb644dee337199f258619718e.tar.gz external_svox-ce6b1f9e8ab462adb644dee337199f258619718e.tar.bz2 |
Adding GetSampleText activity to SVOX Pico so that it can self
report its language strings for each language.
Diffstat (limited to 'pico/res/values')
-rwxr-xr-x | pico/res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pico/res/values/strings.xml b/pico/res/values/strings.xml index 527b049..1180294 100755 --- a/pico/res/values/strings.xml +++ b/pico/res/values/strings.xml @@ -17,6 +17,13 @@ */ --> +<!-- TODO: "with Pico" needs to be translated --> <resources> <string name="app_name">Pico TTS</string> + <string name="eng_usa_sample">This is an example of speech synthesis in English with Pico.</string> + <string name="eng_gbr_sample">This is an example of speech synthesis in English with Pico.</string> + <string name="fra_fra_sample">Voici un échantillon de synthèse vocale en français with Pico.</string> + <string name="deu_deu_sample">Dies ist ein Beispiel für Sprachsynthese in Deutsch with Pico.</string> + <string name="ita_ita_sample">Questo è un esempio di sintesi vocale in italiano with Pico.</string> + <string name="spa_esp_sample">Este es un ejemplo de síntesis de voz en español with Pico.</string> </resources> |