OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 |
| 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 Use of this source code is governed by a BSD-style license that can be |
| 5 found in the LICENSE file. |
| 6 --> |
| 7 |
2 <!--User-facing strings for the Android app--> | 8 <!--User-facing strings for the Android app--> |
3 <!--TODO(solb) Merge in with localized strings--> | 9 <!--TODO(solb) Merge in with localized strings--> |
4 <resources> | 10 <resources> |
5 <!--Instructional blurbs--> | 11 <!--Instructional blurbs--> |
6 <string name="inst_host_list">My computers:</string> | 12 <string name="inst_host_list">My computers:</string> |
7 <string name="inst_empty_list">There are no computers to display</string> | 13 <string name="inst_empty_list">There are no computers to display</string> |
8 | 14 |
9 <!--Dialog box messages--> | 15 <!--Dialog box messages--> |
10 <string name="progress_title">Starting remote desktop session</string> | 16 <string name="progress_title">Starting remote desktop session</string> |
11 <string name="pin_entry_title">Authenticate to host</string> | 17 <string name="pin_entry_title">Authenticate to host</string> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 <item>Host rejected connection</item> | 60 <item>Host rejected connection</item> |
55 <item>Host using incompatible protocol</item> | 61 <item>Host using incompatible protocol</item> |
56 <item>Host rejected authentication</item> | 62 <item>Host rejected authentication</item> |
57 <item>Unable to establish data channel</item> | 63 <item>Unable to establish data channel</item> |
58 <item>Bad signal</item> | 64 <item>Bad signal</item> |
59 <item>Signal timed out</item> | 65 <item>Signal timed out</item> |
60 <item>Host received too many bad PINs</item> | 66 <item>Host received too many bad PINs</item> |
61 <item>Unknown error</item> | 67 <item>Unknown error</item> |
62 </string-array> | 68 </string-array> |
63 </resources> | 69 </resources> |
OLD | NEW |