Merge "Implement the new TTS settings UI."

This commit is contained in:
Narayan Kamath
2011-08-24 02:24:29 -07:00
committed by Android (Google) Code Review
10 changed files with 1036 additions and 786 deletions

View File

@@ -201,40 +201,20 @@
<item>150</item>
</string-array>
<!-- Default language choices -->
<string-array name="tts_lang_entries">
<item>American English</item>
<item>British English</item>
<item>French</item>
<item>German</item>
<item>Italian</item>
<item>Spanish</item>
</string-array>
<!-- Do not translate. -->
<string-array name="tts_lang_values">
<item>eng-USA</item>
<item>eng-GBR</item>
<item>fra-FRA</item>
<item>deu-DEU</item>
<item>ita-ITA</item>
<item>spa-ESP</item>
</string-array>
<!-- Do not translate. -->
<string-array name="tts_demo_strings">
<item>This is an example of speech synthesis in English.</item>
<string-array name="tts_demo_strings" translatable="false">
<item>This is an example of speech synthesis in English.</item>
<item>Voici un échantillon de synthèse vocale en français.</item>
<item>Dies ist ein Beispiel für Sprachsynthese in Deutsch.</item>
<item>Questo è un esempio di sintesi vocale in italiano.</item>
<item>Este es un ejemplo de síntesis de voz en español.</item>
</string-array>
<!-- Do not translate. -->
<string-array name="tts_engine_entries">
<item>Pico TTS</item>
</string-array>
<!-- Do not translate. -->
<string-array name="tts_engine_values">
<item>com.svox.pico</item>
<string-array name="tts_demo_string_langs" translatable="false">
<item>eng</item>
<item>fra</item>
<item>deu</item>
<item>ita</item>
<item>esp</item>
</string-array>

View File

@@ -2980,8 +2980,6 @@ found in the list of installed applications.</string>
<string name="tts_install_data_summary">Install the voice data required for speech synthesis</string>
<!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
<string name="tts_data_installed_summary">Voices required for speech synthesis already properly installed</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>
<!-- Error screen when a selected TTS engine can't run because it's missing components -->
@@ -3028,6 +3026,15 @@ found in the list of installed applications.</string>
to warn the user that this engine cannot be used before the checkbox for that engine
in TTS settings is checked. -->
<string name="tts_notif_engine_install_message">Enable new engine before use</string>
<!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
the image that launches the TTS engine settings when clicked. -->
<string name="tts_engine_settings_button">Launch engine settings</string>
<!-- [CHAR LIMIT=50] The text for the settings section that users to set a
preferred text to speech engine -->
<string name="tts_engine_preference_section_title">Preferred engine</string>
<!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
that are applicable to all engines, such as the speech rate -->
<string name="tts_general_section_title">General</string>
<!-- Power Control Widget -->
<string name="gadget_title">Power Control</string>