Skip to content

Instantly share code, notes, and snippets.

@radixdev
Last active September 13, 2018 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radixdev/48ff37b3cff369c77ac9da3acefba572 to your computer and use it in GitHub Desktop.
Save radixdev/48ff37b3cff369c77ac9da3acefba572 to your computer and use it in GitHub Desktop.
strings.xml
<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