Rev 18 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 8 | chris | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <resources> |
||
| 17 | chris | 3 | <string name="app_name">Learn Bopomofo!</string> |
| 8 | chris | 4 | <string name="choose_mode">Choose the Quiz Mode</string> |
| 17 | chris | 5 | <string name="zhuyin_mode">Zhuyin Quiz</string> |
| 6 | <string name="pinyin_mode">Pinyin Quiz</string> |
||
| 9 | chris | 7 | <string name="quiz_name">Zhuyin Quiz</string> |
| 16 | chris | 8 | <string name="input_full">All characters</string> |
| 9 | <string name="input_small">8 characters</string> |
||
| 12 | chris | 10 | <string name="quiz_initials">Initials only</string> |
| 11 | <string name="quiz_finals">Finals only</string> |
||
| 12 | <string name="quiz_all">Initials&Finals</string> |
||
| 16 | chris | 13 | <string name="quiz_characters">Characters in quiz</string> |
| 14 | <string name="input_characters">Character answer options</string> |
||
| 17 | chris | 15 | |
| 16 | <string name="answer_correct">Congratulations, the answer was correct!</string> |
||
| 17 | <string name="answer_incorrect">Sorry, the answer was incorrect!\nThe correct answer is:</string> |
||
| 18 | chris | 18 | <string name="num_correct_answers">%1$d of %2$d answers correct (%3$.2f%%)</string> |
| 19 | |||
| 16 | chris | 20 | <string-array name="quiz_characters_options"> |
| 21 | <item>All</item> |
||
| 17 | chris | 22 | <item>Initials only (ㄅ to ㄙ)</item> |
| 23 | <item>Finals only (ㄚ to ㄩ)</item> |
||
| 24 | <item>Beginner (ㄅ to ㄏ)</item> |
||
| 25 | <item>Intermediate (ㄅ to ㄙ)</item> |
||
| 26 | <item>Advanced (ㄅ to ㄦ)</item> |
||
| 16 | chris | 27 | </string-array> |
| 28 | |||
| 29 | <string name="menu_zhuyin_table">Zhuyin table</string> |
||
| 30 | <string name="menu_about">About</string> |
||
| 18 | chris | 31 | |
| 24 | chris | 32 | <string name="about_version">Version</string> |
| 18 | chris | 33 | |
| 34 | <string name="about_credits1">Published by Gebauz</string> |
||
| 35 | <string name="about_credits2">Developed by Chris Chiu</string> |
||
| 36 | <string name="about_copyright">© 2011 Gebauz/Chris Chiu</string> |
||
| 37 | <string name="about_weburl">www.gebauz.com</string> |
||
| 8 | chris | 38 | </resources> |