aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-es-rES
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-es-rES')
-rw-r--r--app/src/main/res/values-es-rES/strings_errors.xml1
-rw-r--r--app/src/main/res/values-es-rES/strings_pref_behaviour.xml2
-rw-r--r--app/src/main/res/values-es-rES/strings_pref_feed.xml2
-rw-r--r--app/src/main/res/values-es-rES/strings_web_context.xml1
4 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values-es-rES/strings_errors.xml b/app/src/main/res/values-es-rES/strings_errors.xml
index 02403c91..a3abbe8c 100644
--- a/app/src/main/res/values-es-rES/strings_errors.xml
+++ b/app/src/main/res/values-es-rES/strings_errors.xml
@@ -12,4 +12,5 @@
<string name="error_notification">Ha producido un error al recuperar las notificaciones</string>
<string name="error_sdk">SDK de su dispositivo (%d) no es compatible. Frost sólo admite Lollipop (SDK 21) y arriba</string>
<string name="error_webview">Your device does not seem to have a webview. Please add or enable one.</string>
+ <string name="image_not_found">Imagen no encontrada.</string>
</resources>
diff --git a/app/src/main/res/values-es-rES/strings_pref_behaviour.xml b/app/src/main/res/values-es-rES/strings_pref_behaviour.xml
index 925f058c..79f89150 100644
--- a/app/src/main/res/values-es-rES/strings_pref_behaviour.xml
+++ b/app/src/main/res/values-es-rES/strings_pref_behaviour.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources>
+ <string name="auto_refresh_feed">Refrescar el feed automáticamente</string>
+ <string name="auto_refresh_feed_desc">Refrescar el feed después de 30 minutos de inactividad</string>
<string name="fancy_animations">Animaciones de Lujo</string>
<string name="fancy_animations_desc">Muestra la vista web usando animaciones con transición y ondas</string>
<string name="overlay_swipe">Habilitar superposición</string>
diff --git a/app/src/main/res/values-es-rES/strings_pref_feed.xml b/app/src/main/res/values-es-rES/strings_pref_feed.xml
index 2ebbdf87..613cee3a 100644
--- a/app/src/main/res/values-es-rES/strings_pref_feed.xml
+++ b/app/src/main/res/values-es-rES/strings_pref_feed.xml
@@ -7,6 +7,8 @@
<string name="aggressive_recents_desc">Filtra de manera adicional las publicaciones más antiguas de Facebook de las noticias recientes. Deshabilita esta opción si el feed se encuentra vacio.</string>
<string name="composer">Redactar estado</string>
<string name="composer_desc">Mostrar escritor de estado en el feed</string>
+ <string name="create_fab">Crear FAB</string>
+ <string name="create_fab_desc">Mostrar el FAB en el feed para crear una nueva publicación</string>
<string name="suggested_friends">Amigos sugeridos</string>
<string name="suggested_friends_desc">Mostrar \"Gente que quizá conozcas\" en el feed</string>
<string name="suggested_groups">Grupos sugeridos</string>
diff --git a/app/src/main/res/values-es-rES/strings_web_context.xml b/app/src/main/res/values-es-rES/strings_web_context.xml
index 29f54ef3..1a85b458 100644
--- a/app/src/main/res/values-es-rES/strings_web_context.xml
+++ b/app/src/main/res/values-es-rES/strings_web_context.xml
@@ -7,4 +7,5 @@
<string name="open_link">Abrir enlace</string>
<string name="copy_link">Copiar enlace</string>
<string name="copy_text">Copiar texto</string>
+ <string name="open_in_browser">Abrir en el navegador</string>
</resources>