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

Side by Side Diff: libadblockplus-android-settings/res/xml/preference_adblock_general.xml

Issue 29763638: Issue 6632 - Add missing translations and new languages (Closed)
Patch Set: Updated French Canadian translations Created May 2, 2018, 11:13 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.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 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
3 3
4 <!-- Adblock: enabled/disabled --> 4 <!-- Adblock: enabled/disabled -->
5 <SwitchPreference 5 <SwitchPreference
6 android:key="@string/fragment_adblock_settings_enabled_key" 6 android:key="@string/fragment_adblock_settings_enabled_key"
7 android:title="@string/fragment_adblock_settings_enabled_title" /> 7 android:title="@string/fragment_adblock_settings_enabled_title"
8 android:summary="@string/fragment_adblock_settings_enabled_summary" />
8 9
9 <!-- Filter lists --> 10 <!-- Filter lists -->
10 <MultiSelectListPreference 11 <MultiSelectListPreference
11 android:key="adblock_filter_lists" 12 android:key="adblock_filter_lists"
12 android:title="@string/fragment_adblock_settings_filter_lists_title" 13 android:title="@string/fragment_adblock_settings_filter_lists_title"
13 android:summary="@string/fragment_adblock_settings_filter_lists_summary" /> 14 android:summary="@string/fragment_adblock_settings_filter_lists_summary" />
14 15
15 <!-- Acceptable Ads: enabled/disabled --> 16 <!-- Acceptable Ads: enabled/disabled -->
16 <SwitchPreference 17 <SwitchPreference
17 android:key="@string/fragment_adblock_settings_aa_enabled_key" 18 android:key="@string/fragment_adblock_settings_aa_enabled_key"
18 android:title="@string/fragment_adblock_settings_aa_enabled_title" 19 android:title="@string/fragment_adblock_settings_aa_enabled_title"
19 android:summary="@string/fragment_adblock_settings_aa_enabled_summary" / > 20 android:summary="@string/fragment_adblock_settings_aa_enabled_summary" / >
20 21
21 <!-- Whitelisted domains --> 22 <!-- Whitelisted domains -->
22 <Preference 23 <Preference
23 android:key="@string/fragment_adblock_settings_wl_key" 24 android:key="@string/fragment_adblock_settings_wl_key"
24 android:title="@string/fragment_adblock_settings_wl_title" 25 android:title="@string/fragment_adblock_settings_wl_title"
25 android:summary="@string/fragment_adblock_settings_wl_summary" /> 26 android:summary="@string/fragment_adblock_settings_wl_summary" />
26 27
27 <!-- Allowed connection type for updates --> 28 <!-- Allowed connection type for updates -->
28 <ListPreference 29 <ListPreference
29 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey" 30 android:key="@string/fragment_adblock_settings_allowed_connection_type_k ey"
30 android:title="@string/fragment_adblock_settings_allowed_connection_type " 31 android:title="@string/fragment_adblock_settings_allowed_connection_type "
31 android:summary="%s"/> 32 android:summary="%s"/>
32 33
33 </PreferenceScreen> 34 </PreferenceScreen>
OLDNEW
« no previous file with comments | « libadblockplus-android-settings/res/values/adblock_settings_strings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld