Last active
September 13, 2018 14:01
-
-
Save radixdev/48ff37b3cff369c77ac9da3acefba572 to your computer and use it in GitHub Desktop.
strings.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<resources> | |
<string name="app_name">Thinker</string> | |
<!-- Slides for the intro --> | |
<string name="welcome_slide_title">Welcome to your Trivia Assistant!</string> | |
<string name="welcome_slide_description">I provide answers to trivia questions in the background while you play</string> | |
<string name="what_is_trivia_slide_title">What does a trivia game look like?</string> | |
<string name="what_is_trivia_slide_description">It\'s a question, followed by 3 answers.</string> | |
<string name="how_does_it_work_slide_title">How does it work?</string> | |
<string name="how_does_it_work_slide_description">First, enable the assistant with the play button then start playing the trivia app.</string> | |
<string name="take_a_screenshot_slide_title">Next, press the Thinker button on screen OR take a screenshot of the game</string> | |
<string name="take_a_screenshot_slide_description">Either method will work, but the button is much faster. The built-in AI will tell you the answer after some thought ;)</string> | |
<string name="token_explanation_slide_title">The Assistant runs on Tokens</string> | |
<string name="token_explanation_slide_description">Each question requires a single token to solve. You can share your referral code or purchase tokens for more.</string> | |
<string name="ask_for_permission_slide_title">One Last Thing</string> | |
<string name="ask_for_permission_slide_description">The Trivia Assistant needs your permission to handle screenshots and display controls during the live game. Another permission to capture the screen display will happen when you start the Assistant!</string> | |
<string name="ask_for_permission_slide_cant_move_further">Please grant the required permissions</string> | |
<string name="send_referral_code_get_tokens">Send Referral Code, Get Tokens</string> | |
<string name="get_tokens">Get tokens</string> | |
<string name="how_to_use">how to use</string> | |
<string name="your_tokens">Your Tokens</string> | |
<string name="review_would_you_mind_rating">If you enjoy using Trivia Assistant, would you mind taking a moment to rate it? It only takes a few seconds. Thanks for your support!</string> | |
<string name="review_submit">Submit</string> | |
<string name="review_cancel">Cancel</string> | |
<string name="review_do_it_later">Not Now</string> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment