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

Side by Side Diff: libadblockplus-android-webviewapp/res/values/strings.xml

Issue 29588559: Issue 5930 - Turn off "MissingTranslation" lint warnings (Closed)
Patch Set: Created Oct. 25, 2017, 7:56 a.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 | « libadblockplus-android-settings/res/values/adblock_settings_strings_internal.xml ('k') | no next file » | 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 xmlns:tools="http://schemas.android.com/tools"
4 tools:ignore="MissingTranslation">
3 <string name="app_name">AdblockWebView App</string> 5 <string name="app_name">AdblockWebView App</string>
4 <string name="settings_name">Settings</string> 6 <string name="settings_name">Settings</string>
5 7
6 <string name="main_ok">OK</string> 8 <string name="main_ok">OK</string>
7 <string name="main_prev">&lt;</string> 9 <string name="main_prev">&lt;</string>
8 <string name="main_next">&gt;</string> 10 <string name="main_next">&gt;</string>
9 <string name="main_settings">Settings</string> 11 <string name="main_settings">Settings</string>
10 </resources> 12 </resources>
OLDNEW
« no previous file with comments | « libadblockplus-android-settings/res/values/adblock_settings_strings_internal.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld