summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2010-02-11 17:13:18 -0800
committerJean-Michel Trivi <jmtrivi@google.com>2010-02-11 17:20:05 -0800
commit4e52bcf2064609a3573d71ecc425b7e63ea907c3 (patch)
treeb7e3acc9f80fcdc045d813396d82d7061c158a99 /res
parent122b6c85a9bc7076eacc388142f8c4fccc5462c9 (diff)
downloadpackages_apps_settings-4e52bcf2064609a3573d71ecc425b7e63ea907c3.zip
packages_apps_settings-4e52bcf2064609a3573d71ecc425b7e63ea907c3.tar.gz
packages_apps_settings-4e52bcf2064609a3573d71ecc425b7e63ea907c3.tar.bz2
New strings for the TTS Settings page. Required for plugins.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 18bac1a..bb12c57 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2117,6 +2117,26 @@ found in the list of installed applications.</string>
<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>
+ <!-- Error screen when a selected TTS engine can't run because it's missing components -->
+ <string name="tts_engine_error">The engine you selected is unable to run</string>
+ <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
+ <string name="tts_engine_error_config">Configure</string>
+ <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
+ <string name="tts_engine_error_reselect">Select another engine</string>
+ <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
+ message when the user selects to enable an engine. -->
+ <string name="tts_engine_security_warning">This speech synthesis engine may be able to collect
+ all the text that will be spoken, including personal data like passwords and credit
+ card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine.
+ Enable the use of this speech synthesis engine?</string>
+ <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
+ <string name="tts_engines_section">Engines</string>
+ <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
+ <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> settings</string>
+ <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
+ <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>
<!-- Power Control Widget -->
<string name="gadget_title">Power Control</string>