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

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

Issue 165743002: Implement account switcher as action-bar navigation spinner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
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 <!--Instructional blurbs--> 5 <!--Instructional blurbs-->
6 <string name="inst_host_list">My computers:</string> 6 <string name="inst_host_list">My computers:</string>
7 <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>
8 8
9 <!--Dialog box messages--> 9 <!--Dialog box messages-->
10 <string name="progress_title">Starting remote desktop session</string> 10 <string name="progress_title">Starting remote desktop session</string>
11 <string name="pin_entry_title">Authenticate to host</string> 11 <string name="pin_entry_title">Authenticate to host</string>
12 <string name="pin_entry_message">Enter the host\'s PIN</string> 12 <string name="pin_entry_message">Enter the host\'s PIN</string>
13 <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>
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--> 17 <!--Action bar buttons-->
18 <string name="actionbar_directoryrefresh">Refresh</string> 18 <string name="actionbar_directoryrefresh">Refresh</string>
19 <string name="actionbar_accountswitcher">Accounts</string>
20 <string name="actionbar_disconnect">Disconnect</string> 19 <string name="actionbar_disconnect">Disconnect</string>
21 <string name="actionbar_hide">Hide</string> 20 <string name="actionbar_hide">Hide</string>
22 <string name="actionbar_keyboard">Keyboard</string> 21 <string name="actionbar_keyboard">Keyboard</string>
23 <string name="actionbar_send_ctrl_alt_del">Send Ctrl-Alt-Del</string> 22 <string name="actionbar_send_ctrl_alt_del">Send Ctrl-Alt-Del</string>
24 23
25 <!--Informative messages--> 24 <!--Informative messages-->
26 <string name="msg_pin_canceled">No PIN was provided, so the connection attem pt was canceled</string> 25 <string name="msg_pin_canceled">No PIN was provided, so the connection attem pt was canceled</string>
27 <string name="msg_pin_entered">Attempting to authenticate to specified host with provided PIN</string> 26 <string name="msg_pin_entered">Attempting to authenticate to specified host with provided PIN</string>
28 27
29 <!--Error messages--> 28 <!--Error messages-->
(...skipping 24 matching lines...) Expand all
54 <item>Host rejected connection</item> 53 <item>Host rejected connection</item>
55 <item>Host using incompatible protocol</item> 54 <item>Host using incompatible protocol</item>
56 <item>Host rejected authentication</item> 55 <item>Host rejected authentication</item>
57 <item>Unable to establish data channel</item> 56 <item>Unable to establish data channel</item>
58 <item>Bad signal</item> 57 <item>Bad signal</item>
59 <item>Signal timed out</item> 58 <item>Signal timed out</item>
60 <item>Host received too many bad PINs</item> 59 <item>Host received too many bad PINs</item>
61 <item>Unknown error</item> 60 <item>Unknown error</item>
62 </string-array> 61 </string-array>
63 </resources> 62 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698