diff options
author | eraymond <eric_raymond@intuit.com> | 2016-09-28 16:00:44 -0700 |
---|---|---|
committer | eraymond <eric_raymond@intuit.com> | 2016-09-28 17:25:45 -0700 |
commit | 970d41bb784ac366af58bf374ad49d54f7aa5587 (patch) | |
tree | f47cda701fab70e3c20e2cc828f2d7d9c4eabad3 /core/src/main/res/values-es-rES | |
parent | 4a1e728ac519d686f738aa1875802f6221b564c3 (diff) | |
download | AntennaPod-970d41bb784ac366af58bf374ad49d54f7aa5587.zip |
Added preference settings to customize fastforward and rewind delta. Closes #2129. Minor: Fixes title case in preference setting titles Minor: Fixes typo in naming of UserPreferences.getFastFowardSecs to UserPreferences.getFastForwardSecs.
Diffstat (limited to 'core/src/main/res/values-es-rES')
-rw-r--r-- | core/src/main/res/values-es-rES/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/main/res/values-es-rES/strings.xml b/core/src/main/res/values-es-rES/strings.xml index 13f4c67fc..e00a8b672 100644 --- a/core/src/main/res/values-es-rES/strings.xml +++ b/core/src/main/res/values-es-rES/strings.xml @@ -179,6 +179,8 @@ <string name="pref_autodl_wifi_filter_title">Activar el filtro WiFi</string> <string name="pref_autodl_wifi_filter_sum">Permitir la descarga automática sólo para las redes WiFi marcadas.</string> <string name="pref_episode_cache_title">Caché de episodios</string> + <string name="pref_rewind_sum">Personalizar el número de segundos para saltar hacia atrás cuando se hace clic en el botón de rebobinado</string> + <string name="pref_fast_forward_sum">Personalizar el número de segundos para saltar hacia adelante cuando se hace clic en el botón de avance rápido</string> <!--Auto-Flattr dialog--> <!--Search--> <string name="search_hint">Buscar canales o episodios</string> |