OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <!--User-facing strings for the Android app--> | 8 <!--User-facing strings for the Android app--> |
9 <!--TODO(solb) Merge in with localized strings--> | 9 <!--TODO(solb) Merge in with localized strings--> |
10 <resources> | 10 <resources> |
11 <!--Instructional blurbs--> | 11 <!--Instructional blurbs--> |
12 <string name="inst_host_list">My computers:</string> | 12 <string name="inst_host_list">My computers:</string> |
13 <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> |
14 | 14 |
15 <!--Dialog box messages--> | 15 <!--Dialog box messages--> |
16 <string name="progress_title">Starting remote desktop session</string> | 16 <string name="progress_title">Starting remote desktop session</string> |
17 <string name="pin_entry_title">Authenticate to host</string> | 17 <string name="pin_entry_title">Authenticate to host</string> |
18 <string name="pin_entry_message">Enter the host\'s PIN</string> | 18 <string name="pin_entry_message">Enter the host\'s PIN</string> |
19 <string name="pin_entry_pair">Don\'t ask in the future</string> | 19 <string name="pin_entry_pair">Don\'t ask in the future</string> |
20 <string name="pin_entry_connect">Connect</string> | 20 <string name="pin_entry_connect">Connect</string> |
21 <string name="pin_entry_cancel">Cancel</string> | 21 <string name="pin_entry_cancel">Cancel</string> |
22 | 22 |
23 <!--Action bar buttons--> | 23 <!--Action bar buttons--> |
24 <string name="actionbar_directoryrefresh">Refresh</string> | 24 <string name="actionbar_directoryrefresh">Refresh</string> |
25 <string name="actionbar_accountswitcher">Accounts</string> | |
26 <string name="actionbar_disconnect">Disconnect</string> | 25 <string name="actionbar_disconnect">Disconnect</string> |
27 <string name="actionbar_hide">Hide</string> | 26 <string name="actionbar_hide">Hide</string> |
28 <string name="actionbar_keyboard">Keyboard</string> | 27 <string name="actionbar_keyboard">Keyboard</string> |
29 <string name="actionbar_send_ctrl_alt_del">Send Ctrl-Alt-Del</string> | 28 <string name="actionbar_send_ctrl_alt_del">Send Ctrl-Alt-Del</string> |
30 | 29 |
31 <!--Informative messages--> | 30 <!--Informative messages--> |
32 <string name="msg_pin_canceled">No PIN was provided, so the connection attem
pt was canceled</string> | 31 <string name="msg_pin_canceled">No PIN was provided, so the connection attem
pt was canceled</string> |
33 <string name="msg_pin_entered">Attempting to authenticate to specified host
with provided PIN</string> | 32 <string name="msg_pin_entered">Attempting to authenticate to specified host
with provided PIN</string> |
34 | 33 |
35 <!--Error messages--> | 34 <!--Error messages--> |
(...skipping 24 matching lines...) Expand all Loading... |
60 <item>Host rejected connection</item> | 59 <item>Host rejected connection</item> |
61 <item>Host using incompatible protocol</item> | 60 <item>Host using incompatible protocol</item> |
62 <item>Host rejected authentication</item> | 61 <item>Host rejected authentication</item> |
63 <item>Unable to establish data channel</item> | 62 <item>Unable to establish data channel</item> |
64 <item>Bad signal</item> | 63 <item>Bad signal</item> |
65 <item>Signal timed out</item> | 64 <item>Signal timed out</item> |
66 <item>Host received too many bad PINs</item> | 65 <item>Host received too many bad PINs</item> |
67 <item>Unknown error</item> | 66 <item>Unknown error</item> |
68 </string-array> | 67 </string-array> |
69 </resources> | 68 </resources> |
OLD | NEW |