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> |