|
1 | 1 | <resources> |
2 | | - <string name="voice_title_search">Searching for:</string> |
| 2 | + <!--TODO: Rename voice_ to input_ --> |
| 3 | + <string name="voice_title_listening">Listening…</string> |
| 4 | + <string name="voice_subtitle_listening">Say something like:</string> |
3 | 5 | <string name="voice_title_error">Sorry, we didn\'t quite get that.</string> |
4 | | - <string name="voice_title_listen">Listening…</string> |
5 | | - <string name="voice_hint">Try again</string> |
6 | | - <string name="voice_subtitle_listen">Say something like:</string> |
7 | 6 | <string name="voice_subtitle_error">Try repeating your request.</string> |
8 | | - <string name="voice_suggestion_html_format"><![CDATA[•\t\t\t%s<br/>]]></string> |
9 | | - <string name="voice_search_rationale">Voice search requires this permission.</string> |
| 7 | + <string name="voice_hint_error">Try again</string> |
| 8 | + |
| 9 | + <string name="permission_title">You can use voice search to find products.</string> |
| 10 | + <string name="permission_subtitle">May we access your device’s microphone to enable voice search?</string> |
| 11 | + <string name="permission_allow_text">Allow microphone access</string> |
| 12 | + <string name="permission_reject_text">No</string> |
| 13 | + |
10 | 14 | <string name="voice_search_disabled_rationale">To use voice search you need to allow recording.</string> |
11 | | - <string name="voice_search_button_enable">Give permission</string> |
| 15 | + <string name="permission_enable_text">Give permission</string> |
12 | 16 | <string name="voice_search_disabled_instructions">On the next screen, tap Permissions then Microphone.</string> |
13 | | - <string name="permission_positive_button">Allow microphone access</string> |
14 | | - <string name="permission_negative_button">No</string> |
15 | | - <string name="permission_subtitle">May we access your device’s microphone to enable voice search?</string> |
16 | | - <string name="permission_title">You can use voice search to find products.</string> |
| 17 | + <string name="voice_search_rationale">Voice search requires this permission.</string> |
| 18 | + |
| 19 | + <!-- Not intended to be overridden by user app. --> |
| 20 | + <string name="voice_suggestion_html_format"><![CDATA[•\t\t\t%s<br/>]]></string> |
17 | 21 | </resources> |
0 commit comments