| 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--> | 5 <!--Application-wide attributes--> |
| 6 <string name="app_name">Chromoting</string> | 6 <string name="app_name">Chromoting</string> |
| 7 | 7 |
| 8 <!--Instructional blurbs--> | 8 <!--Instructional blurbs--> |
| 9 <string name="inst_host_list">My computers:</string> | 9 <string name="inst_host_list">My computers:</string> |
| 10 | 10 |
| 11 <!--Dialog box messages--> | 11 <!--Dialog box messages--> |
| 12 <string name="pin_entry_title">Authenticate to host</string> | 12 <string name="pin_entry_title">Authenticate to host</string> |
| 13 <string name="pin_entry_message">Enter the host\'s PIN</string> | 13 <string name="pin_entry_message">Enter the host\'s PIN</string> |
| 14 <string name="pin_entry_connect">Connect</string> | 14 <string name="pin_entry_connect">Connect</string> |
| 15 <string name="pin_entry_cancel">Cancel</string> | 15 <string name="pin_entry_cancel">Cancel</string> |
| 16 | 16 |
| 17 <!--Action bar buttons--> |
| 18 <string name="actionbar_hide">Hide</string> |
| 19 <string name="actionbar_keyboard">Keyboard</string> |
| 20 |
| 17 <!--Informative messages--> | 21 <!--Informative messages--> |
| 18 <string name="msg_pin_canceled">No PIN was provided, so the connection attem
pt was canceled</string> | 22 <string name="msg_pin_canceled">No PIN was provided, so the connection attem
pt was canceled</string> |
| 19 <string name="msg_pin_entered">Attempting to authenticate to specified host
with provided PIN</string> | 23 <string name="msg_pin_entered">Attempting to authenticate to specified host
with provided PIN</string> |
| 20 | 24 |
| 21 <!--Error messages--> | 25 <!--Error messages--> |
| 22 <string name="error_unknown">Unexpected error</string> | 26 <string name="error_unknown">Unexpected error</string> |
| 23 <string name="error_auth_canceled">Authentication prompt canceled by user</s
tring> | 27 <string name="error_auth_canceled">Authentication prompt canceled by user</s
tring> |
| 24 <string name="error_no_accounts">Device not linked to any Google accounts</s
tring> | 28 <string name="error_no_accounts">Device not linked to any Google accounts</s
tring> |
| 25 <string name="error_auth_failed">Authentication with specified account faile
d</string> | 29 <string name="error_auth_failed">Authentication with specified account faile
d</string> |
| 26 <string name="error_cataloging_hosts">Unable to display host list</string> | 30 <string name="error_cataloging_hosts">Unable to display host list</string> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 45 <item>Host rejected connection</item> | 49 <item>Host rejected connection</item> |
| 46 <item>Host using incompatible protocol</item> | 50 <item>Host using incompatible protocol</item> |
| 47 <item>Host rejected authentication</item> | 51 <item>Host rejected authentication</item> |
| 48 <item>Unable to establish data channel</item> | 52 <item>Unable to establish data channel</item> |
| 49 <item>Bad signal</item> | 53 <item>Bad signal</item> |
| 50 <item>Signal timed out</item> | 54 <item>Signal timed out</item> |
| 51 <item>Host received too many bad PINs</item> | 55 <item>Host received too many bad PINs</item> |
| 52 <item>Unknown error</item> | 56 <item>Unknown error</item> |
| 53 </string-array> | 57 </string-array> |
| 54 </resources> | 58 </resources> |
| OLD | NEW |