Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: res/values/arrays.xml

Issue 29370727: Issue 4505 - Add translations (Closed)
Patch Set: Removing now unused readTextFile Created Jan. 6, 2017, 4:07 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values-tr/strings.xml ('k') | res/values/strings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/arrays.xml
===================================================================
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="download_settings">
- <item>On Wi-Fi only</item>
- <item>Always</item>
+ <item>@string/download_settings_wifi</item>
+ <item>@string/download_settings_always</item>
</string-array>
</resources>
« no previous file with comments | « res/values-tr/strings.xml ('k') | res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld