]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <resources> | |
3 | <string name="app_name">FreeShisen</string> | |
4 | <string name="newgame">New Game</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 | |
10 | © 2013 knilch - freeshisen@cwde.de\n | |
11 | Most of the gameplay code and application structure taken from ShisenSho:\n | |
12 | © 2013 contact.proofofconcept@gmail.com\n | |
13 | Images taken from kshisen (Shisen Sho 1.5.1), from the package kdegames:\n | |
14 | © 1997 Mario Weilguni\n | |
15 | Other tilesets from libkmahjongg: | |
16 | © Eugene Trounev, James L. Hammons, Robert Buchholz | |
17 | Distributed under GPL v2:\n | |
18 | http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt\n | |
19 | Get the source code: https://code.google.com/p/freeshisen/</string> | |
20 | <string name="size">Size</string> | |
21 | <string name="tileset">Tileset</string> | |
22 | <string name="tileset_default">classic</string> | |
23 | <string name="difficulty">Difficulty</string> | |
24 | <string name="size_default">2</string> | |
25 | <string name="difficulty_default">1</string> | |
26 | <string name="time_counter">Time Counter</string> | |
27 | <string name="gravity">Gravity</string> | |
28 | <string name="gravity_pref_on">Gravity is active.</string> | |
29 | <string name="gravity_pref_off">Gravity disabled.</string> | |
30 | <string name="time_pref_on">Time Counter is active.</string> | |
31 | <string name="time_pref_off">Time Counter disabled.</string> | |
32 | <string name="besttimes">Fastest Times</string> | |
33 | <string name="diff_hard">Difficulty: Hard</string> | |
34 | <string name="diff_easy">Difficulty: Easy</string> | |
35 | <string name="reset_hiscore">Clear Times</string> | |
36 | <string name="reset_hiscore_hint">Clears all saved times</string> | |
37 | <string name="hiscore_large1">"Large: 1st "</string> | |
38 | <string name="hiscore_2nd">", 2nd "</string> | |
39 | <string name="hiscore_medium1st">"Medium: 1st "</string> | |
40 | <string name="hiscore_small1">"Small: 1st "</string> | |
41 | <string name="invalidtime">9:99:99</string> | |
42 | <string name="clearhiscore_confirm_title">Really clear best times?</string> | |
43 | <string name="clearhiscore_confirm_text">This will clear all saved times. Hit "OK" if you really want to do this.</string> | |
44 | ||
45 | </resources> |