diff options
author | ByteHamster <info@bytehamster.com> | 2022-05-03 22:03:20 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-05-03 22:03:20 +0200 |
commit | 8eedb82f310dda9f7773b0af2fcf313244f65f1c (patch) | |
tree | 3260b7c3baef12480d94c3700c65c22e271e8bbe /ui/i18n/src/main/res/values-es | |
parent | c1d766d20533939953d63b17b48176e1e5264429 (diff) | |
parent | 1bc02fd84870a98534509878cf87f12c484800b7 (diff) | |
download | AntennaPod-8eedb82f310dda9f7773b0af2fcf313244f65f1c.zip |
Merge branch 'master' into develop
Diffstat (limited to 'ui/i18n/src/main/res/values-es')
-rw-r--r-- | ui/i18n/src/main/res/values-es/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/i18n/src/main/res/values-es/strings.xml b/ui/i18n/src/main/res/values-es/strings.xml index 922154cb5..7e4ab717a 100644 --- a/ui/i18n/src/main/res/values-es/strings.xml +++ b/ui/i18n/src/main/res/values-es/strings.xml @@ -173,6 +173,7 @@ </plurals> <string name="edit_tags">Editar etiquetas</string> <string name="rename_tag_label">Renombrar etiqueta</string> + <string name="confirm_mobile_feed_refresh_dialog_message">Descargar episodios usando una conexión de datos móviles está desactivado en las opciones.\n\n¿De veras quieres actualizar todos los podcasts usando una conexión de datos móviles?</string> <!--actions on feeditems--> <string name="download_label">Descargar</string> <plurals name="downloading_batch_label"> @@ -325,6 +326,7 @@ <string name="storage_sum">Borrado automático, Importar, Exportar</string> <string name="project_pref">Proyecto</string> <string name="synchronization_pref">Sincronización</string> + <string name="synchronization_sum">Sincroniza con otros dispositivos</string> <string name="automation">Automatización</string> <string name="download_pref_details">Detalles</string> <string name="import_export_pref">Importar/Exportar</string> @@ -415,8 +417,12 @@ <string name="pref_theme_title_dark">Oscuro</string> <string name="pref_theme_title_trueblack">Negro (para AMOLED)</string> <string name="pref_episode_cache_unlimited">Ilimitado</string> + <string name="synchronization_logout">Desconecta</string> + <string name="pref_synchronization_logout_toast">Te has desconectado correctamente</string> <string name="pref_gpodnet_setlogin_information_title">Cambiar información de inicio de sesión</string> <string name="pref_gpodnet_setlogin_information_sum">Modificar datos de inicio de sesión en gpodder.net.</string> + <string name="synchronization_sync_changes_title">Sincroniza ahora</string> + <string name="synchronization_full_sync_title">Fuerza sincronización completa</string> <string name="pref_playback_speed_sum">Personalice las velocidades disponibles en la reproducción a velocidad variable</string> <string name="pref_feed_playback_speed_sum">La velocidad a la que comenzarán los episodios de este podcast</string> <string name="pref_feed_skip">Saltar automático</string> |