diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-21 01:28:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 01:28:31 -0400 |
commit | d36dfe98a52ced46c5106b28304ae5d245180a7f (patch) | |
tree | a20261ea953b7e29e8754cf641e9ed743511079d /app/src/main/res/values-es-rES | |
parent | 6b85bc72a864e65d99ae65802ce03f977a98c906 (diff) | |
download | frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.tar.gz frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.tar.bz2 frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.zip |
Feature/bugsnag (#807)
* Add bugsnag
* Remove crashlytics
* Remove pro features and iab
* Make analytics opt in
* Clean settings activity
* Clean settings activity 2
Diffstat (limited to 'app/src/main/res/values-es-rES')
-rw-r--r-- | app/src/main/res/values-es-rES/strings_play_store.xml | 14 | ||||
-rw-r--r-- | app/src/main/res/values-es-rES/strings_pref_feed.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values-es-rES/strings_preferences.xml | 4 |
3 files changed, 4 insertions, 17 deletions
diff --git a/app/src/main/res/values-es-rES/strings_play_store.xml b/app/src/main/res/values-es-rES/strings_play_store.xml index 754e945b..7a3cae9b 100644 --- a/app/src/main/res/values-es-rES/strings_play_store.xml +++ b/app/src/main/res/values-es-rES/strings_play_store.xml @@ -1,17 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--Generated by crowdin.com--> <resources> - <string name="found_pro">Frost Pro encontrado!</string> - <string name="found_pro_desc">Parece que tienes Frost Pro! Reiniciaremos la app para que puedas disfrutar de todas las fantásticas características!</string> - <string name="play_purchased_pro">Gracias por tu apoyo! Disfruta de todas las características de Frost.\n\nSi te gusta esta app, por favor considera calificarla y apoyar este proyecto de código abierto.\n\nSi tienes algún comentario, no dudes en contactarme!</string> - <string name="play_store_not_pro">Parece que eres un usuario pro, pero no hemos podido recuperar la información de compra. Si el error persiste, por favor intenta limpiar la caché de la Play Store o reinstala la app.</string> - <string name="play_store_unsupported">Esta versión de la app no fue diseñada para compras. Por favor vuelve a instalarla desde Google Play Store si persiste el error.\nSi deseas donar, sin obtener características adicionales, puedes hacerlo vía PayPal.</string> - <string name="play_thank_you">Gracias!</string> - <string name="purchases_restored">Compras restauradas</string> - <string name="purchases_restored_with_pro">Frost Pro ha sido restaurado. ¡Disfrutalo!</string> - <string name="purchases_restored_without_pro">Parece que esta no es la versión Pro. Si este problema persiste, contactame y adjuntame tu recibo de compra.</string> - <string name="restoring_purchases">Restaurando compras…</string> - <string name="custom_pro">Personalizado [Pro]</string> - <string name="uh_oh">Oh oh</string> + <string name="restoring_purchases">Restaurando compras…</string> + <string name="uh_oh">Oh oh</string> <string name="reload">Recargar</string> </resources> 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 0165ed23..87292f3a 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,8 +7,7 @@ <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="pro_features">Características pro</string> - <string name="suggested_friends">Amigos sugeridos</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> <string name="suggested_groups_desc">Mostrar \"grupos sugeridos\" en el feed</string> diff --git a/app/src/main/res/values-es-rES/strings_preferences.xml b/app/src/main/res/values-es-rES/strings_preferences.xml index d1d782eb..db1125bb 100644 --- a/app/src/main/res/values-es-rES/strings_preferences.xml +++ b/app/src/main/res/values-es-rES/strings_preferences.xml @@ -12,9 +12,7 @@ <string name="network_desc">Define las opciones que afectan las redes limitadas</string> <string name="experimental">Funciones Experimentales</string> <string name="experimental_desc">Permite el acceso previo a características potencialmente inestables</string> - <string name="get_pro">Obtener Frost Pro</string> - <string name="get_pro_desc">Compra o restaura Frost Pro y descubre todo el potencial de Frost! Incluye bloqueador de publicidad, temas personalizados, configuraciones avanzadas y mucho más!</string> - <string name="about_frost">Acerca de Frost for Facebook</string> + <string name="about_frost">Acerca de Frost for Facebook</string> <string name="about_frost_desc">Versión, Créditos y Preguntas Frecuentes</string> <string name="help_translate">Ayúdanos a traducir</string> <string name="help_translate_desc">Frost se traduce a través de Crowdin. ¡Contribuye si lo quieres en tu idioma!</string> |