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

Unified Diff: remoting/resources/android/values/strings.xml

Issue 187313007: Reimplemented string array resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/errors.h ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/resources/android/values/strings.xml
diff --git a/remoting/resources/android/values/strings.xml b/remoting/resources/android/values/strings.xml
deleted file mode 100644
index 5ed64b707dc7ddb96db594946485ca0e07db303c..0000000000000000000000000000000000000000
--- a/remoting/resources/android/values/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2014 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-
-<!--User-facing strings for the Android app-->
-<!--TODO(solb) Merge in with localized strings-->
-<resources>
- <!--Protocol states (see remoting/protocol/connection_to_host.h)-->
- <string-array name="protoc_states">
- <item>Initializing protocol</item>
- <item>Connecting to host</item>
- <item>Authenticated to host</item>
- <item>Connected to host</item>
- <item>Connection failed</item>
- <item>Connection closed</item>
- </string-array>
-
- <!--Protocol errors (see remoting/protocol/errors.h)-->
- <string-array name="protoc_errors">
- <item></item>
- <item>Host is offline</item>
- <item>Host rejected connection</item>
- <item>Host using incompatible protocol</item>
- <item>Host rejected authentication</item>
- <item>Unable to establish data channel</item>
- <item>Bad signal</item>
- <item>Signal timed out</item>
- <item>Host received too many bad PINs</item>
- <item>Unknown error</item>
- </string-array>
-</resources>
« no previous file with comments | « remoting/protocol/errors.h ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698