Adding new strings needed for text-to-speech plugins.

This commit is contained in:
Jean-Michel Trivi
2010-03-03 19:38:55 -08:00
parent 1c19940fa4
commit 1d6e7b8192

View File

@@ -2178,6 +2178,16 @@ found in the list of installed applications.</string>
<string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string> <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is enabled</string>
<!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user --> <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
<string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string> <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> is disabled</string>
<!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
<string name="pico_languages_and_voices">Languages and Voices</string>
<!-- On Pico TTS Settings screen, text to mark a voice as installed -->
<string name="pico_installed">Installed</string>
<!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
<string name="pico_not_installed">Not installed</string>
<!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
<string name="pico_voice_summary_female">Female</string>
<!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
<string name="pico_voice_summary_male">Male</string>
<!-- Power Control Widget --> <!-- Power Control Widget -->
<string name="gadget_title">Power Control</string> <string name="gadget_title">Power Control</string>