New iteration of the Text-to-Speech settings.

- Moves speech rate and pitch back to first page.
- Voice selection is now expected to happen in Engine settings
- Play/reset buttons are now actual buttons.

Test: mmma packages/apps/Settings
Change-Id: I917298473ec473e11eccededee1cb948b0afe911
This commit is contained in:
Niels Egberts
2017-03-20 19:57:17 +00:00
parent 92ae1f2d8e
commit 46f38575ec
7 changed files with 263 additions and 339 deletions

View File

@@ -4725,10 +4725,11 @@
<!-- [CHAR LIMIT=50] Name for the button that goes to the voice selection screen. -->
<string name="tts_install_voice_title">Voices</string>
<!-- Reset speech rate for synthesized voice to 1x speech rate in the text to speech settings.-->
<string name="tts_reset_speech_rate_title">Reset speech rate</string>
<!-- Summary for reset speech rate for synthesized voice in the text to speech settings.-->
<string name="tts_reset_speech_rate_summary">Reset the speed at which the text is spoken to normal.</string>
<!-- Name for button that resets speech rate and pitch for synthesized voice to default values in the text to speech settings.-->
<string name="tts_reset">Reset</string>
<!-- Name for buttont hat plays a sample of the currently selected text-to-speech engine. -->
<string name="tts_play">Play</string>
<!-- Power Control Widget -->
<string name="gadget_title">Power control</string>