Revision e41e7dc3
Added by Leszek Koltunski over 4 years ago
src/main/res/values/strings.xml | ||
---|---|---|
9 | 9 |
<string name="settings">Settings</string> |
10 | 10 |
<string name="scores">High Scores</string> |
11 | 11 |
<string name="about">About</string> |
12 |
<string name="solved">Solved</string> |
|
12 | 13 |
<string name="back">Back</string> |
13 | 14 |
<string name="save">SAVE</string> |
14 | 15 |
<string name="ok">OK</string> |
... | ... | |
19 | 20 |
<string name="win_effect">Win Effect</string> |
20 | 21 |
<string name="duration">Duration:</string> |
21 | 22 |
<string name="type">Type:</string> |
22 |
<string name="downloading">Downloading...</string>
|
|
23 |
<string name="downloading">Downloading…</string>
|
|
23 | 24 |
<string name="credits1">Open Source app developed using the Distorted graphics library. </string> |
24 | 25 |
<string name="credits2">Code, tutorials, learn how to write your own graphics effect: <a href="http://www.distorted.org/cube">Distorted.org</a></string> |
25 | 26 |
|
... | ... | |
27 | 28 |
<string name="sc_placeholder">Scramble %1$d</string> |
28 | 29 |
<string name="tm_placeholder">%1$02d:%2$02d</string> |
29 | 30 |
<string name="ap_placeholder">%1$s %2$s</string> |
31 |
<string name="ti_placeholder">%1$.1f seconds</string> |
|
30 | 32 |
</resources> |
Also available in: Unified diff
Add the 'Solved' dialog.