added a more clear error message when the language for voice input is missing
This commit is contained in:
parent
6d34082209
commit
6873d302b2
14 changed files with 15 additions and 0 deletions
|
|
@ -245,6 +245,7 @@
|
|||
<string name="voice_input_error_generic">Voice input error</string>
|
||||
<string name="voice_input_error_no_permissions">No microphone permission</string>
|
||||
<string name="voice_input_error_language_not_supported">Language not supported</string>
|
||||
<string name="voice_input_error_language_missing">Language missing from device</string>
|
||||
<string name="voice_input_error_network_failed">Network connection failed</string>
|
||||
<string name="voice_input_error_no_network">No Internet connection</string>
|
||||
<string name="voice_input_error_not_available">Voice input is not available</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue