You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stringname="pref_filter_lista_spam_summary">(Recomendado) Bloquea llamadas de números identificados como spam mediante la API de listaspam.com</string>
40
40
41
-
<stringname="pref_filter_responder_o_no_title">Filtrar con responderono.es</string>
<stringname="pref_filter_lista_spam_scraper_summary">(Obsoleto) Bloquea llamadas de números identificados como spam mediante el método scraper de listaspam.com</string>
43
+
44
+
<stringname="pref_filter_responder_o_no_title">Filtrar con responderono.es (Scraper)</string>
42
45
<stringname="pref_filter_responder_o_no_summary">Bloquea llamadas de números de spam incluidos en la base de datos de responderono.es</string>
43
46
44
-
<stringname="pref_filter_cleverdialer_title">Filtrar con cleverdialer.es</string>
47
+
<stringname="pref_filter_cleverdialer_title">Filtrar con cleverdialer.es (Scraper)</string>
45
48
<stringname="pref_filter_cleverdialer_summary">Bloquea llamadas de números de spam incluidos en la base de datos de cleverdialer.es</string>
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,11 @@
34
34
<stringname="pref_enable_blocking_title">Enable General Blocking</string>
35
35
<stringname="pref_enable_blocking_summary">Enables or disables the call blocking system across the entire application</string>
36
36
37
-
<stringname="pref_filter_lista_spam_title">Filter with listaspam.com</string>
38
-
<stringname="pref_filter_lista_spam_summary">(Recommended) Blocks calls from spam numbers included in the listaspam.com database</string>
37
+
<stringname="pref_filter_lista_spam_title">Filter using listaspam.com (API)</string>
38
+
<stringname="pref_filter_lista_spam_summary">(Recommended) Blocks calls from numbers flagged as spam via the listaspam.com API</string>
39
+
40
+
<stringname="pref_filter_lista_spam_scraper_title">Filter using listaspam.com (Scraper)</string>
41
+
<stringname="pref_filter_lista_spam_scraper_summary">(Deprecated) Blocks calls from numbers flagged as spam via the listaspam.com scraper method</string>
39
42
40
43
<stringname="pref_filter_responder_o_no_title">Filter with responderono.es</string>
41
44
<stringname="pref_filter_responder_o_no_summary">Blocks calls from spam numbers included in the responderono.es database</string>
0 commit comments