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

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

Issue 171533011: Move Android-specific xml files to remoting/resources/android/ (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
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
5 found in the LICENSE file.
6 -->
7
2 <!--User-facing strings for the Android app--> 8 <!--User-facing strings for the Android app-->
3 <!--TODO(solb) Merge in with localized strings--> 9 <!--TODO(solb) Merge in with localized strings-->
4 <resources> 10 <resources>
5 <!--Instructional blurbs--> 11 <!--Instructional blurbs-->
6 <string name="inst_host_list">My computers:</string> 12 <string name="inst_host_list">My computers:</string>
7 <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>
8 14
9 <!--Dialog box messages--> 15 <!--Dialog box messages-->
10 <string name="progress_title">Starting remote desktop session</string> 16 <string name="progress_title">Starting remote desktop session</string>
11 <string name="pin_entry_title">Authenticate to host</string> 17 <string name="pin_entry_title">Authenticate to host</string>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <item>Host rejected connection</item> 60 <item>Host rejected connection</item>
55 <item>Host using incompatible protocol</item> 61 <item>Host using incompatible protocol</item>
56 <item>Host rejected authentication</item> 62 <item>Host rejected authentication</item>
57 <item>Unable to establish data channel</item> 63 <item>Unable to establish data channel</item>
58 <item>Bad signal</item> 64 <item>Bad signal</item>
59 <item>Signal timed out</item> 65 <item>Signal timed out</item>
60 <item>Host received too many bad PINs</item> 66 <item>Host received too many bad PINs</item>
61 <item>Unknown error</item> 67 <item>Unknown error</item>
62 </string-array> 68 </string-array>
63 </resources> 69 </resources>
OLDNEW
« no previous file with comments | « remoting/resources/android/menu/desktop_actionbar.xml ('k') | remoting/resources/layout/desktop.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698