Skip to content

Instantly share code, notes, and snippets.

@Harvnlenny
Created February 12, 2016 03:03
Show Gist options
  • Save Harvnlenny/1719a5789d13387f741b to your computer and use it in GitHub Desktop.
Save Harvnlenny/1719a5789d13387f741b to your computer and use it in GitHub Desktop.
strings for GeoQuiz Android app
<resources>
<string name="app_name">GeoQuiz</string>
<string name="next_button">Next</string>
<string name="true_button">True</string>
<string name="false_button">False</string>
<string name="correct_toast">Correct!</string>
<string name="incorrect_toast">Incorrect!</string>
<string name="action_settings">Settings</string>
<string name="question_oceans">The Pacific Ocean is larger than the Atlantic Ocean.</string>
<string name="question_mideast">The Suez Canal connects the Red Sea and the Indian Ocean.</string>
<string name="question_africa">The source of the Nile River is in Egypt.</string>
<string name="question_americas">The Amazon River is the longest river in the Americas.</string>
<string name="question_asia">Lake Baikal is the world\'s oldest and deepest freshwater lake.</string>
<string name="warning_text">Are you sure you want to do this?</string>
<string name="show_answer_button">Show Answer</string>
<string name="cheat_button">Cheat!</string>
<string name="judgement_toast">Cheating is wrong.</string>
</resources>
@mksukik
Copy link

mksukik commented Nov 15, 2022

Mdsu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment