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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/values-tr/strings.xml ('k') | res/values/strings.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <string-array name="download_settings"> 3 <string-array name="download_settings">
4 <item>On Wi-Fi only</item> 4 <item>@string/download_settings_wifi</item>
5 <item>Always</item> 5 <item>@string/download_settings_always</item>
6 </string-array> 6 </string-array>
7 </resources> 7 </resources>
OLDNEW
« 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