]>
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 | |
54d308ad | 10 | © 2013 knilch - freeshisen@cwde.de\n |
48a7d75f | 11 | Most of the gameplay code and application structure taken from ShisenSho:\n |
d0e04237 | 12 | © 2013 contact.proofofconcept@gmail.com\n |
48a7d75f | 13 | Images taken from kshisen (Shisen Sho 1.5.1), from the package kdegames:\n |
d0e04237 | 14 | © 1997 Mario Weilguni\n |
c6f3dff3 | 15 | Distributed under GPL v2:\n |
16 | http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n | |
f9d59983 | 17 | Get the source code: https://code.google.com/p/freeshisen/</string> |
c6f3dff3 | 18 | <string name="size">Size</string> |
19 | <string name="difficulty">Difficulty</string> | |
42aa846a | 20 | <string name="size_default">2</string> |
21 | <string name="difficulty_default">1</string> | |
22 | <string name="time_counter">Time Counter</string> | |
23 | <string name="gravity">Gravity</string> | |
7359bf89 | 24 | <string name="gravity_pref_on">Gravity is active.</string> |
94761ea5 | 25 | <string name="gravity_pref_off">Gravity disabled.</string> |
26 | <string name="time_pref_on">Time Counter is active.</string> | |
27 | <string name="time_pref_off">Time Counter disabled.</string> | |
28 | <string name="besttimes">Fastest Times</string> | |
29 | <string name="diff_hard">Difficulty: Hard</string> | |
30 | <string name="diff_easy">Difficulty: Easy</string> | |
109ae6fe | 31 | <string name="reset_hiscore">Clear Times</string> |
94761ea5 | 32 | <string name="reset_hiscore_hint">Clears all saved times</string> |
33 | <string name="hiscore_large1">"Large: 1st "</string> | |
34 | <string name="hiscore_2nd">", 2nd "</string> | |
35 | <string name="hiscore_medium1st">"Medium: 1st "</string> | |
36 | <string name="hiscore_small1">"Small: 1st "</string> | |
375d3fd8 | 37 | <string name="invalidtime">9:99:99</string> |
4e38ce41 | 38 | <string name="clearhiscore_confirm_title">Really clear best times?</string> |
39 | <string name="clearhiscore_confirm_text">This will clear all saved times. Hit "OK" if you really want to do this.</string> | |
94761ea5 | 40 | |
41 | </resources> |