Create permission for starting TTS service

This commit is contained in:
2020-05-10 11:21:25 +02:00
parent 0d51e5ecaa
commit 50c49eeb8f
2 changed files with 12 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
<resources>
<string name="app_name">TTS Server</string>
<string name="permission_http_server_label">booting up TTS HTTP server</string>
<string name="permission_http_server_description">Allows application to run HTTP server which provides a TTS services.</string>
<string name="main_activity_run">Run</string>
<string name="main_activity_stop">Stop</string>
<string name="main_activity_prompt_to_run">Tap power on button to run the server</string>