OSDN Git Service

Adding new strings for the Settings changes on TTS for Android O.
authorSergio Sancho <ssancho@google.com>
Fri, 24 Mar 2017 13:36:21 +0000 (13:36 +0000)
committerSergio Sancho <ssancho@google.com>
Fri, 24 Mar 2017 13:54:46 +0000 (13:54 +0000)
Change-Id: Ic984dfe3c9d1a1f8a308e5250d497f9024619421

Test: mmm -j20 packages/apps/Settings

Change-Id: I0e83c3793797da4488ce767e46f4597b3b66ab9e

res/values/strings.xml

index 11aa84c..ee78bd6 100644 (file)
     <!-- [CHAR LIMIT=50] Name for the button that goes to the voice selection screen. -->
     <string name="tts_install_voice_title">Voices</string>
 
+    <!-- The text for the settings to choose the language to use on TTS.-->
+    <string name="tts_spoken_language">Spoken Language</string>
+
+    <!-- Title of the pop-up to install 3P voices on first use. -->
+    <string name="tts_install_voices_title">Install Voices</string>
+    <!-- Text of the pop-up to install 3P voices on first use. -->
+    <string name="tts_install_voices_text">Continue to the <xliff:g id="tts_app_name">%s</xliff:g> app to install voices</string>
+    <!-- Text of the button on the pop-up to install 3P voices on first use to procedd to the 3p app. -->
+    <string name="tts_install_voices_open">Open App</string>
+    <!-- Text of the button on the pop-up to install 3P voices on first use to cancel the operation. -->
+    <string name="tts_install_voices_cancel">Cancel</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>