Revision 7252ca42
Added by Leszek Koltunski over 4 years ago
src/main/res/values/strings.xml | ||
---|---|---|
33 | 33 |
<string name="new_name_try_again">The name you have chosen, %s, is already taken. Try again:</string> |
34 | 34 |
<string name="downloading">Downloading…</string> |
35 | 35 |
<string name="submitting">Submitting…</string> |
36 |
<string name="credits1">Open Source app developed using the Distorted graphics library. </string> |
|
37 |
<string name="credits2">Code, tutorials, learn how to write your own graphics effect: <a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
|
|
36 |
<string name="credits1">Open Source app developed using the Distorted graphics library. Licensed under GPL version 2 or - at your option - any later version.</string>
|
|
37 |
<string name="credits2">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string>
|
|
38 | 38 |
|
39 | 39 |
<string name="ms_placeholder">%1$d ms</string> |
40 | 40 |
<string name="sc_placeholder">Scramble %1$d</string> |
Also available in: Unified diff
Improve the 'About' dialog.