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

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

Issue 149293002: Generate localizable string resources for Android Chromoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename app_name -> product_name 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
« no previous file with comments | « remoting/resources/remoting_strings.grd ('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-->
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
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>
OLDNEW
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698