| Arunesh Mishra | a772e5f | 2016-01-25 10:33:11 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2014 Google Inc. |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | |
| Chris Thornton | dfa7c3b | 2016-06-30 22:05:51 -0700 | [diff] [blame] | 19 | <string name="load">Load</string> |
| 20 | <string name="reload">Reload</string> |
| 21 | <string name="unload">Unload</string> |
| Arunesh Mishra | 3fff7f5 | 2016-02-09 12:15:19 -0800 | [diff] [blame] | 22 | <string name="start_recog">Start</string> |
| 23 | <string name="stop_recog">Stop</string> |
| Chris Thornton | 15ab2b4 | 2016-04-10 20:15:33 -0700 | [diff] [blame] | 24 | <string name="play_trigger">Play Trigger Audio</string> |
| Chris Thornton | dfa7c3b | 2016-06-30 22:05:51 -0700 | [diff] [blame] | 25 | <string name="capture">Capture Audio</string> |
| 26 | <string name="stop_capture">Stop Capturing Audio</string> |
| 27 | <string name="play_capture">Play Captured Audio</string> |
| Arunesh Mishra | 933da81 | 2016-02-18 15:31:54 -0800 | [diff] [blame] | 28 | <string name="none">Debug messages appear here:\n</string> |
| Arunesh Mishra | 3fff7f5 | 2016-02-09 12:15:19 -0800 | [diff] [blame] | 29 | </resources> |