Index: remoting/resources/android/values/strings.xml |
diff --git a/remoting/resources/android/values/strings.xml b/remoting/resources/android/values/strings.xml |
index 5ed64b707dc7ddb96db594946485ca0e07db303c..812881a884e56f853060668343b15b838d1a0f1a 100644 |
--- a/remoting/resources/android/values/strings.xml |
+++ b/remoting/resources/android/values/strings.xml |
@@ -6,29 +6,5 @@ |
--> |
<!--User-facing strings for the Android app--> |
-<!--TODO(solb) Merge in with localized strings--> |
<resources> |
Jamie
2014/03/05 20:51:31
This file is now empty. Can it be removed?
Lambros
2014/03/05 23:36:54
Yes, please remove it. Resource files can freely b
Jamie
2014/03/06 01:29:32
Done.
|
- <!--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> |