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-en/strings.xml

13 lines
615 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="click_to_see_the_result_long_click_to_copy">Touch to see details</string>
<string name="close">Close</string>
<string name="copy_query">Copy query</string>
<string name="no_answer_yet">The answer hasn\'t arrived yet</string>
<string name="query">Query</string>
<string name="remove_stopwords">Remove stopwords</string>
<string name="search">Search</string>
<string name="settings">Settings</string>
<string name="stemming">Stemming</string>
<string name="title_activity_settings">Settings</string>
</resources>