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

Side by Side Diff: libadblockplus-android-settings/res/values/adblock_settings_strings_internal.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 | « no previous file | libadblockplus-android-webviewapp/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 xmlns:tools="http://schemas.android.com/tools"
4 tools:ignore="MissingTranslation">
3 5
4 <!-- WARNING: this is internal file, no need to translate it! --> 6 <!-- WARNING: this is internal file, no need to translate it! -->
5 7
6 <string name="fragment_adblock_settings_enabled_key">adblock_enabled</string > 8 <string name="fragment_adblock_settings_enabled_key">adblock_enabled</string >
7 <string name="fragment_adblock_settings_filter_lists_key">adblock_filter_lis ts</string> 9 <string name="fragment_adblock_settings_filter_lists_key">adblock_filter_lis ts</string>
8 <string name="fragment_adblock_settings_aa_enabled_key">adblock_aa_enabled</ string> 10 <string name="fragment_adblock_settings_aa_enabled_key">adblock_aa_enabled</ string>
9 <string name="fragment_adblock_settings_wl_key">adblock_wl_domains</string> 11 <string name="fragment_adblock_settings_wl_key">adblock_wl_domains</string>
10 <string name="fragment_adblock_settings_allowed_connection_type_key">adblock _allowed_connection_type</string> 12 <string name="fragment_adblock_settings_allowed_connection_type_key">adblock _allowed_connection_type</string>
11 13
12 </resources> 14 </resources>
OLDNEW
« no previous file with comments | « no previous file | libadblockplus-android-webviewapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld