Update the Text-To-Speech settings screen to allow listening to a TTS

example after checking that the data required by the TTS engine is
properly installed.
Removed use of local constants for the the default TTS values, use
the values defined in TextToSpeech.Engine instead.
This commit is contained in:
Jean-Michel Trivi
2009-06-18 18:44:52 -07:00
parent dd14ee3d16
commit 74e565d85d
3 changed files with 142 additions and 19 deletions

View File

@@ -1737,6 +1737,14 @@ found in the list of installed applications.</string>
<string name="tts_default_lang_title">Language</string>
<!-- On main TTS Settings screen, summary for default language for synthesized voice -->
<string name="tts_default_lang_summary">Sets the language-specific voice for the spoken text</string>
<!-- On main TTS Settings screen, triggers an example of speech synthesis -->
<string name="tts_play_example_title">Listen to an example</string>
<!-- On main TTS Settings screen, summary for triggering an example of speech synthesis -->
<string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
<!-- Text spoken by the TTS engine for demonstration purposes -->
<string name="tts_demo">This is an example of speech synthesis.</string>
<!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
<string name="tts_settings_changed_demo">Your settings have changed. This is an example of how they sound.</string>
<!-- Power Control Widget -->
<string name="gadget_title">Power Control</string>