]>
Commit | Line | Data |
---|---|---|
c6f3dff3 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <resources> | |
902e0532 | 3 | <string name="app_name">FreeShisen</string> |
c6f3dff3 | 4 | <string name="clean">Clean</string> |
5 | <string name="hint">Hint</string> | |
6 | <string name="undo">Undo</string> | |
7 | <string name="options">Options</string> | |
8 | <string name="about">About</string> | |
9 | <string name="aboutText">\n | |
d0e04237 | 10 | © 2013 knilch. Originally:\n |
11 | © 2013 contact.proofofconcept@gmail.com\n | |
c6f3dff3 | 12 | Images taken from kshisen (Shisen Sho 1.5.1), from the package kdegames\n |
d0e04237 | 13 | © 1997 Mario Weilguni\n |
c6f3dff3 | 14 | Distributed under GPL v2:\n |
15 | http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n | |
f9d59983 | 16 | Get the source code: https://code.google.com/p/freeshisen/</string> |
c6f3dff3 | 17 | <string name="size">Size</string> |
18 | <string name="difficulty">Difficulty</string> | |
42aa846a | 19 | <string name="size_default">2</string> |
20 | <string name="difficulty_default">1</string> | |
21 | <string name="time_counter">Time Counter</string> | |
22 | <string name="gravity">Gravity</string> | |
7359bf89 | 23 | <string name="gravity_pref_on">Gravity is active.</string> |
94761ea5 | 24 | <string name="gravity_pref_off">Gravity disabled.</string> |
25 | <string name="time_pref_on">Time Counter is active.</string> | |
26 | <string name="time_pref_off">Time Counter disabled.</string> | |
27 | <string name="besttimes">Fastest Times</string> | |
28 | <string name="diff_hard">Difficulty: Hard</string> | |
29 | <string name="diff_easy">Difficulty: Easy</string> | |
109ae6fe | 30 | <string name="reset_hiscore">Clear Times</string> |
94761ea5 | 31 | <string name="reset_hiscore_hint">Clears all saved times</string> |
32 | <string name="hiscore_large1">"Large: 1st "</string> | |
33 | <string name="hiscore_2nd">", 2nd "</string> | |
34 | <string name="hiscore_medium1st">"Medium: 1st "</string> | |
35 | <string name="hiscore_small1">"Small: 1st "</string> | |
36 | <string name="zerotime">00:00:00</string> | |
4e38ce41 | 37 | <string name="clearhiscore_confirm_title">Really clear best times?</string> |
38 | <string name="clearhiscore_confirm_text">This will clear all saved times. Hit "OK" if you really want to do this.</string> | |
39 | <string name="ok">OK</string> | |
40 | <string name="cancel">Cancel</string> | |
94761ea5 | 41 | |
42 | </resources> |