Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit a1cdfb5

Browse files
author
Vicente
committed
Correcciones idioma y adblock
1 parent 880c247 commit a1cdfb5

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

app/src/main/res/values-es/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,4 +810,7 @@
810810
<string name="pull_top_no_prev">No existe capítulo anterior</string>
811811
<string name="pull_bottom_no_next">No existe capítulo siguiente</string>
812812
<string name="enable_pull_gesture_title">Habilitar gesto de arrastrar</string>
813+
<string name="storage_and_network">Red y almacenamiento</string>
814+
<string name="reader_chapter_toast">Ventana emergente de cambio de capítulo</string>
815+
<string name="reader_chapter_toast_summary">Mostrar un mensaje emergente con el título del capítulo cuando cambie</string>
813816
</resources>

app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,6 @@
844844
<string name="hide_from_main_screen">Hide from main screen</string>
845845
<string name="collapse">Collapse</string>
846846
<string name="expand">Expand</string>
847-
<string name="adblock">Block ads in browser</string>
848-
<string name="adblock_summary">Block advertisement in the built-in browser (beta)</string>
849847
<string name="collapse_long_description">Collapse long description</string>
850848
<string name="creating_backup">Creating backup</string>
851849
<string name="share_backup">Share backup</string>

app/src/main/res/xml/pref_network_storage.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,4 @@
6464
android:summary="@string/disable_connectivity_check_summary"
6565
android:title="@string/disable_connectivity_check" />
6666

67-
<SwitchPreferenceCompat
68-
android:defaultValue="false"
69-
android:key="adblock"
70-
android:summary="@string/adblock_summary"
71-
android:title="@string/adblock" />
72-
7367
</PreferenceScreen>

0 commit comments

Comments
 (0)