| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2018 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources> |
| <!-- Do not translate --> |
| <string name="reporter_app">Usage Reporter App</string> |
| <!-- Do not translate --> |
| <string name="start">Start</string> |
| <!-- Do not translate --> |
| <string name="stop">Stop</string> |
| <!-- Do not translate --> |
| <string name="default_token">SuperSecretToken</string> |
| |
| <!-- Do not translate --> |
| <string name="add_token">Add Token</string> |
| <!-- Do not translate --> |
| <string name="add_many_tokens">Add Many Tokens</string> |
| <!-- Do not translate --> |
| <string name="stop_all_tokens">Stop All</string> |
| <!-- Do not translate --> |
| <string name="restore_tokens_on_start">Readd Tokens on Start</string> |
| |
| |
| <!-- Do not translate --> |
| <string name="token_query">Enter token(s) (delimit tokens with commas)</string> |
| <!-- Do not translate --> |
| <string name="many_tokens_query">Generate how many tokens?</string> |
| <!-- Do not translate --> |
| <string name="stop_all_tokens_query">Stop all tokens?</string> |
| <!-- Do not translate --> |
| <string name="ok">OK</string> |
| <!-- Do not translate --> |
| <string name="cancel">Cancel</string> |
| </resources> |