OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!--User-facing strings for the Android app--> | 2 <!--User-facing strings for the Android app--> |
3 <!--TODO(solb) Merge in with localized strings--> | 3 <!--TODO(solb) Merge in with localized strings--> |
4 <resources> | 4 <resources> |
5 <!--Application-wide attributes--> | |
6 <string name="app_name">Chromoting</string> | |
7 | |
8 <!--Instructional blurbs--> | 5 <!--Instructional blurbs--> |
9 <string name="inst_host_list">My computers:</string> | 6 <string name="inst_host_list">My computers:</string> |
10 <string name="inst_empty_list">There are no computers to display</string> | 7 <string name="inst_empty_list">There are no computers to display</string> |
11 | 8 |
12 <!--Dialog box messages--> | 9 <!--Dialog box messages--> |
13 <string name="progress_title">Starting remote desktop session</string> | 10 <string name="progress_title">Starting remote desktop session</string> |
14 <string name="pin_entry_title">Authenticate to host</string> | 11 <string name="pin_entry_title">Authenticate to host</string> |
15 <string name="pin_entry_message">Enter the host\'s PIN</string> | 12 <string name="pin_entry_message">Enter the host\'s PIN</string> |
16 <string name="pin_entry_pair">Don\'t ask in the future</string> | 13 <string name="pin_entry_pair">Don\'t ask in the future</string> |
17 <string name="pin_entry_connect">Connect</string> | 14 <string name="pin_entry_connect">Connect</string> |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 <item>Host rejected connection</item> | 54 <item>Host rejected connection</item> |
58 <item>Host using incompatible protocol</item> | 55 <item>Host using incompatible protocol</item> |
59 <item>Host rejected authentication</item> | 56 <item>Host rejected authentication</item> |
60 <item>Unable to establish data channel</item> | 57 <item>Unable to establish data channel</item> |
61 <item>Bad signal</item> | 58 <item>Bad signal</item> |
62 <item>Signal timed out</item> | 59 <item>Signal timed out</item> |
63 <item>Host received too many bad PINs</item> | 60 <item>Host received too many bad PINs</item> |
64 <item>Unknown error</item> | 61 <item>Unknown error</item> |
65 </string-array> | 62 </string-array> |
66 </resources> | 63 </resources> |
OLD | NEW |