1
0
Fork 0
This repository has been archived on 2022-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
news-sarcher-android/app/src/main/res/values-es/strings.xml

13 lines
652 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="close">Cerrar</string>
<string name="copy_query">Copiar consulta</string>
<string name="no_answer_yet">La respuesta aún no ha llegado</string>
<string name="query">Consulta</string>
<string name="remove_stopwords">Quitar palabras frecuentes</string>
<string name="search">Buscar</string>
<string name="settings">Ajustes</string>
<string name="stemming">Buscar también derivados</string>
<string name="title_activity_settings">Ajustes</string>
<string name="click_to_see_the_result_long_click_to_copy">Toca para ver detalles</string>
</resources>