diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-07-28 06:04:22 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-07-28 06:04:22 +0000 |
commit | b4d35c1c12120503e74d7ae99edd94302673acf6 (patch) | |
tree | f87e29f670323b7173e5e3875112271c8835a5d3 /app/src/main/res/values-es | |
parent | 3ca73e64ddd25c7c20eca2e4e0db77032db848c0 (diff) |
#5444 Fix CPU consumption - remove flow-mvi dependency
Diffstat (limited to 'app/src/main/res/values-es')
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 980c41a..6216e07 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -30,7 +30,6 @@ <string name="dashboard_state_title_off">Tu privacidad en linea está desprotegida</string> <string name="dashboard_apps_permissions_subtitle">Gestiona tus permisos</string> <string name="apptrackers_error_quickprivacy_disabled">Habilitar la \"Privacidad rápida\" para poder activar/desactivar los rastreadores.</string> - <string name="apptrackers_trackers_count_summary">%1$d rastreadores bloqueados de %2$d rastreadores detectados</string> <string name="quick_protection_info">La \"Protección rápida\" habilita estos ajustes cuando está activada</string> <string name="learn_more">Más información</string> <string name="add_location">Añadir ubicación</string> @@ -61,7 +60,6 @@ <string name="trackers_graph_hours_period_format">HH:mm</string> <string name="trackers_graph_days_period_format">EEE d \'de\' MMMM</string> <string name="trackers_graph_months_period_format">MMMM yyyy</string> - <string name="trackers_app_trackers_counts">%1$d rastreadores bloqueados de %2$d</string> <string name="apptrackers_block_all_toggle">Rastreadores bloqueados</string> <string name="apptrackers_no_trackers_yet_block_off">Todavía no se ha detectado ningún rastreador. Si se detectan nuevos rastreadores se actualizarán aquí.</string> <string name="ipscrambling_error_quickprivacy_disabled">Habilitada la \"Privacidad rápida\" para utilizar las funcionalidades</string> |