Updated TTS settings to support language, country and variant settings.
Disable/enable entries based on whether language files are installed on the phone. Added entry to install the language files on the phone.
This commit is contained in:
@@ -122,12 +122,12 @@
|
||||
</string-array>
|
||||
<!-- Do not translate. -->
|
||||
<string-array name="tts_lang_values">
|
||||
<item>en-rUS</item>
|
||||
<item>en-rGB</item>
|
||||
<item>fr-rFR</item>
|
||||
<item>de-rDE</item>
|
||||
<item>it-rIT</item>
|
||||
<item>es-rES</item>
|
||||
<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>
|
||||
|
||||
<!-- Wi-Fi settings -->
|
||||
|
||||
@@ -1737,10 +1737,16 @@ 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 -->
|
||||
<!-- On main TTS Settings screen, triggers playback of 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 -->
|
||||
<!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
|
||||
<string name="tts_play_example_summary">Play a short demonstration of speech synthesis</string>
|
||||
<!-- On main TTS Settings screen, click to install required speech synthesis data -->
|
||||
<string name="tts_install_data_title">Install voice data</string>
|
||||
<!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
|
||||
<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 -->
|
||||
|
||||
Reference in New Issue
Block a user