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

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: 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698