Speech-to-text/app/src/main/res/values/strings.xml

15 lines
580 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Speech To Text</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="speech_prompt">Say something&#8230;</string>
<string name="speech_not_supported">Sorry! Your device doesn\'t support speech input</string>
<string name="tap_on_mic">Tap on mic to speak</string>
<string name="server_url">Server URL</string>
<string name="pref_localhostserver">http://127.0.0.1:1234</string>
</resources>