Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: remoting/resources/strings.xml

Issue 135353002: Add Disconnect menu-item to Android Chromoting client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/resources/menu/desktop_actionbar.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <string name="inst_empty_list">There are no computers to display</string> 10 <string name="inst_empty_list">There are no computers to display</string>
11 11
12 <!--Dialog box messages--> 12 <!--Dialog box messages-->
13 <string name="progress_title">Starting remote desktop session</string> 13 <string name="progress_title">Starting remote desktop session</string>
14 <string name="pin_entry_title">Authenticate to host</string> 14 <string name="pin_entry_title">Authenticate to host</string>
15 <string name="pin_entry_message">Enter the host\'s PIN</string> 15 <string name="pin_entry_message">Enter the host\'s PIN</string>
16 <string name="pin_entry_pair">Don\'t ask in the future</string> 16 <string name="pin_entry_pair">Don\'t ask in the future</string>
17 <string name="pin_entry_connect">Connect</string> 17 <string name="pin_entry_connect">Connect</string>
18 <string name="pin_entry_cancel">Cancel</string> 18 <string name="pin_entry_cancel">Cancel</string>
19 19
20 <!--Action bar buttons--> 20 <!--Action bar buttons-->
21 <string name="actionbar_directoryrefresh">Refresh</string> 21 <string name="actionbar_directoryrefresh">Refresh</string>
22 <string name="actionbar_accountswitcher">Accounts</string> 22 <string name="actionbar_accountswitcher">Accounts</string>
23 <string name="actionbar_disconnect">Disconnect</string>
23 <string name="actionbar_hide">Hide</string> 24 <string name="actionbar_hide">Hide</string>
24 <string name="actionbar_keyboard">Keyboard</string> 25 <string name="actionbar_keyboard">Keyboard</string>
25 26
26 <!--Informative messages--> 27 <!--Informative messages-->
27 <string name="msg_pin_canceled">No PIN was provided, so the connection attem pt was canceled</string> 28 <string name="msg_pin_canceled">No PIN was provided, so the connection attem pt was canceled</string>
28 <string name="msg_pin_entered">Attempting to authenticate to specified host with provided PIN</string> 29 <string name="msg_pin_entered">Attempting to authenticate to specified host with provided PIN</string>
29 30
30 <!--Error messages--> 31 <!--Error messages-->
31 <string name="error_unknown">Unexpected error</string> 32 <string name="error_unknown">Unexpected error</string>
32 <string name="error_auth_canceled">Authentication prompt canceled by user</s tring> 33 <string name="error_auth_canceled">Authentication prompt canceled by user</s tring>
(...skipping 22 matching lines...) Expand all
55 <item>Host rejected connection</item> 56 <item>Host rejected connection</item>
56 <item>Host using incompatible protocol</item> 57 <item>Host using incompatible protocol</item>
57 <item>Host rejected authentication</item> 58 <item>Host rejected authentication</item>
58 <item>Unable to establish data channel</item> 59 <item>Unable to establish data channel</item>
59 <item>Bad signal</item> 60 <item>Bad signal</item>
60 <item>Signal timed out</item> 61 <item>Signal timed out</item>
61 <item>Host received too many bad PINs</item> 62 <item>Host received too many bad PINs</item>
62 <item>Unknown error</item> 63 <item>Unknown error</item>
63 </string-array> 64 </string-array>
64 </resources> 65 </resources>
OLDNEW
« no previous file with comments | « remoting/resources/menu/desktop_actionbar.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698