Adding new strings needed for text-to-speech plugins.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2de3688..49231d1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2178,6 +2178,16 @@
<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>
+ <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
+ <string name="pico_languages_and_voices">Languages and Voices</string>
+ <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
+ <string name="pico_installed">Installed</string>
+ <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
+ <string name="pico_not_installed">Not installed</string>
+ <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
+ <string name="pico_voice_summary_female">Female</string>
+ <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
+ <string name="pico_voice_summary_male">Male</string>
<!-- Power Control Widget -->
<string name="gadget_title">Power Control</string>