diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a9b1b35..af7371b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3438,6 +3438,9 @@ all the text that will be spoken, including personal data like passwords and credit card numbers. It comes from the <xliff:g id="tts_plugin_engine_name">%s</xliff:g> engine. Enable the use of this speech synthesis engine?</string> + <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog + message when the user selects to play an example for network only locale and there's no internet connectivity. --> + <string name="tts_engine_network_required">This language requires a working network connection for text-to-speech output.</string> <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed --> <string name="tts_engines_section">Engines</string> <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings --> |