diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2010-03-03 19:38:55 -0800 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2010-03-03 19:38:55 -0800 |
commit | 1d6e7b8192d7b025c65f9014a0c05a919bcf190e (patch) | |
tree | 7caab4da9bae15f9be524e27f943f8fb24f9232c | |
parent | 1c19940fa4e07653b6add268e58c928b7532af8a (diff) | |
download | packages_apps_Settings-1d6e7b8192d7b025c65f9014a0c05a919bcf190e.zip packages_apps_Settings-1d6e7b8192d7b025c65f9014a0c05a919bcf190e.tar.gz packages_apps_Settings-1d6e7b8192d7b025c65f9014a0c05a919bcf190e.tar.bz2 |
Adding new strings needed for text-to-speech plugins.
-rw-r--r-- | res/values/strings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 2de3688..49231d1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -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> <!-- 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> + <!-- 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 --> <string name="gadget_title">Power Control</string> |